Jump to content

How to debug CTD


Recommended Posts

Posted

We should ask every SKSE plugin author to put debug symbols (*.pdb) into their releases - this would increase the precision of the analysis very much and it costs additional bytes for the release only - no additional work.

Even for SKSE itself pdb files would be helpful.

 

The guide is also valid for freezes - you can switch to desktop, start a taskmanager and right-click onto the TESV process to create a minidump.

Usually freezes are easier to analyse because all callstacks are very likely intact.

 

For the C++ developers : you can "run" a minidump in the Microsoft Visual Studio Community edition.

Posted

It only helps if the crash happens directly in the SKSE plugin, otherwise not a lot of help. Also some authors don't want to include source code and PDB file is pretty much like releasing source code.

 

It is valid for freeze yes I have been debugging them for a while. :)

Posted

I'm having a random CTD with Alternate Start. This one happens when I click new game, the game finishes loading and the scene and race menu should appear. Restarting the game and trying a second time seems to mostly avoid the crash. If anyone's got it in them, here's the crash log:

 

 

 

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)
Online Crash Dump Analysis Service
See http://www.osronline.com for more information
Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS Personal
kernel32.dll version: 6.1.7601.18229 (win7sp1_gdr.130801-1533)
Machine Name:
Debug session time: Tue Jan 5 19:29:44.000 2016 (UTC - 5:00)
System Uptime: not available
Process Uptime: 0 days 0:02:07.000
Kernel time: 0 days 0:00:28.000
User time: 0 days 0:01:01.000
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll
*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll
*** WARNING: Unable to verify timestamp for XAudio2_6.dll
*** WARNING: Unable to verify timestamp for nvd3dum.dll
*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

FAULTING_IP:
TESV+827a8f
00c27a8f 833a00 cmp dword ptr [edx],0

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00c27a8f (TESV+0x00827a8f)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 1ea72b30
Attempt to read from address 1ea72b30

DEFAULT_BUCKET_ID: INVALID_POINTER_READ

PROCESS_NAME: TESV.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1: 00000000

EXCEPTION_PARAMETER2: 1ea72b30

READ_ADDRESS: 1ea72b30

FOLLOWUP_IP:
TESV+827a8f
00c27a8f 833a00 cmp dword ptr [edx],0

FAULTING_THREAD: 00000428

PRIMARY_PROBLEM_CLASS: INVALID_POINTER_READ

BUGCHECK_STR: APPLICATION_FAULT_INVALID_POINTER_READ

LAST_CONTROL_TRANSFER: from 00bff7ec to 00c27a8f

STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
13fdee94 00bff7ec 13fdeed0 e9a96ee0 00000000 TESV+0x827a8f
13fdef10 00be4c2e 13fdfbb4 00000000 d4ea69c0 TESV+0x7ff7ec
13fdef14 13fdfbb4 00000000 d4ea69c0 13fdfbb4 TESV+0x7e4c2e
13fdef18 00000000 d4ea69c0 13fdfbb4 770e11e0 0x13fdfbb4


SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: TESV+827a8f

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: TESV

IMAGE_NAME: TESV.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

STACK_COMMAND: ~36s; .ecxr ; kb

FAILURE_BUCKET_ID: INVALID_POINTER_READ_c0000005_TESV.exe!Unknown

BUCKET_ID: APPLICATION_FAULT_INVALID_POINTER_READ_TESV+827a8f

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/00827a8f.htm?Retriage=1

Followup: MachineOwner
---------

 

 

Posted

I'm having a random CTD with Alternate Start. This one happens when I click new game, the game finishes loading and the scene and race menu should appear. Restarting the game and trying a second time seems to mostly avoid the crash. If anyone's got it in them, here's the crash log:

 

 

 

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)

Online Crash Dump Analysis Service

See http://www.osronline.com for more information

Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x86 compatible

Product: WinNt, suite: SingleUserTS Personal

kernel32.dll version: 6.1.7601.18229 (win7sp1_gdr.130801-1533)

Machine Name:

Debug session time: Tue Jan 5 19:29:44.000 2016 (UTC - 5:00)

System Uptime: not available

Process Uptime: 0 days 0:02:07.000

Kernel time: 0 days 0:00:28.000

User time: 0 days 0:01:01.000

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2

*******************************************************************************

* *

* Exception Analysis *

* *

*******************************************************************************

 

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2

*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll

*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll

*** WARNING: Unable to verify timestamp for XAudio2_6.dll

*** WARNING: Unable to verify timestamp for nvd3dum.dll

*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

 

FAULTING_IP:

TESV+827a8f

00c27a8f 833a00 cmp dword ptr [edx],0

 

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)

ExceptionAddress: 00c27a8f (TESV+0x00827a8f)

ExceptionCode: c0000005 (Access violation)

ExceptionFlags: 00000000

NumberParameters: 2

Parameter[0]: 00000000

Parameter[1]: 1ea72b30

Attempt to read from address 1ea72b30

 

DEFAULT_BUCKET_ID: INVALID_POINTER_READ

 

PROCESS_NAME: TESV.exe

 

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_PARAMETER1: 00000000

 

EXCEPTION_PARAMETER2: 1ea72b30

 

READ_ADDRESS: 1ea72b30

 

FOLLOWUP_IP:

TESV+827a8f

00c27a8f 833a00 cmp dword ptr [edx],0

 

FAULTING_THREAD: 00000428

 

PRIMARY_PROBLEM_CLASS: INVALID_POINTER_READ

 

BUGCHECK_STR: APPLICATION_FAULT_INVALID_POINTER_READ

 

LAST_CONTROL_TRANSFER: from 00bff7ec to 00c27a8f

 

STACK_TEXT:

WARNING: Stack unwind information not available. Following frames may be wrong.

13fdee94 00bff7ec 13fdeed0 e9a96ee0 00000000 TESV+0x827a8f

13fdef10 00be4c2e 13fdfbb4 00000000 d4ea69c0 TESV+0x7ff7ec

13fdef14 13fdfbb4 00000000 d4ea69c0 13fdfbb4 TESV+0x7e4c2e

13fdef18 00000000 d4ea69c0 13fdfbb4 770e11e0 0x13fdfbb4

 

 

SYMBOL_STACK_INDEX: 0

 

SYMBOL_NAME: TESV+827a8f

 

FOLLOWUP_NAME: MachineOwner

 

MODULE_NAME: TESV

 

IMAGE_NAME: TESV.exe

 

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

 

STACK_COMMAND: ~36s; .ecxr ; kb

 

FAILURE_BUCKET_ID: INVALID_POINTER_READ_c0000005_TESV.exe!Unknown

 

BUCKET_ID: APPLICATION_FAULT_INVALID_POINTER_READ_TESV+827a8f

 

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/00827a8f.htm?Retriage=1

 

Followup: MachineOwner

---------

 

 

 

Also, what could this on-save one be?

 

 

 

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)

Online Crash Dump Analysis Service

See http://www.osronline.com for more information

Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x86 compatible

Product: WinNt, suite: SingleUserTS Personal

kernel32.dll version: 6.1.7601.18229 (win7sp1_gdr.130801-1533)

Machine Name:

Debug session time: Wed Jan 6 01:12:58.000 2016 (UTC - 5:00)

System Uptime: not available

Process Uptime: 0 days 0:37:37.000

Kernel time: 0 days 0:05:20.000

User time: 0 days 0:53:25.000

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2

*******************************************************************************

* *

* Exception Analysis *

* *

*******************************************************************************

 

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2

*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll

*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll

*** WARNING: Unable to verify timestamp for XAudio2_6.dll

*** WARNING: Unable to verify timestamp for nvd3dum.dll

*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll

*** WARNING: Unable to verify timestamp for JContainers.dll

*** ERROR: Module load completed but symbols could not be loaded for JContainers.dll

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

 

FAULTING_IP:

TESV+28701d

0068701d 8b400c mov eax,dword ptr [eax+0Ch]

 

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)

ExceptionAddress: 0068701d (TESV+0x0028701d)

ExceptionCode: c0000005 (Access violation)

ExceptionFlags: 00000000

NumberParameters: 2

Parameter[0]: 00000000

Parameter[1]: 0000010c

Attempt to read from address 0000010c

 

DEFAULT_BUCKET_ID: NULL_CLASS_PTR_READ

 

PROCESS_NAME: TESV.exe

 

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_PARAMETER1: 00000000

 

EXCEPTION_PARAMETER2: 0000010c

 

READ_ADDRESS: 0000010c

 

FOLLOWUP_IP:

TESV+28701d

0068701d 8b400c mov eax,dword ptr [eax+0Ch]

 

FAULTING_THREAD: 0000121c

 

PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_READ

 

BUGCHECK_STR: APPLICATION_FAULT_NULL_CLASS_PTR_READ

 

LAST_CONTROL_TRANSFER: from 00000000 to 0068701d

 

STACK_TEXT:

00000000 00000000 00000000 00000000 00000000 TESV+0x28701d

 

 

STACK_COMMAND: ~0s; .ecxr ; kb

 

SYMBOL_STACK_INDEX: 0

 

SYMBOL_NAME: TESV+28701d

 

FOLLOWUP_NAME: MachineOwner

 

MODULE_NAME: TESV

 

IMAGE_NAME: TESV.exe

 

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

 

FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_TESV.exe!Unknown

 

BUCKET_ID: APPLICATION_FAULT_NULL_CLASS_PTR_READ_TESV+28701d

 

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/0028701d.htm?Retriage=1

 

Followup: MachineOwner

---------

 

 

 

Posted

Post your OS, memory, SKSE.ini contents, Skyrim.ini (general section).

 

Also try if disabling all your SKSE plugins will let you play longer without CTD.

Posted

Post your OS, memory, SKSE.ini contents, Skyrim.ini (general section).

 

Also try if disabling all your SKSE plugins will let you play longer without CTD.

 

my os is windows 10 and i got 16gb of ram 2gb of video mem........ dont know what im missing but yeah CTD's are starting to get frustrating.....and i dont know how to put spoiler tags up cause i dont post much

skse.txt

skyrim.txt

Posted

 

Post your OS, memory, SKSE.ini contents, Skyrim.ini (general section).

 

Also try if disabling all your SKSE plugins will let you play longer without CTD.

 

my os is windows 10 and i got 16gb of ram 2gb of video mem........ dont know what im missing but yeah CTD's are starting to get frustrating.....and i dont know how to put spoiler tags up cause i dont post much

 

 

far as i remember that crash is random and is a normal skyrim ctd. play and get mutiple logs and see which is mosst common.

Posted

Running Skyrim through MO.  Game opens fine.  I click on a save to open and after a bit, game will crash back to MO.  After 2 to 3 attempts, game will finally load.  This dump is from the first crash.

 

 

 

Show DivPrimary Analysis

 

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)

Online Crash Dump Analysis Service

See http://www.osronline.com for more information

Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible

Product: WinNt, suite: SingleUserTS Personal

kernel32.dll version: 6.1.7601.19045 (win7sp1_gdr.151019-1254)

Machine Name:

Debug session time: Fri Jan 8 08:20:19.000 2016 (UTC - 5:00)

System Uptime: not available

Process Uptime: 0 days 0:09:24.000

Kernel time: 0 days 0:00:19.000

User time: 0 days 0:01:42.000

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2

*******************************************************************************

* *

* Exception Analysis *

* *

*******************************************************************************

 

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2

Unable to load image C:\Windows\System32\D3DX9_43.dll, Win32 error 0n2

*** WARNING: Unable to verify timestamp for D3DX9_43.dll

Unable to load image G:\Steam\steamapps\common\Skyrim\d3d9.dll, Win32 error 0n2

*** WARNING: Unable to verify timestamp for d3d9.dll

*** ERROR: Module load completed but symbols could not be loaded for d3d9.dll

*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll

*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll

*** WARNING: Unable to verify timestamp for XAudio2_6.dll

*** WARNING: Unable to verify timestamp for atiumdag.dll

*** ERROR: Module load completed but symbols could not be loaded for atiumdag.dll

*** WARNING: Unable to verify timestamp for JContainers.dll

*** ERROR: Module load completed but symbols could not be loaded for JContainers.dll

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

 

FAULTING_IP:

TESV+827a8f

00c27a8f 833a00 cmp dword ptr [edx],0

 

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)

ExceptionAddress: 00c27a8f (TESV+0x00827a8f)

ExceptionCode: c0000005 (Access violation)

ExceptionFlags: 00000000

NumberParameters: 2

Parameter[0]: 00000000

Parameter[1]: 70a19fa0

Attempt to read from address 70a19fa0

 

DEFAULT_BUCKET_ID: INVALID_POINTER_READ

 

PROCESS_NAME: TESV.exe

 

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_PARAMETER1: 00000000

 

EXCEPTION_PARAMETER2: 70a19fa0

 

READ_ADDRESS: 70a19fa0

 

FOLLOWUP_IP:

TESV+827a8f

00c27a8f 833a00 cmp dword ptr [edx],0

 

FAULTING_THREAD: 00000d40

 

PRIMARY_PROBLEM_CLASS: INVALID_POINTER_READ

 

BUGCHECK_STR: APPLICATION_FAULT_INVALID_POINTER_READ

 

LAST_CONTROL_TRANSFER: from 00bff7ec to 00c27a8f

 

STACK_TEXT:

WARNING: Stack unwind information not available. Following frames may be wrong.

1ab9fcc4 00bff7ec 1ab9fd00 fbace820 00000000 TESV+0x827a8f

1ab9fd48 00be4c2e 1ab9fdfc 00000000 e3c7a340 TESV+0x7ff7ec

1ab9fd4c 1ab9fdfc 00000000 e3c7a340 e3c7a340 TESV+0x7e4c2e

1ab9fd50 00000000 e3c7a340 e3c7a340 1ab9fdfc 0x1ab9fdfc

 

 

SYMBOL_STACK_INDEX: 0

 

SYMBOL_NAME: TESV+827a8f

 

FOLLOWUP_NAME: MachineOwner

 

MODULE_NAME: TESV

 

IMAGE_NAME: TESV.exe

 

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

 

STACK_COMMAND: ~27s; .ecxr ; kb

 

FAILURE_BUCKET_ID: INVALID_POINTER_READ_c0000005_TESV.exe!Unknown

 

BUCKET_ID: APPLICATION_FAULT_INVALID_POINTER_READ_TESV+827a8f

 

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/00827a8f.htm?Retriage=1

 

Followup: MachineOwner

 

 

 

Thanks

Posted

 

Running Skyrim through MO.  Game opens fine.  I click on a save to open and after a bit, game will crash back to MO.  After 2 to 3 attempts, game will finally load.  This dump is from the first crash.

 ...

 

Thanks

 

 

Try if http://www.loverslab.com/topic/56084-crash-fixes/ helps, this is one of the crashes it tries to fix.

 

Thanks for the prompt response. Tried the plugin...same thing happen. Although if I'm reading the log right, it looks like it is a different error this time. Also tried disabling my ENB preset...didn't do anything.

 

New log

 

 

 

Instant Online Crash Analysis, brought to you by OSR Open Systems Resources, Inc.

 

Show DivPrimary Analysis

 

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)

Online Crash Dump Analysis Service

See http://www.osronline.com for more information

Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible

Product: WinNt, suite: SingleUserTS Personal

kernel32.dll version: 6.1.7601.19045 (win7sp1_gdr.151019-1254)

Machine Name:

Debug session time: Fri Jan 8 09:51:25.000 2016 (UTC - 5:00)

System Uptime: not available

Process Uptime: 0 days 0:00:52.000

Kernel time: 0 days 0:00:10.000

User time: 0 days 0:00:47.000

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2

*******************************************************************************

* *

* Exception Analysis *

* *

*******************************************************************************

 

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2

*** WARNING: Unable to verify timestamp for atiumdag.dll

*** ERROR: Module load completed but symbols could not be loaded for atiumdag.dll

*** WARNING: Unable to verify timestamp for atiu9pag.dll

*** ERROR: Module load completed but symbols could not be loaded for atiu9pag.dll

*** WARNING: Unable to verify timestamp for d3d9.dll

*** ERROR: Module load completed but symbols could not be loaded for d3d9.dll

*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll

*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll

*** WARNING: Unable to verify timestamp for XAudio2_6.dll

*** WARNING: Unable to verify timestamp for JContainers.dll

*** ERROR: Module load completed but symbols could not be loaded for JContainers.dll

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

 

FAULTING_IP:

TESV+7fecc1

00bfecc1 0fb70442 movzx eax,word ptr [edx+eax*2]

 

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)

ExceptionAddress: 00bfecc1 (TESV+0x007fecc1)

ExceptionCode: c0000005 (Access violation)

ExceptionFlags: 00000000

NumberParameters: 2

Parameter[0]: 00000000

Parameter[1]: 00000016

Attempt to read from address 00000016

 

DEFAULT_BUCKET_ID: NULL_CLASS_PTR_READ

 

PROCESS_NAME: TESV.exe

 

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_PARAMETER1: 00000000

 

EXCEPTION_PARAMETER2: 00000016

 

READ_ADDRESS: 00000016

 

FOLLOWUP_IP:

TESV+7fecc1

00bfecc1 0fb70442 movzx eax,word ptr [edx+eax*2]

 

FAULTING_THREAD: 00001868

 

PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_READ

 

BUGCHECK_STR: APPLICATION_FAULT_NULL_CLASS_PTR_READ

 

IP_ON_HEAP: fcd21440

The fault address in not in any loaded module, please check your build's rebase

log at \bin\build_logs\timebuild\ntrebase.log for module which may

contain the address if it were loaded.

 

FRAME_ONE_INVALID: 1

 

LAST_CONTROL_TRANSFER: from fcd21440 to 00bfecc1

 

STACK_TEXT:

WARNING: Stack unwind information not available. Following frames may be wrong.

1aeffae0 fcd21440 1aeffdd8 1aeffda0 e3b71e60 TESV+0x7fecc1

1aeffae4 1aeffdd8 1aeffda0 e3b71e60 01bee2e8 0xfcd21440

1aeffae8 1aeffda0 e3b71e60 01bee2e8 00000000 0x1aeffdd8

1aeffe94 771114ab 00000ec0 00000000 771114de 0x1aeffda0

1aefff88 760f337a dda0f880 1aefffd4 77939882 KERNELBASE!WaitForSingleObjectEx+0x98

1aefffd4 77939855 00a4b4a0 dda0f880 00000000 kernel32!BaseThreadInitThunk+0xe

1aefffec 00000000 00a4b4a0 dda0f880 00000000 ntdll!_RtlUserThreadStart+0x1b

 

 

SYMBOL_STACK_INDEX: 0

 

SYMBOL_NAME: TESV+7fecc1

 

FOLLOWUP_NAME: MachineOwner

 

MODULE_NAME: TESV

 

IMAGE_NAME: TESV.exe

 

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

 

STACK_COMMAND: ~29s; .ecxr ; kb

 

FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_TESV.exe!Unknown

 

BUCKET_ID: APPLICATION_FAULT_NULL_CLASS_PTR_READ_TESV+7fecc1

 

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/007fecc1.htm?Retriage=1

 

Followup: MachineOwner

 

 

 

 

Thanks

Posted

 

 

Running Skyrim through MO.  Game opens fine.  I click on a save to open and after a bit, game will crash back to MO.  After 2 to 3 attempts, game will finally load.  This dump is from the first crash.

 ...

 

Thanks

 

 

Try if http://www.loverslab.com/topic/56084-crash-fixes/ helps, this is one of the crashes it tries to fix.

 

Thanks for the prompt response. Tried the plugin...same thing happen. Although if I'm reading the log right, it looks like it is a different error this time. Also tried disabling my ENB preset...didn't do anything.

 

New log

 

 

 

Instant Online Crash Analysis, brought to you by OSR Open Systems Resources, Inc.

 

Show DivPrimary Analysis

 

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)

Online Crash Dump Analysis Service

See http://www.osronline.com for more information

Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible

Product: WinNt, suite: SingleUserTS Personal

kernel32.dll version: 6.1.7601.19045 (win7sp1_gdr.151019-1254)

Machine Name:

Debug session time: Fri Jan 8 09:51:25.000 2016 (UTC - 5:00)

System Uptime: not available

Process Uptime: 0 days 0:00:52.000

Kernel time: 0 days 0:00:10.000

User time: 0 days 0:00:47.000

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2

*******************************************************************************

* *

* Exception Analysis *

* *

*******************************************************************************

 

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2

*** WARNING: Unable to verify timestamp for atiumdag.dll

*** ERROR: Module load completed but symbols could not be loaded for atiumdag.dll

*** WARNING: Unable to verify timestamp for atiu9pag.dll

*** ERROR: Module load completed but symbols could not be loaded for atiu9pag.dll

*** WARNING: Unable to verify timestamp for d3d9.dll

*** ERROR: Module load completed but symbols could not be loaded for d3d9.dll

*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll

*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll

*** WARNING: Unable to verify timestamp for XAudio2_6.dll

*** WARNING: Unable to verify timestamp for JContainers.dll

*** ERROR: Module load completed but symbols could not be loaded for JContainers.dll

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

 

FAULTING_IP:

TESV+7fecc1

00bfecc1 0fb70442 movzx eax,word ptr [edx+eax*2]

 

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)

ExceptionAddress: 00bfecc1 (TESV+0x007fecc1)

ExceptionCode: c0000005 (Access violation)

ExceptionFlags: 00000000

NumberParameters: 2

Parameter[0]: 00000000

Parameter[1]: 00000016

Attempt to read from address 00000016

 

DEFAULT_BUCKET_ID: NULL_CLASS_PTR_READ

 

PROCESS_NAME: TESV.exe

 

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_PARAMETER1: 00000000

 

EXCEPTION_PARAMETER2: 00000016

 

READ_ADDRESS: 00000016

 

FOLLOWUP_IP:

TESV+7fecc1

00bfecc1 0fb70442 movzx eax,word ptr [edx+eax*2]

 

FAULTING_THREAD: 00001868

 

PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_READ

 

BUGCHECK_STR: APPLICATION_FAULT_NULL_CLASS_PTR_READ

 

IP_ON_HEAP: fcd21440

The fault address in not in any loaded module, please check your build's rebase

log at \bin\build_logs\timebuild\ntrebase.log for module which may

contain the address if it were loaded.

 

FRAME_ONE_INVALID: 1

 

LAST_CONTROL_TRANSFER: from fcd21440 to 00bfecc1

 

STACK_TEXT:

WARNING: Stack unwind information not available. Following frames may be wrong.

1aeffae0 fcd21440 1aeffdd8 1aeffda0 e3b71e60 TESV+0x7fecc1

1aeffae4 1aeffdd8 1aeffda0 e3b71e60 01bee2e8 0xfcd21440

1aeffae8 1aeffda0 e3b71e60 01bee2e8 00000000 0x1aeffdd8

1aeffe94 771114ab 00000ec0 00000000 771114de 0x1aeffda0

1aefff88 760f337a dda0f880 1aefffd4 77939882 KERNELBASE!WaitForSingleObjectEx+0x98

1aefffd4 77939855 00a4b4a0 dda0f880 00000000 kernel32!BaseThreadInitThunk+0xe

1aefffec 00000000 00a4b4a0 dda0f880 00000000 ntdll!_RtlUserThreadStart+0x1b

 

 

SYMBOL_STACK_INDEX: 0

 

SYMBOL_NAME: TESV+7fecc1

 

FOLLOWUP_NAME: MachineOwner

 

MODULE_NAME: TESV

 

IMAGE_NAME: TESV.exe

 

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

 

STACK_COMMAND: ~29s; .ecxr ; kb

 

FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_TESV.exe!Unknown

 

BUCKET_ID: APPLICATION_FAULT_NULL_CLASS_PTR_READ_TESV+7fecc1

 

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/007fecc1.htm?Retriage=1

 

Followup: MachineOwner

 

 

 

 

Thanks

 

 

try getting a few logs and seeing teh common ones.

 

Posted

Reinstall XPMSE skeleton and run FNIS. If that doesn't work try disabling some animation mods and see if it starts to work at some point.

Posted

This is now happening with an alarming regularity that I thought I'd try and get some information to solve it.

Firstly the Mod Organiser Log after the latest crash.

 

 

-------------------------------
INFO (15:19:08.0655): Windows 6.2 (workstation)
INFO (15:19:08.0655): hook.dll v2.7.5
INFO (15:19:08.0655): Code page: 1252
INFO (15:19:08.0655): injecting to C:\Steam\steamapps\common\Skyrim\skse_loader.exe
INFO (15:19:08.0655): using profile DD Monster Skyrim
INFO (15:19:08.0655): data path is C:\Steam\steamapps\common\Skyrim\data
INFO (15:19:08.0655): using mod "Stable uGridsToLoad"
INFO (15:19:08.0655): using mod "Safety Load"
INFO (15:19:08.0655): using mod "Auto Unequip Ammo"
INFO (15:19:08.0655): using mod "Proper Aiming 1_1"
INFO (15:19:08.0655): using mod "Customizable Camera"
INFO (15:19:08.0655): using mod "Complete FNIS"
INFO (15:19:08.0655): using mod "Pinup Pose MCM Expansion 1.1"
INFO (15:19:08.0655): using mod "PinupPoseMCM 3_5 Update 1"
INFO (15:19:08.0655): using mod "PinupPoseMCM"
INFO (15:19:08.0655): using mod "Kinoko Pose"
INFO (15:19:08.0655): using mod "Larmir+Pose"
INFO (15:19:08.0655): using mod "Aloe poser"
INFO (15:19:08.0655): using mod "GomaPeroPoses4"
INFO (15:19:08.0655): using mod "PapyrusUtil_v31"
INFO (15:19:08.0655): using mod "Bashed Patch"
INFO (15:19:08.0655): using mod "PatchMax Output"
INFO (15:19:08.0655): using mod "DSR Patch"
INFO (15:19:08.0655): using mod "Creature Framework 1.0.1 (2)"
INFO (15:19:08.0655): using mod "Devious Loading Screens (v2.7.0) (2)"
INFO (15:19:08.0655): using mod "actorEvents"
INFO (15:19:08.0655): using mod "DD Bodyslide+"
INFO (15:19:08.0655): using mod "DD Bodyslides"
INFO (15:19:08.0655): using mod "DD Bodyslide CBBE HDT 1 0"
INFO (15:19:08.0655): using mod "DDX Bodyslide CBBE HDT 1 0"
INFO (15:19:08.0655): using mod "Devious Assets CBBE Bodyslide 2"
INFO (15:19:08.0655): using mod "Devious Devices + Devious Expansion for Bodyslide2 HDT + preg by RustyXXL v3beta (1)"
INFO (15:19:08.0655): using mod "DD CBBE CT77 Body Conversion 4.0"
INFO (15:19:08.0655): using mod "DeviousDevices-Integration-2.9.2"
INFO (15:19:08.0655): using mod "Devious Devices Expansion"
INFO (15:19:08.0655): using mod "Devious Devices Assets"
INFO (15:19:08.0655): using mod "SLAL FunnyBizness Pack v10.1 20151230"
INFO (15:19:08.0655): using mod "SLAL Anub Pack by katzumi 20151229 v1.1"
INFO (15:19:08.0655): using mod "SexLab Aroused Creatures v04.0 Alpha 03"
INFO (15:19:08.0655): using mod "SexLab More Creatures v0.04"
INFO (15:19:08.0655): using mod "SexLab Nude Creatures v3.3.0"
INFO (15:19:08.0655): using mod "SLAnimLoader"
INFO (15:19:08.0655): using mod "Mighty Beasts - Werewolf"
INFO (15:19:08.0655): using mod "More Nasty Critters"
INFO (15:19:08.0655): using mod "Estrus Chaurus v4.20a"
INFO (15:19:08.0655): using mod "Estrus Alternate Sounds"
INFO (15:19:08.0655): using mod "EstrusForSkyrim"
INFO (15:19:08.0655): using mod "SOS - Schlongs of Skyrim - 3.00.004"
INFO (15:19:08.0655): using mod "Oral Only 2.2"
INFO (15:19:08.0655): using mod "SexLab Romance V1-0-6"
INFO (15:19:08.0655): using mod "SexLab Defeat v5.2.2"
INFO (15:19:08.0655): using mod "Nusbie Voices - Main File 2"
INFO (15:19:08.0655): using mod "SexLabAroused V27a"
INFO (15:19:08.0655): using mod "AmorousAdventures"
INFO (15:19:08.0655): using mod "SOS schlong for females BodySlide"
INFO (15:19:08.0655): using mod "Fair Skin Complexion Schlong Textures CBBE"
INFO (15:19:08.0655): using mod "SOS - B3lisario UNP Addon v0.9"
INFO (15:19:08.0655): using mod "TTT SOS Futanarium wballs BodySlide"
INFO (15:19:08.0655): using mod "TTT SOS Futanarium Accessoiries BodySlide"
INFO (15:19:08.0655): using mod "TTT HDTfuta Config"
INFO (15:19:08.0655): using mod "SexLab Cumshot 1.7.2"
INFO (15:19:08.0655): using mod "ZazAnimationPack Patch v0607"
INFO (15:19:08.0655): using mod "ZazAnimationPack Textures v0605"
INFO (15:19:08.0655): using mod "ZazAnimationPack Main v0605"
INFO (15:19:08.0655): using mod "SexLab CreatureAnimations v160"
INFO (15:19:08.0655): using mod "SexLabFramework v160 hotfix2 FULL"
INFO (15:19:08.0655): using mod "FNIS Sexy Move"
INFO (15:19:08.0655): using mod "SMUTbooks_v0.1d"
INFO (15:19:08.0655): using mod "Ero Selene Armor HDT BS2"
INFO (15:19:08.0655): using mod "Dragon Queen Armor CBBE HDT v1.2"
INFO (15:19:08.0655): using mod "Dragon Queen Armor"
INFO (15:19:08.0655): using mod "Ancient Nord Chainmail CBBE HDT(latest)"
INFO (15:19:08.0655): using mod "Ancient Nord Chainmail CBBE HDT"
INFO (15:19:08.0655): using mod "Wolf Bikini CBBE HDT Bodyslide 2 Files"
INFO (15:19:08.0655): using mod "CBBE HDT Meshes for WBA Bikini-72344-"
INFO (15:19:08.0655): using mod "Wolf Bikini Armor"
INFO (15:19:08.0655): using mod "Steel Nord Plate Bikini Armor v2 (Bodyslide)"
INFO (15:19:08.0655): using mod "Steel Nord Plate Bikini Armor v2 (CBBE Meshes)"
INFO (15:19:08.0655): using mod "Steel Nord Plate Bikini Armor v2"
INFO (15:19:08.0655): using mod "Falmer Bikini Armor (Bodyslide)"
INFO (15:19:08.0655): using mod "Falmer Bikini Armor (CBBE Meshes)"
INFO (15:19:08.0655): using mod "Falmer Bikini Armor"
INFO (15:19:08.0655): using mod "Dragon Bone Bikini Armor (Bodyslide)"
INFO (15:19:08.0655): using mod "Dragon Bone Bikini Armor (CBBE Meshes)"
INFO (15:19:08.0655): using mod "Dragon Bone Bikini Armor"
INFO (15:19:08.0655): using mod "Terapack2015 ArmorBenchRecipes"
INFO (15:19:08.0655): using mod "TERA Pack 2015 Bodyslides v2.0"
INFO (15:19:08.0655): using mod "BLESS Armors pack"
INFO (15:19:08.0655): using mod "C r a i n t e V o m i r"
INFO (15:19:08.0655): using mod "The Dance of Death - A Killmove Mod"
INFO (15:19:08.0655): using mod "Victorias High Heel walk Animation plus BBP"
INFO (15:19:08.0655): using mod "VHH walk v1_0c D-pack"
INFO (15:19:08.0655): using mod "THEHAGs Privat Tattoos for CBBE v3d2"
INFO (15:19:08.0655): using mod "Dancing in Skyrim_V3_ENG"
INFO (15:19:08.0655): using mod "Pretty Staff And Magic Cast Animations v01.d"
INFO (15:19:08.0655): using mod "Pretty Sit Idle v1.41c"
INFO (15:19:08.0655): using mod "Pretty Motion Package"
INFO (15:19:08.0655): using mod "Pretty Jump Animations"
INFO (15:19:08.0655): using mod "Pretty Combat Animations 1.36e"
INFO (15:19:08.0655): using mod "NetImmerse Override v-3-4"
INFO (15:19:08.0655): using mod "More Killmoves for all Weapon types - 1HN 2HN DW"
INFO (15:19:08.0655): using mod "Momo Acrobatic Jump v1-8-16864-1-8"
INFO (15:19:08.0655): using mod "Magiska"
INFO (15:19:08.0655): using mod "Grimy Plugin"
INFO (15:19:08.0655): using mod "Fuz Ro Doh Output"
INFO (15:19:08.0655): using mod "Flying Mod Beta"
INFO (15:19:08.0655): using mod "First Person 2_7"
INFO (15:19:08.0655): using mod "PerMa Compatibility and PaMa Patches"
INFO (15:19:08.0655): using mod "FileAccess Interface for Skyrim Script - FISS"
INFO (15:19:08.0655): using mod "Deadly Dragons Armory Hotfix"
INFO (15:19:08.0655): using mod "Deadly Dragons Armory"
INFO (15:19:08.0655): using mod "Dawnguard Meshes for Vampire NPCs-8429-"
INFO (15:19:08.0655): using mod "Dawnguard Elven Arrow Replacer-5164-1"
INFO (15:19:08.0655): using mod "D13 Skyrim Leveled items can level up Unique upgrade balanced"
INFO (15:19:08.0655): using mod "Alternate Start - Live Another Life"
INFO (15:19:08.0662): using mod "Perkus Maximus - Maximum Perk Overhaul"
INFO (15:19:08.0662): using mod "Civil War Overhaul-37216-4-03"
INFO (15:19:08.0662): using mod "Fair Skin Complexion"
INFO (15:19:08.0662): using mod "Fair Skin Complexion Bayonetta ECE Preset"
INFO (15:19:08.0662): using mod "BVFE - Better Vampire Fangs and Eyes"
INFO (15:19:08.0662): using mod "ifpssl_1.1"
INFO (15:19:08.0662): using mod "KS Hairdos - HDT Physics"
INFO (15:19:08.0662): using mod "Seductive Lips HD"
INFO (15:19:08.0662): using mod "SlaveTats-whore"
INFO (15:19:08.0662): using mod "SlaveTats-slut"
INFO (15:19:08.0662): using mod "SlaveTats-property"
INFO (15:19:08.0662): using mod "SlaveTats-1.1.1"
INFO (15:19:08.0662): using mod "Rutah Tattoo Pack for RaceMenu"
INFO (15:19:08.0662): using mod "Grooovus Slavetats"
INFO (15:19:08.0662): using mod "KS Hairdos - Renewal"
INFO (15:19:08.0662): using mod "Beautiful Vampires V2 apachii"
INFO (15:19:08.0662): using mod "Bloody Screen Removal-471-1-0"
INFO (15:19:08.0662): using mod "Animated Dragon Wings"
INFO (15:19:08.0662): using mod "Bijin Warmaidens - 4k Textures"
INFO (15:19:08.0662): using mod "Bijin Warmaidens"
INFO (15:19:08.0663): using mod "Bijin NPCs"
INFO (15:19:08.0663): using mod "Bijin Wives"
INFO (15:19:08.0663): using mod "beautiful Elves V2-51302-v2-0"
INFO (15:19:08.0663): using mod "Babes Combined for CBBE v4c"
INFO (15:19:08.0663): using mod "Adorable Face-61178-1-2-1"
INFO (15:19:08.0663): using mod "3DNPC_v309-8429-3-09"
INFO (15:19:08.0663): using mod "3DNPC - Alternative Locations"
INFO (15:19:08.0663): using mod "TERA Weapons Collection for Skyrim"
INFO (15:19:08.0663): using mod "FNIS PCEA2 - Player Exclusive Animations (dynamic)"
INFO (15:19:08.0663): using mod "Weapons and Armor Fixes Remade"
INFO (15:19:08.0663): using mod "Immersive Weapons"
INFO (15:19:08.0663): using mod "Extra plugins"
INFO (15:19:08.0663): using mod "WyldTats Warpaint Edition"
INFO (15:19:08.0663): using mod "The Eyes Of Beauty"
INFO (15:19:08.0663): using mod "TEOB Elven Edition"
INFO (15:19:08.0663): using mod "Proper Length Arrows V1_1_1"
INFO (15:19:08.0663): using mod "Proper Length Arrows Dawnguard Pack v1_1"
INFO (15:19:08.0663): using mod "PotionsReplacer"
INFO (15:19:08.0663): using mod "JContainers-49743-3-2-4"
INFO (15:19:08.0663): using mod "Helmet Toggle - Show Hide"
INFO (15:19:08.0663): using mod "Fuz Ro Doh 60-14884-6-0"
INFO (15:19:08.0663): using mod "Feminine Hands - CBBE-49285-1-0"
INFO (15:19:08.0663): using mod "Alluring Eyes 1.4"
INFO (15:19:08.0663): using mod "PresetOutput"
INFO (15:19:08.0663): using mod "Apocalypse - Dragonborn Staff Crafting"
INFO (15:19:08.0663): using mod "Apocalypse - Magic of Skyrim"
INFO (15:19:08.0663): using mod "Balanced_Magic_Dawnguard"
INFO (15:19:08.0663): using mod "Balanced_Magic_v3_05"
INFO (15:19:08.0663): using mod "ScreenShot Assist"
INFO (15:19:08.0663): using mod "aMidianBorn Caves and Mines"
INFO (15:19:08.0663): using mod "aMidianBorn Book of Silence - Dragonborn DLC"
INFO (15:19:08.0663): using mod "aMidianBorn Book of Silence - Weapons"
INFO (15:19:08.0663): using mod "aMidianBorn Book of Silence - Unique Items"
INFO (15:19:08.0663): using mod "aMidianBorn Book of Silence - Creatures"
INFO (15:19:08.0663): using mod "aMidianBorn Book of Silence - Armors"
INFO (15:19:08.0663): using mod "Explosive Bolts Visualized"
INFO (15:19:08.0663): using mod "Aesthetic Bolt Quiver Faction Crossbow Patch"
INFO (15:19:08.0663): using mod "A. Faction Crossbows 2K-58704-1-03"
INFO (15:19:08.0663): using mod "DraconicBloodlineV1.10(CBBE)(HDT)"
INFO (15:19:08.0663): using mod "Belt-Fastened Quivers Support-69033-1-0"
INFO (15:19:08.0664): using mod "Archery Gameplay Overhaul-69033-1-2"
INFO (15:19:08.0664): using mod "Immersive First Person View"
INFO (15:19:08.0664): using mod "HDT Breast And Butt Physics - TBBP BBP Supported"
INFO (15:19:08.0664): using mod "Sexy idle Animation 1.1"
INFO (15:19:08.0664): using mod "Heels Sound 1.5"
INFO (15:19:08.0664): using mod "HDT HighHeels System"
INFO (15:19:08.0664): using mod "HDT Physics Extensions"
INFO (15:19:08.0664): using mod "Immersive Animations"
INFO (15:19:08.0664): using mod "XP32 Maximum Skeleton Extended"
INFO (15:19:08.0664): using mod "Better Vampires 7.1"
INFO (15:19:08.0664): using mod "Dragon Shrine Ninja Leather Armor"
INFO (15:19:08.0664): using mod "MomijiFollower6"
INFO (15:19:08.0664): using mod "Kasumi_Follower"
INFO (15:19:08.0664): using mod "AyaneFollower2update"
INFO (15:19:08.0664): using mod "DOA5"
INFO (15:19:08.0664): using mod "TurnDownXrace5"
INFO (15:19:08.0664): using mod "SelvariaBlesArmor"
INFO (15:19:08.0664): using mod "MomijiC1"
INFO (15:19:08.0664): using mod "KungfuLadyArmor"
INFO (15:19:08.0664): using mod "Belt-Fastened Quivers"
INFO (15:19:08.0664): using mod "Deadly Mutilation - dismemberment blood and gore"
INFO (15:19:08.0664): using mod "Aesthetic Bolt Quiver"
INFO (15:19:08.0664): using mod "Dual Sheath Redux"
INFO (15:19:08.0664): using mod "Dynamic Follower Dialogue - DFD"
INFO (15:19:08.0664): using mod "Seranaholic Textures Update"
INFO (15:19:08.0664): using mod "Seranaholic"
INFO (15:19:08.0664): using mod "Female Facial Animation"
INFO (15:19:08.0664): using mod "HDT Overwrites"
INFO (15:19:08.0664): using mod "ApachiiSkyHair"
INFO (15:19:08.0664): using mod "Deadly Dragons"
INFO (15:19:08.0664): using mod "ShowRaceMenu Precache Killer"
INFO (15:19:08.0664): using mod "RaceMenu"
INFO (15:19:08.0664): using mod "Immersive HUD - iHUD"
INFO (15:19:08.0664): using mod "New HD Skill Interface"
INFO (15:19:08.0664): using mod "Extended UI"
INFO (15:19:08.0664): using mod "RealVision ENB 279b"
INFO (15:19:08.0664): using mod "Skyrim Floral Overhaul 2.3b Update"
INFO (15:19:08.0664): using mod "Skyrim Flora Overhaul"
INFO (15:19:08.0664): using mod "Enhanced Wetness and Puddles"
INFO (15:19:08.0664): using mod "Enhanced Lights and FX"
INFO (15:19:08.0664): using mod "True Storms - Thunder and Rain Redone v1.5"
INFO (15:19:08.0664): using mod "Supreme Storms for Climates of Tamriel"
INFO (15:19:08.0664): using mod "COT_Lightning_Patch_3_1"
INFO (15:19:08.0664): using mod "MintyLightningModV23"
INFO (15:19:08.0665): using mod "Climates Of Tamriel-V"
INFO (15:19:08.0665): using mod "SkyUI"
INFO (15:19:08.0665): using mod "FNIS Creature Pack 6_1"
INFO (15:19:08.0665): using mod "Fores New Idles in Skyrim - FNIS"
INFO (15:19:08.0665): using mod "WellGram Warpaints - RaceMenu Overlay Plugin 2.0"
INFO (15:19:08.0665): using mod "Remodeled Armor for CBBE Bodyslide TBBP HDT"
INFO (15:19:08.0665): using mod "BodySlide and Outfit Studio"
INFO (15:19:08.0665): using mod "Calientes Beautiful Bodies Edition -CBBE-"
INFO (15:19:08.0665): using mod "SKSE Scripts"
INFO (15:19:08.0665): using mod "Unofficial High Resolution Patch"
INFO (15:19:08.0665): using mod "Unofficial Skyrim Legendary Edition Patch"
INFO (15:19:08.0665): using mod "*Unmanaged: HighResTexturePack01"
INFO (15:19:08.0665): using mod "*Unmanaged: HighResTexturePack02"
INFO (15:19:08.0665): using mod "*Unmanaged: HighResTexturePack03"
INFO (15:19:08.0665): using mod "*Unmanaged: Dawnguard"
INFO (15:19:08.0665): using mod "*Unmanaged: Dragonborn"
INFO (15:19:08.0665): using mod "*Unmanaged: HearthFires"
INFO (15:19:10.0018): "aaa" maps to "Skyrim - Misc.bsa"
INFO (15:19:10.0018): "aab" maps to "Skyrim - Shaders.bsa"
INFO (15:19:10.0018): "aac" maps to "Skyrim - Textures.bsa"
INFO (15:19:10.0018): "aad" maps to "Skyrim - Interface.bsa"
INFO (15:19:10.0018): "aae" maps to "Skyrim - Animations.bsa"
INFO (15:19:10.0018): "aaf" maps to "Skyrim - Meshes.bsa"
INFO (15:19:10.0018): "aag" maps to "Skyrim - Sounds.bsa"
INFO (15:19:10.0018): "aah" maps to "Skyrim - Voices.bsa"
INFO (15:19:10.0018): "aai" maps to "Skyrim - VoicesExtra.bsa"
INFO (15:19:10.0018): "aaj" maps to "Update.bsa"
INFO (15:19:10.0018): "aak" maps to "HearthFires.bsa"
INFO (15:19:10.0018): "aal" maps to "Dragonborn.bsa"
INFO (15:19:10.0018): "aam" maps to "Dawnguard.bsa"
INFO (15:19:10.0018): "aan" maps to "HighResTexturePack03.bsa"
INFO (15:19:10.0018): "aao" maps to "HighResTexturePack02.bsa"
INFO (15:19:10.0018): "aap" maps to "HighResTexturePack01.bsa"
INFO (15:19:10.0018): "aaq" maps to "Unofficial Skyrim Legendary Edition Patch.bsa"
INFO (15:19:10.0018): "aar" maps to "Unofficial High Resolution Patch.bsa"
INFO (15:19:10.0018): "aas" maps to "SkyUI.bsa"
INFO (15:19:10.0018): "aat" maps to "ClimatesOfTamriel.bsa"
INFO (15:19:10.0018): "aau" maps to "mintylightningmod.bsa"
INFO (15:19:10.0018): "aav" maps to "MintyLightningMod_COT_Patch.bsa"
INFO (15:19:10.0018): "aaw" maps to "Extended UI.bsa"
INFO (15:19:10.0018): "aax" maps to "iHUD.bsa"
INFO (15:19:10.0018): "aay" maps to "RaceMenu.bsa"
INFO (15:19:10.0018): "aaz" maps to "DeadlyDragons.bsa"
INFO (15:19:10.0018): "aba" maps to "DeadlyMonsters.bsa"
INFO (15:19:10.0018): "abb" maps to "Isharas_AestheticBoltQuiver.bsa"
INFO (15:19:10.0018): "abc" maps to "kungfuteenagearmor.bsa"
INFO (15:19:10.0018): "abd" maps to "momijic1.bsa"
INFO (15:19:10.0018): "abe" maps to "GalliaArmor.bsa"
INFO (15:19:10.0018): "abf" maps to "RaceCompatibility.bsa"
INFO (15:19:10.0018): "abg" maps to "TurnDownXrace.bsa"
INFO (15:19:10.0018): "abh" maps to "ayanefollower.bsa"
INFO (15:19:10.0018): "abi" maps to "kasumifollower.bsa"
INFO (15:19:10.0018): "abj" maps to "MomijiFollower.bsa"
INFO (15:19:10.0018): "abk" maps to "momijic4.bsa"
INFO (15:19:10.0018): "abl" maps to "Balanced_Magic.bsa"
INFO (15:19:10.0018): "abm" maps to "Apocalypse - The Spell Package.bsa"
INFO (15:19:10.0018): "abn" maps to "HelmetToggle2.02b.bsa"
INFO (15:19:10.0018): "abo" maps to "Immersive Weapons.bsa"
INFO (15:19:10.0018): "abp" maps to "3DNPC.bsa"
INFO (15:19:10.0018): "abq" maps to "Bijin Warmaidens.bsa"
INFO (15:19:10.0018): "abr" maps to "RutahTattooPack.bsa"
INFO (15:19:10.0018): "abs" maps to "PerMa Expansion 1 - Wintermyst.bsa"
INFO (15:19:10.0018): "abt" maps to "Alternate Start - Live Another Life.bsa"
INFO (15:19:10.0018): "abu" maps to "D13LeveledItemsUpgradeD.bsa"
INFO (15:19:10.0018): "abv" maps to "DeadlyDragonsArmory.bsa"
INFO (15:19:10.0018): "abw" maps to "BS-TheHag_Overlays.bsa"
INFO (15:19:10.0018): "abx" maps to "The Dance of Death - Ultimate Edition.bsa"
INFO (15:19:10.0018): "aby" maps to "SMUTBDS.bsa"
INFO (15:19:10.0018): "abz" maps to "SexLabAroused.bsa"
INFO (15:19:10.0018): "aca" maps to "SexLabDefeat.bsa"
INFO (15:19:10.0018): "acb" maps to "Schlongs of Skyrim.bsa"
INFO (15:19:10.0018): "acc" maps to "actorEvents.bsa"
INFO (15:19:10.0018): "acd" maps to "Auto Unequip Ammo.bsa"
INFO (15:19:10.0018): resource list: aaa,aab,aac,aad,aae,aaf,aag,aah,aai,aaj,aak,aal,aam,aan,aao,aap,aaq,aar,aas,aat,aau,aav,aaw,aax,aay,aaz,aba,abb,abc,abd,abe,abf,abg,abh,abi,abj,abk,abl,abm,abn,abo,abp,abq,abr,abs,abt,abu,abv,abw,abx,aby,abz,aca,acb,acc,acd
INFO (15:19:10.0018): working directory: C:\Steam\steamapps\common\Skyrim
INFO (15:19:10.0018): injection done
-------------------------------
INFO (15:19:10.0237): Windows 6.2 (workstation)
INFO (15:19:10.0237): hook.dll v2.7.5
INFO (15:19:10.0237): Code page: 1252
INFO (15:19:10.0237): injecting to C:\Steam\steamapps\common\Skyrim\TESV.exe
INFO (15:19:10.0237): using profile DD Monster Skyrim
INFO (15:19:10.0237): data path is C:\Steam\steamapps\common\Skyrim\data
INFO (15:19:10.0237): using mod "Stable uGridsToLoad"
INFO (15:19:10.0237): using mod "Safety Load"
INFO (15:19:10.0237): using mod "Auto Unequip Ammo"
INFO (15:19:10.0237): using mod "Proper Aiming 1_1"
INFO (15:19:10.0237): using mod "Customizable Camera"
INFO (15:19:10.0237): using mod "Complete FNIS"
INFO (15:19:10.0237): using mod "Pinup Pose MCM Expansion 1.1"
INFO (15:19:10.0237): using mod "PinupPoseMCM 3_5 Update 1"
INFO (15:19:10.0237): using mod "PinupPoseMCM"
INFO (15:19:10.0237): using mod "Kinoko Pose"
INFO (15:19:10.0237): using mod "Larmir+Pose"
INFO (15:19:10.0237): using mod "Aloe poser"
INFO (15:19:10.0237): using mod "GomaPeroPoses4"
INFO (15:19:10.0237): using mod "PapyrusUtil_v31"
INFO (15:19:10.0237): using mod "Bashed Patch"
INFO (15:19:10.0237): using mod "PatchMax Output"
INFO (15:19:10.0237): using mod "DSR Patch"
INFO (15:19:10.0237): using mod "Creature Framework 1.0.1 (2)"
INFO (15:19:10.0237): using mod "Devious Loading Screens (v2.7.0) (2)"
INFO (15:19:10.0237): using mod "actorEvents"
INFO (15:19:10.0237): using mod "DD Bodyslide+"
INFO (15:19:10.0237): using mod "DD Bodyslides"
INFO (15:19:10.0237): using mod "DD Bodyslide CBBE HDT 1 0"
INFO (15:19:10.0237): using mod "DDX Bodyslide CBBE HDT 1 0"
INFO (15:19:10.0237): using mod "Devious Assets CBBE Bodyslide 2"
INFO (15:19:10.0237): using mod "Devious Devices + Devious Expansion for Bodyslide2 HDT + preg by RustyXXL v3beta (1)"
INFO (15:19:10.0237): using mod "DD CBBE CT77 Body Conversion 4.0"
INFO (15:19:10.0237): using mod "DeviousDevices-Integration-2.9.2"
INFO (15:19:10.0237): using mod "Devious Devices Expansion"
INFO (15:19:10.0237): using mod "Devious Devices Assets"
INFO (15:19:10.0237): using mod "SLAL FunnyBizness Pack v10.1 20151230"
INFO (15:19:10.0237): using mod "SLAL Anub Pack by katzumi 20151229 v1.1"
INFO (15:19:10.0237): using mod "SexLab Aroused Creatures v04.0 Alpha 03"
INFO (15:19:10.0237): using mod "SexLab More Creatures v0.04"
INFO (15:19:10.0237): using mod "SexLab Nude Creatures v3.3.0"
INFO (15:19:10.0237): using mod "SLAnimLoader"
INFO (15:19:10.0237): using mod "Mighty Beasts - Werewolf"
INFO (15:19:10.0237): using mod "More Nasty Critters"
INFO (15:19:10.0237): using mod "Estrus Chaurus v4.20a"
INFO (15:19:10.0237): using mod "Estrus Alternate Sounds"
INFO (15:19:10.0237): using mod "EstrusForSkyrim"
INFO (15:19:10.0237): using mod "SOS - Schlongs of Skyrim - 3.00.004"
INFO (15:19:10.0237): using mod "Oral Only 2.2"
INFO (15:19:10.0237): using mod "SexLab Romance V1-0-6"
INFO (15:19:10.0237): using mod "SexLab Defeat v5.2.2"
INFO (15:19:10.0237): using mod "Nusbie Voices - Main File 2"
INFO (15:19:10.0237): using mod "SexLabAroused V27a"
INFO (15:19:10.0237): using mod "AmorousAdventures"
INFO (15:19:10.0237): using mod "SOS schlong for females BodySlide"
INFO (15:19:10.0237): using mod "Fair Skin Complexion Schlong Textures CBBE"
INFO (15:19:10.0237): using mod "SOS - B3lisario UNP Addon v0.9"
INFO (15:19:10.0237): using mod "TTT SOS Futanarium wballs BodySlide"
INFO (15:19:10.0237): using mod "TTT SOS Futanarium Accessoiries BodySlide"
INFO (15:19:10.0237): using mod "TTT HDTfuta Config"
INFO (15:19:10.0237): using mod "SexLab Cumshot 1.7.2"
INFO (15:19:10.0237): using mod "ZazAnimationPack Patch v0607"
INFO (15:19:10.0237): using mod "ZazAnimationPack Textures v0605"
INFO (15:19:10.0237): using mod "ZazAnimationPack Main v0605"
INFO (15:19:10.0237): using mod "SexLab CreatureAnimations v160"
INFO (15:19:10.0237): using mod "SexLabFramework v160 hotfix2 FULL"
INFO (15:19:10.0237): using mod "FNIS Sexy Move"
INFO (15:19:10.0237): using mod "SMUTbooks_v0.1d"
INFO (15:19:10.0237): using mod "Ero Selene Armor HDT BS2"
INFO (15:19:10.0237): using mod "Dragon Queen Armor CBBE HDT v1.2"
INFO (15:19:10.0237): using mod "Dragon Queen Armor"
INFO (15:19:10.0237): using mod "Ancient Nord Chainmail CBBE HDT(latest)"
INFO (15:19:10.0237): using mod "Ancient Nord Chainmail CBBE HDT"
INFO (15:19:10.0237): using mod "Wolf Bikini CBBE HDT Bodyslide 2 Files"
INFO (15:19:10.0237): using mod "CBBE HDT Meshes for WBA Bikini-72344-"
INFO (15:19:10.0237): using mod "Wolf Bikini Armor"
INFO (15:19:10.0237): using mod "Steel Nord Plate Bikini Armor v2 (Bodyslide)"
INFO (15:19:10.0237): using mod "Steel Nord Plate Bikini Armor v2 (CBBE Meshes)"
INFO (15:19:10.0237): using mod "Steel Nord Plate Bikini Armor v2"
INFO (15:19:10.0237): using mod "Falmer Bikini Armor (Bodyslide)"
INFO (15:19:10.0237): using mod "Falmer Bikini Armor (CBBE Meshes)"
INFO (15:19:10.0237): using mod "Falmer Bikini Armor"
INFO (15:19:10.0237): using mod "Dragon Bone Bikini Armor (Bodyslide)"
INFO (15:19:10.0237): using mod "Dragon Bone Bikini Armor (CBBE Meshes)"
INFO (15:19:10.0237): using mod "Dragon Bone Bikini Armor"
INFO (15:19:10.0237): using mod "Terapack2015 ArmorBenchRecipes"
INFO (15:19:10.0237): using mod "TERA Pack 2015 Bodyslides v2.0"
INFO (15:19:10.0237): using mod "BLESS Armors pack"
INFO (15:19:10.0237): using mod "C r a i n t e V o m i r"
INFO (15:19:10.0237): using mod "The Dance of Death - A Killmove Mod"
INFO (15:19:10.0237): using mod "Victorias High Heel walk Animation plus BBP"
INFO (15:19:10.0237): using mod "VHH walk v1_0c D-pack"
INFO (15:19:10.0237): using mod "THEHAGs Privat Tattoos for CBBE v3d2"
INFO (15:19:10.0237): using mod "Dancing in Skyrim_V3_ENG"
INFO (15:19:10.0237): using mod "Pretty Staff And Magic Cast Animations v01.d"
INFO (15:19:10.0237): using mod "Pretty Sit Idle v1.41c"
INFO (15:19:10.0237): using mod "Pretty Motion Package"
INFO (15:19:10.0237): using mod "Pretty Jump Animations"
INFO (15:19:10.0237): using mod "Pretty Combat Animations 1.36e"
INFO (15:19:10.0237): using mod "NetImmerse Override v-3-4"
INFO (15:19:10.0237): using mod "More Killmoves for all Weapon types - 1HN 2HN DW"
INFO (15:19:10.0237): using mod "Momo Acrobatic Jump v1-8-16864-1-8"
INFO (15:19:10.0237): using mod "Magiska"
INFO (15:19:10.0237): using mod "Grimy Plugin"
INFO (15:19:10.0237): using mod "Fuz Ro Doh Output"
INFO (15:19:10.0237): using mod "Flying Mod Beta"
INFO (15:19:10.0237): using mod "First Person 2_7"
INFO (15:19:10.0237): using mod "PerMa Compatibility and PaMa Patches"
INFO (15:19:10.0237): using mod "FileAccess Interface for Skyrim Script - FISS"
INFO (15:19:10.0237): using mod "Deadly Dragons Armory Hotfix"
INFO (15:19:10.0237): using mod "Deadly Dragons Armory"
INFO (15:19:10.0237): using mod "Dawnguard Meshes for Vampire NPCs-8429-"
INFO (15:19:10.0237): using mod "Dawnguard Elven Arrow Replacer-5164-1"
INFO (15:19:10.0237): using mod "D13 Skyrim Leveled items can level up Unique upgrade balanced"
INFO (15:19:10.0237): using mod "Alternate Start - Live Another Life"
INFO (15:19:10.0237): using mod "Perkus Maximus - Maximum Perk Overhaul"
INFO (15:19:10.0237): using mod "Civil War Overhaul-37216-4-03"
INFO (15:19:10.0237): using mod "Fair Skin Complexion"
INFO (15:19:10.0237): using mod "Fair Skin Complexion Bayonetta ECE Preset"
INFO (15:19:10.0237): using mod "BVFE - Better Vampire Fangs and Eyes"
INFO (15:19:10.0237): using mod "ifpssl_1.1"
INFO (15:19:10.0237): using mod "KS Hairdos - HDT Physics"
INFO (15:19:10.0237): using mod "Seductive Lips HD"
INFO (15:19:10.0237): using mod "SlaveTats-whore"
INFO (15:19:10.0237): using mod "SlaveTats-slut"
INFO (15:19:10.0237): using mod "SlaveTats-property"
INFO (15:19:10.0237): using mod "SlaveTats-1.1.1"
INFO (15:19:10.0237): using mod "Rutah Tattoo Pack for RaceMenu"
INFO (15:19:10.0237): using mod "Grooovus Slavetats"
INFO (15:19:10.0237): using mod "KS Hairdos - Renewal"
INFO (15:19:10.0237): using mod "Beautiful Vampires V2 apachii"
INFO (15:19:10.0237): using mod "Bloody Screen Removal-471-1-0"
INFO (15:19:10.0237): using mod "Animated Dragon Wings"
INFO (15:19:10.0237): using mod "Bijin Warmaidens - 4k Textures"
INFO (15:19:10.0237): using mod "Bijin Warmaidens"
INFO (15:19:10.0237): using mod "Bijin NPCs"
INFO (15:19:10.0237): using mod "Bijin Wives"
INFO (15:19:10.0237): using mod "beautiful Elves V2-51302-v2-0"
INFO (15:19:10.0237): using mod "Babes Combined for CBBE v4c"
INFO (15:19:10.0237): using mod "Adorable Face-61178-1-2-1"
INFO (15:19:10.0237): using mod "3DNPC_v309-8429-3-09"
INFO (15:19:10.0237): using mod "3DNPC - Alternative Locations"
INFO (15:19:10.0237): using mod "TERA Weapons Collection for Skyrim"
INFO (15:19:10.0237): using mod "FNIS PCEA2 - Player Exclusive Animations (dynamic)"
INFO (15:19:10.0237): using mod "Weapons and Armor Fixes Remade"
INFO (15:19:10.0237): using mod "Immersive Weapons"
INFO (15:19:10.0237): using mod "Extra plugins"
INFO (15:19:10.0237): using mod "WyldTats Warpaint Edition"
INFO (15:19:10.0237): using mod "The Eyes Of Beauty"
INFO (15:19:10.0237): using mod "TEOB Elven Edition"
INFO (15:19:10.0237): using mod "Proper Length Arrows V1_1_1"
INFO (15:19:10.0237): using mod "Proper Length Arrows Dawnguard Pack v1_1"
INFO (15:19:10.0237): using mod "PotionsReplacer"
INFO (15:19:10.0237): using mod "JContainers-49743-3-2-4"
INFO (15:19:10.0237): using mod "Helmet Toggle - Show Hide"
INFO (15:19:10.0237): using mod "Fuz Ro Doh 60-14884-6-0"
INFO (15:19:10.0237): using mod "Feminine Hands - CBBE-49285-1-0"
INFO (15:19:10.0237): using mod "Alluring Eyes 1.4"
INFO (15:19:10.0237): using mod "PresetOutput"
INFO (15:19:10.0237): using mod "Apocalypse - Dragonborn Staff Crafting"
INFO (15:19:10.0237): using mod "Apocalypse - Magic of Skyrim"
INFO (15:19:10.0237): using mod "Balanced_Magic_Dawnguard"
INFO (15:19:10.0237): using mod "Balanced_Magic_v3_05"
INFO (15:19:10.0237): using mod "ScreenShot Assist"
INFO (15:19:10.0237): using mod "aMidianBorn Caves and Mines"
INFO (15:19:10.0237): using mod "aMidianBorn Book of Silence - Dragonborn DLC"
INFO (15:19:10.0237): using mod "aMidianBorn Book of Silence - Weapons"
INFO (15:19:10.0237): using mod "aMidianBorn Book of Silence - Unique Items"
INFO (15:19:10.0237): using mod "aMidianBorn Book of Silence - Creatures"
INFO (15:19:10.0237): using mod "aMidianBorn Book of Silence - Armors"
INFO (15:19:10.0237): using mod "Explosive Bolts Visualized"
INFO (15:19:10.0237): using mod "Aesthetic Bolt Quiver Faction Crossbow Patch"
INFO (15:19:10.0237): using mod "A. Faction Crossbows 2K-58704-1-03"
INFO (15:19:10.0237): using mod "DraconicBloodlineV1.10(CBBE)(HDT)"
INFO (15:19:10.0237): using mod "Belt-Fastened Quivers Support-69033-1-0"
INFO (15:19:10.0237): using mod "Archery Gameplay Overhaul-69033-1-2"
INFO (15:19:10.0237): using mod "Immersive First Person View"
INFO (15:19:10.0237): using mod "HDT Breast And Butt Physics - TBBP BBP Supported"
INFO (15:19:10.0237): using mod "Sexy idle Animation 1.1"
INFO (15:19:10.0237): using mod "Heels Sound 1.5"
INFO (15:19:10.0237): using mod "HDT HighHeels System"
INFO (15:19:10.0237): using mod "HDT Physics Extensions"
INFO (15:19:10.0237): using mod "Immersive Animations"
INFO (15:19:10.0237): using mod "XP32 Maximum Skeleton Extended"
INFO (15:19:10.0237): using mod "Better Vampires 7.1"
INFO (15:19:10.0237): using mod "Dragon Shrine Ninja Leather Armor"
INFO (15:19:10.0237): using mod "MomijiFollower6"
INFO (15:19:10.0237): using mod "Kasumi_Follower"
INFO (15:19:10.0237): using mod "AyaneFollower2update"
INFO (15:19:10.0237): using mod "DOA5"
INFO (15:19:10.0237): using mod "TurnDownXrace5"
INFO (15:19:10.0237): using mod "SelvariaBlesArmor"
INFO (15:19:10.0237): using mod "MomijiC1"
INFO (15:19:10.0237): using mod "KungfuLadyArmor"
INFO (15:19:10.0237): using mod "Belt-Fastened Quivers"
INFO (15:19:10.0237): using mod "Deadly Mutilation - dismemberment blood and gore"
INFO (15:19:10.0237): using mod "Aesthetic Bolt Quiver"
INFO (15:19:10.0237): using mod "Dual Sheath Redux"
INFO (15:19:10.0237): using mod "Dynamic Follower Dialogue - DFD"
INFO (15:19:10.0237): using mod "Seranaholic Textures Update"
INFO (15:19:10.0237): using mod "Seranaholic"
INFO (15:19:10.0237): using mod "Female Facial Animation"
INFO (15:19:10.0237): using mod "HDT Overwrites"
INFO (15:19:10.0237): using mod "ApachiiSkyHair"
INFO (15:19:10.0237): using mod "Deadly Dragons"
INFO (15:19:10.0237): using mod "ShowRaceMenu Precache Killer"
INFO (15:19:10.0237): using mod "RaceMenu"
INFO (15:19:10.0237): using mod "Immersive HUD - iHUD"
INFO (15:19:10.0237): using mod "New HD Skill Interface"
INFO (15:19:10.0237): using mod "Extended UI"
INFO (15:19:10.0237): using mod "RealVision ENB 279b"
INFO (15:19:10.0237): using mod "Skyrim Floral Overhaul 2.3b Update"
INFO (15:19:10.0237): using mod "Skyrim Flora Overhaul"
INFO (15:19:10.0237): using mod "Enhanced Wetness and Puddles"
INFO (15:19:10.0237): using mod "Enhanced Lights and FX"
INFO (15:19:10.0237): using mod "True Storms - Thunder and Rain Redone v1.5"
INFO (15:19:10.0237): using mod "Supreme Storms for Climates of Tamriel"
INFO (15:19:10.0237): using mod "COT_Lightning_Patch_3_1"
INFO (15:19:10.0237): using mod "MintyLightningModV23"
INFO (15:19:10.0237): using mod "Climates Of Tamriel-V"
INFO (15:19:10.0237): using mod "SkyUI"
INFO (15:19:10.0237): using mod "FNIS Creature Pack 6_1"
INFO (15:19:10.0237): using mod "Fores New Idles in Skyrim - FNIS"
INFO (15:19:10.0237): using mod "WellGram Warpaints - RaceMenu Overlay Plugin 2.0"
INFO (15:19:10.0237): using mod "Remodeled Armor for CBBE Bodyslide TBBP HDT"
INFO (15:19:10.0237): using mod "BodySlide and Outfit Studio"
INFO (15:19:10.0237): using mod "Calientes Beautiful Bodies Edition -CBBE-"
INFO (15:19:10.0237): using mod "SKSE Scripts"
INFO (15:19:10.0237): using mod "Unofficial High Resolution Patch"
INFO (15:19:10.0237): using mod "Unofficial Skyrim Legendary Edition Patch"
INFO (15:19:10.0237): using mod "*Unmanaged: HighResTexturePack01"
INFO (15:19:10.0237): using mod "*Unmanaged: HighResTexturePack02"
INFO (15:19:10.0237): using mod "*Unmanaged: HighResTexturePack03"
INFO (15:19:10.0237): using mod "*Unmanaged: Dawnguard"
INFO (15:19:10.0237): using mod "*Unmanaged: Dragonborn"
INFO (15:19:10.0237): using mod "*Unmanaged: HearthFires"
----------- LOG END -----------
INFO (15:19:12.0095): "aaa" maps to "Skyrim - Misc.bsa"
INFO (15:19:12.0095): "aab" maps to "Skyrim - Shaders.bsa"
INFO (15:19:12.0095): "aac" maps to "Skyrim - Textures.bsa"
INFO (15:19:12.0095): "aad" maps to "Skyrim - Interface.bsa"
INFO (15:19:12.0095): "aae" maps to "Skyrim - Animations.bsa"
INFO (15:19:12.0095): "aaf" maps to "Skyrim - Meshes.bsa"
INFO (15:19:12.0095): "aag" maps to "Skyrim - Sounds.bsa"
INFO (15:19:12.0095): "aah" maps to "Skyrim - Voices.bsa"
INFO (15:19:12.0095): "aai" maps to "Skyrim - VoicesExtra.bsa"
INFO (15:19:12.0095): "aaj" maps to "Update.bsa"
INFO (15:19:12.0095): "aak" maps to "HearthFires.bsa"
INFO (15:19:12.0095): "aal" maps to "Dragonborn.bsa"
INFO (15:19:12.0095): "aam" maps to "Dawnguard.bsa"
INFO (15:19:12.0095): "aan" maps to "HighResTexturePack03.bsa"
INFO (15:19:12.0095): "aao" maps to "HighResTexturePack02.bsa"
INFO (15:19:12.0095): "aap" maps to "HighResTexturePack01.bsa"
INFO (15:19:12.0095): "aaq" maps to "Unofficial Skyrim Legendary Edition Patch.bsa"
INFO (15:19:12.0095): "aar" maps to "Unofficial High Resolution Patch.bsa"
INFO (15:19:12.0095): "aas" maps to "SkyUI.bsa"
INFO (15:19:12.0095): "aat" maps to "ClimatesOfTamriel.bsa"
INFO (15:19:12.0095): "aau" maps to "mintylightningmod.bsa"
INFO (15:19:12.0095): "aav" maps to "MintyLightningMod_COT_Patch.bsa"
INFO (15:19:12.0095): "aaw" maps to "Extended UI.bsa"
INFO (15:19:12.0095): "aax" maps to "iHUD.bsa"
INFO (15:19:12.0095): "aay" maps to "RaceMenu.bsa"
INFO (15:19:12.0095): "aaz" maps to "DeadlyDragons.bsa"
INFO (15:19:12.0095): "aba" maps to "DeadlyMonsters.bsa"
INFO (15:19:12.0095): "abb" maps to "Isharas_AestheticBoltQuiver.bsa"
INFO (15:19:12.0095): "abc" maps to "kungfuteenagearmor.bsa"
INFO (15:19:12.0095): "abd" maps to "momijic1.bsa"
INFO (15:19:12.0095): "abe" maps to "GalliaArmor.bsa"
INFO (15:19:12.0095): "abf" maps to "RaceCompatibility.bsa"
INFO (15:19:12.0095): "abg" maps to "TurnDownXrace.bsa"
INFO (15:19:12.0095): "abh" maps to "ayanefollower.bsa"
INFO (15:19:12.0095): "abi" maps to "kasumifollower.bsa"
INFO (15:19:12.0095): "abj" maps to "MomijiFollower.bsa"
INFO (15:19:12.0095): "abk" maps to "momijic4.bsa"
INFO (15:19:12.0095): "abl" maps to "Balanced_Magic.bsa"
INFO (15:19:12.0095): "abm" maps to "Apocalypse - The Spell Package.bsa"
INFO (15:19:12.0095): "abn" maps to "HelmetToggle2.02b.bsa"
INFO (15:19:12.0095): "abo" maps to "Immersive Weapons.bsa"
INFO (15:19:12.0095): "abp" maps to "3DNPC.bsa"
INFO (15:19:12.0095): "abq" maps to "Bijin Warmaidens.bsa"
INFO (15:19:12.0095): "abr" maps to "RutahTattooPack.bsa"
INFO (15:19:12.0095): "abs" maps to "PerMa Expansion 1 - Wintermyst.bsa"
INFO (15:19:12.0095): "abt" maps to "Alternate Start - Live Another Life.bsa"
INFO (15:19:12.0095): "abu" maps to "D13LeveledItemsUpgradeD.bsa"
INFO (15:19:12.0095): "abv" maps to "DeadlyDragonsArmory.bsa"
INFO (15:19:12.0095): "abw" maps to "BS-TheHag_Overlays.bsa"
INFO (15:19:12.0095): "abx" maps to "The Dance of Death - Ultimate Edition.bsa"
INFO (15:19:12.0095): "aby" maps to "SMUTBDS.bsa"
INFO (15:19:12.0095): "abz" maps to "SexLabAroused.bsa"
INFO (15:19:12.0095): "aca" maps to "SexLabDefeat.bsa"
INFO (15:19:12.0095): "acb" maps to "Schlongs of Skyrim.bsa"
INFO (15:19:12.0095): "acc" maps to "actorEvents.bsa"
INFO (15:19:12.0095): "acd" maps to "Auto Unequip Ammo.bsa"
INFO (15:19:12.0095): resource list: aaa,aab,aac,aad,aae,aaf,aag,aah,aai,aaj,aak,aal,aam,aan,aao,aap,aaq,aar,aas,aat,aau,aav,aaw,aax,aay,aaz,aba,abb,abc,abd,abe,abf,abg,abh,abi,abj,abk,abl,abm,abn,abo,abp,abq,abr,abs,abt,abu,abv,abw,abx,aby,abz,aca,acb,acc,acd
INFO (15:19:12.0095): working directory: C:\Steam\steamapps\common\Skyrim
INFO (15:19:12.0095): injection done
INFO (15:19:12.0955): archive list limit removed at 00AFEE53
INFO (15:19:37.0450): Windows Exception (c0000005). Origin: "unknown" (3d54387). Last hooked call: unsigned long __stdcall GetModuleFileNameA_rep(struct HINSTANCE__ *,char *,unsigned long)
INFO (15:20:40.0742): Windows Exception (c0000005). Origin: "C:\Steam\steamapps\common\Skyrim\TESV.exe" (d573a8). Last hooked call: struct HINSTANCE__ *__stdcall LoadLibraryW_rep(const wchar_t *)
-------------------------------
INFO (15:20:46.0361): Windows 6.2 (workstation)
INFO (15:20:46.0361): hook.dll v2.7.5
INFO (15:20:46.0361): Code page: 1252
INFO (15:20:46.0361): injecting to C:\Steam\steamapps\common\Skyrim\skse_loader.exe
INFO (15:20:46.0361): using profile DD Monster Skyrim
INFO (15:20:46.0361): data path is C:\Steam\steamapps\common\Skyrim\data
INFO (15:20:46.0361): using mod "Stable uGridsToLoad"
INFO (15:20:46.0361): using mod "Safety Load"
INFO (15:20:46.0361): using mod "Auto Unequip Ammo"
INFO (15:20:46.0361): using mod "Proper Aiming 1_1"
INFO (15:20:46.0361): using mod "Customizable Camera"
INFO (15:20:46.0361): using mod "Complete FNIS"
INFO (15:20:46.0361): using mod "Pinup Pose MCM Expansion 1.1"
INFO (15:20:46.0361): using mod "PinupPoseMCM 3_5 Update 1"
INFO (15:20:46.0361): using mod "PinupPoseMCM"
INFO (15:20:46.0361): using mod "Kinoko Pose"
INFO (15:20:46.0361): using mod "Larmir+Pose"
INFO (15:20:46.0361): using mod "Aloe poser"
INFO (15:20:46.0361): using mod "GomaPeroPoses4"
INFO (15:20:46.0361): using mod "PapyrusUtil_v31"
INFO (15:20:46.0361): using mod "Bashed Patch"
INFO (15:20:46.0361): using mod "PatchMax Output"
INFO (15:20:46.0361): using mod "DSR Patch"
INFO (15:20:46.0361): using mod "Creature Framework 1.0.1 (2)"
INFO (15:20:46.0361): using mod "Devious Loading Screens (v2.7.0) (2)"
INFO (15:20:46.0361): using mod "actorEvents"
INFO (15:20:46.0362): using mod "DD Bodyslide+"
INFO (15:20:46.0362): using mod "DD Bodyslides"
INFO (15:20:46.0362): using mod "DD Bodyslide CBBE HDT 1 0"
INFO (15:20:46.0362): using mod "DDX Bodyslide CBBE HDT 1 0"
INFO (15:20:46.0362): using mod "Devious Assets CBBE Bodyslide 2"
INFO (15:20:46.0362): using mod "Devious Devices + Devious Expansion for Bodyslide2 HDT + preg by RustyXXL v3beta (1)"
INFO (15:20:46.0362): using mod "DD CBBE CT77 Body Conversion 4.0"
INFO (15:20:46.0362): using mod "DeviousDevices-Integration-2.9.2"
INFO (15:20:46.0362): using mod "Devious Devices Expansion"
INFO (15:20:46.0362): using mod "Devious Devices Assets"
INFO (15:20:46.0362): using mod "SLAL FunnyBizness Pack v10.1 20151230"
INFO (15:20:46.0362): using mod "SLAL Anub Pack by katzumi 20151229 v1.1"
INFO (15:20:46.0362): using mod "SexLab Aroused Creatures v04.0 Alpha 03"
INFO (15:20:46.0362): using mod "SexLab More Creatures v0.04"
INFO (15:20:46.0362): using mod "SexLab Nude Creatures v3.3.0"
INFO (15:20:46.0362): using mod "SLAnimLoader"
INFO (15:20:46.0362): using mod "Mighty Beasts - Werewolf"
INFO (15:20:46.0362): using mod "More Nasty Critters"
INFO (15:20:46.0362): using mod "Estrus Chaurus v4.20a"
INFO (15:20:46.0362): using mod "Estrus Alternate Sounds"
INFO (15:20:46.0362): using mod "EstrusForSkyrim"
INFO (15:20:46.0362): using mod "SOS - Schlongs of Skyrim - 3.00.004"
INFO (15:20:46.0362): using mod "Oral Only 2.2"
INFO (15:20:46.0362): using mod "SexLab Romance V1-0-6"
INFO (15:20:46.0362): using mod "SexLab Defeat v5.2.2"
INFO (15:20:46.0362): using mod "Nusbie Voices - Main File 2"
INFO (15:20:46.0362): using mod "SexLabAroused V27a"
INFO (15:20:46.0362): using mod "AmorousAdventures"
INFO (15:20:46.0362): using mod "SOS schlong for females BodySlide"
INFO (15:20:46.0362): using mod "Fair Skin Complexion Schlong Textures CBBE"
INFO (15:20:46.0362): using mod "SOS - B3lisario UNP Addon v0.9"
INFO (15:20:46.0362): using mod "TTT SOS Futanarium wballs BodySlide"
INFO (15:20:46.0362): using mod "TTT SOS Futanarium Accessoiries BodySlide"
INFO (15:20:46.0362): using mod "TTT HDTfuta Config"
INFO (15:20:46.0362): using mod "SexLab Cumshot 1.7.2"
INFO (15:20:46.0362): using mod "ZazAnimationPack Patch v0607"
INFO (15:20:46.0362): using mod "ZazAnimationPack Textures v0605"
INFO (15:20:46.0362): using mod "ZazAnimationPack Main v0605"
INFO (15:20:46.0363): using mod "SexLab CreatureAnimations v160"
INFO (15:20:46.0363): using mod "SexLabFramework v160 hotfix2 FULL"
INFO (15:20:46.0363): using mod "FNIS Sexy Move"
INFO (15:20:46.0363): using mod "SMUTbooks_v0.1d"
INFO (15:20:46.0363): using mod "Ero Selene Armor HDT BS2"
INFO (15:20:46.0363): using mod "Dragon Queen Armor CBBE HDT v1.2"
INFO (15:20:46.0363): using mod "Dragon Queen Armor"
INFO (15:20:46.0363): using mod "Ancient Nord Chainmail CBBE HDT(latest)"
INFO (15:20:46.0363): using mod "Ancient Nord Chainmail CBBE HDT"
INFO (15:20:46.0363): using mod "Wolf Bikini CBBE HDT Bodyslide 2 Files"
INFO (15:20:46.0363): using mod "CBBE HDT Meshes for WBA Bikini-72344-"
INFO (15:20:46.0363): using mod "Wolf Bikini Armor"
INFO (15:20:46.0363): using mod "Steel Nord Plate Bikini Armor v2 (Bodyslide)"
INFO (15:20:46.0363): using mod "Steel Nord Plate Bikini Armor v2 (CBBE Meshes)"
INFO (15:20:46.0363): using mod "Steel Nord Plate Bikini Armor v2"
INFO (15:20:46.0363): using mod "Falmer Bikini Armor (Bodyslide)"
INFO (15:20:46.0363): using mod "Falmer Bikini Armor (CBBE Meshes)"
INFO (15:20:46.0363): using mod "Falmer Bikini Armor"
INFO (15:20:46.0363): using mod "Dragon Bone Bikini Armor (Bodyslide)"
INFO (15:20:46.0363): using mod "Dragon Bone Bikini Armor (CBBE Meshes)"
INFO (15:20:46.0363): using mod "Dragon Bone Bikini Armor"
INFO (15:20:46.0363): using mod "Terapack2015 ArmorBenchRecipes"
INFO (15:20:46.0363): using mod "TERA Pack 2015 Bodyslides v2.0"
INFO (15:20:46.0363): using mod "BLESS Armors pack"
INFO (15:20:46.0363): using mod "C r a i n t e V o m i r"
INFO (15:20:46.0363): using mod "The Dance of Death - A Killmove Mod"
INFO (15:20:46.0363): using mod "Victorias High Heel walk Animation plus BBP"
INFO (15:20:46.0363): using mod "VHH walk v1_0c D-pack"
INFO (15:20:46.0363): using mod "THEHAGs Privat Tattoos for CBBE v3d2"
INFO (15:20:46.0363): using mod "Dancing in Skyrim_V3_ENG"
INFO (15:20:46.0363): using mod "Pretty Staff And Magic Cast Animations v01.d"
INFO (15:20:46.0363): using mod "Pretty Sit Idle v1.41c"
INFO (15:20:46.0363): using mod "Pretty Motion Package"
INFO (15:20:46.0363): using mod "Pretty Jump Animations"
INFO (15:20:46.0363): using mod "Pretty Combat Animations 1.36e"
INFO (15:20:46.0363): using mod "NetImmerse Override v-3-4"
INFO (15:20:46.0363): using mod "More Killmoves for all Weapon types - 1HN 2HN DW"
INFO (15:20:46.0363): using mod "Momo Acrobatic Jump v1-8-16864-1-8"
INFO (15:20:46.0363): using mod "Magiska"
INFO (15:20:46.0363): using mod "Grimy Plugin"
INFO (15:20:46.0363): using mod "Fuz Ro Doh Output"
INFO (15:20:46.0363): using mod "Flying Mod Beta"
INFO (15:20:46.0363): using mod "First Person 2_7"
INFO (15:20:46.0364): using mod "PerMa Compatibility and PaMa Patches"
INFO (15:20:46.0364): using mod "FileAccess Interface for Skyrim Script - FISS"
INFO (15:20:46.0364): using mod "Deadly Dragons Armory Hotfix"
INFO (15:20:46.0364): using mod "Deadly Dragons Armory"
INFO (15:20:46.0364): using mod "Dawnguard Meshes for Vampire NPCs-8429-"
INFO (15:20:46.0364): using mod "Dawnguard Elven Arrow Replacer-5164-1"
INFO (15:20:46.0364): using mod "D13 Skyrim Leveled items can level up Unique upgrade balanced"
INFO (15:20:46.0364): using mod "Alternate Start - Live Another Life"
INFO (15:20:46.0364): using mod "Perkus Maximus - Maximum Perk Overhaul"
INFO (15:20:46.0364): using mod "Civil War Overhaul-37216-4-03"
INFO (15:20:46.0364): using mod "Fair Skin Complexion"
INFO (15:20:46.0364): using mod "Fair Skin Complexion Bayonetta ECE Preset"
INFO (15:20:46.0364): using mod "BVFE - Better Vampire Fangs and Eyes"
INFO (15:20:46.0364): using mod "ifpssl_1.1"
INFO (15:20:46.0364): using mod "KS Hairdos - HDT Physics"
INFO (15:20:46.0364): using mod "Seductive Lips HD"
INFO (15:20:46.0364): using mod "SlaveTats-whore"
INFO (15:20:46.0364): using mod "SlaveTats-slut"
INFO (15:20:46.0364): using mod "SlaveTats-property"
INFO (15:20:46.0364): using mod "SlaveTats-1.1.1"
INFO (15:20:46.0364): using mod "Rutah Tattoo Pack for RaceMenu"
INFO (15:20:46.0364): using mod "Grooovus Slavetats"
INFO (15:20:46.0364): using mod "KS Hairdos - Renewal"
INFO (15:20:46.0364): using mod "Beautiful Vampires V2 apachii"
INFO (15:20:46.0364): using mod "Bloody Screen Removal-471-1-0"
INFO (15:20:46.0364): using mod "Animated Dragon Wings"
INFO (15:20:46.0364): using mod "Bijin Warmaidens - 4k Textures"
INFO (15:20:46.0364): using mod "Bijin Warmaidens"
INFO (15:20:46.0364): using mod "Bijin NPCs"
INFO (15:20:46.0364): using mod "Bijin Wives"
INFO (15:20:46.0364): using mod "beautiful Elves V2-51302-v2-0"
INFO (15:20:46.0364): using mod "Babes Combined for CBBE v4c"
INFO (15:20:46.0364): using mod "Adorable Face-61178-1-2-1"
INFO (15:20:46.0364): using mod "3DNPC_v309-8429-3-09"
INFO (15:20:46.0364): using mod "3DNPC - Alternative Locations"
INFO (15:20:46.0364): using mod "TERA Weapons Collection for Skyrim"
INFO (15:20:46.0364): using mod "FNIS PCEA2 - Player Exclusive Animations (dynamic)"
INFO (15:20:46.0364): using mod "Weapons and Armor Fixes Remade"
INFO (15:20:46.0364): using mod "Immersive Weapons"
INFO (15:20:46.0364): using mod "Extra plugins"
INFO (15:20:46.0364): using mod "WyldTats Warpaint Edition"
INFO (15:20:46.0364): using mod "The Eyes Of Beauty"
INFO (15:20:46.0364): using mod "TEOB Elven Edition"
INFO (15:20:46.0365): using mod "Proper Length Arrows V1_1_1"
INFO (15:20:46.0365): using mod "Proper Length Arrows Dawnguard Pack v1_1"
INFO (15:20:46.0365): using mod "PotionsReplacer"
INFO (15:20:46.0365): using mod "JContainers-49743-3-2-4"
INFO (15:20:46.0365): using mod "Helmet Toggle - Show Hide"
INFO (15:20:46.0365): using mod "Fuz Ro Doh 60-14884-6-0"
INFO (15:20:46.0365): using mod "Feminine Hands - CBBE-49285-1-0"
INFO (15:20:46.0365): using mod "Alluring Eyes 1.4"
INFO (15:20:46.0365): using mod "PresetOutput"
INFO (15:20:46.0365): using mod "Apocalypse - Dragonborn Staff Crafting"
INFO (15:20:46.0366): using mod "Apocalypse - Magic of Skyrim"
INFO (15:20:46.0366): using mod "Balanced_Magic_Dawnguard"
INFO (15:20:46.0366): using mod "Balanced_Magic_v3_05"
INFO (15:20:46.0366): using mod "ScreenShot Assist"
INFO (15:20:46.0366): using mod "aMidianBorn Caves and Mines"
INFO (15:20:46.0366): using mod "aMidianBorn Book of Silence - Dragonborn DLC"
INFO (15:20:46.0366): using mod "aMidianBorn Book of Silence - Weapons"
INFO (15:20:46.0366): using mod "aMidianBorn Book of Silence - Unique Items"
INFO (15:20:46.0366): using mod "aMidianBorn Book of Silence - Creatures"
INFO (15:20:46.0366): using mod "aMidianBorn Book of Silence - Armors"
INFO (15:20:46.0366): using mod "Explosive Bolts Visualized"
INFO (15:20:46.0366): using mod "Aesthetic Bolt Quiver Faction Crossbow Patch"
INFO (15:20:46.0366): using mod "A. Faction Crossbows 2K-58704-1-03"
INFO (15:20:46.0366): using mod "DraconicBloodlineV1.10(CBBE)(HDT)"
INFO (15:20:46.0366): using mod "Belt-Fastened Quivers Support-69033-1-0"
INFO (15:20:46.0366): using mod "Archery Gameplay Overhaul-69033-1-2"
INFO (15:20:46.0366): using mod "Immersive First Person View"
INFO (15:20:46.0366): using mod "HDT Breast And Butt Physics - TBBP BBP Supported"
INFO (15:20:46.0366): using mod "Sexy idle Animation 1.1"
INFO (15:20:46.0366): using mod "Heels Sound 1.5"
INFO (15:20:46.0366): using mod "HDT HighHeels System"
INFO (15:20:46.0366): using mod "HDT Physics Extensions"
INFO (15:20:46.0366): using mod "Immersive Animations"
INFO (15:20:46.0366): using mod "XP32 Maximum Skeleton Extended"
INFO (15:20:46.0366): using mod "Better Vampires 7.1"
INFO (15:20:46.0366): using mod "Dragon Shrine Ninja Leather Armor"
INFO (15:20:46.0366): using mod "MomijiFollower6"
INFO (15:20:46.0366): using mod "Kasumi_Follower"
INFO (15:20:46.0366): using mod "AyaneFollower2update"
INFO (15:20:46.0366): using mod "DOA5"
INFO (15:20:46.0366): using mod "TurnDownXrace5"
INFO (15:20:46.0366): using mod "SelvariaBlesArmor"
INFO (15:20:46.0366): using mod "MomijiC1"
INFO (15:20:46.0367): using mod "KungfuLadyArmor"
INFO (15:20:46.0367): using mod "Belt-Fastened Quivers"
INFO (15:20:46.0367): using mod "Deadly Mutilation - dismemberment blood and gore"
INFO (15:20:46.0367): using mod "Aesthetic Bolt Quiver"
INFO (15:20:46.0367): using mod "Dual Sheath Redux"
INFO (15:20:46.0367): using mod "Dynamic Follower Dialogue - DFD"
INFO (15:20:46.0367): using mod "Seranaholic Textures Update"
INFO (15:20:46.0367): using mod "Seranaholic"
INFO (15:20:46.0367): using mod "Female Facial Animation"
INFO (15:20:46.0367): using mod "HDT Overwrites"
INFO (15:20:46.0367): using mod "ApachiiSkyHair"
INFO (15:20:46.0367): using mod "Deadly Dragons"
INFO (15:20:46.0367): using mod "ShowRaceMenu Precache Killer"
INFO (15:20:46.0367): using mod "RaceMenu"
INFO (15:20:46.0367): using mod "Immersive HUD - iHUD"
INFO (15:20:46.0367): using mod "New HD Skill Interface"
INFO (15:20:46.0367): using mod "Extended UI"
INFO (15:20:46.0367): using mod "RealVision ENB 279b"
INFO (15:20:46.0367): using mod "Skyrim Floral Overhaul 2.3b Update"
INFO (15:20:46.0367): using mod "Skyrim Flora Overhaul"
INFO (15:20:46.0367): using mod "Enhanced Wetness and Puddles"
INFO (15:20:46.0367): using mod "Enhanced Lights and FX"
INFO (15:20:46.0367): using mod "True Storms - Thunder and Rain Redone v1.5"
INFO (15:20:46.0367): using mod "Supreme Storms for Climates of Tamriel"
INFO (15:20:46.0367): using mod "COT_Lightning_Patch_3_1"
INFO (15:20:46.0367): using mod "MintyLightningModV23"
INFO (15:20:46.0367): using mod "Climates Of Tamriel-V"
INFO (15:20:46.0367): using mod "SkyUI"
INFO (15:20:46.0367): using mod "FNIS Creature Pack 6_1"
INFO (15:20:46.0367): using mod "Fores New Idles in Skyrim - FNIS"
INFO (15:20:46.0367): using mod "WellGram Warpaints - RaceMenu Overlay Plugin 2.0"
INFO (15:20:46.0367): using mod "Remodeled Armor for CBBE Bodyslide TBBP HDT"
INFO (15:20:46.0367): using mod "BodySlide and Outfit Studio"
INFO (15:20:46.0368): using mod "Calientes Beautiful Bodies Edition -CBBE-"
INFO (15:20:46.0368): using mod "SKSE Scripts"
INFO (15:20:46.0368): using mod "Unofficial High Resolution Patch"
INFO (15:20:46.0368): using mod "Unofficial Skyrim Legendary Edition Patch"
INFO (15:20:46.0368): using mod "*Unmanaged: HighResTexturePack01"
INFO (15:20:46.0368): using mod "*Unmanaged: HighResTexturePack02"
INFO (15:20:46.0368): using mod "*Unmanaged: HighResTexturePack03"
INFO (15:20:46.0368): using mod "*Unmanaged: Dawnguard"
INFO (15:20:46.0368): using mod "*Unmanaged: Dragonborn"
INFO (15:20:46.0368): using mod "*Unmanaged: HearthFires"
INFO (15:20:47.0734): "aaa" maps to "Skyrim - Misc.bsa"
INFO (15:20:47.0734): "aab" maps to "Skyrim - Shaders.bsa"
INFO (15:20:47.0734): "aac" maps to "Skyrim - Textures.bsa"
INFO (15:20:47.0734): "aad" maps to "Skyrim - Interface.bsa"
INFO (15:20:47.0734): "aae" maps to "Skyrim - Animations.bsa"
INFO (15:20:47.0734): "aaf" maps to "Skyrim - Meshes.bsa"
INFO (15:20:47.0734): "aag" maps to "Skyrim - Sounds.bsa"
INFO (15:20:47.0734): "aah" maps to "Skyrim - Voices.bsa"
INFO (15:20:47.0734): "aai" maps to "Skyrim - VoicesExtra.bsa"
INFO (15:20:47.0734): "aaj" maps to "Update.bsa"
INFO (15:20:47.0734): "aak" maps to "HearthFires.bsa"
INFO (15:20:47.0734): "aal" maps to "Dragonborn.bsa"
INFO (15:20:47.0734): "aam" maps to "Dawnguard.bsa"
INFO (15:20:47.0734): "aan" maps to "HighResTexturePack03.bsa"
INFO (15:20:47.0734): "aao" maps to "HighResTexturePack02.bsa"
INFO (15:20:47.0734): "aap" maps to "HighResTexturePack01.bsa"
INFO (15:20:47.0734): "aaq" maps to "Unofficial Skyrim Legendary Edition Patch.bsa"
INFO (15:20:47.0734): "aar" maps to "Unofficial High Resolution Patch.bsa"
INFO (15:20:47.0734): "aas" maps to "SkyUI.bsa"
INFO (15:20:47.0734): "aat" maps to "ClimatesOfTamriel.bsa"
INFO (15:20:47.0734): "aau" maps to "mintylightningmod.bsa"
INFO (15:20:47.0734): "aav" maps to "MintyLightningMod_COT_Patch.bsa"
INFO (15:20:47.0734): "aaw" maps to "Extended UI.bsa"
INFO (15:20:47.0734): "aax" maps to "iHUD.bsa"
INFO (15:20:47.0734): "aay" maps to "RaceMenu.bsa"
INFO (15:20:47.0734): "aaz" maps to "DeadlyDragons.bsa"
INFO (15:20:47.0734): "aba" maps to "DeadlyMonsters.bsa"
INFO (15:20:47.0734): "abb" maps to "Isharas_AestheticBoltQuiver.bsa"
INFO (15:20:47.0734): "abc" maps to "kungfuteenagearmor.bsa"
INFO (15:20:47.0734): "abd" maps to "momijic1.bsa"
INFO (15:20:47.0734): "abe" maps to "GalliaArmor.bsa"
INFO (15:20:47.0734): "abf" maps to "RaceCompatibility.bsa"
INFO (15:20:47.0734): "abg" maps to "TurnDownXrace.bsa"
INFO (15:20:47.0734): "abh" maps to "ayanefollower.bsa"
INFO (15:20:47.0734): "abi" maps to "kasumifollower.bsa"
INFO (15:20:47.0734): "abj" maps to "MomijiFollower.bsa"
INFO (15:20:47.0734): "abk" maps to "momijic4.bsa"
INFO (15:20:47.0734): "abl" maps to "Balanced_Magic.bsa"
INFO (15:20:47.0734): "abm" maps to "Apocalypse - The Spell Package.bsa"
INFO (15:20:47.0734): "abn" maps to "HelmetToggle2.02b.bsa"
INFO (15:20:47.0734): "abo" maps to "Immersive Weapons.bsa"
INFO (15:20:47.0734): "abp" maps to "3DNPC.bsa"
INFO (15:20:47.0734): "abq" maps to "Bijin Warmaidens.bsa"
INFO (15:20:47.0734): "abr" maps to "RutahTattooPack.bsa"
INFO (15:20:47.0734): "abs" maps to "PerMa Expansion 1 - Wintermyst.bsa"
INFO (15:20:47.0734): "abt" maps to "Alternate Start - Live Another Life.bsa"
INFO (15:20:47.0734): "abu" maps to "D13LeveledItemsUpgradeD.bsa"
INFO (15:20:47.0734): "abv" maps to "DeadlyDragonsArmory.bsa"
INFO (15:20:47.0734): "abw" maps to "BS-TheHag_Overlays.bsa"
INFO (15:20:47.0734): "abx" maps to "The Dance of Death - Ultimate Edition.bsa"
INFO (15:20:47.0734): "aby" maps to "SMUTBDS.bsa"
INFO (15:20:47.0734): "abz" maps to "SexLabAroused.bsa"
INFO (15:20:47.0734): "aca" maps to "SexLabDefeat.bsa"
INFO (15:20:47.0734): "acb" maps to "Schlongs of Skyrim.bsa"
INFO (15:20:47.0734): "acc" maps to "actorEvents.bsa"
INFO (15:20:47.0734): "acd" maps to "Auto Unequip Ammo.bsa"
INFO (15:20:47.0734): resource list: aaa,aab,aac,aad,aae,aaf,aag,aah,aai,aaj,aak,aal,aam,aan,aao,aap,aaq,aar,aas,aat,aau,aav,aaw,aax,aay,aaz,aba,abb,abc,abd,abe,abf,abg,abh,abi,abj,abk,abl,abm,abn,abo,abp,abq,abr,abs,abt,abu,abv,abw,abx,aby,abz,aca,acb,acc,acd
INFO (15:20:47.0734): working directory: C:\Steam\steamapps\common\Skyrim
INFO (15:20:47.0735): injection done
-------------------------------
INFO (15:20:47.0948): Windows 6.2 (workstation)
INFO (15:20:47.0948): hook.dll v2.7.5
INFO (15:20:47.0948): Code page: 1252
INFO (15:20:47.0948): injecting to C:\Steam\steamapps\common\Skyrim\TESV.exe
INFO (15:20:47.0948): using profile DD Monster Skyrim
INFO (15:20:47.0964): data path is C:\Steam\steamapps\common\Skyrim\data
INFO (15:20:47.0964): using mod "Stable uGridsToLoad"
INFO (15:20:47.0964): using mod "Safety Load"
INFO (15:20:47.0964): using mod "Auto Unequip Ammo"
INFO (15:20:47.0964): using mod "Proper Aiming 1_1"
INFO (15:20:47.0964): using mod "Customizable Camera"
INFO (15:20:47.0964): using mod "Complete FNIS"
INFO (15:20:47.0964): using mod "Pinup Pose MCM Expansion 1.1"
INFO (15:20:47.0964): using mod "PinupPoseMCM 3_5 Update 1"
INFO (15:20:47.0964): using mod "PinupPoseMCM"
INFO (15:20:47.0964): using mod "Kinoko Pose"
INFO (15:20:47.0964): using mod "Larmir+Pose"
INFO (15:20:47.0964): using mod "Aloe poser"
INFO (15:20:47.0964): using mod "GomaPeroPoses4"
INFO (15:20:47.0964): using mod "PapyrusUtil_v31"
INFO (15:20:47.0964): using mod "Bashed Patch"
INFO (15:20:47.0964): using mod "PatchMax Output"
INFO (15:20:47.0964): using mod "DSR Patch"
INFO (15:20:47.0964): using mod "Creature Framework 1.0.1 (2)"
INFO (15:20:47.0964): using mod "Devious Loading Screens (v2.7.0) (2)"
INFO (15:20:47.0964): using mod "actorEvents"
INFO (15:20:47.0964): using mod "DD Bodyslide+"
INFO (15:20:47.0964): using mod "DD Bodyslides"
INFO (15:20:47.0964): using mod "DD Bodyslide CBBE HDT 1 0"
INFO (15:20:47.0964): using mod "DDX Bodyslide CBBE HDT 1 0"
INFO (15:20:47.0964): using mod "Devious Assets CBBE Bodyslide 2"
INFO (15:20:47.0964): using mod "Devious Devices + Devious Expansion for Bodyslide2 HDT + preg by RustyXXL v3beta (1)"
INFO (15:20:47.0964): using mod "DD CBBE CT77 Body Conversion 4.0"
INFO (15:20:47.0964): using mod "DeviousDevices-Integration-2.9.2"
INFO (15:20:47.0964): using mod "Devious Devices Expansion"
INFO (15:20:47.0964): using mod "Devious Devices Assets"
INFO (15:20:47.0964): using mod "SLAL FunnyBizness Pack v10.1 20151230"
INFO (15:20:47.0964): using mod "SLAL Anub Pack by katzumi 20151229 v1.1"
INFO (15:20:47.0964): using mod "SexLab Aroused Creatures v04.0 Alpha 03"
INFO (15:20:47.0964): using mod "SexLab More Creatures v0.04"
INFO (15:20:47.0964): using mod "SexLab Nude Creatures v3.3.0"
INFO (15:20:47.0964): using mod "SLAnimLoader"
INFO (15:20:47.0964): using mod "Mighty Beasts - Werewolf"
INFO (15:20:47.0964): using mod "More Nasty Critters"
INFO (15:20:47.0964): using mod "Estrus Chaurus v4.20a"
INFO (15:20:47.0964): using mod "Estrus Alternate Sounds"
INFO (15:20:47.0964): using mod "EstrusForSkyrim"
INFO (15:20:47.0964): using mod "SOS - Schlongs of Skyrim - 3.00.004"
INFO (15:20:47.0964): using mod "Oral Only 2.2"
INFO (15:20:47.0964): using mod "SexLab Romance V1-0-6"
INFO (15:20:47.0964): using mod "SexLab Defeat v5.2.2"
INFO (15:20:47.0964): using mod "Nusbie Voices - Main File 2"
INFO (15:20:47.0964): using mod "SexLabAroused V27a"
INFO (15:20:47.0964): using mod "AmorousAdventures"
INFO (15:20:47.0964): using mod "SOS schlong for females BodySlide"
INFO (15:20:47.0964): using mod "Fair Skin Complexion Schlong Textures CBBE"
INFO (15:20:47.0964): using mod "SOS - B3lisario UNP Addon v0.9"
INFO (15:20:47.0964): using mod "TTT SOS Futanarium wballs BodySlide"
INFO (15:20:47.0964): using mod "TTT SOS Futanarium Accessoiries BodySlide"
INFO (15:20:47.0964): using mod "TTT HDTfuta Config"
INFO (15:20:47.0964): using mod "SexLab Cumshot 1.7.2"
INFO (15:20:47.0964): using mod "ZazAnimationPack Patch v0607"
INFO (15:20:47.0964): using mod "ZazAnimationPack Textures v0605"
INFO (15:20:47.0964): using mod "ZazAnimationPack Main v0605"
INFO (15:20:47.0964): using mod "SexLab CreatureAnimations v160"
INFO (15:20:47.0964): using mod "SexLabFramework v160 hotfix2 FULL"
INFO (15:20:47.0964): using mod "FNIS Sexy Move"
INFO (15:20:47.0964): using mod "SMUTbooks_v0.1d"
INFO (15:20:47.0964): using mod "Ero Selene Armor HDT BS2"
INFO (15:20:47.0964): using mod "Dragon Queen Armor CBBE HDT v1.2"
INFO (15:20:47.0964): using mod "Dragon Queen Armor"
INFO (15:20:47.0964): using mod "Ancient Nord Chainmail CBBE HDT(latest)"
INFO (15:20:47.0964): using mod "Ancient Nord Chainmail CBBE HDT"
INFO (15:20:47.0964): using mod "Wolf Bikini CBBE HDT Bodyslide 2 Files"
INFO (15:20:47.0964): using mod "CBBE HDT Meshes for WBA Bikini-72344-"
INFO (15:20:47.0964): using mod "Wolf Bikini Armor"
INFO (15:20:47.0964): using mod "Steel Nord Plate Bikini Armor v2 (Bodyslide)"
INFO (15:20:47.0964): using mod "Steel Nord Plate Bikini Armor v2 (CBBE Meshes)"
INFO (15:20:47.0964): using mod "Steel Nord Plate Bikini Armor v2"
INFO (15:20:47.0964): using mod "Falmer Bikini Armor (Bodyslide)"
INFO (15:20:47.0964): using mod "Falmer Bikini Armor (CBBE Meshes)"
INFO (15:20:47.0964): using mod "Falmer Bikini Armor"
INFO (15:20:47.0964): using mod "Dragon Bone Bikini Armor (Bodyslide)"
INFO (15:20:47.0964): using mod "Dragon Bone Bikini Armor (CBBE Meshes)"
INFO (15:20:47.0964): using mod "Dragon Bone Bikini Armor"
INFO (15:20:47.0964): using mod "Terapack2015 ArmorBenchRecipes"
INFO (15:20:47.0964): using mod "TERA Pack 2015 Bodyslides v2.0"
INFO (15:20:47.0964): using mod "BLESS Armors pack"
INFO (15:20:47.0964): using mod "C r a i n t e V o m i r"
INFO (15:20:47.0964): using mod "The Dance of Death - A Killmove Mod"
INFO (15:20:47.0964): using mod "Victorias High Heel walk Animation plus BBP"
INFO (15:20:47.0964): using mod "VHH walk v1_0c D-pack"
INFO (15:20:47.0964): using mod "THEHAGs Privat Tattoos for CBBE v3d2"
INFO (15:20:47.0964): using mod "Dancing in Skyrim_V3_ENG"
INFO (15:20:47.0964): using mod "Pretty Staff And Magic Cast Animations v01.d"
INFO (15:20:47.0964): using mod "Pretty Sit Idle v1.41c"
INFO (15:20:47.0964): using mod "Pretty Motion Package"
INFO (15:20:47.0964): using mod "Pretty Jump Animations"
INFO (15:20:47.0964): using mod "Pretty Combat Animations 1.36e"
INFO (15:20:47.0964): using mod "NetImmerse Override v-3-4"
INFO (15:20:47.0964): using mod "More Killmoves for all Weapon types - 1HN 2HN DW"
INFO (15:20:47.0964): using mod "Momo Acrobatic Jump v1-8-16864-1-8"
INFO (15:20:47.0964): using mod "Magiska"
INFO (15:20:47.0964): using mod "Grimy Plugin"
INFO (15:20:47.0964): using mod "Fuz Ro Doh Output"
INFO (15:20:47.0964): using mod "Flying Mod Beta"
INFO (15:20:47.0964): using mod "First Person 2_7"
INFO (15:20:47.0964): using mod "PerMa Compatibility and PaMa Patches"
INFO (15:20:47.0964): using mod "FileAccess Interface for Skyrim Script - FISS"
INFO (15:20:47.0964): using mod "Deadly Dragons Armory Hotfix"
INFO (15:20:47.0964): using mod "Deadly Dragons Armory"
INFO (15:20:47.0964): using mod "Dawnguard Meshes for Vampire NPCs-8429-"
INFO (15:20:47.0964): using mod "Dawnguard Elven Arrow Replacer-5164-1"
INFO (15:20:47.0964): using mod "D13 Skyrim Leveled items can level up Unique upgrade balanced"
INFO (15:20:47.0964): using mod "Alternate Start - Live Another Life"
INFO (15:20:47.0964): using mod "Perkus Maximus - Maximum Perk Overhaul"
INFO (15:20:47.0964): using mod "Civil War Overhaul-37216-4-03"
INFO (15:20:47.0964): using mod "Fair Skin Complexion"
INFO (15:20:47.0964): using mod "Fair Skin Complexion Bayonetta ECE Preset"
INFO (15:20:47.0964): using mod "BVFE - Better Vampire Fangs and Eyes"
INFO (15:20:47.0964): using mod "ifpssl_1.1"
INFO (15:20:47.0964): using mod "KS Hairdos - HDT Physics"
INFO (15:20:47.0964): using mod "Seductive Lips HD"
INFO (15:20:47.0964): using mod "SlaveTats-whore"
INFO (15:20:47.0964): using mod "SlaveTats-slut"
INFO (15:20:47.0964): using mod "SlaveTats-property"
INFO (15:20:47.0964): using mod "SlaveTats-1.1.1"
INFO (15:20:47.0964): using mod "Rutah Tattoo Pack for RaceMenu"
INFO (15:20:47.0964): using mod "Grooovus Slavetats"
INFO (15:20:47.0964): using mod "KS Hairdos - Renewal"
INFO (15:20:47.0964): using mod "Beautiful Vampires V2 apachii"
INFO (15:20:47.0964): using mod "Bloody Screen Removal-471-1-0"
INFO (15:20:47.0964): using mod "Animated Dragon Wings"
INFO (15:20:47.0964): using mod "Bijin Warmaidens - 4k Textures"
INFO (15:20:47.0964): using mod "Bijin Warmaidens"
INFO (15:20:47.0964): using mod "Bijin NPCs"
INFO (15:20:47.0964): using mod "Bijin Wives"
INFO (15:20:47.0964): using mod "beautiful Elves V2-51302-v2-0"
INFO (15:20:47.0964): using mod "Babes Combined for CBBE v4c"
INFO (15:20:47.0964): using mod "Adorable Face-61178-1-2-1"
INFO (15:20:47.0964): using mod "3DNPC_v309-8429-3-09"
INFO (15:20:47.0964): using mod "3DNPC - Alternative Locations"
INFO (15:20:47.0964): using mod "TERA Weapons Collection for Skyrim"
INFO (15:20:47.0964): using mod "FNIS PCEA2 - Player Exclusive Animations (dynamic)"
INFO (15:20:47.0964): using mod "Weapons and Armor Fixes Remade"
INFO (15:20:47.0964): using mod "Immersive Weapons"
INFO (15:20:47.0964): using mod "Extra plugins"
INFO (15:20:47.0964): using mod "WyldTats Warpaint Edition"
INFO (15:20:47.0964): using mod "The Eyes Of Beauty"
INFO (15:20:47.0964): using mod "TEOB Elven Edition"
INFO (15:20:47.0964): using mod "Proper Length Arrows V1_1_1"
INFO (15:20:47.0964): using mod "Proper Length Arrows Dawnguard Pack v1_1"
INFO (15:20:47.0964): using mod "PotionsReplacer"
INFO (15:20:47.0964): using mod "JContainers-49743-3-2-4"
INFO (15:20:47.0964): using mod "Helmet Toggle - Show Hide"
INFO (15:20:47.0964): using mod "Fuz Ro Doh 60-14884-6-0"
INFO (15:20:47.0964): using mod "Feminine Hands - CBBE-49285-1-0"
INFO (15:20:47.0964): using mod "Alluring Eyes 1.4"
INFO (15:20:47.0964): using mod "PresetOutput"
INFO (15:20:47.0964): using mod "Apocalypse - Dragonborn Staff Crafting"
INFO (15:20:47.0964): using mod "Apocalypse - Magic of Skyrim"
INFO (15:20:47.0964): using mod "Balanced_Magic_Dawnguard"
INFO (15:20:47.0964): using mod "Balanced_Magic_v3_05"
INFO (15:20:47.0964): using mod "ScreenShot Assist"
INFO (15:20:47.0964): using mod "aMidianBorn Caves and Mines"
INFO (15:20:47.0964): using mod "aMidianBorn Book of Silence - Dragonborn DLC"
INFO (15:20:47.0964): using mod "aMidianBorn Book of Silence - Weapons"
INFO (15:20:47.0964): using mod "aMidianBorn Book of Silence - Unique Items"
INFO (15:20:47.0964): using mod "aMidianBorn Book of Silence - Creatures"
INFO (15:20:47.0964): using mod "aMidianBorn Book of Silence - Armors"
INFO (15:20:47.0964): using mod "Explosive Bolts Visualized"
INFO (15:20:47.0964): using mod "Aesthetic Bolt Quiver Faction Crossbow Patch"
INFO (15:20:47.0964): using mod "A. Faction Crossbows 2K-58704-1-03"
INFO (15:20:47.0964): using mod "DraconicBloodlineV1.10(CBBE)(HDT)"
INFO (15:20:47.0964): using mod "Belt-Fastened Quivers Support-69033-1-0"
INFO (15:20:47.0964): using mod "Archery Gameplay Overhaul-69033-1-2"
INFO (15:20:47.0964): using mod "Immersive First Person View"
INFO (15:20:47.0964): using mod "HDT Breast And Butt Physics - TBBP BBP Supported"
INFO (15:20:47.0964): using mod "Sexy idle Animation 1.1"
INFO (15:20:47.0964): using mod "Heels Sound 1.5"
INFO (15:20:47.0964): using mod "HDT HighHeels System"
INFO (15:20:47.0964): using mod "HDT Physics Extensions"
INFO (15:20:47.0964): using mod "Immersive Animations"
INFO (15:20:47.0964): using mod "XP32 Maximum Skeleton Extended"
INFO (15:20:47.0964): using mod "Better Vampires 7.1"
INFO (15:20:47.0964): using mod "Dragon Shrine Ninja Leather Armor"
INFO (15:20:47.0964): using mod "MomijiFollower6"
INFO (15:20:47.0964): using mod "Kasumi_Follower"
INFO (15:20:47.0964): using mod "AyaneFollower2update"
INFO (15:20:47.0964): using mod "DOA5"
INFO (15:20:47.0964): using mod "TurnDownXrace5"
INFO (15:20:47.0964): using mod "SelvariaBlesArmor"
INFO (15:20:47.0964): using mod "MomijiC1"
INFO (15:20:47.0964): using mod "KungfuLadyArmor"
INFO (15:20:47.0964): using mod "Belt-Fastened Quivers"
INFO (15:20:47.0964): using mod "Deadly Mutilation - dismemberment blood and gore"
INFO (15:20:47.0964): using mod "Aesthetic Bolt Quiver"
INFO (15:20:47.0964): using mod "Dual Sheath Redux"
INFO (15:20:47.0964): using mod "Dynamic Follower Dialogue - DFD"
INFO (15:20:47.0964): using mod "Seranaholic Textures Update"
INFO (15:20:47.0964): using mod "Seranaholic"
INFO (15:20:47.0964): using mod "Female Facial Animation"
INFO (15:20:47.0964): using mod "HDT Overwrites"
INFO (15:20:47.0964): using mod "ApachiiSkyHair"
INFO (15:20:47.0964): using mod "Deadly Dragons"
INFO (15:20:47.0964): using mod "ShowRaceMenu Precache Killer"
INFO (15:20:47.0964): using mod "RaceMenu"
INFO (15:20:47.0964): using mod "Immersive HUD - iHUD"
INFO (15:20:47.0964): using mod "New HD Skill Interface"
INFO (15:20:47.0964): using mod "Extended UI"
INFO (15:20:47.0964): using mod "RealVision ENB 279b"
INFO (15:20:47.0964): using mod "Skyrim Floral Overhaul 2.3b Update"
INFO (15:20:47.0964): using mod "Skyrim Flora Overhaul"
INFO (15:20:47.0964): using mod "Enhanced Wetness and Puddles"
INFO (15:20:47.0964): using mod "Enhanced Lights and FX"
INFO (15:20:47.0964): using mod "True Storms - Thunder and Rain Redone v1.5"
INFO (15:20:47.0964): using mod "Supreme Storms for Climates of Tamriel"
INFO (15:20:47.0964): using mod "COT_Lightning_Patch_3_1"
INFO (15:20:47.0964): using mod "MintyLightningModV23"
INFO (15:20:47.0964): using mod "Climates Of Tamriel-V"
INFO (15:20:47.0964): using mod "SkyUI"
INFO (15:20:47.0964): using mod "FNIS Creature Pack 6_1"
INFO (15:20:47.0964): using mod "Fores New Idles in Skyrim - FNIS"
INFO (15:20:47.0964): using mod "WellGram Warpaints - RaceMenu Overlay Plugin 2.0"
INFO (15:20:47.0964): using mod "Remodeled Armor for CBBE Bodyslide TBBP HDT"
INFO (15:20:47.0964): using mod "BodySlide and Outfit Studio"
INFO (15:20:47.0964): using mod "Calientes Beautiful Bodies Edition -CBBE-"
INFO (15:20:47.0964): using mod "SKSE Scripts"
INFO (15:20:47.0964): using mod "Unofficial High Resolution Patch"
INFO (15:20:47.0964): using mod "Unofficial Skyrim Legendary Edition Patch"
INFO (15:20:47.0964): using mod "*Unmanaged: HighResTexturePack01"
INFO (15:20:47.0964): using mod "*Unmanaged: HighResTexturePack02"
INFO (15:20:47.0964): using mod "*Unmanaged: HighResTexturePack03"
INFO (15:20:47.0964): using mod "*Unmanaged: Dawnguard"
INFO (15:20:47.0964): using mod "*Unmanaged: Dragonborn"
INFO (15:20:47.0964): using mod "*Unmanaged: HearthFires"
----------- LOG END -----------
INFO (15:20:49.0822): "aaa" maps to "Skyrim - Misc.bsa"
INFO (15:20:49.0822): "aab" maps to "Skyrim - Shaders.bsa"
INFO (15:20:49.0822): "aac" maps to "Skyrim - Textures.bsa"
INFO (15:20:49.0822): "aad" maps to "Skyrim - Interface.bsa"
INFO (15:20:49.0822): "aae" maps to "Skyrim - Animations.bsa"
INFO (15:20:49.0822): "aaf" maps to "Skyrim - Meshes.bsa"
INFO (15:20:49.0822): "aag" maps to "Skyrim - Sounds.bsa"
INFO (15:20:49.0822): "aah" maps to "Skyrim - Voices.bsa"
INFO (15:20:49.0822): "aai" maps to "Skyrim - VoicesExtra.bsa"
INFO (15:20:49.0822): "aaj" maps to "Update.bsa"
INFO (15:20:49.0822): "aak" maps to "HearthFires.bsa"
INFO (15:20:49.0822): "aal" maps to "Dragonborn.bsa"
INFO (15:20:49.0822): "aam" maps to "Dawnguard.bsa"
INFO (15:20:49.0822): "aan" maps to "HighResTexturePack03.bsa"
INFO (15:20:49.0822): "aao" maps to "HighResTexturePack02.bsa"
INFO (15:20:49.0822): "aap" maps to "HighResTexturePack01.bsa"
INFO (15:20:49.0822): "aaq" maps to "Unofficial Skyrim Legendary Edition Patch.bsa"
INFO (15:20:49.0822): "aar" maps to "Unofficial High Resolution Patch.bsa"
INFO (15:20:49.0822): "aas" maps to "SkyUI.bsa"
INFO (15:20:49.0822): "aat" maps to "ClimatesOfTamriel.bsa"
INFO (15:20:49.0822): "aau" maps to "mintylightningmod.bsa"
INFO (15:20:49.0822): "aav" maps to "MintyLightningMod_COT_Patch.bsa"
INFO (15:20:49.0822): "aaw" maps to "Extended UI.bsa"
INFO (15:20:49.0822): "aax" maps to "iHUD.bsa"
INFO (15:20:49.0822): "aay" maps to "RaceMenu.bsa"
INFO (15:20:49.0822): "aaz" maps to "DeadlyDragons.bsa"
INFO (15:20:49.0822): "aba" maps to "DeadlyMonsters.bsa"
INFO (15:20:49.0822): "abb" maps to "Isharas_AestheticBoltQuiver.bsa"
INFO (15:20:49.0822): "abc" maps to "kungfuteenagearmor.bsa"
INFO (15:20:49.0822): "abd" maps to "momijic1.bsa"
INFO (15:20:49.0822): "abe" maps to "GalliaArmor.bsa"
INFO (15:20:49.0822): "abf" maps to "RaceCompatibility.bsa"
INFO (15:20:49.0822): "abg" maps to "TurnDownXrace.bsa"
INFO (15:20:49.0822): "abh" maps to "ayanefollower.bsa"
INFO (15:20:49.0822): "abi" maps to "kasumifollower.bsa"
INFO (15:20:49.0822): "abj" maps to "MomijiFollower.bsa"
INFO (15:20:49.0822): "abk" maps to "momijic4.bsa"
INFO (15:20:49.0822): "abl" maps to "Balanced_Magic.bsa"
INFO (15:20:49.0822): "abm" maps to "Apocalypse - The Spell Package.bsa"
INFO (15:20:49.0822): "abn" maps to "HelmetToggle2.02b.bsa"
INFO (15:20:49.0822): "abo" maps to "Immersive Weapons.bsa"
INFO (15:20:49.0822): "abp" maps to "3DNPC.bsa"
INFO (15:20:49.0822): "abq" maps to "Bijin Warmaidens.bsa"
INFO (15:20:49.0822): "abr" maps to "RutahTattooPack.bsa"
INFO (15:20:49.0822): "abs" maps to "PerMa Expansion 1 - Wintermyst.bsa"
INFO (15:20:49.0822): "abt" maps to "Alternate Start - Live Another Life.bsa"
INFO (15:20:49.0822): "abu" maps to "D13LeveledItemsUpgradeD.bsa"
INFO (15:20:49.0822): "abv" maps to "DeadlyDragonsArmory.bsa"
INFO (15:20:49.0822): "abw" maps to "BS-TheHag_Overlays.bsa"
INFO (15:20:49.0822): "abx" maps to "The Dance of Death - Ultimate Edition.bsa"
INFO (15:20:49.0822): "aby" maps to "SMUTBDS.bsa"
INFO (15:20:49.0822): "abz" maps to "SexLabAroused.bsa"
INFO (15:20:49.0822): "aca" maps to "SexLabDefeat.bsa"
INFO (15:20:49.0822): "acb" maps to "Schlongs of Skyrim.bsa"
INFO (15:20:49.0822): "acc" maps to "actorEvents.bsa"
INFO (15:20:49.0822): "acd" maps to "Auto Unequip Ammo.bsa"
INFO (15:20:49.0822): resource list: aaa,aab,aac,aad,aae,aaf,aag,aah,aai,aaj,aak,aal,aam,aan,aao,aap,aaq,aar,aas,aat,aau,aav,aaw,aax,aay,aaz,aba,abb,abc,abd,abe,abf,abg,abh,abi,abj,abk,abl,abm,abn,abo,abp,abq,abr,abs,abt,abu,abv,abw,abx,aby,abz,aca,acb,acc,acd
INFO (15:20:49.0822): working directory: C:\Steam\steamapps\common\Skyrim
INFO (15:20:49.0822): injection done
INFO (15:20:50.0712): archive list limit removed at 00AFEE53
INFO (15:21:15.0208): Windows Exception (c0000005). Origin: "unknown" (3e04387). Last hooked call: unsigned long __stdcall GetModuleFileNameA_rep(struct HINSTANCE__ *,char *,unsigned long)
INFO (15:23:31.0570): deleting C:\Users\Lee Maddison\Documents\My Games\Skyrim\__MOProfileSave__\autosave2.ess.bak -> C:\Steam\steamapps\common\Skyrim\Mod Organizer\profiles\DD Monster Skyrim\saves\autosave2.ess.bak
INFO (15:25:18.0013): deleting C:\Users\Lee Maddison\Documents\My Games\Skyrim\__MOProfileSave__\autosave3.ess.bak -> C:\Steam\steamapps\common\Skyrim\Mod Organizer\profiles\DD Monster Skyrim\saves\autosave3.ess.bak
INFO (15:30:38.0238): deleting C:\Users\Lee Maddison\Documents\My Games\Skyrim\__MOProfileSave__\autosave1.ess.bak -> C:\Steam\steamapps\common\Skyrim\Mod Organizer\profiles\DD Monster Skyrim\saves\autosave1.ess.bak
INFO (15:31:20.0487): deleting C:\Users\Lee Maddison\Documents\My Games\Skyrim\__MOProfileSave__\autosave2.ess.bak -> C:\Steam\steamapps\common\Skyrim\Mod Organizer\profiles\DD Monster Skyrim\saves\autosave2.ess.bak
INFO (15:38:22.0123): Windows Exception (c0000005). Origin: "C:\Steam\steamapps\common\Skyrim\TESV.exe" (f602e2). Last hooked call: struct HINSTANCE__ *__stdcall LoadLibraryW_rep(const wchar_t *)

Next the Papyrus Log:

[01/09/2016 - 03:21:15PM] Papyrus log opened (PC)
[01/09/2016 - 03:21:15PM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.
[01/09/2016 - 03:21:15PM] Update budget: 1.600000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)
[01/09/2016 - 03:21:15PM] Memory page: 128 (min) 512 (max) 76800 (max total)
[01/09/2016 - 03:21:35PM] Cannot open store for class "SF_AQ_Scene7_03283E6C", missing file?
[01/09/2016 - 03:21:35PM] ERROR: Unable to bind script SF_AQ_Scene7_03283E6C to  (31283E6C) because their base types do not match
[01/09/2016 - 03:21:36PM] Cannot open store for class "EGOTestInitScript", missing file?
[01/09/2016 - 03:21:36PM] Cannot open store for class "AAFlyStorm", missing file?
[01/09/2016 - 03:21:36PM] Cannot open store for class "DBL_SummonChestSCT", missing file?
[01/09/2016 - 03:21:36PM] Cannot open store for class "inviseyesfix", missing file?
[01/09/2016 - 03:21:36PM] Cannot open store for class "UIListMenu", missing file?
[01/09/2016 - 03:21:36PM] Cannot open store for class "uimenubase", missing file?
[01/09/2016 - 03:21:36PM] Cannot open store for class "daymoyl_QuestTemplate", missing file?
[01/09/2016 - 03:21:36PM] Error: Unable to link "daymoyl_QuestTemplate" - the parent of "Defeatdadefeated".
[01/09/2016 - 03:21:36PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (A00C16D8) because their base types do not match
[01/09/2016 - 03:21:36PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (A00C1173) because their base types do not match
[01/09/2016 - 03:21:36PM] Cannot open store for class "daymoyl_playervalidatequestalias", missing file?
[01/09/2016 - 03:21:36PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (A0000D62) because their base types do not match
[01/09/2016 - 03:21:36PM] Cannot open store for class "sam_questscript", missing file?
[01/09/2016 - 03:21:46PM] ERROR: Unable to bind script EGOTestInitScript to alias PalaceFollowTriggerB on quest DA02 (0004D8D6) because their base types do not match
[01/09/2016 - 03:21:46PM] ERROR: Unable to bind script daymoyl_playervalidatequestalias to alias PlayerRef on quest DefeatPlayerQST (A0000D62) because their base types do not match
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorDwarvenCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC9) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesCollegeRobesApprenticeVariant1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF9) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesBeggarRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF1) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesChef on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF4) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassSolitude on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD3) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassWhiterun on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD5) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorStormcloakCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE8) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorStormcloakBearCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE7) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzSheogorathOutfit on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003396) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorImperialStuddedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDA) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMinerClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E14) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDBClothesJester on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003391) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFineClothes01Variant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E08) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMinerClothesVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E15) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorBanditCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DBF) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMournersClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1B) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorDraugrCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC8) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorThievesGuildLeaderCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DED) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorScaledCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE2) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesRedguardClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003384) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMGRobesArchmage on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E13) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesJarl on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0B) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzForswornCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003394) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassHjaalmarch on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD0) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorScaledCuirassB on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE3) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorHideCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD7) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorDaedricCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC5) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorImperialLightCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD9) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassRiften on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD2) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothes04 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E03) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesExecutionerRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFE) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMonkRobesColorBrown on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E17) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorDragonplateCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC6) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorNightingaleCuirassPlayer03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDF) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesWeddingDress on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338A) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassMarkarth on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD1) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorBanditCuirass1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC0) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorCompanionsCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC4) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorStormcloakCuirassSleeves on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE9) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorElvenLightCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCC) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesRobesMageNoviceTemplate on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003386) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassFalkreath on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCF) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzGeneralTulliusArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003395) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFineClothes02Variant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0A) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesNocturnal on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1E) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDBClothesRedguardClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003392) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMonkRobesColorGreen on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E18) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothesVariant02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E04) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesChild01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF5) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassThePale on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD4) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFineClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E07) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesChild03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF7) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorStuddedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEA) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothes03withExtras on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E02) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDBArmorShortSleeve on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003390) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesCollegeRobesCommon on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFB) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorOrcishCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE0) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMonkRobesColorRed on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1A) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothesVariant03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E05) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesJarl_var1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0F) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesUlfric on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003388) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesEmperor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFD) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorIronBandedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDB) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorSteelCuirassA on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE4) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesPsiijicRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003383) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorBanditCuirass2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC1) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGuardCuirassWinterhold on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD6) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothes02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E00) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzdunWaywardPassGhostArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003393) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesJarl03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0D) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesNecromancerRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1D) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesWenchClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338B) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesWarlockRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003389) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDA16VaerminaRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338E) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesCollegeRobesCommonVariant1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFC) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorLinweCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDE) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorSteelPlateCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE6) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorBladesCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC3) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDBClothesRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003397) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesChild02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF6) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMonkRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E16) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesCollegeRobesApprentice on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF8) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDA05SaviorsHide on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338D) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesBarKeeperVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF0) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorEbonyCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCA) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesBlackSmith on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF2) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesJarl03_var1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0E) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesPrisonerTunic on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003382) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorTsunCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEE) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFineClothes02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E09) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorIronCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDC) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDA02Armor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338C) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFF) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorElvenCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCB) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorThievesGuildKarliahCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEC) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorSteelCuirassB on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE5) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesBarKeeper on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEF) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesJarl_var2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E10) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesRobesGreybeardTunic on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003385) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesJarl02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0C) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesThalmorrobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003387) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorFalmerCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCD) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesCollegeRobesApprenticeVariant2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFA) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothes03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E01) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorThievesGuildCuirassPlayer on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEB) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMonkRobesColorGrey on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E19) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorImperialCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD8) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorLeatherCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDD) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesFarmClothesVariant04 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E06) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMerchantClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E11) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMythicDawnRobesNoHood on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1C) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesBlackSmithVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF3) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorGlassCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCE) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesPrisonerRags on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003381) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzClothesMerchantClothesVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E12) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzDBArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338F) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorDragonscaleCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC7) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorPenitusCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE1) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property zzArmorBanditCuirass3 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC2) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property Alias_PlayerGearContainer on script QF_MQ201RecoverGearMISC_000A7921 attached to xChangeOutfit (8A056DE4) cannot be bound because <NULL alias> (0) on <NULL quest> (8A056DE4) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:46PM] warning: Property Config on script zbfbondageshell attached to zbf (080137E6) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property FreeformMarkarthO on script mdcuestartscript attached to  (311EC62D) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] ERROR: Property DriftshadeSanctuaryAlias on script USKP_QF_ChangeLocation16_0300489C attached to USKPChangeLocation16 (0500489C) cannot be bound because <NULL alias> (53) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property Pages on script mz_HelmetToggleConfigMenu attached to mz_ScriptSpellQuest (50000D66) cannot be initialized because the value is the incorrect type
[01/09/2016 - 03:21:46PM] ERROR: Property collarPostureLeatherRendered on script zadlibs attached to zadQuest (0A00F624) cannot be bound because <NULL form> (0A047003) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property GlenmorilCovenAlias on script uskpretroactive210script attached to USKPRetroactive210 (050058C7) cannot be bound because <NULL alias> (54) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:21:46PM] ERROR: Property DriftshadeSanctuaryAlias on script uskpretroactive210script attached to USKPRetroactive210 (050058C7) cannot be bound because <NULL alias> (53) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:21:46PM] warning: Property myActor on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2ThirskRieklingRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinRieklingChief on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2RieklingRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncWerebearMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2AshSpawnRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncLurkerMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinBenthicLurker on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinRieklingChief on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2WerebearBeastRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncAshmanMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2LurkerRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinAshSpawn on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC2SkinNakedWereBearBeast on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] ERROR: Property NPCTilma on script QF_SkyforgeSteelWeaponsQuest_02003DEF attached to SkyforgeSteelWeaponsQuest (56003DEF) cannot be bound because <NULL form> (0003BDE9) is not the right type
[01/09/2016 - 03:21:46PM] warning: Property slncDLC1SabrecatHard on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncDLC1TrollFrostArmoredErect on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC1SkinTrollArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC1SabreCatGlowRace on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC1TrollFrostRaceArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncDLC1TrollArmoredErect on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC1SkinTrollFrostArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property DLC1TrollRaceArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] warning: Property slncSkinTrollArmoredNormal on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:46PM] VM is freezing...
[01/09/2016 - 03:21:46PM] VM is frozen
[01/09/2016 - 03:21:46PM] Reverting game...
[01/09/2016 - 03:21:47PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (A00C16D8) because their base types do not match
[01/09/2016 - 03:21:47PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (A0000D62) because their base types do not match
[01/09/2016 - 03:21:47PM] ERROR: Unable to bind script SF_AQ_Scene7_03283E6C to  (31283E6C) because their base types do not match
[01/09/2016 - 03:21:47PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (A00C1173) because their base types do not match
[01/09/2016 - 03:21:47PM] ERROR: Unable to bind script EGOTestInitScript to alias PalaceFollowTriggerB on quest DA02 (0004D8D6) because their base types do not match
[01/09/2016 - 03:21:47PM] ERROR: Unable to bind script daymoyl_playervalidatequestalias to alias PlayerRef on quest DefeatPlayerQST (A0000D62) because their base types do not match
[01/09/2016 - 03:21:47PM] warning: Property slncDLC1SabrecatHard on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncDLC1TrollFrostArmoredErect on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC1SkinTrollArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC1SabreCatGlowRace on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC1TrollFrostRaceArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncDLC1TrollArmoredErect on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC1SkinTrollFrostArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC1TrollRaceArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinTrollArmoredNormal on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] ERROR: Property Alias_PlayerGearContainer on script QF_MQ201RecoverGearMISC_000A7921 attached to xChangeOutfit (8A056DE4) cannot be bound because <NULL alias> (0) on <NULL quest> (8A056DE4) is not the right type
[01/09/2016 - 03:21:47PM] warning: Property Config on script zbfbondageshell attached to zbf (080137E6) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property FreeformMarkarthO on script mdcuestartscript attached to  (311EC62D) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] ERROR: Property DriftshadeSanctuaryAlias on script USKP_QF_ChangeLocation16_0300489C attached to USKPChangeLocation16 (0500489C) cannot be bound because <NULL alias> (53) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property Pages on script mz_HelmetToggleConfigMenu attached to mz_ScriptSpellQuest (50000D66) cannot be initialized because the value is the incorrect type
[01/09/2016 - 03:21:47PM] ERROR: Property collarPostureLeatherRendered on script zadlibs attached to zadQuest (0A00F624) cannot be bound because <NULL form> (0A047003) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property GlenmorilCovenAlias on script uskpretroactive210script attached to USKPRetroactive210 (050058C7) cannot be bound because <NULL alias> (54) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property DriftshadeSanctuaryAlias on script uskpretroactive210script attached to USKPRetroactive210 (050058C7) cannot be bound because <NULL alias> (53) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorDwarvenCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesCollegeRobesApprenticeVariant1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesBeggarRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF1) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesChef on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF4) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassSolitude on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD3) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassWhiterun on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD5) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorStormcloakCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE8) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorStormcloakBearCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE7) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzSheogorathOutfit on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003396) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorImperialStuddedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDA) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMinerClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E14) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDBClothesJester on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003391) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFineClothes01Variant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E08) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMinerClothesVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E15) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorBanditCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DBF) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMournersClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1B) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorDraugrCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC8) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorThievesGuildLeaderCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DED) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorScaledCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE2) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesRedguardClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003384) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMGRobesArchmage on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E13) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesJarl on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0B) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzForswornCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003394) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassHjaalmarch on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD0) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorScaledCuirassB on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE3) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorHideCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD7) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorDaedricCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC5) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorImperialLightCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassRiften on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD2) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothes04 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E03) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesExecutionerRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFE) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMonkRobesColorBrown on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E17) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorDragonplateCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC6) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorNightingaleCuirassPlayer03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDF) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesWeddingDress on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338A) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassMarkarth on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD1) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorBanditCuirass1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC0) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorCompanionsCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC4) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorStormcloakCuirassSleeves on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorElvenLightCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCC) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesRobesMageNoviceTemplate on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003386) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassFalkreath on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCF) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzGeneralTulliusArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003395) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFineClothes02Variant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0A) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesNocturnal on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1E) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDBClothesRedguardClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003392) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMonkRobesColorGreen on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E18) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothesVariant02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E04) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesChild01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF5) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassThePale on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD4) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFineClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E07) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesChild03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF7) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorStuddedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEA) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothes03withExtras on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E02) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDBArmorShortSleeve on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003390) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesCollegeRobesCommon on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFB) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorOrcishCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE0) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMonkRobesColorRed on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1A) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothesVariant03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E05) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesJarl_var1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0F) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesUlfric on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003388) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesEmperor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFD) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorIronBandedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDB) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorSteelCuirassA on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE4) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesPsiijicRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003383) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorBanditCuirass2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC1) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGuardCuirassWinterhold on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD6) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothes02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E00) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzdunWaywardPassGhostArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003393) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesJarl03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0D) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesNecromancerRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1D) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesWenchClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338B) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesWarlockRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003389) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDA16VaerminaRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338E) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesCollegeRobesCommonVariant1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFC) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorLinweCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDE) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorSteelPlateCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE6) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorBladesCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC3) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDBClothesRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003397) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesChild02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF6) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMonkRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E16) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesCollegeRobesApprentice on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF8) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDA05SaviorsHide on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338D) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesBarKeeperVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF0) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorEbonyCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCA) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesBlackSmith on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF2) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesJarl03_var1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0E) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesPrisonerTunic on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003382) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorTsunCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEE) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFineClothes02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E09) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorIronCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDC) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDA02Armor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338C) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFF) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorElvenCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCB) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorThievesGuildKarliahCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEC) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorSteelCuirassB on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE5) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesBarKeeper on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEF) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesJarl_var2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E10) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesRobesGreybeardTunic on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003385) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesJarl02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0C) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesThalmorrobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003387) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorFalmerCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCD) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesCollegeRobesApprenticeVariant2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFA) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothes03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E01) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorThievesGuildCuirassPlayer on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEB) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMonkRobesColorGrey on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E19) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorImperialCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD8) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorLeatherCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDD) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesFarmClothesVariant04 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E06) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMerchantClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E11) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMythicDawnRobesNoHood on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1C) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesBlackSmithVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF3) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorGlassCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCE) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesPrisonerRags on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003381) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzClothesMerchantClothesVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E12) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzDBArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338F) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorDragonscaleCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC7) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorPenitusCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE1) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Property zzArmorBanditCuirass3 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC2) is not the right type
[01/09/2016 - 03:21:47PM] warning: Property myActor on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2ThirskRieklingRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinRieklingChief on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2RieklingRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncWerebearMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2AshSpawnRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncLurkerMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinBenthicLurker on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinRieklingChief on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2WerebearBeastRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncAshmanMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property slncSkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2LurkerRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinAshSpawn on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DLC2SkinNakedWereBearBeast on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:21:47PM] ERROR: Property NPCTilma on script QF_SkyforgeSteelWeaponsQuest_02003DEF attached to SkyforgeSteelWeaponsQuest (56003DEF) cannot be bound because <NULL form> (0003BDE9) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:21:47PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:01PM] Loading game...
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_pf_keepdistancefaceplayer", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_pf_keepdistancefaceplayer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_leon_wardrobe", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_leon_wardrobe referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_cursedcollarquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_cursedcollarquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_rubberHoodScript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_rubberHoodScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_bondageadventurequeststartup", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_bondageadventurequeststartup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_lb_cage", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_lb_cage referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_royalchastity_buttonOnActivate", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_royalchastity_buttonOnActivate referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_publicindecencyquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_publicindecencyquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_onactivatecrystal", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_onactivatecrystal referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_leon_ustorf_celllock", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_leon_ustorf_celllock referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_lockedglovesquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_lockedglovesquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_itemlib", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_itemlib referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_self_lock", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_self_lock referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "QF_ARTHLALSlaveStart_09000D62", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type QF_ARTHLALSlaveStart_09000D62 referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_yokeerrandquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_yokeerrandquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_lb_lockedglovesquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_lb_lockedglovesquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_onactivatecontainer", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_onactivatecontainer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_lbquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_lbquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_tieme_ddtransfer", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_tieme_ddtransfer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_rubberdollquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_rubberdollquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_dancequestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_dancequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_shopping_startup", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_shopping_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_leonslavery_PlayerRef", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_leonslavery_PlayerRef referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_royalchastity_playerrefScript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_royalchastity_playerrefScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_slavegagquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_slavegagquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_leonslavery_startup", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_leonslavery_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_yokeScript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_yokeScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_royalchastityquestscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_royalchastityquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "SlaveStart", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type SlaveStart referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_library", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_library referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_moveawayfromplayerOnEnd", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_moveawayfromplayerOnEnd referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_pf_movetoplayerfaceplayer", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_pf_movetoplayerfaceplayer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_shopping_questscript", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_shopping_questscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:01PM] Cannot open store for class "dcur_rubberdollquest_startup", missing file?
[01/09/2016 - 03:22:01PM] warning: Unable to get type dcur_rubberdollquest_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcurarmbinderquestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcurarmbinderquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_onActivateNPCScript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_onActivateNPCScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_mastercontrollerscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_mastercontrollerscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_leon_ustolf_cellonactivate", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_leon_ustolf_cellonactivate referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_tentaclequestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_tentaclequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_slavecollarquestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_slavecollarquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_shockbootsquestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_shockbootsquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_tiemeupQuestScript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_tiemeupQuestScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_tiemeupquest_startup", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_tiemeupquest_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_leon_enslavescript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_leon_enslavescript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_solicitationquestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_solicitationquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_bondageadventurequestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_bondageadventurequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_onactivatedeadmage", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_onactivatedeadmage referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_aliasquestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_aliasquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_shacklesquestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_shacklesquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_lbquest_startup", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_lbquest_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_mcmconfig", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_mcmconfig referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_yokequestscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_yokequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_leonslavery_questscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_leonslavery_questscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_leon_playerrefscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_leon_playerrefscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_pf_standstillfaceplayer", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_pf_standstillfaceplayer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_onactivatecursedcollaractivator", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_onactivatecursedcollaractivator referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_clocktickscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_clocktickscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] Cannot open store for class "dcur_clocktickrefscript", missing file?
[01/09/2016 - 03:22:02PM] warning: Unable to get type dcur_clocktickrefscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_clocktickrefscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_tieme_ddtransfer in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_royalchastity_playerrefScript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_yokeScript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_rubberHoodScript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leonslavery_PlayerRef in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leon_playerrefscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_moveawayfromplayerOnEnd in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_shacklesquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_itemlib in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_aliasquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_onactivatedeadmage in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_cursedcollarquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_pf_standstillfaceplayer in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcurarmbinderquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_onactivatecontainer in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_onactivatecursedcollaractivator in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_lockedglovesquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_rubberdollquest_startup in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_rubberdollquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_self_lock in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leonslavery_startup in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leonslavery_questscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_onactivatecrystal in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_clocktickscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_mcmconfig in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_bondageadventurequeststartup in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_bondageadventurequestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_solicitationquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_lb_lockedglovesquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leon_enslavescript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_tiemeupquest_startup in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_tiemeupQuestScript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_shockbootsquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type QF_ARTHLALSlaveStart_09000D62 in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type SlaveStart in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_slavecollarquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_lbquest_startup in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_lbquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_pf_keepdistancefaceplayer in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_slavegagquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_publicindecencyquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_tentaclequestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leon_ustolf_cellonactivate in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_shopping_questscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_shopping_startup in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_yokeerrandquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leon_wardrobe in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_mastercontrollerscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_yokequestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_leon_ustorf_celllock in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_royalchastityquestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_onActivateNPCScript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_library in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_royalchastity_buttonOnActivate in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_dancequestscript in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_lb_cage in the type table in save
[01/09/2016 - 03:22:02PM] warning: Could not find type dcur_pf_movetoplayerfaceplayer in the type table in save
[01/09/2016 - 03:22:03PM] VM is thawing...
[01/09/2016 - 03:22:03PM] SexLab MCM Loaded CurrentVerison: 16002 / 16002
[01/09/2016 - 03:22:03PM] SEXLAB - LOADED: Version 16002 / 16002
[01/09/2016 - 03:22:03PM] [Zad]: Starting update chain.
[01/09/2016 - 03:22:03PM] FNIS AA started (load)
[01/09/2016 - 03:22:03PM] [slac] Initialising
[01/09/2016 - 03:22:03PM] [Zad]: [Health Drain] Loaded: 50%
[01/09/2016 - 03:22:03PM] [Zad]: [belt Chafing] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [Drip] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [Plug Moan] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [blindfold Trip] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [Harness] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [Mana Drain] Loaded: 50%
[01/09/2016 - 03:22:03PM] [Zad]: [Vibration] Loaded: 25%
[01/09/2016 - 03:22:03PM] [Zad]: [Nipple Piercings] Loaded: 55%
[01/09/2016 - 03:22:03PM] [Zad]: [bra Chafing] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [Restrictive Collar] Loaded: 15%
[01/09/2016 - 03:22:03PM] [Zad]: [Periodic Shocks] Loaded: 25%
[01/09/2016 - 03:22:03PM] [Zad]: [belted Empty] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [Tight Corset] Loaded: 15%
[01/09/2016 - 03:22:03PM] [Zad]: [blindfold Mystery] Loaded: 1%
[01/09/2016 - 03:22:03PM] [Zad]: [Tight Gloves] Loaded: 15%
[01/09/2016 - 03:22:03PM] [Zad]: [Restraints+Armor] Loaded: 7%
[01/09/2016 - 03:22:03PM] [Zad]: [stamina Drain] Loaded: 50%
[01/09/2016 - 03:22:03PM] [Zad]: [Wet Padding] Loaded: 10%
[01/09/2016 - 03:22:03PM] [Zad]: [bump Pumps] Loaded: 17%
[01/09/2016 - 03:22:03PM] [Zad]: [Horny] Loaded: 5%
[01/09/2016 - 03:22:03PM] [Zad]: [Mounted] Loaded: 100%
[01/09/2016 - 03:22:03PM] [Zad]: DevicesUnderneath::Maintenance()
[01/09/2016 - 03:22:03PM] [Zad]: QuestMonitor is now watching for device events.
[01/09/2016 - 03:22:03PM] SOS Maintenance: loaded version is 300004
[01/09/2016 - 03:22:03PM] SOS Maintenance: 300004 is update
[01/09/2016 - 03:22:03PM] SLAL: SLAL: OnLoad
[01/09/2016 - 03:22:03PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: OnLoadGame() Begin
[01/09/2016 - 03:22:03PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: DawnGuard esp installed and activated.
[01/09/2016 - 03:22:03PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: DragonBorn esp installed and activated.
[01/09/2016 - 03:22:03PM] ERROR: Cannot call RegisterSSAssistKey() on a None object, aborting function call
stack:
[alias Player on quest SSAssistQuest (AB000D62)].SSAssistAliasScript.OnPlayerLoadGame() - "SSAssistAliasScript.psc" Line 7
[01/09/2016 - 03:22:03PM] ERROR: File "Unofficial Skyrim Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 20
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:03PM] ERROR: File "Unofficial Dawnguard Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 24
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:03PM] ERROR: File "Unofficial Hearthfire Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 28
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:03PM] ERROR: File "Unofficial Dragonborn Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 32
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:03PM] [slamainscr <sla_Main (07042D62)>]: starting maintenance... Update frequency 120.000000
[01/09/2016 - 03:22:03PM] FNISSM started.
[01/09/2016 - 03:22:03PM] FNIS PCEA2 Quest started (load)
[01/09/2016 - 03:22:04PM] [Zad]: [Posture Collar] Loaded: 10%
[01/09/2016 - 03:22:04PM] [Zad]: [Yoke Struggle] Loaded: 20%
[01/09/2016 - 03:22:04PM] [Zad]: Set Device Hider slot to 41.
[01/09/2016 - 03:22:04PM] [Zad]: QuestMonitor is now watching for device events.
[01/09/2016 - 03:22:04PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: OnLoadGame() End
[01/09/2016 - 03:22:04PM] [Zad]: Devious Devices is now creating animations.
[01/09/2016 - 03:22:04PM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get
[01/09/2016 - 03:22:04PM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get
[01/09/2016 - 03:22:04PM] [slac] Checking loaded mods
[01/09/2016 - 03:22:05PM] zbfExternal: Compatibility checking
[01/09/2016 - 03:22:05PM] zbfExternal: -------------------------------------------------------
[01/09/2016 - 03:22:05PM] zbfExternal:                 SlaveTats version: 1.0.0
[01/09/2016 - 03:22:05PM] zbfExternal:                  RaceMenu version: 7
[01/09/2016 - 03:22:05PM] zbfExternal: Non SexLab Animation Pack version: 0
[01/09/2016 - 03:22:05PM] [Zad]: RebuildSlotmask()
[01/09/2016 - 03:22:05PM] [slamainscr <sla_Main (07042D62)>]: registered for maintenance
[01/09/2016 - 03:22:05PM] [slamainscr <sla_Main (07042D62)>]: starting maintenance... Update frequency 120.000000
[01/09/2016 - 03:22:05PM] SEXLAB - GetSetAnimation(DDYokeSolo): Get
[01/09/2016 - 03:22:05PM] [Zad]: EnableEventProcessing()
[01/09/2016 - 03:22:05PM] [Zad]: Rehooking Mod Events
[01/09/2016 - 03:22:05PM] zbfExternal: -------------------------------------------------------
[01/09/2016 - 03:22:05PM] zbfExternal:                   Overlay support: TRUE
[01/09/2016 - 03:22:05PM] zbfExternal:      Non SexLab Animation support: False
[01/09/2016 - 03:22:05PM] zbfExternal: -------------------------------------------------------
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 4 on  (00037080)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 4 on  (00037080)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 4 on  (03003F5E)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 4 on  (03003F5E)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 4 on  (0001A676)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 4 on  (0001A676)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 4 on  (0001A66A)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 4 on  (0001A66A)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 5 on  (0003706A)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 5 on  (0003706A)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 4 on  (0001A685)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 4 on  (0001A685)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 4 on  (00037081)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 4 on  (00037081)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] ========== Auto Unequip Ammo: Scanning for supported plugins...
[01/09/2016 - 03:22:05PM] ========== ERRORS RELATED TO MISSING FILES SHOULD BE IGNORED!
[01/09/2016 - 03:22:05PM] ERROR: File "XFLMain.esm" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[AUA (AD00C6C2)].AUAQuestScript.GameLoaded() - "AUAQuestScript.psc" Line 40
[AUA (AD00C6C2)].AUAQuestScript.OnUpdate() - "AUAQuestScript.psc" Line 73
[01/09/2016 - 03:22:05PM] ========== Auto Unequip Ammo: Scan complete.
[01/09/2016 - 03:22:05PM] [slac] Checking Defeat
[01/09/2016 - 03:22:05PM] [slac] Defeat v5.x Registered
[01/09/2016 - 03:22:05PM] [slac] Cloak radius set to 192 feet
[01/09/2016 - 03:22:05PM] [Zad]: QuestMonitor is now tracking player.
[01/09/2016 - 03:22:05PM] [slamainscr <sla_Main (07042D62)>]: registered for maintenance
[01/09/2016 - 03:22:05PM] warning: Replacing native function getCurrentIdle on unlinked object zzestrusutil.
[01/09/2016 - 03:22:05PM] InitWidgetLoader()
[01/09/2016 - 03:22:05PM] [Zad]: [Armbinder Struggle] Loaded: 15%
[01/09/2016 - 03:22:05PM] [Zad]: [Chaos Plugs] Loaded: 25%
[01/09/2016 - 03:22:05PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 4 on  (0001A66B)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 4 on  (0001A66B)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:05PM] FNIS aa GetAAprefixList mod: XPMSE nMods: 3
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:05PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:06PM] ERROR: File "mslVampiricThirst.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.onBeginState() - "YARC_InitQuestScript.psc" Line 182
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.GotoState() - "Form.psc" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.initialize() - "YARC_InitQuestScript.psc" Line 131
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.OnUpdate() - "YARC_InitQuestScript.psc" Line 23
[01/09/2016 - 03:22:06PM] ERROR: File "CharacterMakingExtender.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.onBeginState() - "YARC_InitQuestScript.psc" Line 183
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.GotoState() - "Form.psc" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.initialize() - "YARC_InitQuestScript.psc" Line 131
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.OnUpdate() - "YARC_InitQuestScript.psc" Line 23
[01/09/2016 - 03:22:06PM] SOS RaceMenu plugin found. Skipping ScaleSchlongBones
[01/09/2016 - 03:22:06PM] XPMSE MainQuest Initialization successful.
[01/09/2016 - 03:22:06PM] [Zad]: ZadNpc::DoRegister(1.494507)
[01/09/2016 - 03:22:06PM] [Zad]: RepopulateNpcs()
[01/09/2016 - 03:22:07PM] [Zad]: Not repopulating NPC slots: Feature is disabled.
[01/09/2016 - 03:22:07PM] [DSerAGO] Maintenance has been run
[01/09/2016 - 03:22:07PM] [Zad]: ==========Begin Compatibility Checks==========
[01/09/2016 - 03:22:07PM] [Zad]: Please note that Errors related to missing files should be ignored.
[01/09/2016 - 03:22:07PM] [Zad]: [ Dependency Checks ]
[01/09/2016 - 03:22:07PM] [Zad]: DDi version [2.920000]: OK
[01/09/2016 - 03:22:07PM] [Zad]: assets version [2.900000]: OK
[01/09/2016 - 03:22:07PM] [Zad]: ZaZ Animation Pack version [607.000000]: OK
[01/09/2016 - 03:22:07PM] [Zad]: Aroused version [20140124.000000]: OK
[01/09/2016 - 03:22:07PM] [Zad]: SexLab version [16002.000000]: OK
[01/09/2016 - 03:22:07PM] [Zad]: [ Third Party Mod Compatibility Checks ]
[01/09/2016 - 03:22:07PM] [Zad]: [ Sanity Checks ]
[01/09/2016 - 03:22:07PM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK
[01/09/2016 - 03:22:07PM] [Zad]: Verifying that old DDi esp is not present: OK
[01/09/2016 - 03:22:07PM] [Zad]: ==========End Compatibility Checks==========
[01/09/2016 - 03:22:07PM] [Zad]: Initializing Events arrays.
[01/09/2016 - 03:22:07PM] [Zad]: zadEventSlots::Maintenance()
[01/09/2016 - 03:22:07PM] [Zad]: Config Interval:1.500000. Total number of events: 0. Next staggered update in 1.500000
[01/09/2016 - 03:22:07PM] [Zad]: [Health Drain] Registered. Event #0
[01/09/2016 - 03:22:07PM] [Zad]: Monitoring Camera state.
[01/09/2016 - 03:22:07PM] ERROR: Cannot cast from None to SKI_WidgetBase[]
stack:
[iHUDControlQuest (22000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38
[iHUDControlQuest (22000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93
[iHUDMaintainanceQuest (22002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20
[alias PlayerAlias on quest iHUDMaintainanceQuest (22002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11
[01/09/2016 - 03:22:07PM] [Zad]: [belt Chafing] Registered. Event #1
[01/09/2016 - 03:22:07PM] [Zad]: [Drip] Registered. Event #2
[01/09/2016 - 03:22:07PM] [Zad]: [Plug Moan] Registered. Event #3
[01/09/2016 - 03:22:07PM] [Zad]: [Posture Collar] Registered. Event #4
[01/09/2016 - 03:22:07PM] [Zad]: [Yoke Struggle] Registered. Event #5
[01/09/2016 - 03:22:07PM] [Zad]: [Harness] Registered. Event #6
[01/09/2016 - 03:22:07PM] [Zad]: [blindfold Trip] Registered. Event #7
[01/09/2016 - 03:22:07PM] [Zad]: [Mana Drain] Registered. Event #8
[01/09/2016 - 03:22:07PM] [Zad]: [Chaos Plugs] Registered. Event #9
[01/09/2016 - 03:22:07PM] [Zad]: [Vibration] Registered. Event #10
[01/09/2016 - 03:22:07PM] [Zad]: [Nipple Piercings] Registered. Event #11
[01/09/2016 - 03:22:07PM] [Zad]: [bra Chafing] Registered. Event #12
[01/09/2016 - 03:22:07PM] [Zad]: [Restrictive Collar] Registered. Event #13
[01/09/2016 - 03:22:07PM] [Zad]: [Periodic Shocks] Registered. Event #14
[01/09/2016 - 03:22:07PM] [Zad]: [Tight Gloves] Registered. Event #15
[01/09/2016 - 03:22:07PM] [Zad]: [belted Empty] Registered. Event #16
[01/09/2016 - 03:22:07PM] [Zad]: [Tight Corset] Registered. Event #17
[01/09/2016 - 03:22:07PM] [Zad]: [blindfold Mystery] Registered. Event #18
[01/09/2016 - 03:22:07PM] [Zad]: [Armbinder Struggle] Registered. Event #19
[01/09/2016 - 03:22:07PM] [Zad]: [Restraints+Armor] Registered. Event #20
[01/09/2016 - 03:22:07PM] [Zad]: [stamina Drain] Registered. Event #21
[01/09/2016 - 03:22:07PM] [Zad]: [Wet Padding] Registered. Event #22
[01/09/2016 - 03:22:07PM] [Zad]: [bump Pumps] Registered. Event #23
[01/09/2016 - 03:22:07PM] [Zad]: [Horny] Registered. Event #24
[01/09/2016 - 03:22:07PM] [Zad]: Set slot mask to [337641472]: 337641472
[01/09/2016 - 03:22:07PM] [Zad]: [Mounted] Registered. Event #25
[01/09/2016 - 03:22:08PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
[item 1 in container  (00000014)].zadHiderScript.Delete() - "<native>" Line ?
[item 1 in container  (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[01/09/2016 - 03:22:08PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 5 on  (610D54AF)].CFEffectCreature.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 5 on  (610D54AF)].CFEffectCreature.OnUpdate() - "CFEffectCreature.psc" Line 158
[01/09/2016 - 03:22:08PM] [CF][Framework] Creature Framework 1.0.1 (10012) is initialising
[01/09/2016 - 03:22:08PM] [CF][Framework] JContainers 3.2 is installed
[01/09/2016 - 03:22:08PM] [CF][Framework] SexLab 1.60 (hotfix 2) is installed
[01/09/2016 - 03:22:08PM] [CF][Framework] SexLab Aroused 20140124 is installed
[01/09/2016 - 03:22:08PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 5 on  (610D54AE)].CFEffectCreature.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 5 on  (610D54AE)].CFEffectCreature.OnUpdate() - "CFEffectCreature.psc" Line 158
[01/09/2016 - 03:22:13PM] VM is freezing...
[01/09/2016 - 03:22:13PM] VM is frozen
[01/09/2016 - 03:22:13PM] Reverting game...
[01/09/2016 - 03:22:13PM] ERROR: Unable to bind script Defeatdadefeated to DefeatPADefeated (A00C16D8) because their base types do not match
[01/09/2016 - 03:22:13PM] ERROR: Unable to bind script defeatdatrigger to DefeatPlayerQST (A0000D62) because their base types do not match
[01/09/2016 - 03:22:13PM] ERROR: Unable to bind script SF_AQ_Scene7_03283E6C to  (31283E6C) because their base types do not match
[01/09/2016 - 03:22:13PM] ERROR: Unable to bind script DefeatDALeftForDead to DefeatPALeftForDead (A00C1173) because their base types do not match
[01/09/2016 - 03:22:14PM] ERROR: Unable to bind script EGOTestInitScript to alias PalaceFollowTriggerB on quest DA02 (0004D8D6) because their base types do not match
[01/09/2016 - 03:22:14PM] ERROR: Unable to bind script daymoyl_playervalidatequestalias to alias PlayerRef on quest DefeatPlayerQST (A0000D62) because their base types do not match
[01/09/2016 - 03:22:14PM] warning: Property slncDLC1SabrecatHard on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncDLC1TrollFrostArmoredErect on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC1SkinTrollArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC1SabreCatGlowRace on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC1TrollFrostRaceArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncDLC1TrollArmoredErect on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC1SkinTrollFrostArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC1TrollRaceArmored on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinTrollArmoredNormal on script slncaddondgscript attached to slncAddonDG (5F002F9A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] ERROR: Property Alias_PlayerGearContainer on script QF_MQ201RecoverGearMISC_000A7921 attached to xChangeOutfit (8A056DE4) cannot be bound because <NULL alias> (0) on <NULL quest> (8A056DE4) is not the right type
[01/09/2016 - 03:22:14PM] warning: Property Config on script zbfbondageshell attached to zbf (080137E6) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property FreeformMarkarthO on script mdcuestartscript attached to  (311EC62D) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] ERROR: Property DriftshadeSanctuaryAlias on script USKP_QF_ChangeLocation16_0300489C attached to USKPChangeLocation16 (0500489C) cannot be bound because <NULL alias> (53) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property Pages on script mz_HelmetToggleConfigMenu attached to mz_ScriptSpellQuest (50000D66) cannot be initialized because the value is the incorrect type
[01/09/2016 - 03:22:14PM] ERROR: Property collarPostureLeatherRendered on script zadlibs attached to zadQuest (0A00F624) cannot be bound because <NULL form> (0A047003) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property GlenmorilCovenAlias on script uskpretroactive210script attached to USKPRetroactive210 (050058C7) cannot be bound because <NULL alias> (54) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property DriftshadeSanctuaryAlias on script uskpretroactive210script attached to USKPRetroactive210 (050058C7) cannot be bound because <NULL alias> (53) on <NULL quest> (0004B2D9) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorDwarvenCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC9) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesCollegeRobesApprenticeVariant1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF9) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesBeggarRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF1) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesChef on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF4) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassSolitude on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD3) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassWhiterun on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD5) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorStormcloakCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE8) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorStormcloakBearCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE7) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzSheogorathOutfit on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003396) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorImperialStuddedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDA) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMinerClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E14) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDBClothesJester on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003391) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFineClothes01Variant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E08) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMinerClothesVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E15) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorBanditCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DBF) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMournersClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1B) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorDraugrCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC8) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorThievesGuildLeaderCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DED) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorScaledCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE2) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesRedguardClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003384) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMGRobesArchmage on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E13) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesJarl on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0B) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzForswornCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003394) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassHjaalmarch on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD0) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorScaledCuirassB on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE3) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorHideCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD7) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorDaedricCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC5) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorImperialLightCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD9) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassRiften on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD2) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothes04 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E03) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesExecutionerRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFE) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMonkRobesColorBrown on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E17) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorDragonplateCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC6) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorNightingaleCuirassPlayer03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDF) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesWeddingDress on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338A) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassMarkarth on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD1) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorBanditCuirass1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC0) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorCompanionsCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC4) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorStormcloakCuirassSleeves on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE9) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorElvenLightCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCC) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesRobesMageNoviceTemplate on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003386) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassFalkreath on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCF) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzGeneralTulliusArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003395) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFineClothes02Variant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0A) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesNocturnal on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1E) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDBClothesRedguardClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003392) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMonkRobesColorGreen on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E18) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothesVariant02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E04) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesChild01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF5) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassThePale on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD4) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFineClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E07) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesChild03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF7) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorStuddedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEA) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothes03withExtras on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E02) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDBArmorShortSleeve on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003390) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesCollegeRobesCommon on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFB) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorOrcishCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE0) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMonkRobesColorRed on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1A) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothesVariant03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E05) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesJarl_var1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0F) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesUlfric on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003388) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesEmperor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFD) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorIronBandedCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDB) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorSteelCuirassA on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE4) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesPsiijicRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003383) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorBanditCuirass2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC1) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGuardCuirassWinterhold on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD6) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothes02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E00) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzdunWaywardPassGhostArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003393) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesJarl03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0D) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesNecromancerRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1D) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesWenchClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338B) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesWarlockRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003389) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDA16VaerminaRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338E) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesCollegeRobesCommonVariant1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFC) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorLinweCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDE) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorSteelPlateCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE6) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorBladesCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC3) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDBClothesRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003397) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesChild02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF6) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMonkRobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E16) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesCollegeRobesApprentice on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF8) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDA05SaviorsHide on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338D) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesBarKeeperVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF0) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorEbonyCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCA) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesBlackSmith on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF2) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesJarl03_var1 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0E) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesPrisonerTunic on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003382) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorTsunCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEE) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFineClothes02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E09) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorIronCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDC) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDA02Armor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338C) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothes01 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFF) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorElvenCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCB) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorThievesGuildKarliahCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEC) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorSteelCuirassB on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE5) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesBarKeeper on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEF) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesJarl_var2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E10) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesRobesGreybeardTunic on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003385) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesJarl02 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E0C) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesThalmorrobes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003387) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorFalmerCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCD) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesCollegeRobesApprenticeVariant2 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DFA) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothes03 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E01) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorThievesGuildCuirassPlayer on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DEB) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMonkRobesColorGrey on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E19) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorImperialCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DD8) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorLeatherCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DDD) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesFarmClothesVariant04 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E06) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMerchantClothes on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E11) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMythicDawnRobesNoHood on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E1C) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesBlackSmithVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DF3) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorGlassCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DCE) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesPrisonerRags on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9003381) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzClothesMerchantClothesVariant on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002E12) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzDBArmor on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A900338F) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorDragonscaleCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC7) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorPenitusCuirass on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DE1) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Property zzArmorBanditCuirass3 on script zzcommonarmamapcorescript attached to alias zzEstrusPlayer on quest zzEstrusQuest (A9004888) cannot be bound because <NULL form> (A9002DC2) is not the right type
[01/09/2016 - 03:22:14PM] warning: Property myActor on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to  (312E1E29) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2ThirskRieklingRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinRieklingChief on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2RieklingRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncWerebearMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinThriskRiekling03 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2AshSpawnRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinRiekling03Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinRiekling02Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncLurkerMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinRiekling01Melee on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinBenthicLurker on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinRieklingChief on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2WerebearBeastRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinThriskRiekling02 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncAshmanMaleNaked on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property slncSkinThriskRiekling01 on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2LurkerRace on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinAshSpawn on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DLC2SkinNakedWereBearBeast on script slncaddondbscript attached to slncAddonDB (5E005911) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] ERROR: Element of property monitoredEffect on script _ae_framework attached to _ae_base (13000D65) cannot be bound because <NULL alias> (0) on <NULL quest> (00000000) is not the right type
[01/09/2016 - 03:22:14PM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:14PM] ERROR: Property NPCTilma on script QF_SkyforgeSteelWeaponsQuest_02003DEF attached to SkyforgeSteelWeaponsQuest (56003DEF) cannot be bound because <NULL form> (0003BDE9) is not the right type
[01/09/2016 - 03:22:36PM] Loading game...
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_slavecollarquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_royalchastity_buttonOnActivate referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type SlaveStart referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_pf_standstillfaceplayer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leon_playerrefscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_clocktickrefscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_clocktickscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_royalchastity_playerrefScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type QF_ARTHLALSlaveStart_09000D62 referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_lockedglovesquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_yokequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_shacklesquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_publicindecencyquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_aliasquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leon_enslavescript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_tiemeupquest_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_tiemeupQuestScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_shockbootsquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_cursedcollarquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_mastercontrollerscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_onActivateNPCScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_shopping_questscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leonslavery_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_tieme_ddtransfer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leonslavery_PlayerRef referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_onactivatecontainer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_yokeerrandquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_onactivatecrystal referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leon_ustolf_cellonactivate referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_moveawayfromplayerOnEnd referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_rubberdollquest_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leon_wardrobe referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_lbquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_dancequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_rubberHoodScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_mcmconfig referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_rubberdollquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_lbquest_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_itemlib referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leon_ustorf_celllock referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_royalchastityquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_bondageadventurequeststartup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_self_lock referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_pf_movetoplayerfaceplayer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_lb_cage referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_tentaclequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_slavegagquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_solicitationquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_bondageadventurequestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_leonslavery_questscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_onactivatecursedcollaractivator referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcurarmbinderquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_onactivatedeadmage referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_lb_lockedglovesquestscript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_yokeScript referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_pf_keepdistancefaceplayer referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_shopping_startup referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Unable to get type dcur_library referenced by the save game. Objects of this type will not be loaded.
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leonslavery_PlayerRef in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_yokeScript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_clocktickrefscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_tieme_ddtransfer in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_royalchastity_playerrefScript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_moveawayfromplayerOnEnd in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_shacklesquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_itemlib in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_aliasquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_onactivatedeadmage in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_cursedcollarquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_pf_standstillfaceplayer in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcurarmbinderquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_onactivatecontainer in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_onactivatecursedcollaractivator in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_lockedglovesquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_rubberdollquest_startup in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_rubberdollquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_self_lock in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leonslavery_startup in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leonslavery_questscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_onactivatecrystal in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_clocktickscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_mcmconfig in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_bondageadventurequeststartup in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_bondageadventurequestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_solicitationquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_lb_lockedglovesquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leon_enslavescript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_tiemeupquest_startup in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_tiemeupQuestScript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_shockbootsquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type QF_ARTHLALSlaveStart_09000D62 in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type SlaveStart in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_slavecollarquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_lbquest_startup in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_lbquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_pf_keepdistancefaceplayer in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_slavegagquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_publicindecencyquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_tentaclequestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leon_ustolf_cellonactivate in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_shopping_questscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_shopping_startup in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_yokeerrandquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leon_wardrobe in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_mastercontrollerscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_yokequestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leon_ustorf_celllock in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_royalchastityquestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_onActivateNPCScript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_library in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_royalchastity_buttonOnActivate in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_dancequestscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_lb_cage in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_pf_movetoplayerfaceplayer in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_leon_playerrefscript in the type table in save
[01/09/2016 - 03:22:36PM] warning: Could not find type dcur_rubberHoodScript in the type table in save
[01/09/2016 - 03:22:37PM] VM is thawing...
[01/09/2016 - 03:22:37PM] SexLab MCM Loaded CurrentVerison: 16002 / 16002
[01/09/2016 - 03:22:37PM] SEXLAB - LOADED: Version 16002 / 16002
[01/09/2016 - 03:22:37PM] FNIS AA started (load)
[01/09/2016 - 03:22:37PM] [slac] Initialising
[01/09/2016 - 03:22:37PM] [Zad]: [Health Drain] Loaded: 50%
[01/09/2016 - 03:22:37PM] [Zad]: [belt Chafing] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [Drip] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [Plug Moan] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [Posture Collar] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [Yoke Struggle] Loaded: 20%
[01/09/2016 - 03:22:37PM] [Zad]: [Harness] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [Mana Drain] Loaded: 50%
[01/09/2016 - 03:22:37PM] [Zad]: [Chaos Plugs] Loaded: 25%
[01/09/2016 - 03:22:37PM] [Zad]: [Vibration] Loaded: 25%
[01/09/2016 - 03:22:37PM] [Zad]: [Nipple Piercings] Loaded: 55%
[01/09/2016 - 03:22:37PM] [Zad]: [bra Chafing] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [Restrictive Collar] Loaded: 15%
[01/09/2016 - 03:22:37PM] [Zad]: [Periodic Shocks] Loaded: 25%
[01/09/2016 - 03:22:37PM] [Zad]: [Tight Gloves] Loaded: 15%
[01/09/2016 - 03:22:37PM] [Zad]: [belted Empty] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [Tight Corset] Loaded: 15%
[01/09/2016 - 03:22:37PM] [Zad]: [blindfold Mystery] Loaded: 1%
[01/09/2016 - 03:22:37PM] [Zad]: [Armbinder Struggle] Loaded: 15%
[01/09/2016 - 03:22:37PM] [Zad]: [Restraints+Armor] Loaded: 7%
[01/09/2016 - 03:22:37PM] [Zad]: [stamina Drain] Loaded: 50%
[01/09/2016 - 03:22:37PM] [Zad]: [Wet Padding] Loaded: 10%
[01/09/2016 - 03:22:37PM] [Zad]: [bump Pumps] Loaded: 17%
[01/09/2016 - 03:22:37PM] [Zad]: [Horny] Loaded: 5%
[01/09/2016 - 03:22:37PM] [Zad]: [Mounted] Loaded: 100%
[01/09/2016 - 03:22:37PM] [Zad]: DevicesUnderneath::Maintenance()
[01/09/2016 - 03:22:37PM] SOS Maintenance: loaded version is 300004
[01/09/2016 - 03:22:37PM] SOS Maintenance: 300004 is update
[01/09/2016 - 03:22:37PM] SLAL: SLAL: OnLoad
[01/09/2016 - 03:22:37PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: OnLoadGame() Begin
[01/09/2016 - 03:22:37PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: DawnGuard esp installed and activated.
[01/09/2016 - 03:22:37PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: DragonBorn esp installed and activated.
[01/09/2016 - 03:22:37PM] ERROR: Cannot call RegisterSSAssistKey() on a None object, aborting function call
stack:
[alias Player on quest SSAssistQuest (AB000D62)].SSAssistAliasScript.OnPlayerLoadGame() - "SSAssistAliasScript.psc" Line 7
[01/09/2016 - 03:22:37PM] ERROR: File "Unofficial Skyrim Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 20
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:37PM] ERROR: File "Unofficial Dawnguard Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 24
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:37PM] ERROR: File "Unofficial Hearthfire Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 28
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:37PM] ERROR: File "Unofficial Dragonborn Patch.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[uSLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingScript.ProcessRetroScripts() - "USLEEP_VersionTrackingScript.psc" Line 32
[alias Player on quest USLEEPVersionTracking (0500F458)].USLEEP_VersionTrackingAliasScript.OnPlayerLoadGame() - "USLEEP_VersionTrackingAliasScript.psc" Line 6
[01/09/2016 - 03:22:37PM] [slamainscr <sla_Main (07042D62)>]: starting maintenance... Update frequency 120.000000
[01/09/2016 - 03:22:37PM] FNISSM started.
[01/09/2016 - 03:22:37PM] FNIS PCEA2 Quest started (load)
[01/09/2016 - 03:22:38PM] [Zad]: [blindfold Trip] Loaded: 10%
[01/09/2016 - 03:22:38PM] [Zad]: Set Device Hider slot to 41.
[01/09/2016 - 03:22:38PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: OnLoadGame() End
[01/09/2016 - 03:22:38PM] [slac] Checking loaded mods
[01/09/2016 - 03:22:38PM] [Zad]: RebuildSlotmask()
[01/09/2016 - 03:22:38PM] [Zad]: Starting update chain.
[01/09/2016 - 03:22:38PM] [Zad]: QuestMonitor is now watching for device events.
[01/09/2016 - 03:22:38PM] [slac] Checking Defeat
[01/09/2016 - 03:22:38PM] [slac] Defeat v5.x Registered
[01/09/2016 - 03:22:38PM] [slac] Cloak radius set to 192 feet
[01/09/2016 - 03:22:38PM] zbfExternal: Compatibility checking
[01/09/2016 - 03:22:38PM] zbfExternal: -------------------------------------------------------
[01/09/2016 - 03:22:38PM] zbfExternal:                 SlaveTats version: 1.0.0
[01/09/2016 - 03:22:38PM] zbfExternal:                  RaceMenu version: 7
[01/09/2016 - 03:22:38PM] zbfExternal: Non SexLab Animation Pack version: 0
[01/09/2016 - 03:22:38PM] [slamainscr <sla_Main (07042D62)>]: registered for maintenance
[01/09/2016 - 03:22:38PM] zbfExternal: -------------------------------------------------------
[01/09/2016 - 03:22:38PM] zbfExternal:                   Overlay support: TRUE
[01/09/2016 - 03:22:38PM] zbfExternal:      Non SexLab Animation support: False
[01/09/2016 - 03:22:38PM] zbfExternal: -------------------------------------------------------
[01/09/2016 - 03:22:38PM] [Zad]: Devious Devices is now creating animations.
[01/09/2016 - 03:22:38PM] [Zad]: QuestMonitor is now watching for device events.
[01/09/2016 - 03:22:38PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 6 on  (3102D6E7)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 6 on  (3102D6E7)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:38PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 5 on  (0003550C)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 5 on  (0003550C)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:38PM] ========== Auto Unequip Ammo: Scanning for supported plugins...
[01/09/2016 - 03:22:38PM] ========== ERRORS RELATED TO MISSING FILES SHOULD BE IGNORED!
[01/09/2016 - 03:22:38PM] ERROR: File "XFLMain.esm" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[AUA (AD00C6C2)].AUAQuestScript.GameLoaded() - "AUAQuestScript.psc" Line 40
[AUA (AD00C6C2)].AUAQuestScript.OnUpdate() - "AUAQuestScript.psc" Line 73
[01/09/2016 - 03:22:38PM] ========== Auto Unequip Ammo: Scan complete.
[01/09/2016 - 03:22:39PM] [slamainscr <sla_Main (07042D62)>]: starting maintenance... Update frequency 120.000000
[01/09/2016 - 03:22:39PM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get
[01/09/2016 - 03:22:39PM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get
[01/09/2016 - 03:22:39PM] [Zad]: QuestMonitor is now tracking player.
[01/09/2016 - 03:22:39PM] SEXLAB - GetSetAnimation(DDYokeSolo): Get
[01/09/2016 - 03:22:39PM] [Zad]: EnableEventProcessing()
[01/09/2016 - 03:22:39PM] [Zad]: Rehooking Mod Events
[01/09/2016 - 03:22:39PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 6 on  (00013491)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 6 on  (00013491)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:39PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 5 on  (000A2C94)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 5 on  (000A2C94)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:39PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 6 on  (7C016C7B)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 6 on  (7C016C7B)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:39PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 6 on  (00013486)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 6 on  (00013486)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:39PM] InitWidgetLoader()
[01/09/2016 - 03:22:39PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 5 on  (31052FEA)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 5 on  (31052FEA)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:39PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 6 on  (33005908)].DualSheathReduxEffect.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 6 on  (33005908)].DualSheathReduxEffect.OnUpdate() - "DualSheathReduxEffect.psc" Line ?
[01/09/2016 - 03:22:39PM] [slamainscr <sla_Main (07042D62)>]: registered for maintenance
[01/09/2016 - 03:22:39PM] ERROR: File "mslVampiricThirst.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.onBeginState() - "YARC_InitQuestScript.psc" Line 182
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.GotoState() - "Form.psc" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.initialize() - "YARC_InitQuestScript.psc" Line 131
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.OnUpdate() - "YARC_InitQuestScript.psc" Line 23
[01/09/2016 - 03:22:39PM] ERROR: File "CharacterMakingExtender.esp" does not exist or is not currently loaded.
stack:
<unknown self>.Game.GetFormFromFile() - "<native>" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.onBeginState() - "YARC_InitQuestScript.psc" Line 183
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.GotoState() - "Form.psc" Line ?
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.initialize() - "YARC_InitQuestScript.psc" Line 131
[RaceCompatibilityInitQuest (0E002859)].YARC_InitQuestScript.OnUpdate() - "YARC_InitQuestScript.psc" Line 23
[01/09/2016 - 03:22:40PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 10 on  (FF000C21) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:22:41PM] [CF][Framework] Creature Framework 1.0.1 (10012) is initialising
[01/09/2016 - 03:22:41PM] [CF][Framework] JContainers 3.2 is installed
[01/09/2016 - 03:22:41PM] [CF][Framework] SexLab 1.60 (hotfix 2) is installed
[01/09/2016 - 03:22:41PM] [CF][Framework] SexLab Aroused 20140124 is installed
[01/09/2016 - 03:22:41PM] SOS Actor Schlongify: new schlong for Master Vampire got schlong index 0 size 9
[01/09/2016 - 03:22:41PM] SOS Actor Schlongify: new schlong for Shady Sam got schlong index 1 size 12
[01/09/2016 - 03:22:41PM] FNIS aa GetAAprefixList mod: XPMSE nMods: 3
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] FNIS aa GetAAsetList mod: XPMSE nSets: 46
[01/09/2016 - 03:22:41PM] [Zad]: ZadNpc::DoRegister(1.477123)
[01/09/2016 - 03:22:41PM] [Zad]: RepopulateNpcs()
[01/09/2016 - 03:22:41PM] SOS RaceMenu plugin found. Skipping ScaleSchlongBones
[01/09/2016 - 03:22:41PM] XPMSE MainQuest Initialization successful.
[01/09/2016 - 03:22:41PM] [Zad]: Not repopulating NPC slots: Feature is disabled.
[01/09/2016 - 03:22:41PM] [Zad]: ==========Begin Compatibility Checks==========
[01/09/2016 - 03:22:41PM] [Zad]: Please note that Errors related to missing files should be ignored.
[01/09/2016 - 03:22:41PM] [Zad]: [ Dependency Checks ]
[01/09/2016 - 03:22:41PM] [Zad]: DDi version [2.920000]: OK
[01/09/2016 - 03:22:41PM] [Zad]: assets version [2.900000]: OK
[01/09/2016 - 03:22:41PM] [Zad]: ZaZ Animation Pack version [607.000000]: OK
[01/09/2016 - 03:22:41PM] [Zad]: Aroused version [20140124.000000]: OK
[01/09/2016 - 03:22:41PM] [Zad]: SexLab version [16002.000000]: OK
[01/09/2016 - 03:22:41PM] [Zad]: [ Third Party Mod Compatibility Checks ]
[01/09/2016 - 03:22:41PM] [Zad]: [ Sanity Checks ]
[01/09/2016 - 03:22:41PM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK
[01/09/2016 - 03:22:41PM] [Zad]: Verifying that old DDi esp is not present: OK
[01/09/2016 - 03:22:41PM] [Zad]: ==========End Compatibility Checks==========
[01/09/2016 - 03:22:41PM] [Zad]: Initializing Events arrays.
[01/09/2016 - 03:22:41PM] [Zad]: zadEventSlots::Maintenance()
[01/09/2016 - 03:22:41PM] [Zad]: Config Interval:1.500000. Total number of events: 0. Next staggered update in 1.500000
[01/09/2016 - 03:22:41PM] [Zad]: [Health Drain] Registered. Event #0
[01/09/2016 - 03:22:41PM] [Zad]: Monitoring Camera state.
[01/09/2016 - 03:22:41PM] [Zad]: [belt Chafing] Registered. Event #1
[01/09/2016 - 03:22:42PM] [Zad]: [Drip] Registered. Event #2
[01/09/2016 - 03:22:42PM] [DSerAGO] Maintenance has been run
[01/09/2016 - 03:22:42PM] [Zad]: [Plug Moan] Registered. Event #3
[01/09/2016 - 03:22:42PM] [Zad]: [Posture Collar] Registered. Event #4
[01/09/2016 - 03:22:42PM] ERROR: Cannot cast from None to SKI_WidgetBase[]
stack:
[iHUDControlQuest (22000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38
[iHUDControlQuest (22000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93
[iHUDMaintainanceQuest (22002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20
[alias PlayerAlias on quest iHUDMaintainanceQuest (22002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11
[01/09/2016 - 03:22:42PM] [Zad]: [Yoke Struggle] Registered. Event #5
[01/09/2016 - 03:22:42PM] [Zad]: [Harness] Registered. Event #6
[01/09/2016 - 03:22:42PM] [Zad]: [blindfold Trip] Registered. Event #7
[01/09/2016 - 03:22:42PM] [Zad]: [Mana Drain] Registered. Event #8
[01/09/2016 - 03:22:42PM] [Zad]: [Restraints+Armor] Registered. Event #9
[01/09/2016 - 03:22:42PM] [Zad]: [stamina Drain] Registered. Event #10
[01/09/2016 - 03:22:42PM] [Zad]: [Wet Padding] Registered. Event #11
[01/09/2016 - 03:22:42PM] [Zad]: [bump Pumps] Registered. Event #12
[01/09/2016 - 03:22:42PM] [Zad]: [Horny] Registered. Event #13
[01/09/2016 - 03:22:42PM] [Zad]: [Mounted] Registered. Event #14
[01/09/2016 - 03:22:42PM] [Zad]: [Chaos Plugs] Registered. Event #15
[01/09/2016 - 03:22:42PM] [Zad]: [Vibration] Registered. Event #16
[01/09/2016 - 03:22:42PM] [Zad]: [Nipple Piercings] Registered. Event #17
[01/09/2016 - 03:22:42PM] [Zad]: [bra Chafing] Registered. Event #18
[01/09/2016 - 03:22:42PM] [Zad]: [Restrictive Collar] Registered. Event #19
[01/09/2016 - 03:22:42PM] [Zad]: [Periodic Shocks] Registered. Event #20
[01/09/2016 - 03:22:42PM] [Zad]: [Tight Gloves] Registered. Event #21
[01/09/2016 - 03:22:42PM] [Zad]: [belted Empty] Registered. Event #22
[01/09/2016 - 03:22:42PM] [Zad]: [Tight Corset] Registered. Event #23
[01/09/2016 - 03:22:42PM] [Zad]: [blindfold Mystery] Registered. Event #24
[01/09/2016 - 03:22:42PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[Active effect 5 on  (6102907B)].CFEffectCreature.RegisterForSingleUpdate() - "<native>" Line ?
[Active effect 5 on  (6102907B)].CFEffectCreature.OnUpdate() - "CFEffectCreature.psc" Line 158
[01/09/2016 - 03:22:42PM] [Zad]: [Armbinder Struggle] Registered. Event #25
[01/09/2016 - 03:22:43PM] [CF][Framework] Didn't activate actor ["Dog" [Actor < (6104C86B)>]]; already has effect
[01/09/2016 - 03:22:43PM] [CF][Framework] Didn't activate actor ["Horse" [Actor < (6104C870)>]]; already has effect
[01/09/2016 - 03:22:44PM] [CF][Framework] Didn't activate actor ["Stump" [Actor < (0001E62B)>]]; already has effect
[01/09/2016 - 03:22:44PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
[item 1 in container  (00000014)].zadHiderScript.Delete() - "<native>" Line ?
[item 1 in container  (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5
[01/09/2016 - 03:22:44PM] [CF][Framework] Didn't activate actor ["Dog" [Actor < (6104C86F)>]]; already has effect
[01/09/2016 - 03:22:44PM] [CF][Framework] Didn't activate actor ["Horse" [Actor < (6104C86C)>]]; already has effect
[01/09/2016 - 03:22:44PM] [CF][Framework] Didn't activate actor ["Horse" [Actor < (6104C868)>]]; already has effect
[01/09/2016 - 03:22:44PM] [CF][Creature Apply] Not activating ["Shady Sam" [Actor < (B00370FE)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:22:44PM] [CF][Framework] Sending register event
[01/09/2016 - 03:22:44PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: OnCreatureFrameworkRegister() Begin
[01/09/2016 - 03:22:44PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: OnCreatureFrameworkRegister() Registering
[01/09/2016 - 03:22:44PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Starting to read config files from Data/SLNC.d
[01/09/2016 - 03:22:44PM] [CF][Framework] Didn't activate actor ["Husky" [Actor < (6104C86D)>]]; already has effect
[01/09/2016 - 03:22:44PM] [CF][Framework] Didn't activate actor ["Dog" [Actor < (6104C871)>]]; already has effect
[01/09/2016 - 03:22:44PM] [CF][Framework] Didn't activate actor ["Guard Dog" [Actor < (6104C872)>]]; already has effect
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Found 4 config files in Data/SLNC.d
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Reading config file 30_slnc-mnc.json
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 4: [Race <DLC1HuskyBareCompanionRace (020122B7)>], Husky (Companion), [Form < (5F00CE2F)>], Judah (MNC), None, [Form < (5F00CE31)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 3: [Race <DLC1HuskyBareRace (02018B36)>], Husky, [Form < (5F00CE2F)>], Judah (MNC), None, [Form < (5F00CE31)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 2: [Race <DLC1DeathHoundCompanionRace (02003D02)>], Death Hound (Companion), [Form < (5F00F5D0)>], Deathhound Brute (MNC), None, [Form < (5F00F5CF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 1: [Race <DLC1DeathHoundRace (0200C5F0)>], Death Hound, [Form < (5F00F5D0)>], Deathhound Brute (MNC), None, [Form < (5F00F5CF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 0: [Race <DLC2WerebearBeastRace (0401E17B)>], Werebear, [Form < (5E022CF5)>], Arch Demon (MNC), None, [Form < (5E022CF4)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Reading config file 20_slnc-dg.json
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 8: [Form <DLC1TrollFrostRaceArmored (020117F4)>], Armored Frost Troll, [Form < (02016688)>], Armored Frost Troll, None, [Form < (5F014507)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 7: [Form <DLC1TrollRaceArmored (020117F5)>], Armored Troll, [Form < (02016689)>], Armored Troll, [Form < (5F00CE35)>], [Form < (5F00A693)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 6: [Form <DLC1SabreCatGlowRace (0200D0B6)>], Sabrecat (Glow), None, , None, [Form < (5F005742)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 5: [Race <DLC1HuskyBareCompanionRace (020122B7)>], Husky (Companion), None, , None, [Armor < (5F00574C)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 4: [Race <DLC1HuskyBareRace (02018B36)>], Husky, None, , None, [Armor < (5F00574C)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 3: [Race <DLC1HuskyArmoredCompanionRace (02003D01)>], Armored Husky (Companion), None, , None, [Armor < (5F00574D)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 2: [Race <DLC1HuskyArmoredRace (02018B33)>], Armored Husky, None, , None, [Armor < (5F00574D)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 1: [Race <DLC1DeathHoundCompanionRace (02003D02)>], Death Hound (Companion), None, , None, [Armor < (5F00574A)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 0: [Race <DLC1DeathHoundRace (0200C5F0)>], Death Hound, None, , None, [Armor < (5F00574A)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Reading config file 20_slnc-db.json
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 11: [Form <DLC2LurkerRace (04014495)>], Lurker, [Form < (04014497)>], Lurker, None, [Form < (5E011436)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 10: [Race <DLC2AshSpawnRace (0401B637)>], Ashman, [Form < (0402B04B)>], Ashman, None, [Form < (5E01A096)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 9: [Race <DLC2WerebearBeastRace (0401E17B)>], Werebear, None, Werebear, None, [Form < (5E014302)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 8: [Form <DLC2RieklingRace (04017F44)>], riekling, None, , None, [Form < (5E005901)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 7: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (040354ED)>], Thirsk Riekling 3, None, [Form < (5E005908)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 6: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (040354EA)>], Thirsk Riekling 2, None, [Form < (5E005907)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 5: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (040354E8)>], Thirsk Riekling 1, None, [Form < (5E005906)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 4: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (040354E2)>], Riekling Chief, None, [Form < (5E005905)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 3: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (040354E6)>], Riekling Melee 3, None, [Form < (5E005904)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 2: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (040354E5)>], Riekling Melee 2, None, [Form < (5E005903)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 1: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (040354E3)>], Riekling Melee 1, None, [Form < (5E005902)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 0: [Form <DLC2RieklingRace (04017F44)>], riekling, [Form < (04017F46)>], riekling, None, [Form < (5E005901)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Reading config file 10_slnc.json
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 66: [Race <SkeeverWhiteRace (000C3EDF)>], Skeever (White), None, Skeever (White), None, [Armor < (5D02719E)>], []
[01/09/2016 - 03:22:45PM] ERROR: Incorrect number of arguments passed. Expected 12, got 8. 
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 162
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 65: [Race <SkeeverRace (00013201)>], skeever, None, skeever, None, [Armor < (5D02719D)>], []
[01/09/2016 - 03:22:45PM] ERROR: Incorrect number of arguments passed. Expected 12, got 8. 
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 162
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 64: [Race <FoxRace (00109C7C)>], Fox, [Form < (000829B7)>], Arctic Fox, None, [Form < (5D0266D6)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 63: [Race <FoxRace (00109C7C)>], Fox, [Form < (000829B4)>], Fox, None, [Form < (5D0266D5)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 62: [Form <AlduinRace (000E7713)>], Dragon (Alduin), None, , None, [Form < (5D024684)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 61: [Form <DragonRace (00012E82)>], Dragon, None, , None, [Form < (5D024684)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 60: [Race <KhajiitRaceVampire (00088845)>], Khajiit Vampire, None, , None, [Form < (5D023BBE)>], [4, 4194304]
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 59: [Race <KhajiitRace (00013745)>], Khajiit, None, , None, [Form < (5D023BBE)>], [4, 4194304]
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 58: [Race <ArgonianRaceVampire (0008883A)>], Argonian Vampire, None, , None, [Form < (5D023BBE)>], [4, 4194304]
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 57: [Race <ArgonianRace (00013740)>], Argonian, None, , None, [Form < (5D023BBE)>], [4, 4194304]
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 56: [Race <WerewolfBeastRace (000CDD84)>], Werewolf, None, , None, [Form < (5D023656)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 55: [Form <CartHorseRace (000DE505)>], Horse (Cart), [Form < (00086503)>], Shadowmere, None, [Form < (5D0230F1)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 54: [Form <CartHorseRace (000DE505)>], Horse (Cart), [Form < (0008650E)>], Palomino, None, [Form < (5D0230F0)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 53: [Form <CartHorseRace (000DE505)>], Horse (Cart), [Form < (0008650F)>], Grey, None, [Form < (5D0230EF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 52: [Form <CartHorseRace (000DE505)>], Horse (Cart), [Form < (00086510)>], Black & White, None, [Form < (5D0230EE)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 51: [Form <CartHorseRace (000DE505)>], Horse (Cart), [Form < (0008650D)>], black, None, [Form < (5D0230ED)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 50: [Form <CartHorseRace (000DE505)>], Horse (Cart), [Form < (00060715)>], Brown, None, [Form < (5D0230EC)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 49: [Form <HorseRace (000131FD)>], Horse, [Form < (00086503)>], Shadowmere, None, [Form < (5D0230F1)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 48: [Form <HorseRace (000131FD)>], Horse, [Form < (0008650E)>], Palomino, None, [Form < (5D0230F0)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 47: [Form <HorseRace (000131FD)>], Horse, [Form < (0008650F)>], Grey, None, [Form < (5D0230EF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 46: [Form <HorseRace (000131FD)>], Horse, [Form < (00086510)>], Black & White, None, [Form < (5D0230EE)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 45: [Form <HorseRace (000131FD)>], Horse, [Form < (0008650D)>], black, None, [Form < (5D0230ED)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 44: [Form <HorseRace (000131FD)>], Horse, [Form < (00060715)>], Brown, None, [Form < (5D0230EC)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 43: [Race <ChaurusReaperRace (000A5601)>], Chaurus Reaper, None, All, None, [Form < (5D0230E5)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 42: [Race <ChaurusRace (000131EB)>], Chaurus, None, All, None, [Form < (5D0230E5)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 41: [Race <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider, [Form < (0002C181)>], Giant Snow Spider, None, [Form < (5D0230E2)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 40: [Race <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider, [Form < (0002C180)>], Giant Spider, None, [Form < (5D0230E1)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 39: [Race <FrostbiteSpiderRaceGiant (0004E507)>], Giant Spider, None, All, None, [Form < (5D0230E1)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 38: [Race <FrostbiteSpiderRaceLarge (00053477)>], Large Spider, [Form < (00048C0E)>], Snow Spider, None, [Form < (5D0230E0)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 37: [Race <FrostbiteSpiderRaceLarge (00053477)>], Large Spider, [Form < (0003636F)>], Large Spider, None, [Form < (5D0230DF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 36: [Race <FrostbiteSpiderRaceLarge (00053477)>], Large Spider, None, All, None, [Form < (5D0230DF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 35: [Race <FrostbiteSpiderRace (000131F8)>], Frostbite Spider, [Form < (00048C0E)>], Snow Spider, None, [Form < (5D0230E0)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 34: [Race <FrostbiteSpiderRace (000131F8)>], Frostbite Spider, [Form < (0003636F)>], Frostbite, None, [Form < (5D0230DF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 33: [Race <FrostbiteSpiderRace (000131F8)>], Frostbite Spider, None, All, None, [Form < (5D0230DF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 32: [Race <MG07DogRace (000F905F)>], Dog (MG07), None, MG07, None, [Armor < (5D023BB9)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 31: [Race <DA03BarbasDogRace (000CD657)>], Dog (Barbas), None, Barbas, None, [Armor < (5D00C196)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 30: [Race <DogCompanionRace (000F1AC4)>], Dog (Companion), None, Companion, None, [Armor < (5D00C196)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 29: [Race <DogRace (000131EE)>], Dog, None, All, None, [Armor < (5D00C196)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 28: [Race <WolfRace (0001320A)>], wolf, [Form < (000C02F8)>], Summoned Wolf, None, [Form < (5D00C19F)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 27: [Race <WolfRace (0001320A)>], wolf, [Form < (000C02FB)>], Black Wolf, None, [Form < (5D00C19E)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 26: [Race <WolfRace (0001320A)>], wolf, [Form < (0004E886)>], wolf, None, [Form < (5D00C19D)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 25: [Race <SabreCatSnowyRace (00013202)>], Snow Sabrecat, None, All, None, [Form < (5D004AB6)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 24: [Race <SabreCatRace (00013200)>], SabreCat, None, All, None, [Form < (5D004AB7)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 23: [Race <BearSnowRace (000131E9)>], Snow Bear, None, Snow Bear, None, [Form < (5D004AB2)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 22: [Race <BearBrownRace (000131E7)>], Brown Bear, None, Brown Bear, None, [Form < (5D004AB0)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 21: [Race <BearBlackRace (000131E8)>], Black Bear, None, Black Bear, None, [Form < (5D004AB1)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 20: [Form <TrollRace (00013205)>], Troll, None, Default, None, [Form < (5D0012CF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 19: [Form <TrollRace (00013205)>], Troll, [Form < (000F0779)>], Uderfrykte, None, [Form < (5D0012D0)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 18: [Form <TrollRace (00013205)>], Troll, [Form < (00016EE4)>], Troll, None, [Form < (5D0012CC)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 17: [Form <TrollFrostRace (00013206)>], Frost Troll, None, Frost Troll, None, [Form < (5D0012CF)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 16: [Form <GiantRace (000131F9)>], Giant, None, Giant, None, [Form < (5D0012CE)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 15: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F3A)>], Falmer 6, None, [Form < (5D002312)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 14: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F38)>], Falmer 5, None, [Form < (5D002311)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 13: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F36)>], Falmer 4, None, [Form < (5D002310)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 12: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F34)>], Falmer 3, None, [Form < (5D00230F)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 11: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F32)>], Falmer 2, None, [Form < (5D00230E)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 10: [Race <FalmerRace (000131F4)>], falmer, [Form < (00050F30)>], Falmer 1, None, [Form < (5D00230D)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 9: [Race <FalmerRace (000131F4)>], falmer, [Form < (00016EE7)>], falmer, None, [Form < (5D000D63)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 8: [Form <DraugrRace (00000D53)>], draugr, None, Default, None, [Form < (5D0012CD)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 7: [Form <DraugrRace (00000D53)>], draugr, [Form < (0001FE84)>], Draugr Male 7, None, [Form < (5D002306)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 6: [Form <DraugrRace (00000D53)>], draugr, [Form < (0001FE83)>], Draugr Male 6, None, [Form < (5D002305)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 5: [Form <DraugrRace (00000D53)>], draugr, [Form < (0001FE82)>], Draugr Male 5, None, [Form < (5D002304)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 4: [Form <DraugrRace (00000D53)>], draugr, [Form < (0001FE81)>], Draugr Male 4, None, [Form < (5D002303)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 3: [Form <DraugrRace (00000D53)>], draugr, [Form < (0001FE80)>], Draugr Male 3, None, [Form < (5D002302)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 2: [Form <DraugrRace (00000D53)>], draugr, [Form < (0001FE7F)>], Draugr Male 2, None, [Form < (5D002301)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 1: [Form <DraugrRace (00000D53)>], draugr, [Form < (0001FE7E)>], Draugr Male 1, None, [Form < (5D002300)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: Entry 0: [Form <DraugrRace (00000D53)>], draugr, [Form < (00016EE3)>], draugr, None, [Form < (5D0012CD)>], []
[01/09/2016 - 03:22:45PM] [slnc] [slncaddondgscript <slncAddonDG (5F002F9A)>]: AddonDG.registerStuff()
[01/09/2016 - 03:22:45PM] ERROR: Incorrect number of arguments passed. Expected 10, got 6. 
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerVampireLordStuff() - "slncAddonDGScript.psc" Line 30
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 6
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] warning: Assigning None to a non-object variable named "::temp33"
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerVampireLordStuff() - "slncAddonDGScript.psc" Line 30
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 6
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] ERROR: Incorrect number of arguments passed. Expected 10, got 6. 
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerGargoyleStuff() - "slncAddonDGScript.psc" Line 54
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 7
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] warning: Assigning None to a non-object variable named "::temp33"
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerGargoyleStuff() - "slncAddonDGScript.psc" Line 54
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 7
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] ERROR: Incorrect number of arguments passed. Expected 10, got 6. 
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerGargoyleStuff() - "slncAddonDGScript.psc" Line 55
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 7
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] warning: Assigning None to a non-object variable named "::temp33"
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerGargoyleStuff() - "slncAddonDGScript.psc" Line 55
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 7
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] ERROR: Incorrect number of arguments passed. Expected 10, got 6. 
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerGargoyleStuff() - "slncAddonDGScript.psc" Line 56
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 7
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] warning: Assigning None to a non-object variable named "::temp33"
stack:
[slncControllerQuest (5D0110DF)].slncMainQuestScript.RegisterCreatureEvent() - "slncMainQuestScript.psc" Line 212
[slncAddonDG (5F002F9A)].slncaddondgscript.registerGargoyleStuff() - "slncAddonDGScript.psc" Line 56
[slncAddonDG (5F002F9A)].slncaddondgscript.registerStuff() - "slncAddonDGScript.psc" Line 7
[slncControllerQuest (5D0110DF)].slncMainQuestScript.OnCreatureFrameworkRegister() - "slncMainQuestScript.psc" Line 181
[01/09/2016 - 03:22:45PM] [slnc] [slncMainQuestScript <slncControllerQuest (5D0110DF)>]: OnCreatureFrameworkRegister() End
[01/09/2016 - 03:22:45PM] [CF][Framework] Didn't activate actor ["Horse" [Actor < (6104C86E)>]]; already has effect
[01/09/2016 - 03:22:45PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:22:45PM] [CF][Creature Apply] Not activating ["Master Vampire" [Actor < (FF000C21)>]]; creature isn't registered; race=["Breton" [Race <BretonRaceVampire (0008883C)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:22:45PM] [CF][Framework] Didn't activate actor ["Dog" [Actor < (6104C873)>]]; already has effect
[01/09/2016 - 03:22:45PM] [CF][Framework] Didn't activate actor ["Horse" [Actor < (6104C86A)>]]; already has effect
[01/09/2016 - 03:22:45PM] [CF][Framework] Didn't activate actor ["Horse" [Actor < (6104C869)>]]; already has effect
[01/09/2016 - 03:22:46PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:22:47PM] SEXLAB - NOTICE: ValidateActor(delphine) -- TRUE -- HIT
[01/09/2016 - 03:22:47PM] [CF][Framework] Beginning JSON registration
[01/09/2016 - 03:22:48PM] [CF][Framework] Found 5 JSON files in creatures.d
[01/09/2016 - 03:22:48PM] [CF][Framework] Already loaded file slnc-db.json; skipping
[01/09/2016 - 03:22:48PM] [CF][Framework] Already loaded file slnc-dg.json; skipping
[01/09/2016 - 03:22:48PM] [CF][Framework] Already loaded file slnc-mnc-db.json; skipping
[01/09/2016 - 03:22:48PM] [CF][Framework] Already loaded file slnc-mnc-dg.json; skipping
[01/09/2016 - 03:22:48PM] [CF][Framework] Already loaded file slnc.json; skipping
[01/09/2016 - 03:22:48PM] [CF][Framework] Finished JSON registration
[01/09/2016 - 03:22:48PM] [CF][Framework] Forcing active actor restart
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C86A)>]]
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C86E)>]]
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C869)>]]
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C86F)>]]
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Horse" [Actor < (6104C86A)>]]; restarting
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Horse" [Actor < (6104C86E)>]]; restarting
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Horse" [Actor < (6104C869)>]]; restarting
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C871)>]]
[01/09/2016 - 03:22:49PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[None].CFEffectCreature.RegisterForSingleUpdate() - "<native>" Line ?
[None].CFEffectCreature.OnUpdate() - "CFEffectCreature.psc" Line 158
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Dog" [Actor < (6104C86F)>]]; restarting
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C873)>]]
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Dog" [Actor < (6104C871)>]]; restarting
[01/09/2016 - 03:22:49PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C869)>]] and doing nothing else
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Guard Dog" [Actor < (6104C872)>]]
[01/09/2016 - 03:22:49PM] [CF][Creature] Finished on ["Stump" [Actor < (0001E62B)>]]
[01/09/2016 - 03:22:49PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C871)>]] and doing nothing else
[01/09/2016 - 03:22:49PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C86F)>]] and doing nothing else
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Dog" [Actor < (6104C873)>]]; restarting
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Stump" [Actor < (0001E62B)>]]; restarting
[01/09/2016 - 03:22:49PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C86E)>]] and doing nothing else
[01/09/2016 - 03:22:49PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C873)>]] and doing nothing else
[01/09/2016 - 03:22:49PM] [CF][Creature] Removing both API armours from ["Stump" [Actor < (0001E62B)>]] and doing nothing else
[01/09/2016 - 03:22:49PM] [CF][Framework] Didn't deactivate actor ["Guard Dog" [Actor < (6104C872)>]]; restarting
[01/09/2016 - 03:22:50PM] [CF][Creature] Finished on ["Husky" [Actor < (6104C86D)>]]
[01/09/2016 - 03:22:50PM] [CF][Creature] Removing both API armours from ["Guard Dog" [Actor < (6104C872)>]] and doing nothing else
[01/09/2016 - 03:22:50PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C870)>]]
[01/09/2016 - 03:22:50PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C86A)>]] and doing nothing else
[01/09/2016 - 03:22:50PM] [CF][Framework] Didn't deactivate actor ["Husky" [Actor < (6104C86D)>]]; restarting
[01/09/2016 - 03:22:50PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C86B)>]]
[01/09/2016 - 03:22:50PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C86C)>]]
[01/09/2016 - 03:22:50PM] [CF][Framework] Didn't deactivate actor ["Horse" [Actor < (6104C870)>]]; restarting
[01/09/2016 - 03:22:50PM] [CF][Creature] Removing both API armours from ["Husky" [Actor < (6104C86D)>]] and doing nothing else
[01/09/2016 - 03:22:50PM] [CF][Main Quest] Skipping cloak application; API is restarting active actors
[01/09/2016 - 03:22:50PM] [CF][Framework] Didn't deactivate actor ["Horse" [Actor < (6104C86C)>]]; restarting
[01/09/2016 - 03:22:50PM] [CF][Framework] Didn't deactivate actor ["Dog" [Actor < (6104C86B)>]]; restarting
[01/09/2016 - 03:22:50PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C870)>]] and doing nothing else
[01/09/2016 - 03:22:50PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C868)>]]
[01/09/2016 - 03:22:50PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C86C)>]] and doing nothing else
[01/09/2016 - 03:22:50PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C86B)>]] and doing nothing else
[01/09/2016 - 03:22:50PM] [CF][Framework] Didn't deactivate actor ["Horse" [Actor < (6104C868)>]]; restarting
[01/09/2016 - 03:22:50PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C868)>]] and doing nothing else
[01/09/2016 - 03:22:50PM] [slamainscr <sla_Main (07042D62)>]:Defered maintenance...
[01/09/2016 - 03:22:50PM] [slamainscr <sla_Main (07042D62)>]: found Devious Devices - Assets.esm
[01/09/2016 - 03:22:51PM] [slamainscr <sla_Main (07042D62)>]: Enabled Desire spell
[01/09/2016 - 03:22:51PM] [slamainscr <sla_Main (07042D62)>]: Updated notification key to 52
[01/09/2016 - 03:22:51PM] [slamainscr <sla_Main (07042D62)>]: finished maintenance
[01/09/2016 - 03:22:52PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Horse" [Actor < (6104C86A)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650F)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Horse" [Actor < (6104C86E)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00060715)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Dog" [Actor < (6104C871)>]] with race/skin ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Husky Judah" [Armor < (5F00CE2F)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] ["Horse" [Actor < (6104C86A)>]] unaroused
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Dog" [Actor < (6104C873)>]] with race/skin ["Dog" [Race <DogRace (000131EE)>]]["" [Armor < (0004B2C9)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Dog" [Actor < (6104C86F)>]] with race/skin ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Husky Judah" [Armor < (5F00CE2F)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Husky" [Actor < (6104C86D)>]] with race/skin ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Armored Husky" [Armor < (02018B37)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Dog" [Actor < (6104C86B)>]] with race/skin ["Dog" [Race <DogRace (000131EE)>]]["" [Armor < (0004B2C9)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] ["Dog" [Actor < (6104C871)>]] unaroused
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Horse" [Actor < (6104C869)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650F)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Not equipping normal armour on ["Dog" [Actor < (6104C871)>]]; there is no normal armour
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Horse" [Actor < (6104C868)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650E)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] ["Horse" [Actor < (6104C86E)>]] unaroused
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Horse" [Actor < (6104C870)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00086510)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Horse" [Actor < (6104C86C)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00060715)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] ["Dog" [Actor < (6104C86F)>]] unaroused
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Stump" [Actor < (0001E62B)>]] with race/skin ["Dog" [Race <DogRace (000131EE)>]]["" [Armor < (0004B2C9)>]]
[01/09/2016 - 03:22:53PM] [CF][Creature] Started on ["Guard Dog" [Actor < (6104C872)>]] with race/skin ["Dog" [Race <DLC1HuskyArmoredRace (02018B33)>]]["Armored Husky" [Armor < (02018B31)>]]
[01/09/2016 - 03:22:53PM] [CF][Framework] Cleared log Form DB
[01/09/2016 - 03:22:54PM] [CF][Framework] Creature Framework is done initialising
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Husky" [Actor < (6104C86D)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Horse" [Actor < (6104C869)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Horse" [Actor < (6104C870)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (6104C870)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (6104C86E)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Stump" [Actor < (0001E62B)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Horse" [Actor < (6104C86C)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (6104C86C)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Dog" [Actor < (6104C86F)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Dog" [Actor < (6104C86B)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Dog" [Actor < (6104C86B)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Main Quest] The cloak is being applied for the first time since game load
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Dog" [Actor < (6104C873)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Dog" [Actor < (6104C873)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Husky" [Actor < (6104C86D)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Horse" [Actor < (6104C868)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (6104C869)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] ["Guard Dog" [Actor < (6104C872)>]] unaroused
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Stump" [Actor < (0001E62B)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (6104C868)>]]; there is no normal armour
[01/09/2016 - 03:22:54PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (6104C86A)>]]; there is no normal armour
[01/09/2016 - 03:22:55PM] [CF][Creature] Not equipping normal armour on ["Guard Dog" [Actor < (6104C872)>]]; there is no normal armour
[01/09/2016 - 03:22:55PM] [CF][Creature Apply] Not activating ["Sven" [Actor < (00013491)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:22:55PM] ERROR: Unable to call UnregisterForAllModEvents - no native object bound to the script object, or object is of incorrect type
stack:
[None].XPMSEWeaponStyleScaleEffect.UnregisterForAllModEvents() - "<native>" Line ?
[None].XPMSEWeaponStyleScaleEffect.Unregister() - "XPMSEWeaponStyleScaleEffect.psc" Line 485
[None].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 351
[None].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?
[None].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 207
[01/09/2016 - 03:22:55PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:22:57PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:22:58PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:22:58PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
[None].XPMSEWeaponStyleScaleEffect.RegisterForModEvent() - "<native>" Line ?
[None].XPMSEWeaponStyleScaleEffect.Register() - "XPMSEWeaponStyleScaleEffect.psc" Line 475
[None].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 354
[None].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?
[None].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 207
[01/09/2016 - 03:22:58PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
[None].XPMSEWeaponStyleScaleEffect.RegisterForModEvent() - "<native>" Line ?
[None].XPMSEWeaponStyleScaleEffect.Register() - "XPMSEWeaponStyleScaleEffect.psc" Line 476
[None].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 354
[None].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?
[None].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 207
[01/09/2016 - 03:22:58PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
[None].XPMSEWeaponStyleScaleEffect.RegisterForModEvent() - "<native>" Line ?
[None].XPMSEWeaponStyleScaleEffect.Register() - "XPMSEWeaponStyleScaleEffect.psc" Line 477
[None].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 354
[None].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?
[None].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 207
[01/09/2016 - 03:22:58PM] ERROR: Unable to call RegisterForModEvent - no native object bound to the script object, or object is of incorrect type
stack:
[None].XPMSEWeaponStyleScaleEffect.RegisterForModEvent() - "<native>" Line ?
[None].XPMSEWeaponStyleScaleEffect.Register() - "XPMSEWeaponStyleScaleEffect.psc" Line 478
[None].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 354
[None].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?
[None].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 207
[01/09/2016 - 03:22:59PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor: Lydia group: _mt base: 1 number: 7
[01/09/2016 - 03:23:02PM] ERROR: Cannot call GetEquippedWeapon() on a None object, aborting function call
stack:
[Active effect 5 on  (6104C868)].DSerNPCMonitor.OnHit() - "DSerNPCMonitor.psc" Line 86
[01/09/2016 - 03:23:06PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:07PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:23:08PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:23:11PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:23:11PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:11PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:13PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:23PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:23PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:23:25PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:25PM] SEXLAB - NOTICE: ValidateActor(Vampire's Thrall) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:23:25PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:29PM] VM is freezing...
[01/09/2016 - 03:23:29PM] VM is frozen
[01/09/2016 - 03:23:30PM] Saving game...
[01/09/2016 - 03:23:43PM] VM is thawing...
[01/09/2016 - 03:23:43PM] [Zad]: CheckAllEvents()
[01/09/2016 - 03:23:43PM] [Zad]: ZadNpc::OnUpdateGameTime()
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C86E)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C868)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C871)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C870)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C869)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C86C)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Guard Dog" [Actor < (6104C872)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C86F)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Husky" [Actor < (6104C86D)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Stump" [Actor < (0001E62B)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C86B)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Horse" [Actor < (6104C86A)>]]
[01/09/2016 - 03:23:43PM] [CF][Creature] Finished on ["Dog" [Actor < (6104C873)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (6104C869)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Guard Dog" [Actor < (6104C872)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Dog" [Actor < (6104C86F)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Husky" [Actor < (6104C86D)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Stump" [Actor < (0001E62B)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Dog" [Actor < (6104C86B)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (6104C86A)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Dog" [Actor < (6104C873)>]]
[01/09/2016 - 03:23:44PM] [Zad]: ZadNpc::DoRegister(1.499969)
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (6104C86E)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (6104C86C)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Dog" [Actor < (6104C871)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (6104C870)>]]
[01/09/2016 - 03:23:44PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (6104C868)>]]
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Guard Dog" [Actor < (6104C872)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C86F)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Husky" [Actor < (6104C86D)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Stump" [Actor < (0001E62B)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C86B)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C873)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Dog" [Actor < (6104C871)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C869)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C868)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C86A)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C86E)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C86C)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6104C870)>]] and doing nothing else
[01/09/2016 - 03:23:44PM] [Zad]: Config Interval:1.500000. Total number of events: 0. Next staggered update in 1.500000
[01/09/2016 - 03:23:45PM] [CF][Framework] Activating actor ["Horse" [Actor < (6105BBAB)>]]
[01/09/2016 - 03:23:45PM] [CF][Framework] Activating actor ["Husky" [Actor < (6105BBA8)>]]
[01/09/2016 - 03:23:45PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor: Lydia group: _mt base: 1 number: 7
[01/09/2016 - 03:23:45PM] [CF][Framework] Activating actor ["Husky" [Actor < (6105BBAA)>]]
[01/09/2016 - 03:23:45PM] [CF][Creature Apply] Not activating ["Lydia" [Actor < (000A2C94)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (5500C706)>]]
[01/09/2016 - 03:23:45PM] [CF][Framework] Activating actor ["Husky" [Actor < (6105BBA9)>]]
[01/09/2016 - 03:23:45PM] [CF][Creature] Started on ["Husky" [Actor < (6105BBA8)>]] with race/skin ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Armored Husky" [Armor < (02018B37)>]]
[01/09/2016 - 03:23:45PM] [CF][Creature] Started on ["Husky" [Actor < (6105BBAA)>]] with race/skin ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Armored Husky" [Armor < (02018B37)>]]
[01/09/2016 - 03:23:45PM] [CF][Creature] Started on ["Husky" [Actor < (6105BBA9)>]] with race/skin ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Armored Husky" [Armor < (02018B37)>]]
[01/09/2016 - 03:23:45PM] [CF][Creature] Started on ["Horse" [Actor < (6105BBAB)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (00086510)>]]
[01/09/2016 - 03:23:45PM] [CF][Creature] ["Husky" [Actor < (6105BBA8)>]] unaroused
[01/09/2016 - 03:23:45PM] [CF][Creature] Not equipping normal armour on ["Husky" [Actor < (6105BBA8)>]]; there is no normal armour
[01/09/2016 - 03:23:45PM] [CF][Creature] ["Husky" [Actor < (6105BBAA)>]] unaroused
[01/09/2016 - 03:23:45PM] [CF][Creature] Not equipping normal armour on ["Husky" [Actor < (6105BBAA)>]]; there is no normal armour
[01/09/2016 - 03:23:45PM] [CF][Creature] ["Husky" [Actor < (6105BBA9)>]] unaroused
[01/09/2016 - 03:23:45PM] [CF][Creature] Not equipping normal armour on ["Husky" [Actor < (6105BBA9)>]]; there is no normal armour
[01/09/2016 - 03:23:46PM] [CF][Creature] ["Horse" [Actor < (6105BBAB)>]] unaroused
[01/09/2016 - 03:23:46PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (6105BBAB)>]]; there is no normal armour
[01/09/2016 - 03:23:50PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:23:53PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:24:58PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:25:07PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:25:08PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:25:16PM] VM is freezing...
[01/09/2016 - 03:25:16PM] VM is frozen
[01/09/2016 - 03:25:17PM] Saving game...
[01/09/2016 - 03:25:18PM] VM is thawing...
[01/09/2016 - 03:25:20PM] [CF][Framework] Activating actor ["Husky" [Actor < (61093761)>]]
[01/09/2016 - 03:25:20PM] [CF][Creature Apply] Not activating ["Arngeir" [Actor < (000886B3)>]]; creature isn't registered; race=["Old People Race" [Race <ElderRace (00067CD8)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:25:20PM] [CF][Creature Apply] Not activating ["Einarth" [Actor < (000886B5)>]]; creature isn't registered; race=["Old People Race" [Race <ElderRace (00067CD8)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:25:20PM] [CF][Creature Apply] Not activating ["Wulfgar" [Actor < (000886B6)>]]; creature isn't registered; race=["Old People Race" [Race <ElderRace (00067CD8)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:25:20PM] [CF][Creature Apply] Not activating ["Borri" [Actor < (000886B4)>]]; creature isn't registered; race=["Old People Race" [Race <ElderRace (00067CD8)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:26:59PM] [CF][Creature] Started on ["Husky" [Actor < (61093761)>]] with race/skin ["Dog" [Race <DLC1HuskyBareRace (02018B36)>]]["Armored Husky" [Armor < (02018B37)>]]
[01/09/2016 - 03:26:59PM] [CF][Creature] ["Husky" [Actor < (61093761)>]] unaroused
[01/09/2016 - 03:26:59PM] [CF][Creature] Not equipping normal armour on ["Husky" [Actor < (61093761)>]]; there is no normal armour
[01/09/2016 - 03:27:00PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:27:04PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[None].xMAAutoLevelAVInIntervalScript.RegisterForSingleUpdate() - "<native>" Line ?
[None].xMAAutoLevelAVInIntervalScript.OnUpdate() - "xMAAutoLevelAVInIntervalScript.psc" Line 19
[01/09/2016 - 03:28:00PM] [CF][Framework] Didn't activate actor ["Husky" [Actor < (61093761)>]]; already has effect
[01/09/2016 - 03:28:08PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:28:11PM] slaScanner start time is ....441.683990
[01/09/2016 - 03:28:12PM] Found 6 arousedActors
[01/09/2016 - 03:28:12PM] Found 4 nakedActors
[01/09/2016 - 03:28:13PM] slaScanner After getting actors is ....442.934998, player is naked False, Actor Count 6
[01/09/2016 - 03:28:13PM] [slainternalscr <sla_Internal (07083137)>]: Wulfgar got 4 exposure for  seeing naked Borri
[01/09/2016 - 03:28:13PM] [slainternalscr <sla_Internal (07083137)>]: Einarth got 4 exposure for  seeing naked Borri
[01/09/2016 - 03:28:14PM] [slainternalscr <sla_Internal (07083137)>]: Leeanne got 4 exposure for  seeing naked Wulfgar
[01/09/2016 - 03:28:14PM] [slainternalscr <sla_Internal (07083137)>]: Leeanne got 4 exposure for  seeing naked Borri
[01/09/2016 - 03:28:14PM] slaScanner end time is ....444.618011
[01/09/2016 - 03:28:14PM] Next update in 120.000000
[01/09/2016 - 03:28:17PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:28:24PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:28:28PM] Info: *Achievement 45 awarded - a winnar is you!*
[01/09/2016 - 03:28:37PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:28:53PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:29:01PM] [CF][Framework] Didn't activate actor ["Husky" [Actor < (61093761)>]]; already has effect
[01/09/2016 - 03:29:16PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:29:30PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:29:39PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:29:48PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:30:05PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:30:12PM] VM is freezing...
[01/09/2016 - 03:30:12PM] VM is frozen
[01/09/2016 - 03:30:12PM] Saving game...
[01/09/2016 - 03:30:38PM] VM is thawing...
[01/09/2016 - 03:30:42PM] [CF][Framework] Didn't activate actor ["Horse" [Actor < (6105BBAB)>]]; already has effect
[01/09/2016 - 03:30:42PM] [CF][Framework] Didn't activate actor ["Husky" [Actor < (6105BBA8)>]]; already has effect
[01/09/2016 - 03:30:42PM] [CF][Framework] Didn't activate actor ["Husky" [Actor < (6105BBAA)>]]; already has effect
[01/09/2016 - 03:30:42PM] [CF][Framework] Didn't activate actor ["Husky" [Actor < (6105BBA9)>]]; already has effect
[01/09/2016 - 03:30:55PM] VM is freezing...
[01/09/2016 - 03:30:55PM] VM is frozen
[01/09/2016 - 03:30:55PM] Saving game...
[01/09/2016 - 03:31:44PM] VM is thawing...
[01/09/2016 - 03:31:44PM] ERROR: Cannot call ChangeCarryState() on a None object, aborting function call
stack:
[ (00064962)].PF_StonehillsSirgarCarryLumbe_00064962.Fragment_3() - "PF_StonehillsSirgarCarryLumbe_00064962.psc" Line 9
[01/09/2016 - 03:31:44PM] [Zad]: CheckAllEvents()
[01/09/2016 - 03:31:45PM] [Zad]: ZadNpc::OnUpdateGameTime()
[01/09/2016 - 03:31:45PM] [CF][Creature] Finished on ["Husky" [Actor < (6105BBAA)>]]
[01/09/2016 - 03:31:45PM] [CF][Creature] Finished on ["Husky" [Actor < (6105BBA9)>]]
[01/09/2016 - 03:31:45PM] [CF][Creature] Finished on ["Horse" [Actor < (6105BBAB)>]]
[01/09/2016 - 03:31:45PM] [CF][Creature] Finished on ["Husky" [Actor < (6105BBA8)>]]
[01/09/2016 - 03:31:45PM] [CF][Creature] Finished on ["Husky" [Actor < (61093761)>]]
[01/09/2016 - 03:31:45PM] [Zad]: ZadNpc::DoRegister(1.499975)
[01/09/2016 - 03:31:45PM] [CF][Framework] Deactivated actor ["Husky" [Actor < (6105BBAA)>]]
[01/09/2016 - 03:31:45PM] [CF][Framework] Deactivated actor ["Husky" [Actor < (6105BBA9)>]]
[01/09/2016 - 03:31:45PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (6105BBAB)>]]
[01/09/2016 - 03:31:45PM] [CF][Framework] Deactivated actor ["Husky" [Actor < (6105BBA8)>]]
[01/09/2016 - 03:31:45PM] [CF][Framework] Deactivated actor ["Husky" [Actor < (61093761)>]]
[01/09/2016 - 03:31:45PM] [CF][Creature] Removing both API armours from ["Husky" [Actor < (6105BBAA)>]] and doing nothing else
[01/09/2016 - 03:31:45PM] [CF][Creature] Removing both API armours from ["Husky" [Actor < (6105BBA9)>]] and doing nothing else
[01/09/2016 - 03:31:45PM] [CF][Creature] Removing both API armours from ["Husky" [Actor < (6105BBA8)>]] and doing nothing else
[01/09/2016 - 03:31:45PM] [CF][Creature] Removing both API armours from ["Husky" [Actor < (61093761)>]] and doing nothing else
[01/09/2016 - 03:31:45PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (6105BBAB)>]] and doing nothing else
[01/09/2016 - 03:31:46PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor: Tanita group: _mt base: 1 number: 3
[01/09/2016 - 03:31:46PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor: Lydia group: _mt base: 1 number: 7
[01/09/2016 - 03:31:46PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor:  group: _mt base: 1 number: 6
[01/09/2016 - 03:31:46PM] [Zad]: Config Interval:1.500000. Total number of events: 0. Next staggered update in 1.500000
[01/09/2016 - 03:31:47PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107CA0) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:31:47PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000F534B) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:31:47PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 5 on  (FF000A55) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:31:47PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 5 on  (FF000A72) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:31:47PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (FF000AA6) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:31:47PM] [CF][Framework] Activating actor ["Goat" [Actor < (000860FD)>]]
[01/09/2016 - 03:31:47PM] [CF][Framework] Already present in active actors array
[01/09/2016 - 03:31:47PM] [CF][Framework] Activating actor ["Goat" [Actor < (000860FB)>]]
[01/09/2016 - 03:31:47PM] [CF][Framework] Already present in active actors array
[01/09/2016 - 03:31:47PM] [CF][Framework] Activating actor ["Goat" [Actor < (000860FC)>]]
[01/09/2016 - 03:31:47PM] [CF][Framework] Already present in active actors array
[01/09/2016 - 03:31:47PM] [CF][Creature Apply] Not activating ["skeever" [lvlpredatorscript < (000860F8)>]]; creature isn't registered; race=["skeever" [Race <SkeeverRace (00013201)>]] skin=["" [Armor < (00016EE5)>]]
[01/09/2016 - 03:31:48PM] [CF][Creature] Started on ["Goat" [Actor < (000860FD)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:31:48PM] [CF][Creature] Started on ["Goat" [Actor < (000860FC)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:31:48PM] [CF][Creature] Started on ["Goat" [Actor < (000860FB)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:31:48PM] [CF][Creature] ["Goat" [Actor < (000860FD)>]] unaroused
[01/09/2016 - 03:31:48PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860FD)>]]; there is no normal armour
[01/09/2016 - 03:31:48PM] [CF][Creature] ["Goat" [Actor < (000860FC)>]] unaroused
[01/09/2016 - 03:31:48PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860FC)>]]; there is no normal armour
[01/09/2016 - 03:31:48PM] [CF][Creature] ["Goat" [Actor < (000860FB)>]] unaroused
[01/09/2016 - 03:31:48PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860FB)>]]; there is no normal armour
[01/09/2016 - 03:31:53PM] slaScanner start time is ....663.187988
[01/09/2016 - 03:31:53PM] [CF][Framework] Activating actor ["Fox" [Actor < (00107CB2)>]]
[01/09/2016 - 03:31:53PM] Found 1 arousedActors
[01/09/2016 - 03:31:54PM] [CF][Creature] Started on ["Fox" [Actor < (00107CB2)>]] with race/skin ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B4)>]]
[01/09/2016 - 03:31:54PM] Found 0 nakedActors
[01/09/2016 - 03:31:54PM] [CF][Creature] ["Fox" [Actor < (00107CB2)>]] unaroused
[01/09/2016 - 03:31:54PM] [CF][Creature] Not equipping normal armour on ["Fox" [Actor < (00107CB2)>]]; there is no normal armour
[01/09/2016 - 03:31:55PM] slaScanner After getting actors is ....665.403992, player is naked False, Actor Count 1
[01/09/2016 - 03:31:56PM] slaScanner end time is ....666.068970
[01/09/2016 - 03:31:56PM] Next update in 120.000000
[01/09/2016 - 03:31:59PM] [CF][Framework] Activating actor ["Elk" [Actor < (00085439)>]]
[01/09/2016 - 03:31:59PM] [CF][Framework] Activating actor ["Elk" [Actor < (000853ED)>]]
[01/09/2016 - 03:31:59PM] [CF][Framework] Activating actor ["Elk" [Actor < (000853EE)>]]
[01/09/2016 - 03:32:00PM] [CF][Creature] Started on ["Elk" [Actor < (00085439)>]] with race/skin ["Deer" [Race <ElkRace (000131ED)>]]["Elkmale" [Armor < (0005E979)>]]
[01/09/2016 - 03:32:00PM] [CF][Creature] Started on ["Elk" [Actor < (000853ED)>]] with race/skin ["Deer" [Race <ElkRace (000131ED)>]]["Elkmale" [Armor < (0005E979)>]]
[01/09/2016 - 03:32:00PM] [CF][Creature] Started on ["Elk" [Actor < (000853EE)>]] with race/skin ["Deer" [Race <ElkRace (000131ED)>]]["Elkmale" [Armor < (0005E979)>]]
[01/09/2016 - 03:32:01PM] [CF][Creature] ["Elk" [Actor < (00085439)>]] unaroused
[01/09/2016 - 03:32:01PM] [CF][Creature] Not equipping normal armour on ["Elk" [Actor < (00085439)>]]; there is no normal armour
[01/09/2016 - 03:32:01PM] [CF][Creature] ["Elk" [Actor < (000853ED)>]] unaroused
[01/09/2016 - 03:32:01PM] [CF][Creature] Not equipping normal armour on ["Elk" [Actor < (000853ED)>]]; there is no normal armour
[01/09/2016 - 03:32:01PM] [CF][Creature] ["Elk" [Actor < (000853EE)>]] unaroused
[01/09/2016 - 03:32:01PM] [CF][Creature] Not equipping normal armour on ["Elk" [Actor < (000853EE)>]]; there is no normal armour
[01/09/2016 - 03:32:12PM] [CF][Framework] Activating actor ["Goat" [Actor < (000860F7)>]]
[01/09/2016 - 03:32:12PM] [CF][Creature Apply] Not activating ["Mammoth" [Actor < (000681E9)>]]; creature isn't registered; race=["Mammoth" [Race <MammothRace (000131FF)>]] skin=["Branded Mammoth" [Armor < (00059254)>]]
[01/09/2016 - 03:32:12PM] [CF][Creature] Started on ["Goat" [Actor < (000860F7)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:32:12PM] [CF][Creature] ["Goat" [Actor < (000860F7)>]] unaroused
[01/09/2016 - 03:32:12PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860F7)>]]; there is no normal armour
[01/09/2016 - 03:32:18PM] [CF][Framework] Activating actor ["Fox" [Actor < (00107CB4)>]]
[01/09/2016 - 03:32:18PM] [CF][Framework] Already present in active actors array
[01/09/2016 - 03:32:18PM] [CF][Creature] Started on ["Goat" [Actor < (000860FB)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:32:18PM] [CF][Creature] Started on ["Goat" [Actor < (000860FD)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:32:18PM] [CF][Creature] Started on ["Fox" [Actor < (00107CB4)>]] with race/skin ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B4)>]]
[01/09/2016 - 03:32:18PM] [CF][Creature] ["Goat" [Actor < (000860FB)>]] unaroused
[01/09/2016 - 03:32:18PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860FB)>]]; there is no normal armour
[01/09/2016 - 03:32:18PM] [CF][Creature] ["Goat" [Actor < (000860FD)>]] unaroused
[01/09/2016 - 03:32:18PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860FD)>]]; there is no normal armour
[01/09/2016 - 03:32:18PM] [CF][Creature] ["Fox" [Actor < (00107CB4)>]] unaroused
[01/09/2016 - 03:32:18PM] [CF][Creature] Not equipping normal armour on ["Fox" [Actor < (00107CB4)>]]; there is no normal armour
[01/09/2016 - 03:32:20PM] [CF][Creature] Finished on ["Goat" [Actor < (000860FB)>]]
[01/09/2016 - 03:32:20PM] [CF][Creature] Finished on ["Goat" [Actor < (000860FD)>]]
[01/09/2016 - 03:32:20PM] [CF][Framework] Deactivated actor ["Goat" [Actor < (000860FB)>]]
[01/09/2016 - 03:32:20PM] [CF][Framework] Deactivated actor ["Goat" [Actor < (000860FD)>]]
[01/09/2016 - 03:32:20PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860FB)>]] and doing nothing else
[01/09/2016 - 03:32:20PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860FD)>]] and doing nothing else
[01/09/2016 - 03:32:21PM] [CF][Creature] Finished on ["Goat" [Actor < (000860FB)>]]
[01/09/2016 - 03:32:21PM] [CF][Creature] Finished on ["Goat" [Actor < (000860FD)>]]
[01/09/2016 - 03:32:21PM] [CF][Framework] Didn't deactivate actor ["Goat" [Actor < (000860FB)>]]; not active
[01/09/2016 - 03:32:21PM] [CF][Framework] Didn't deactivate actor ["Goat" [Actor < (000860FD)>]]; not active
[01/09/2016 - 03:32:21PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860FB)>]] and doing nothing else
[01/09/2016 - 03:32:21PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860FD)>]] and doing nothing else
[01/09/2016 - 03:32:45PM] [CF][Framework] Activating actor ["wolf" [Actor < (000680FB)>]]
[01/09/2016 - 03:32:45PM] [CF][Framework] Activating actor ["Giant" [giantActorSCRIPT < (000348E8)>]]
[01/09/2016 - 03:32:45PM] [CF][Framework] Activating actor ["Horse" [Actor < (0006822E)>]]
[01/09/2016 - 03:32:45PM] [CF][Creature] Started on ["Fox" [Actor < (00107CB4)>]] with race/skin ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B4)>]]
[01/09/2016 - 03:32:45PM] [CF][Creature] ["Fox" [Actor < (00107CB4)>]] unaroused
[01/09/2016 - 03:32:45PM] [CF][Creature] Not equipping normal armour on ["Fox" [Actor < (00107CB4)>]]; there is no normal armour
[01/09/2016 - 03:32:45PM] [CF][Creature] Started on ["wolf" [Actor < (000680FB)>]] with race/skin ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02FB)>]]
[01/09/2016 - 03:32:45PM] [CF][Creature] Started on ["Giant" [giantActorSCRIPT < (000348E8)>]] with race/skin ["Giant" [Race <GiantRace (000131F9)>]]["" [Armor < (00048D90)>]]
[01/09/2016 - 03:32:45PM] [CF][Creature] Started on ["Horse" [Actor < (0006822E)>]] with race/skin ["Horse" [Race <HorseRace (000131FD)>]]["" [Armor < (0008650F)>]]
[01/09/2016 - 03:32:45PM] [CF][Creature] ["wolf" [Actor < (000680FB)>]] unaroused
[01/09/2016 - 03:32:46PM] [CF][Creature] ["Horse" [Actor < (0006822E)>]] unaroused
[01/09/2016 - 03:32:46PM] [CF][Creature] Not equipping normal armour on ["wolf" [Actor < (000680FB)>]]; there is no normal armour
[01/09/2016 - 03:32:46PM] [CF][Creature] ["Giant" [giantActorSCRIPT < (000348E8)>]] unaroused
[01/09/2016 - 03:32:46PM] [CF][Creature] Not equipping normal armour on ["Giant" [giantActorSCRIPT < (000348E8)>]]; there is no normal armour
[01/09/2016 - 03:32:46PM] [CF][Creature] Finished on ["Fox" [Actor < (00107CB4)>]]
[01/09/2016 - 03:32:46PM] [CF][Creature] Not equipping normal armour on ["Horse" [Actor < (0006822E)>]]; there is no normal armour
[01/09/2016 - 03:32:46PM] [CF][Framework] Deactivated actor ["Fox" [Actor < (00107CB4)>]]
[01/09/2016 - 03:32:46PM] [CF][Creature] Removing both API armours from ["Fox" [Actor < (00107CB4)>]] and doing nothing else
[01/09/2016 - 03:32:46PM] [CF][Creature] Finished on ["Fox" [Actor < (00107CB4)>]]
[01/09/2016 - 03:32:46PM] [CF][Framework] Didn't deactivate actor ["Fox" [Actor < (00107CB4)>]]; not active
[01/09/2016 - 03:32:46PM] [CF][Creature] Removing both API armours from ["Fox" [Actor < (00107CB4)>]] and doing nothing else
[01/09/2016 - 03:32:51PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor:  group: _mt base: 1 number: 5
[01/09/2016 - 03:32:51PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor:  group: _mt base: 1 number: 7
[01/09/2016 - 03:32:51PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107C9F) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:32:51PM] [CF][Creature Apply] Not activating ["Hag" [Actor < (000F534B)>]]; creature isn't registered; race=["IMPERIAL" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:32:57PM] [CF][Framework] Activating actor ["Goat" [Actor < (000860FB)>]]
[01/09/2016 - 03:32:57PM] [CF][Framework] Activating actor ["Goat" [Actor < (000860FD)>]]
[01/09/2016 - 03:32:57PM] [CF][Creature] Started on ["Goat" [Actor < (000860FB)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:32:57PM] [CF][Creature] Started on ["Goat" [Actor < (000860FD)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:32:58PM] [CF][Creature] ["Goat" [Actor < (000860FB)>]] unaroused
[01/09/2016 - 03:32:58PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860FB)>]]; there is no normal armour
[01/09/2016 - 03:32:58PM] [CF][Creature] ["Goat" [Actor < (000860FD)>]] unaroused
[01/09/2016 - 03:32:58PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (000860FD)>]]; there is no normal armour
[01/09/2016 - 03:33:03PM] SOS Actor Schlongify: new schlong for Hag got schlong index 3 size 9
[01/09/2016 - 03:33:07PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107CA1) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:10PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (0008594C) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:10PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00085F93) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:10PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00085F8E) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:10PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00085F8D) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:16PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (000853ED)>]]; already has effect
[01/09/2016 - 03:33:16PM] [CF][Framework] Activating actor ["Fox" [Actor < (00107CA0)>]]
[01/09/2016 - 03:33:17PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (000853EE)>]]; already has effect
[01/09/2016 - 03:33:17PM] [CF][Creature] Started on ["Fox" [Actor < (00107CA0)>]] with race/skin ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B4)>]]
[01/09/2016 - 03:33:17PM] [CF][Creature] ["Fox" [Actor < (00107CA0)>]] unaroused
[01/09/2016 - 03:33:17PM] [CF][Creature] Not equipping normal armour on ["Fox" [Actor < (00107CA0)>]]; there is no normal armour
[01/09/2016 - 03:33:22PM] [CF][Framework] Activating actor ["Novice Conjurer" [Actor < (0010DE94)>]]
[01/09/2016 - 03:33:23PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107C9E) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:23PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107C9C) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:23PM] [CF][Framework] Activating actor ["Deer" [Actor < (000853EC)>]]
[01/09/2016 - 03:33:23PM] [CF][Creature] Started on ["Novice Conjurer" [Actor < (0010DE94)>]] with race/skin ["Skeleton" [Race <skeletonRace (000B7998)>]]["" [Armor < (000B799A)>]]
[01/09/2016 - 03:33:23PM] [CF][Creature] ["Novice Conjurer" [Actor < (0010DE94)>]] unaroused
[01/09/2016 - 03:33:23PM] [CF][Framework] Activating actor ["draugr" [Actor < (000D8699)>]]
[01/09/2016 - 03:33:24PM] [CF][Creature] Started on ["Deer" [Actor < (000853EC)>]] with race/skin ["Deer" [Race <DeerRace (000CF89B)>]]["ReinDeer" [Armor < (000CF89C)>]]
[01/09/2016 - 03:33:24PM] [CF][Creature] Not equipping normal armour on ["Novice Conjurer" [Actor < (0010DE94)>]]; there is no normal armour
[01/09/2016 - 03:33:24PM] [CF][Creature] ["Deer" [Actor < (000853EC)>]] unaroused
[01/09/2016 - 03:33:24PM] [CF][Creature] Not equipping normal armour on ["Deer" [Actor < (000853EC)>]]; there is no normal armour
[01/09/2016 - 03:33:25PM] [CF][Creature] Started on ["draugr" [Actor < (000D8699)>]] with race/skin ["draugr" [Race <DraugrRace (00000D53)>]]["" [Armor < (00016EE3)>]]
[01/09/2016 - 03:33:25PM] [CF][Creature] ["draugr" [Actor < (000D8699)>]] unaroused
[01/09/2016 - 03:33:25PM] [CF][Creature] Not equipping normal armour on ["draugr" [Actor < (000D8699)>]]; there is no normal armour
[01/09/2016 - 03:33:26PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107CA7) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:29PM] [CF][Creature Apply] Not activating ["rabbit" [Actor < (00107C9F)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["rabbit" [Armor < (0006DC9B)>]]
[01/09/2016 - 03:33:29PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000853E6) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:41PM] [CF][Framework] Activating actor ["Fox" [Actor < (00107C9E)>]]
[01/09/2016 - 03:33:41PM] [CF][Framework] Activating actor ["Fox" [Actor < (00107C9C)>]]
[01/09/2016 - 03:33:42PM] [CF][Creature] Started on ["Fox" [Actor < (00107C9E)>]] with race/skin ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B4)>]]
[01/09/2016 - 03:33:42PM] [CF][Creature] Started on ["Fox" [Actor < (00107C9C)>]] with race/skin ["Fox" [Race <FoxRace (00109C7C)>]]["" [Armor < (000829B4)>]]
[01/09/2016 - 03:33:42PM] [CF][Creature] ["Fox" [Actor < (00107C9E)>]] unaroused
[01/09/2016 - 03:33:42PM] [CF][Creature] Not equipping normal armour on ["Fox" [Actor < (00107C9E)>]]; there is no normal armour
[01/09/2016 - 03:33:42PM] [CF][Creature] ["Fox" [Actor < (00107C9C)>]] unaroused
[01/09/2016 - 03:33:42PM] [CF][Creature] Not equipping normal armour on ["Fox" [Actor < (00107C9C)>]]; there is no normal armour
[01/09/2016 - 03:33:44PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000DC54A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:45PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107C9D) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:45PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000DC54B) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:47PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor: Iddra group: _mt base: 1 number: 3
[01/09/2016 - 03:33:54PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000DC54C) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:33:54PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000856DF) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:34:03PM] SOS Actor Schlongify: new schlong for Necromancer Adept got schlong index 2 size 1
[01/09/2016 - 03:34:03PM] SOS Actor Schlongify: new schlong for Necromancer Adept got schlong index 3 size 6
[01/09/2016 - 03:34:03PM] SOS MarkArmorAsConcealing: registering armor as concealing Hooded Robes of Quickening
[01/09/2016 - 03:34:06PM] slaScanner start time is ....796.583008
[01/09/2016 - 03:34:07PM] Found 1 arousedActors
[01/09/2016 - 03:34:07PM] [CF][Creature Apply] Not activating ["Necromancer Adept" [Actor < (000D86A8)>]]; creature isn't registered; race=["High Elf" [Race <HighElfRace (00013743)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:34:07PM] [CF][Creature Apply] Not activating ["Necromancer Adept" [Actor < (000F874F)>]]; creature isn't registered; race=["Dark Elf" [Race <DarkElfRace (00013742)>]] skin=["" [Armor < (00000D64)>]]
[01/09/2016 - 03:34:07PM] Found 0 nakedActors
[01/09/2016 - 03:34:07PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 11 on  (000F874F) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:34:07PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 11 on  (000D86A8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:34:08PM] slaScanner After getting actors is ....798.273010, player is naked False, Actor Count 1
[01/09/2016 - 03:34:09PM] slaScanner end time is ....798.793030
[01/09/2016 - 03:34:09PM] Next update in 120.000000
[01/09/2016 - 03:34:22PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (000853ED)>]]; already has effect
[01/09/2016 - 03:34:23PM] [CF][Creature Apply] Not activating ["Potent Flame Atronach" [Actor < (FF0008CE)>]]; creature isn't registered; race=["Flame Atronach" [Race <AtronachFlameRace (000131F5)>]] skin=["" [Armor < (0008691B)>]]
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000001 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000002 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000002 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000002 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000002 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000002 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1000 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp1"
stack:
[alias Soldier1 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 29
[01/09/2016 - 03:34:27PM] ERROR: Cannot call IsInFaction() on a None object, aborting function call
stack:
[alias Soldier1 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[alias Soldier1 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 41
[01/09/2016 - 03:34:27PM] ERROR: Cannot call EvaluatePackage() on a None object, aborting function call
stack:
[alias Soldier1 on quest CWOBAQuest (4903B24F)].CWOBAScript2.OnInit() - "CWOBAScript2.psc" Line 55
[01/09/2016 - 03:34:28PM] [CF][Framework] Didn't activate actor ["Deer" [Actor < (000853EC)>]]; already has effect
[01/09/2016 - 03:34:29PM] [CF][Framework] Didn't activate actor ["draugr" [Actor < (000D8699)>]]; already has effect
[01/09/2016 - 03:34:29PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (000853EE)>]]; already has effect
[01/09/2016 - 03:34:29PM] [CF][Framework] Didn't activate actor ["Novice Conjurer" [Actor < (0010DE94)>]]; already has effect
[01/09/2016 - 03:34:31PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[None].mystyWard.RegisterForSingleUpdate() - "<native>" Line ?
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 23
[01/09/2016 - 03:34:40PM] ERROR: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect type
stack:
[None].mystyWard.GetTargetActor() - "<native>" Line ?
[None].mystyWard.OnWardHit() - "mystyWard.psc" Line 27
[01/09/2016 - 03:34:40PM] ERROR: Cannot call GetAV() on a None object, aborting function call
stack:
[None].mystyWard.OnWardHit() - "mystyWard.psc" Line 28
[01/09/2016 - 03:34:40PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
[None].mystyWard.OnWardHit() - "mystyWard.psc" Line 28
[01/09/2016 - 03:34:40PM] ERROR: Cannot call DamageAV() on a None object, aborting function call
stack:
[None].mystyWard.OnWardHit() - "mystyWard.psc" Line 33
[01/09/2016 - 03:34:40PM] ERROR: Cannot call GetAV() on a None object, aborting function call
stack:
[None].mystyWard.OnWardHit() - "mystyWard.psc" Line 38
[01/09/2016 - 03:34:40PM] warning: Assigning None to a non-object variable named "::temp6"
stack:
[None].mystyWard.OnWardHit() - "mystyWard.psc" Line 38
[01/09/2016 - 03:34:40PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[None].mystyWard.RegisterForSingleUpdate() - "<native>" Line ?
[None].mystyWard.OnWardHit() - "mystyWard.psc" Line 39
[01/09/2016 - 03:34:40PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[None].mystyWard.RegisterForSingleUpdate() - "<native>" Line ?
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 23
[01/09/2016 - 03:34:47PM] ERROR: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect type
stack:
[None].mystyWard.GetTargetActor() - "<native>" Line ?
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 17
[01/09/2016 - 03:34:47PM] ERROR: Cannot call GetAV() on a None object, aborting function call
stack:
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 19
[01/09/2016 - 03:34:47PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 19
[01/09/2016 - 03:34:47PM] ERROR: Cannot call RestoreAV() on a None object, aborting function call
stack:
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 20
[01/09/2016 - 03:34:47PM] ERROR: Cannot call GetAV() on a None object, aborting function call
stack:
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 21
[01/09/2016 - 03:34:47PM] warning: Assigning None to a non-object variable named "::temp3"
stack:
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 21
[01/09/2016 - 03:34:47PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[None].mystyWard.RegisterForSingleUpdate() - "<native>" Line ?
[None].mystyWard.OnUpdate() - "mystyWard.psc" Line 23
[01/09/2016 - 03:34:57PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (00085439)>]]; already has effect
[01/09/2016 - 03:35:08PM] SEXLAB - NOTICE: ValidateActor(Necromancer Adept) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:35:08PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:35:09PM] SEXLAB - NOTICE: ValidateActor(Necromancer Adept) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:35:14PM] SEXLAB - NOTICE: ValidateActor(Lydia) -- TRUE -- HIT
[01/09/2016 - 03:35:16PM] SEXLAB - NOTICE: ValidateActor(Necromancer Adept) -- FALSE -- He's dead Jim.
[01/09/2016 - 03:35:25PM] [CF][Framework] Activating actor ["Deer" [Actor < (00085437)>]]
[01/09/2016 - 03:35:25PM] [CF][Creature] Started on ["Deer" [Actor < (00085437)>]] with race/skin ["Deer" [Race <DeerRace (000CF89B)>]]["ReinDeer" [Armor < (000CF89C)>]]
[01/09/2016 - 03:35:25PM] [CF][Creature] ["Deer" [Actor < (00085437)>]] unaroused
[01/09/2016 - 03:35:25PM] [CF][Creature] Not equipping normal armour on ["Deer" [Actor < (00085437)>]]; there is no normal armour
[01/09/2016 - 03:35:37PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (0008544B) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:35:37PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (0008544A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:35:42PM] [CF][Creature Apply] Not activating ["rabbit" [Actor < (00107CA7)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["rabbit" [Armor < (0006DC9B)>]]
[01/09/2016 - 03:35:42PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (000853ED)>]]; already has effect
[01/09/2016 - 03:35:48PM] [CF][Framework] Didn't activate actor ["Deer" [Actor < (000853EC)>]]; already has effect
[01/09/2016 - 03:35:49PM] [CF][Framework] Didn't activate actor ["draugr" [Actor < (000D8699)>]]; already has effect
[01/09/2016 - 03:35:49PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (000853EE)>]]; already has effect
[01/09/2016 - 03:35:49PM] [CF][Framework] Didn't activate actor ["Novice Conjurer" [Actor < (0010DE94)>]]; already has effect
[01/09/2016 - 03:35:54PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (0008544E) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:35:54PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107CA8) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:35:56PM] [CF][Framework] Activating actor ["wolf" [lvlpredatorscript < (0008544A)>]]
[01/09/2016 - 03:35:56PM] [CF][Framework] Activating actor ["wolf" [lvlpredatorscript < (0008544B)>]]
[01/09/2016 - 03:35:56PM] [CF][Framework] Activating actor ["wolf" [lvlpredatorscript < (0008544C)>]]
[01/09/2016 - 03:35:56PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor: hunter group: _mt base: 1 number: 2
[01/09/2016 - 03:35:57PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor:  group: _mt base: 1 number: 3
[01/09/2016 - 03:35:57PM] [CF][Creature] Started on ["wolf" [lvlpredatorscript < (0008544A)>]] with race/skin ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02FB)>]]
[01/09/2016 - 03:35:57PM] [CF][Creature] Started on ["wolf" [lvlpredatorscript < (0008544C)>]] with race/skin ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02FB)>]]
[01/09/2016 - 03:35:57PM] [CF][Creature] Started on ["wolf" [lvlpredatorscript < (0008544B)>]] with race/skin ["wolf" [Race <WolfRace (0001320A)>]]["" [Armor < (000C02FB)>]]
[01/09/2016 - 03:35:57PM] [CF][Creature] ["wolf" [lvlpredatorscript < (0008544A)>]] unaroused
[01/09/2016 - 03:35:57PM] [CF][Creature] Not equipping normal armour on ["wolf" [lvlpredatorscript < (0008544A)>]]; there is no normal armour
[01/09/2016 - 03:35:57PM] [CF][Creature] ["wolf" [lvlpredatorscript < (0008544C)>]] unaroused
[01/09/2016 - 03:35:57PM] [CF][Creature] Not equipping normal armour on ["wolf" [lvlpredatorscript < (0008544C)>]]; there is no normal armour
[01/09/2016 - 03:35:57PM] [CF][Creature] ["wolf" [lvlpredatorscript < (0008544B)>]] unaroused
[01/09/2016 - 03:35:57PM] [CF][Creature] Not equipping normal armour on ["wolf" [lvlpredatorscript < (0008544B)>]]; there is no normal armour
[01/09/2016 - 03:36:00PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (0008544F) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:01PM] [CF][Creature] Finished on ["wolf" [Actor < (000680FB)>]]
[01/09/2016 - 03:36:01PM] [CF][Creature] Finished on ["Horse" [Actor < (0006822E)>]]
[01/09/2016 - 03:36:01PM] [CF][Creature] Finished on ["Giant" [giantActorSCRIPT < (000348E8)>]]
[01/09/2016 - 03:36:01PM] [CF][Framework] Deactivated actor ["wolf" [Actor < (000680FB)>]]
[01/09/2016 - 03:36:01PM] [CF][Framework] Deactivated actor ["Horse" [Actor < (0006822E)>]]
[01/09/2016 - 03:36:01PM] [CF][Framework] Deactivated actor ["Giant" [giantActorSCRIPT < (000348E8)>]]
[01/09/2016 - 03:36:01PM] [CF][Creature] Removing both API armours from ["wolf" [Actor < (000680FB)>]] and doing nothing else
[01/09/2016 - 03:36:01PM] [CF][Creature] Removing both API armours from ["Horse" [Actor < (0006822E)>]] and doing nothing else
[01/09/2016 - 03:36:01PM] [CF][Creature] Finished on ["Goat" [Actor < (000860F7)>]]
[01/09/2016 - 03:36:01PM] [CF][Framework] Deactivated actor ["Goat" [Actor < (000860F7)>]]
[01/09/2016 - 03:36:01PM] [CF][Creature] Removing both API armours from ["Giant" [giantActorSCRIPT < (000348E8)>]] and doing nothing else
[01/09/2016 - 03:36:02PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860F7)>]] and doing nothing else
[01/09/2016 - 03:36:03PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000EA551) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:08PM] [CF][Framework] Didn't activate actor ["Elk" [Actor < (00085439)>]]; already has effect
[01/09/2016 - 03:36:09PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (000ECF8A) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:32PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107CB0) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:35PM] [CF][Framework] Activating actor ["Goat" [Actor < (0008544E)>]]
[01/09/2016 - 03:36:35PM] [CF][Creature Apply] Not activating ["rabbit" [Actor < (00107CA8)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["rabbit" [Armor < (0006DC9B)>]]
[01/09/2016 - 03:36:36PM] [CF][Creature] Started on ["Goat" [Actor < (0008544E)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:36:36PM] [CF][Creature] ["Goat" [Actor < (0008544E)>]] unaroused
[01/09/2016 - 03:36:36PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (0008544E)>]]; there is no normal armour
[01/09/2016 - 03:36:40PM] [CF][Creature] Finished on ["Goat" [Actor < (000860FB)>]]
[01/09/2016 - 03:36:40PM] [CF][Creature] Finished on ["Goat" [Actor < (000860FD)>]]
[01/09/2016 - 03:36:40PM] [CF][Creature] Finished on ["Goat" [Actor < (000860FC)>]]
[01/09/2016 - 03:36:40PM] [CF][Framework] Deactivated actor ["Goat" [Actor < (000860FD)>]]
[01/09/2016 - 03:36:40PM] [CF][Framework] Deactivated actor ["Goat" [Actor < (000860FB)>]]
[01/09/2016 - 03:36:40PM] [CF][Framework] Deactivated actor ["Goat" [Actor < (000860FC)>]]
[01/09/2016 - 03:36:40PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860FD)>]] and doing nothing else
[01/09/2016 - 03:36:40PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860FB)>]] and doing nothing else
[01/09/2016 - 03:36:40PM] [CF][Creature] Removing both API armours from ["Goat" [Actor < (000860FC)>]] and doing nothing else
[01/09/2016 - 03:36:40PM] [CF][Framework] Activating actor ["Ninja Troll" [Actor < (880043A8)>]]
[01/09/2016 - 03:36:40PM] [CF][Framework] Activating actor ["Ninja Troll" [Actor < (880043A7)>]]
[01/09/2016 - 03:36:41PM] [CF][Creature] Started on ["Ninja Troll" [Actor < (880043A8)>]] with race/skin ["Troll" [Race <TrollRace (00013205)>]]["" [Armor < (8800439B)>]]
[01/09/2016 - 03:36:41PM] [CF][Creature] Started on ["Ninja Troll" [Actor < (880043A7)>]] with race/skin ["Troll" [Race <TrollRace (00013205)>]]["" [Armor < (8800439B)>]]
[01/09/2016 - 03:36:41PM] [CF][Creature] ["Ninja Troll" [Actor < (880043A8)>]] unaroused
[01/09/2016 - 03:36:41PM] [CF][Creature] Not equipping normal armour on ["Ninja Troll" [Actor < (880043A8)>]]; there is no normal armour
[01/09/2016 - 03:36:41PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00085604) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:41PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00085603) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:41PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00085605) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:41PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (00107CA9) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:36:41PM] [CF][Creature] ["Ninja Troll" [Actor < (880043A7)>]] unaroused
[01/09/2016 - 03:36:41PM] [CF][Creature] Not equipping normal armour on ["Ninja Troll" [Actor < (880043A7)>]]; there is no normal armour
[01/09/2016 - 03:36:47PM] [CF][Framework] Activating actor ["Koko Troll" [Actor < (880053E1)>]]
[01/09/2016 - 03:36:47PM] [CF][Framework] Activating actor ["Goat" [Actor < (0008544F)>]]
[01/09/2016 - 03:36:47PM] [CF][Creature] Started on ["Koko Troll" [Actor < (880053E1)>]] with race/skin ["Troll" [Race <TrollRace (00013205)>]]["" [Armor < (880053DF)>]]
[01/09/2016 - 03:36:47PM] [CF][Creature] Started on ["Goat" [Actor < (0008544F)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:36:47PM] [CF][Creature] ["Koko Troll" [Actor < (880053E1)>]] unaroused
[01/09/2016 - 03:36:47PM] [CF][Creature] Not equipping normal armour on ["Koko Troll" [Actor < (880053E1)>]]; there is no normal armour
[01/09/2016 - 03:36:47PM] [CF][Creature] ["Goat" [Actor < (0008544F)>]] unaroused
[01/09/2016 - 03:36:47PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (0008544F)>]]; there is no normal armour
[01/09/2016 - 03:36:51PM] slaScanner start time is ....960.883972
[01/09/2016 - 03:36:51PM] Found 1 arousedActors
[01/09/2016 - 03:36:51PM] Found 0 nakedActors
[01/09/2016 - 03:36:52PM] slaScanner After getting actors is ....962.473022, player is naked False, Actor Count 1
[01/09/2016 - 03:36:53PM] slaScanner end time is ....962.869995
[01/09/2016 - 03:36:53PM] Next update in 120.000000
[01/09/2016 - 03:36:55PM] FNIS aa SetAnimGroup mod: FNIS Sexy Move Actor: hunter group: _mt base: 1 number: 5
[01/09/2016 - 03:37:04PM] [Zad]: CheckAllEvents()
[01/09/2016 - 03:37:04PM] [Zad]: ZadNpc::OnUpdateGameTime()
[01/09/2016 - 03:37:04PM] [Zad]: ZadNpc::DoRegister(1.499989)
[01/09/2016 - 03:37:04PM] [Zad]: Config Interval:1.500000. Total number of events: 0. Next staggered update in 1.500000
[01/09/2016 - 03:37:12PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (FF000A08) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:37:16PM] warning: Property ActorTypeDwarven on script nAddonStatsScript attached to Active effect 4 on  (FF0012C2) cannot be initialized because the script no longer contains that property
[01/09/2016 - 03:37:17PM] [CF][Framework] Activating actor ["Goat" [Actor < (00085450)>]]
[01/09/2016 - 03:37:17PM] [CF][Framework] Didn't activate actor ["wolf" [lvlpredatorscript < (0008544C)>]]; already has effect
[01/09/2016 - 03:37:17PM] [CF][Framework] Didn't activate actor ["wolf" [lvlpredatorscript < (0008544A)>]]; already has effect
[01/09/2016 - 03:37:18PM] [CF][Framework] Didn't activate actor ["wolf" [lvlpredatorscript < (0008544B)>]]; already has effect
[01/09/2016 - 03:37:18PM] [CF][Creature] Started on ["Goat" [Actor < (00085450)>]] with race/skin ["Goat" [Race <GoatRace (000131FA)>]]["Goat" [Armor < (0006F278)>]]
[01/09/2016 - 03:37:18PM] [CF][Creature] ["Goat" [Actor < (00085450)>]] unaroused
[01/09/2016 - 03:37:18PM] [CF][Creature] Not equipping normal armour on ["Goat" [Actor < (00085450)>]]; there is no normal armour
[01/09/2016 - 03:37:47PM] [CF][Creature Apply] Not activating ["Potent Flame Atronach" [Actor < (FF0012AA)>]]; creature isn't registered; race=["Flame Atronach" [Race <AtronachFlameRace (000131F5)>]] skin=["" [Armor < (0008691B)>]]
[01/09/2016 - 03:37:55PM] [CF][Framework] Didn't activate actor ["Ninja Troll" [Actor < (880043A8)>]]; already has effect
[01/09/2016 - 03:37:55PM] [CF][Framework] Didn't activate actor ["Ninja Troll" [Actor < (880043A7)>]]; already has effect
[01/09/2016 - 03:38:01PM] [CF][Framework] Didn't activate actor ["Koko Troll" [Actor < (880053E1)>]]; already has effect

Mod Organiser Load Order:

# This file was automatically generated by Mod Organizer.
Skyrim.esm
Update.esm
Dawnguard.esm
HearthFires.esm
Dragonborn.esm
Unofficial Skyrim Legendary Edition Patch.esp
SexLab.esm
SexLabAroused.esm
ZaZAnimationPack.esm
Devious Devices - Assets.esm
Devious Devices - Integration.esm
ClimatesOfTamriel.esm
hdtHighHeel.esm
Heels Sound.esm
RaceCompatibility.esm
TurnDownXrace.esm
ApachiiHair.esm
ApachiiHairFemales.esm
ApachiiHairMales.esm
actorEvents.esm
Schlongs of Skyrim - Core.esm
CreatureFramework.esm
Devious Devices - Expansion.esm
HighResTexturePack01.esp
HighResTexturePack02.esp
HighResTexturePack03.esp
Unofficial High Resolution Patch.esp
SkyUI.esp
EnhancedLightsandFX.esp
ELFX - Exteriors.esp
EnhancedWetnessandPuddles.esp
ClimatesOfTamriel-Dawnguard-Patch.esp
ClimatesOfTamriel-Dragonborn-Patch.esp
ClimatesOfTamriel-Nights-Level-3.esp
iHUD.esp
Extended UI.esp
RaceMenu.esp
RaceMenuPlugin.esp
DeadlyMonsters.esp
RaceMenuMorphsCBBE.esp
wgwarpaint2p0.esp
MintyLightningMod_COT_Patch.esp
mintylightningmod.esp
TrueStorms.esp
TrueStorms-ClimatesOfTamriel.esp
Supreme Storms - Cot Version.esp
TrueStorms-SupremeStorms-CoT.esp
XPMSE.esp
FNIS.esp
3DNPC.esp
KS Hairdo's.esp
babes combined.esp
ELFXEnhancer.esp
ClimatesOfTamriel-Dungeons-Hazardous.esp
ClimatesOfTamriel-Interiors-Warm.esp
Serana.esp
Dynamic Dialogue Followers.esp
Dual Sheath Redux.esp
DSerArcheryGameplayOverhaul.esp
Better Vampires.esp
Weapons & Armor Fixes_Remade.esp
ExplosiveBoltsVisualized.esp
Isharas_AestheticBoltQuiver.esp
Remodeled Armor - Vanilla Replacer - Dawnguard.esp
Remodeled Armor - Vanilla Replacer - Dragonborn.esp
ABQ_FC_Patch.esp
AMB Glass Variants Lore.esp
Differently Ebony.esp
12FemaleBrows.esp
Balanced_Magic_Dawnguard.esp
Balanced_Magic.esp
Potions.esp
BeautifulelvesDLC.esp
Civil War Overhaul.esp
Weapons & Armor_TrueWeaponsLvlLists.esp
Immersive Weapons.esp
Remodeled Armor - Vanilla Replacer.esp
Bijin Wives.esp
AV1AlluringEyes.esp
VL No AoE Drain.esp
HelmetToggle2.02b.esp
The Eyes Of Beauty - Elves Edition.esp
TheEyesOfBeauty.esp
WyldMenuPlugFemale.esp
WyldMenuPlugMale.esp
Bijin Warmaidens.esp
aMidianborn_Skyforge_Weapons.esp
WeaponsArmorFixes_ImmersiveWeapons_Patch.esp
BS-TheHag_Overlays.esp
Pretty Combat Idles.esp
Pretty Female Idles.esp
Pretty Poses And Animations.esp
The Dance of Death - Ultimate Edition.esp
SexLabNudeCreatures.esp
SexLabNudeCreaturesDB.esp
SexLabNudeCreaturesDG.esp
HentaiCreatures.esp
SexLab More Creatures.esp
SFO - Dragonborn.esp
Faction Crossbows.esp
Added_Killmoves_All_Weapons+Player_cannot_be_killmoved.esp
Added_Slow_Motion_to_1stPerson_with_1st_Person_Only.esp
sr_ifpssl.esp
P1FlyingRing.esp
D13LeveledItemsUpgradeD.esp
DanceTogether.esp
DeadlyDragonsArmory.esp
FISS.esp
Animated Dragon Wings.esp
FNIS_PCEA2.esp
CrainteVomir.esp
KS Hairdos - HDT.esp
blessarmors.esp
momijic4.esp
FNISSexyMove.esp
kungfuteenagearmor.esp
momijic1.esp
GalliaArmor.esp
Terapack2015.esp
TGLNordArmor.esp
DragonQueen.esp
Mighty Beasts - Werewolf.esp
RutahTattooPack.esp
SlaveTats.esp
BeautifulVampires.esp
Draconic Bloodline.esp
SexLab-AmorousAdventures.esp
SMUTBDS.esp
Skyrim Flora Overhaul.esp
3DNPC Alternative Locations.esp
SLAnimLoader.esp
SexLab Aroused Creatures.esp
MoreNastyCritters.esp
Schlongs of Skyrim.esp
SOS - Shop.esp
FalmerBikini.esp
MomijiFollower.esp
kasumifollower.esp
DOA5.esp
PerkusMaximus_Master.esp
PerkusMaximus_Thief.esp
PerMa Expansion 1 - Wintermyst.esp
PerkusMaximus_Mage.esp
DeadlyDragons.esp
PerkusMaximus_Warrior.esp
Bijin NPCs.esp
PerMa_USLEEP master patch.esp
ayanefollower.esp
SteelPlateBikini.esp
DragonBoneBikini.esp
EroSeleneArmor.esp
killmoverandom-50-P.esp
Wolfbikini.esp
Apocalypse - The Spell Package.esp
Apocalypse - Dragonborn Staff Crafting.esp
TERA Weapons.esp
decap_chance_40.esp
SOS - Smurf Average Addon.esp
SOS - VectorPlexus Muscular Addon.esp
SOS - VectorPlexus Regular Addon.esp
SexLabDefeat.esp
SexLab Romance.esp
Oral Only.esp
SexLab Cumshot.esp
TTT SOS Futanarium Accessories.esp
SOS - TTT Futanarium wballs Addon.esp
SOS - B3lisario UNP Addon.esp
SOSRaceMenu.esp
Devious Deviants.esp
Devious Loading Screens.esp
zzEstrus.esp
EstrusChaurus.esp
SSAssist.esp
PinupPoseMCM.esp
Auto Unequip Ammo.esp
Customizable Camera.esp
Proper Aiming.esp
Alternate Start - Live Another Life.esp
Bashed Patch, 0.esp
PatchusMaximus.esp
Dual Sheath Redux Patch.esp

Mod Organiser modlist

# This file was automatically generated by Mod Organizer.
+Stable uGridsToLoad
+Safety Load
+Auto Unequip Ammo
+Proper Aiming 1_1
+Customizable Camera
+Complete FNIS
+Pinup Pose MCM Expansion 1.1
+PinupPoseMCM 3_5 Update 1
+PinupPoseMCM
+Kinoko Pose
+Larmir+Pose
+Aloe poser
+GomaPeroPoses4
+PapyrusUtil_v31
+Bashed Patch
+PatchMax Output
+DSR Patch
+Creature Framework 1.0.1 (2)
+Devious Loading Screens (v2.7.0) (2)
+actorEvents
+DD Bodyslide+
+DD Bodyslides
+DD Bodyslide CBBE HDT 1 0
+DDX Bodyslide CBBE HDT 1 0
+Devious Assets CBBE Bodyslide 2
+Devious Devices + Devious Expansion for Bodyslide2 HDT + preg by RustyXXL v3beta (1)
+DD CBBE CT77 Body Conversion 4.0
+DeviousDevices-Integration-2.9.2
+Devious Devices Expansion
+Devious Devices Assets
+SLAL FunnyBizness Pack v10.1 20151230
+SLAL Anub Pack by katzumi 20151229 v1.1
+SexLab Aroused Creatures v04.0 Alpha 03
+SexLab More Creatures v0.04
+SexLab Nude Creatures v3.3.0
+SLAnimLoader
+Mighty Beasts - Werewolf
+More Nasty Critters
+Estrus Chaurus v4.20a
+Estrus Alternate Sounds
+EstrusForSkyrim
+SOS - Schlongs of Skyrim - 3.00.004
+Oral Only 2.2
+SexLab Romance V1-0-6
+SexLab Defeat v5.2.2
+Nusbie Voices - Main File 2
+SexLabAroused V27a
+AmorousAdventures
+SOS schlong for females BodySlide
+Fair Skin Complexion Schlong Textures CBBE
+SOS - B3lisario UNP Addon v0.9
+TTT SOS Futanarium wballs BodySlide
+TTT SOS Futanarium Accessoiries BodySlide
+TTT HDTfuta Config
+SexLab Cumshot 1.7.2
+ZazAnimationPack Patch v0607
+ZazAnimationPack Textures v0605
+ZazAnimationPack Main v0605
+SexLab CreatureAnimations v160
+SexLabFramework v160 hotfix2 FULL
+FNIS Sexy Move
+SMUTbooks_v0.1d
+Ero Selene Armor HDT BS2
+Dragon Queen Armor CBBE HDT v1.2
+Dragon Queen Armor
+Ancient Nord Chainmail CBBE HDT(latest)
+Ancient Nord Chainmail CBBE HDT
+Wolf Bikini CBBE HDT Bodyslide 2 Files
+CBBE HDT Meshes for WBA Bikini-72344-
+Wolf Bikini Armor
+Steel Nord Plate Bikini Armor v2 (Bodyslide)
+Steel Nord Plate Bikini Armor v2 (CBBE Meshes)
+Steel Nord Plate Bikini Armor v2
+Falmer Bikini Armor (Bodyslide)
+Falmer Bikini Armor (CBBE Meshes)
+Falmer Bikini Armor
+Dragon Bone Bikini Armor (Bodyslide)
+Dragon Bone Bikini Armor (CBBE Meshes)
+Dragon Bone Bikini Armor
+Terapack2015 ArmorBenchRecipes
+TERA Pack 2015 Bodyslides v2.0
+BLESS Armors pack
+C r a i n t e V o m i r
+The Dance of Death - A Killmove Mod
+Victorias High Heel walk Animation plus BBP
+VHH walk v1_0c D-pack
+THEHAGs Privat Tattoos for CBBE v3d2
+Dancing in Skyrim_V3_ENG
+Pretty Staff And Magic Cast Animations v01.d
+Pretty Sit Idle v1.41c
+Pretty Motion Package
+Pretty Jump Animations
+Pretty Combat Animations 1.36e
+NetImmerse Override v-3-4
+More Killmoves for all Weapon types - 1HN 2HN DW
+Momo Acrobatic Jump v1-8-16864-1-8
+Magiska
+Grimy Plugin
+Fuz Ro Doh Output
+Flying Mod Beta
+First Person 2_7
+PerMa Compatibility and PaMa Patches
+FileAccess Interface for Skyrim Script - FISS
+Deadly Dragons Armory Hotfix
+Deadly Dragons Armory
+Dawnguard Meshes for Vampire NPCs-8429-
+Dawnguard Elven Arrow Replacer-5164-1
+D13 Skyrim Leveled items can level up Unique upgrade balanced
+Alternate Start - Live Another Life
+Perkus Maximus - Maximum Perk Overhaul
+Civil War Overhaul-37216-4-03
+Fair Skin Complexion
+Fair Skin Complexion Bayonetta ECE Preset
+BVFE - Better Vampire Fangs and Eyes
+ifpssl_1.1
+KS Hairdos - HDT Physics
+Seductive Lips HD
+SlaveTats-whore
+SlaveTats-slut
+SlaveTats-property
+SlaveTats-1.1.1
+Rutah Tattoo Pack for RaceMenu
+Grooovus Slavetats
+KS Hairdos - Renewal
+Beautiful Vampires V2 apachii
+Bloody Screen Removal-471-1-0
+Animated Dragon Wings
+Bijin Warmaidens - 4k Textures
+Bijin Warmaidens
+Bijin NPCs
+Bijin Wives
+beautiful Elves V2-51302-v2-0
+Babes Combined for CBBE v4c
+Adorable Face-61178-1-2-1
+3DNPC_v309-8429-3-09
+3DNPC - Alternative Locations
+TERA Weapons Collection for Skyrim
+FNIS PCEA2 - Player Exclusive Animations (dynamic)
+Weapons and Armor Fixes Remade
+Immersive Weapons
+Extra plugins
+WyldTats Warpaint Edition
+The Eyes Of Beauty
+TEOB Elven Edition
+Proper Length Arrows V1_1_1
+Proper Length Arrows Dawnguard Pack v1_1
+PotionsReplacer
+JContainers-49743-3-2-4
+Helmet Toggle - Show Hide
+Fuz Ro Doh 60-14884-6-0
+Feminine Hands - CBBE-49285-1-0
+Alluring Eyes 1.4
+PresetOutput
+Apocalypse - Dragonborn Staff Crafting
+Apocalypse - Magic of Skyrim
+Balanced_Magic_Dawnguard
+Balanced_Magic_v3_05
+ScreenShot Assist
+aMidianBorn Caves and Mines
+aMidianBorn Book of Silence - Dragonborn DLC
+aMidianBorn Book of Silence - Weapons
+aMidianBorn Book of Silence - Unique Items
+aMidianBorn Book of Silence - Creatures
+aMidianBorn Book of Silence - Armors
+Explosive Bolts Visualized
+Aesthetic Bolt Quiver Faction Crossbow Patch
+A. Faction Crossbows 2K-58704-1-03
+DraconicBloodlineV1.10(CBBE)(HDT)
+Belt-Fastened Quivers Support-69033-1-0
+Archery Gameplay Overhaul-69033-1-2
+Immersive First Person View
+HDT Breast And Butt Physics - TBBP BBP Supported
+Sexy idle Animation 1.1
+Heels Sound 1.5
+HDT HighHeels System
+HDT Physics Extensions
+Immersive Animations
+XP32 Maximum Skeleton Extended
+Better Vampires 7.1
+Dragon Shrine Ninja Leather Armor
+MomijiFollower6
+Kasumi_Follower
+AyaneFollower2update
+DOA5
+TurnDownXrace5
+SelvariaBlesArmor
+MomijiC1
+KungfuLadyArmor
+Belt-Fastened Quivers
+Deadly Mutilation - dismemberment blood and gore
+Aesthetic Bolt Quiver
+Dual Sheath Redux
+Dynamic Follower Dialogue - DFD
+Seranaholic Textures Update
+Seranaholic
+Female Facial Animation
+HDT Overwrites
+ApachiiSkyHair
+Deadly Dragons
+ShowRaceMenu Precache Killer
+RaceMenu
+Immersive HUD - iHUD
+New HD Skill Interface
+Extended UI
+RealVision ENB 279b
+Skyrim Floral Overhaul 2.3b Update
+Skyrim Flora Overhaul
+Enhanced Wetness and Puddles
+Enhanced Lights and FX
+True Storms - Thunder and Rain Redone v1.5
+Supreme Storms for Climates of Tamriel
+COT_Lightning_Patch_3_1
+MintyLightningModV23
+Climates Of Tamriel-V
+SkyUI
+FNIS Creature Pack 6_1
+Fores New Idles in Skyrim - FNIS
+WellGram Warpaints - RaceMenu Overlay Plugin 2.0
+Remodeled Armor for CBBE Bodyslide TBBP HDT
+BodySlide and Outfit Studio
+Calientes Beautiful Bodies Edition -CBBE-
+SKSE Scripts
+Unofficial High Resolution Patch
+Unofficial Skyrim Legendary Edition Patch
*Unmanaged: HighResTexturePack01
*Unmanaged: HighResTexturePack02
*Unmanaged: HighResTexturePack03
*Unmanaged: Dawnguard
*Unmanaged: Dragonborn
*Unmanaged: HearthFires

And finally plugins:

# This file was automatically generated by Mod Organizer.
Skyrim.esm
Update.esm
Dawnguard.esm
HearthFires.esm
Dragonborn.esm
Unofficial Skyrim Legendary Edition Patch.esp
SexLab.esm
SexLabAroused.esm
ZaZAnimationPack.esm
Devious Devices - Assets.esm
Devious Devices - Integration.esm
ClimatesOfTamriel.esm
hdtHighHeel.esm
Heels Sound.esm
RaceCompatibility.esm
TurnDownXrace.esm
ApachiiHair.esm
ApachiiHairFemales.esm
ApachiiHairMales.esm
actorEvents.esm
Schlongs of Skyrim - Core.esm
CreatureFramework.esm
Devious Devices - Expansion.esm
HighResTexturePack01.esp
HighResTexturePack02.esp
HighResTexturePack03.esp
Unofficial High Resolution Patch.esp
SkyUI.esp
EnhancedLightsandFX.esp
ELFX - Exteriors.esp
EnhancedWetnessandPuddles.esp
ClimatesOfTamriel-Dawnguard-Patch.esp
ClimatesOfTamriel-Dragonborn-Patch.esp
ClimatesOfTamriel-Nights-Level-3.esp
iHUD.esp
Extended UI.esp
RaceMenu.esp
RaceMenuPlugin.esp
DeadlyMonsters.esp
RaceMenuMorphsCBBE.esp
wgwarpaint2p0.esp
MintyLightningMod_COT_Patch.esp
mintylightningmod.esp
TrueStorms.esp
TrueStorms-ClimatesOfTamriel.esp
Supreme Storms - Cot Version.esp
TrueStorms-SupremeStorms-CoT.esp
XPMSE.esp
FNIS.esp
3DNPC.esp
KS Hairdo's.esp
babes combined.esp
ELFXEnhancer.esp
ClimatesOfTamriel-Dungeons-Hazardous.esp
ClimatesOfTamriel-Interiors-Warm.esp
Serana.esp
Dynamic Dialogue Followers.esp
Dual Sheath Redux.esp
DSerArcheryGameplayOverhaul.esp
Better Vampires.esp
Weapons & Armor Fixes_Remade.esp
ExplosiveBoltsVisualized.esp
Isharas_AestheticBoltQuiver.esp
Remodeled Armor - Vanilla Replacer - Dawnguard.esp
Remodeled Armor - Vanilla Replacer - Dragonborn.esp
ABQ_FC_Patch.esp
AMB Glass Variants Lore.esp
Differently Ebony.esp
12FemaleBrows.esp
Balanced_Magic_Dawnguard.esp
Balanced_Magic.esp
Potions.esp
BeautifulelvesDLC.esp
Civil War Overhaul.esp
Weapons & Armor_TrueWeaponsLvlLists.esp
Immersive Weapons.esp
Remodeled Armor - Vanilla Replacer.esp
Bijin Wives.esp
AV1AlluringEyes.esp
VL No AoE Drain.esp
HelmetToggle2.02b.esp
The Eyes Of Beauty - Elves Edition.esp
TheEyesOfBeauty.esp
WyldMenuPlugFemale.esp
WyldMenuPlugMale.esp
Bijin Warmaidens.esp
aMidianborn_Skyforge_Weapons.esp
WeaponsArmorFixes_ImmersiveWeapons_Patch.esp
BS-TheHag_Overlays.esp
Pretty Combat Idles.esp
Pretty Female Idles.esp
Pretty Poses And Animations.esp
The Dance of Death - Ultimate Edition.esp
SexLabNudeCreatures.esp
SexLabNudeCreaturesDB.esp
SexLabNudeCreaturesDG.esp
HentaiCreatures.esp
SexLab More Creatures.esp
SFO - Dragonborn.esp
Faction Crossbows.esp
Added_Killmoves_All_Weapons+Player_cannot_be_killmoved.esp
Added_Slow_Motion_to_1stPerson_with_1st_Person_Only.esp
sr_ifpssl.esp
P1FlyingRing.esp
D13LeveledItemsUpgradeD.esp
DanceTogether.esp
DeadlyDragonsArmory.esp
FISS.esp
Animated Dragon Wings.esp
FNIS_PCEA2.esp
CrainteVomir.esp
KS Hairdos - HDT.esp
blessarmors.esp
momijic4.esp
FNISSexyMove.esp
kungfuteenagearmor.esp
momijic1.esp
GalliaArmor.esp
Terapack2015.esp
TGLNordArmor.esp
DragonQueen.esp
Mighty Beasts - Werewolf.esp
RutahTattooPack.esp
SlaveTats.esp
BeautifulVampires.esp
Draconic Bloodline.esp
SexLab-AmorousAdventures.esp
SMUTBDS.esp
Skyrim Flora Overhaul.esp
3DNPC Alternative Locations.esp
SLAnimLoader.esp
SexLab Aroused Creatures.esp
MoreNastyCritters.esp
Schlongs of Skyrim.esp
SOS - Shop.esp
FalmerBikini.esp
MomijiFollower.esp
kasumifollower.esp
DOA5.esp
PerkusMaximus_Master.esp
PerkusMaximus_Thief.esp
PerMa Expansion 1 - Wintermyst.esp
PerkusMaximus_Mage.esp
DeadlyDragons.esp
PerkusMaximus_Warrior.esp
Bijin NPCs.esp
PerMa_USLEEP master patch.esp
ayanefollower.esp
SteelPlateBikini.esp
DragonBoneBikini.esp
EroSeleneArmor.esp
killmoverandom-50-P.esp
Wolfbikini.esp
Apocalypse - The Spell Package.esp
Apocalypse - Dragonborn Staff Crafting.esp
TERA Weapons.esp
decap_chance_40.esp
SOS - Smurf Average Addon.esp
SOS - VectorPlexus Muscular Addon.esp
SOS - VectorPlexus Regular Addon.esp
SexLabDefeat.esp
SexLab Romance.esp
Oral Only.esp
SexLab Cumshot.esp
TTT SOS Futanarium Accessories.esp
SOS - TTT Futanarium wballs Addon.esp
SOS - B3lisario UNP Addon.esp
SOSRaceMenu.esp
Devious Deviants.esp
zzEstrus.esp
EstrusChaurus.esp
SSAssist.esp
PinupPoseMCM.esp
Auto Unequip Ammo.esp
Customizable Camera.esp
Proper Aiming.esp
Alternate Start - Live Another Life.esp
Bashed Patch, 0.esp
PatchusMaximus.esp
Dual Sheath Redux Patch.esp

 

The problem seems to keep being

 

INFO (15:38:22.0123): Windows Exception (c0000005). Origin: "C:\Steam\steamapps\common\Skyrim\TESV.exe" (f602e2). Last hooked call: struct HINSTANCE__ *__stdcall LoadLibraryW_rep(const wchar_t *)

I have verified the game install - it's up to date. Steam (and the game) are located in there own section of the C: drive so no conflicts with program files. This CTD will happen just about anywhere in game. Sometimes Whiterun, sometimes in the middle of the Rift, sometimes in a random dungeon/cave so it's not linked to a location. I also can't see if a script in particular is causing this (if I could I'de have that gone already). 

Running on Win 10, just set Skyrim to compatibility mode Win 7 and will be going back in until I get another CTD. Any thoughts would be appreciated.

Posted

First part

 

 

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 0076e358 (TESV+0x0036e358)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000012
Attempt to read from address 00000012

 

Second part

 

 

STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
0019f858 be525cd0 00b71425 0019f878 01fe32f8 TESV+0x36e358
00000000 00000000 00000000 00000000 00000000 0xbe525cd0

 

 

 

^ as suggested from the first post. Also here's the entire dmp report in case I missed something:

 

 

Instant Online Crash Analysis, brought to you by OSR Open Systems Resources, Inc. collapse.gifPrimary Analysis
Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)
Online Crash Dump Analysis Service
See http://www.osronline.com for more information
Windows 8 Version 10240 MP (2 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
kernel32.dll version: 10.0.10240.16384 (th1.150709-1700)
Machine Name:
Debug session time: Sat Jan 9 11:56:03.000 2016 (UTC - 5:00)
System Uptime: not available
Process Uptime: 0 days 0:05:29.000
Kernel time: 0 days 0:00:35.000
User time: 0 days 0:05:30.000
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll
*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll
*** WARNING: Unable to verify timestamp for XAudio2_6.dll
*** WARNING: Unable to verify timestamp for nvd3dum.dll
*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll
*** WARNING: Unable to verify timestamp for JContainers.dll
*** ERROR: Module load completed but symbols could not be loaded for JContainers.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
*** The OS name list needs to be updated! Unknown Windows version: 10.0 ***

FAULTING_IP:
TESV+36e358
0076e358 8078123e cmp byte ptr [eax+12h],3Eh

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 0076e358 (TESV+0x0036e358)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000012
Attempt to read from address 00000012

DEFAULT_BUCKET_ID: NULL_CLASS_PTR_READ

PROCESS_NAME: TESV.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1: 00000000

EXCEPTION_PARAMETER2: 00000012

READ_ADDRESS: 00000012

FOLLOWUP_IP:
TESV+36e358
0076e358 8078123e cmp byte ptr [eax+12h],3Eh

FAULTING_THREAD: 00001a58

PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_READ

BUGCHECK_STR: APPLICATION_FAULT_NULL_CLASS_PTR_READ

IP_ON_HEAP: be525cd0
The fault address in not in any loaded module, please check your build's rebase
log at
\bin\build_logs\timebuild\ntrebase.log for module which may
contain the address if it were loaded.

FRAME_ONE_INVALID: 1

LAST_CONTROL_TRANSFER: from be525cd0 to 0076e358

STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
0019f858 be525cd0 00b71425 0019f878 01fe32f8 TESV+0x36e358
00000000 00000000 00000000 00000000 00000000 0xbe525cd0


STACK_COMMAND: ~0s; .ecxr ; kb

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: TESV+36e358

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: TESV

IMAGE_NAME: TESV.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_TESV.exe!Unknown

BUCKET_ID: APPLICATION_FAULT_NULL_CLASS_PTR_READ_TESV+36e358

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/0036e358.htm?Retriage=1

Followup: MachineOwner
---------



This free analysis is provided by OSR Open Systems Resources, Inc.
Want a deeper understanding of crash dump analysis? Check out our 
Windows Kernel Debugging and Crash Dump Analysis Seminar (opens in new tab/window)
collapse.gifLoaded Module List
start end module name
00390000 003a6000 XINPUT1_3 XINPUT1_3.dll
003d0000 003f3000 WINMMBASE WINMMBASE.dll
00400000 01e12000 TESV TESV.exe
03c30000 04697000 d3d9 d3d9.dll
10000000 10047000 binkw32 binkw32.dll
17900000 17a77000 nvspcap nvspcap.dll
38000000 38a04000 steamclient steamclient.dll
50ba0000 5190e000 nvd3dum nvd3dum.dll
55850000 55c9a000 D3DX9_40 D3DX9_40.dll
55ca0000 56860000 hdtPhysicsExtensions hdtPhysicsExtensions.dll
58a00000 58d37000 nvapi nvapi.dll
58f60000 59020000 nvSCPAPI nvSCPAPI.dll
591e0000 59242000 d3dref9 d3dref9.dll
59250000 5927f000 d3d9_smaa d3d9_smaa.dll
59280000 593ce000 gameoverlayrenderer gameoverlayrenderer.dll
593d0000 594e5000 dbghelp_593d0000 dbghelp.dll
59590000 5961e000 XAudio2_6 XAudio2_6.dll
59620000 598e1000 Steam2 Steam2.dll
598f0000 59a27000 Steam Steam.dll
59a30000 59a52000 zzEstrusUtil zzEstrusUtil.dll
59a60000 59b31000 nioverride nioverride.dll
59b40000 59c5e000 fiss fiss.dll
59c60000 59cf6000 chargen chargen.dll
5a080000 5a0a2000 showRaceMenu_preCacheKiller showRaceMenu_preCacheKiller.dll
5a0b0000 5a18e000 StorageUtil StorageUtil.dll
5a1c0000 5a251000 SexLabUtil SexLabUtil.dll
5a260000 5a2c9000 SchlongsOfSkyrim SchlongsOfSkyrim.dll
5a2f0000 5a339000 hdtHighHeelNative hdtHighHeelNative.dll
5a340000 5a362000 SafetyLoad SafetyLoad.dll
5ab80000 5ac3f000 msvcr100 msvcr100.dll
5ac40000 5ad08000 PinupPoseMCM PinupPoseMCM.dll
5ad10000 5ad4c000 MfgConsole MfgConsole.dll
5ad50000 5af77000 JContainers JContainers.dll
5e290000 5e2a2000 enbhelper enbhelper.dll
5e2b0000 5e3ba000 GrimyTools GrimyTools.dll
5e3c0000 5e3f5000 Fuz_Ro_D_oh Fuz Ro D'oh.dll
5e400000 5e45e000 FirstPersonPlugin FirstPersonPlugin.dll
5e460000 5e561000 DeviousDevices DeviousDevices.dll
5e570000 5e5d9000 msvcp100 msvcp100.dll
5e5e0000 5e6c5000 skse_1_9_32 skse_1_9_32.dll
5e6d0000 5e8cf000 D3DX9_43 D3DX9_43.dll
5e8d0000 5eab5000 D3DX9_42 D3DX9_42.dll
5ed30000 5ed4e000 SSAssist SSAssist.dll
5ed50000 5ed76000 skse_steam_loader skse_steam_loader.dll
5ed80000 5eff8000 AcLayers AcLayers.dll
60000000 60021000 CSERHelper CSERHelper.dll
62b60000 62bd1000 msvcp120 msvcp120.dll
62be0000 62cce000 msvcr120 msvcr120.dll
63860000 63888000 steam_api steam_api.dll
63890000 63901000 hook hook.dll
642a0000 642d6000 dinput8 dinput8.dll
65f00000 65f0a000 hid hid.dll
65f10000 65f96000 dsound dsound.dll
66080000 66145000 WinTypes WinTypes.dll
66150000 661b8000 AudioSes AudioSes.dll
66680000 66683000 sfc sfc.dll
674b0000 67504000 MMDevAPI MMDevAPI.dll
67570000 67586000 usp10 usp10.dll
67590000 6759e000 CellStabilizer CellStabilizer.dll
6afd0000 6afd7000 X3DAudio1_7 X3DAudio1_7.dll
6afe0000 6afee000 SortWindows61 SortWindows61.dll
6df20000 6e031000 tier0_s tier0_s.dll
6e180000 6e34c000 d3d9_6e180000 d3d9.dll
6e940000 6e961000 dbgcore dbgcore.dll
6e970000 6eaaf000 dbghelp dbghelp.dll
6f4c0000 6f4cf000 sfc_os sfc_os.dll
6f4d0000 6f522000 vstdlib_s vstdlib_s.dll
6f690000 6f699000 avrt avrt.dll
6f8c0000 6f951000 apphelp apphelp.dll
6fc30000 6fd72000 propsys propsys.dll
70140000 70148000 wsock32 wsock32.dll
702e0000 7035e000 dxgi dxgi.dll
70df0000 70e0d000 dwmapi dwmapi.dll
70e10000 70e85000 uxtheme uxtheme.dll
71c50000 71c7f000 rsaenh rsaenh.dll
71c80000 71c93000 cryptsp cryptsp.dll
71d20000 71db2000 comctl32 comctl32.dll
72da0000 72db7000 mpr mpr.dll
72e10000 72e34000 winmm winmm.dll
72e40000 72e4a000 secur32 secur32.dll
73c40000 73ce7000 winhttp winhttp.dll
73d40000 73d48000 winnsi winnsi.dll
73d50000 73d80000 IPHLPAPI IPHLPAPI.DLL
73ea0000 73ec1000 devobj devobj.dll
73ed0000 73eeb000 bcrypt bcrypt.dll
73ef0000 73f57000 winspool winspool.drv
73f60000 73f68000 version version.dll
73f70000 73fc9000 bcryptPrimitives bcryptPrimitives.dll
73fd0000 73fda000 CRYPTBASE CRYPTBASE.dll
73fe0000 73ffe000 sspicli sspicli.dll
74000000 74019000 imagehlp imagehlp.dll
740c0000 740eb000 imm32 imm32.dll
740f0000 740fe000 msasn1 msasn1.dll
74100000 7410c000 kernel_appcore kernel.appcore.dll
74110000 74154000 powrprof powrprof.dll
741c0000 741c6000 psapi psapi.dll
741d0000 7558e000 shell32 shell32.dll
75700000 75840000 user32 user32.dll
75840000 758ec000 rpcrt4 rpcrt4.dll
758f0000 75a3d000 gdi32 gdi32.dll
75a40000 75abb000 advapi32 advapi32.dll
75ac0000 75af6000 cfgmgr32 cfgmgr32.dll
75b00000 75c20000 msctf msctf.dll
75c20000 75ca2000 clbcatq clbcatq.dll
75cc0000 75daa000 ole32 ole32.dll
75db0000 75f6a000 combase combase.dll
75f70000 75fb2000 wintrust wintrust.dll
75fc0000 7601c000 ws2_32 ws2_32.dll
76020000 76110000 kernel32 kernel32.dll
76110000 761ce000 comdlg32 comdlg32.dll
76230000 762ee000 msvcrt msvcrt.dll
762f0000 76466000 KERNELBASE KERNELBASE.dll
76470000 7647f000 profapi profapi.dll
76480000 76625000 setupapi setupapi.dll
76690000 7671d000 SHCore SHCore.dll
76720000 76763000 sechost sechost.dll
76770000 768e5000 crypt32 crypt32.dll
768f0000 76982000 oleaut32 oleaut32.dll
76990000 76e6c000 windows_storage windows.storage.dll
76e70000 76e77000 nsi nsi.dll
76e80000 76ec4000 shlwapi shlwapi.dll
76ed0000 77049000 ntdll ntdll.dll

 
collapse.gifRaw Stack Contents
Memory access error at 'StackLimit) @@(((ntdll!_NT_TIB *)@$teb)->StackBase)'
 
collapse.gifDump Header Information
----- User Mini Dump Analysis

MINIDUMP_HEADER:
Version A793 (A000)
NumberOfStreams 12
Flags 0
0000 MiniDumpNormal

Streams:
Stream 0: type ThreadListStream (3), size 00000664, RVA 000006E4
34 threads
RVA 000006E8, ID 1A58, Teb:FFFFFFFFFFFDD000
RVA 00000718, ID 694, Teb:FFFFFFFFFFFDA000
RVA 00000748, ID 540, Teb:FFFFFFFFB3DDF000
RVA 00000778, ID 1F0C, Teb:FFFFFFFFB3DDC000
RVA 000007A8, ID 3D8, Teb:FFFFFFFFB3DD9000
RVA 000007D8, ID 208, Teb:FFFFFFFFB3DD6000
RVA 00000808, ID EEC, Teb:FFFFFFFFB3DD3000
RVA 00000838, ID 61C, Teb:FFFFFFFFB3DCD000
RVA 00000868, ID D60, Teb:FFFFFFFFB3DCA000
RVA 00000898, ID 1B6C, Teb:FFFFFFFFB3DC7000
RVA 000008C8, ID 93C, Teb:FFFFFFFFB3DC4000
RVA 000008F8, ID 13C4, Teb:FFFFFFFFB3DC1000
RVA 00000928, ID 1228, Teb:FFFFFFFFB3DBB000
RVA 00000958, ID 13A8, Teb:FFFFFFFFB3DB8000
RVA 00000988, ID 200, Teb:FFFFFFFFB3DB5000
RVA 000009B8, ID 144C, Teb:FFFFFFFFB3DB2000
RVA 000009E8, ID 43C, Teb:FFFFFFFFAF8AF000
RVA 00000A18, ID 1DB8, Teb:FFFFFFFFB3DBE000
RVA 00000A48, ID F0C, Teb:FFFFFFFFAF8AC000
RVA 00000A78, ID 1430, Teb:FFFFFFFFAF8A9000
RVA 00000AA8, ID DD4, Teb:FFFFFFFFAF8A6000
RVA 00000AD8, ID D68, Teb:FFFFFFFFAF8A3000
RVA 00000B08, ID 1F94, Teb:FFFFFFFFAE89F000
RVA 00000B38, ID 13B4, Teb:FFFFFFFFAE899000
RVA 00000B68, ID 171C, Teb:FFFFFFFFAE89C000
RVA 00000B98, ID 16E0, Teb:FFFFFFFFAE896000
RVA 00000BC8, ID 510, Teb:FFFFFFFFAE893000
RVA 00000BF8, ID E1C, Teb:FFFFFFFFAE88D000
RVA 00000C28, ID 1574, Teb:FFFFFFFFAE88A000
RVA 00000C58, ID 524, Teb:FFFFFFFFB3DD0000
RVA 00000C88, ID 115C, Teb:FFFFFFFFAE890000
RVA 00000CB8, ID 14C4, Teb:FFFFFFFFAE887000
RVA 00000CE8, ID D6C, Teb:FFFFFFFFFFFD7000
RVA 00000D18, ID 1774, Teb:FFFFFFFFFFEAF000
Stream 1: type ModuleListStream (4), size 0000337C, RVA 00000D54
122 modules
RVA 00000D58, 00400000 - 01e12000: 'C:\Steam\steamapps\common\Skyrim\TESV.exe'
RVA 00000DC4, 76ed0000 - 77049000: 'C:\Windows\System32\ntdll.dll'
RVA 00000E30, 76020000 - 76110000: 'C:\Windows\System32\kernel32.dll'
RVA 00000E9C, 762f0000 - 76466000: 'C:\Windows\System32\KERNELBASE.dll'
RVA 00000F08, 6f8c0000 - 6f951000: 'C:\Windows\System32\apphelp.dll'
RVA 00000F74, 5ed80000 - 5eff8000: 'C:\Windows\AppPatch\AcLayers.dll'
RVA 00000FE0, 76230000 - 762ee000: 'C:\Windows\System32\msvcrt.dll'
RVA 0000104C, 75700000 - 75840000: 'C:\Windows\System32\user32.dll'
RVA 000010B8, 758f0000 - 75a3d000: 'C:\Windows\System32\gdi32.dll'
RVA 00001124, 741d0000 - 7558e000: 'C:\Windows\System32\shell32.dll'
RVA 00001190, 76990000 - 76e6c000: 'C:\Windows\System32\windows.storage.dll'
RVA 000011FC, 75db0000 - 75f6a000: 'C:\Windows\System32\combase.dll'
RVA 00001268, 75840000 - 758ec000: 'C:\Windows\System32\rpcrt4.dll'
RVA 000012D4, 73fe0000 - 73ffe000: 'C:\Windows\System32\sspicli.dll'
RVA 00001340, 73fd0000 - 73fda000: 'C:\Windows\System32\CRYPTBASE.dll'
RVA 000013AC, 73f70000 - 73fc9000: 'C:\Windows\System32\bcryptPrimitives.dll'
RVA 00001418, 76720000 - 76763000: 'C:\Windows\System32\sechost.dll'
RVA 00001484, 75a40000 - 75abb000: 'C:\Windows\System32\advapi32.dll'
RVA 000014F0, 76e80000 - 76ec4000: 'C:\Windows\System32\shlwapi.dll'
RVA 0000155C, 74100000 - 7410c000: 'C:\Windows\System32\kernel.appcore.dll'
RVA 000015C8, 76690000 - 7671d000: 'C:\Windows\System32\SHCore.dll'
RVA 00001634, 74110000 - 74154000: 'C:\Windows\System32\powrprof.dll'
RVA 000016A0, 76470000 - 7647f000: 'C:\Windows\System32\profapi.dll'
RVA 0000170C, 768f0000 - 76982000: 'C:\Windows\System32\oleaut32.dll'
RVA 00001778, 76480000 - 76625000: 'C:\Windows\System32\setupapi.dll'
RVA 000017E4, 75ac0000 - 75af6000: 'C:\Windows\System32\cfgmgr32.dll'
RVA 00001850, 72da0000 - 72db7000: 'C:\Windows\System32\mpr.dll'
RVA 000018BC, 66680000 - 66683000: 'C:\Windows\System32\sfc.dll'
RVA 00001928, 73ef0000 - 73f57000: 'C:\Windows\System32\winspool.drv'
RVA 00001994, 73ed0000 - 73eeb000: 'C:\Windows\System32\bcrypt.dll'
RVA 00001A00, 6f4c0000 - 6f4cf000: 'C:\Windows\System32\sfc_os.dll'
RVA 00001A6C, 6afe0000 - 6afee000: 'C:\Windows\System32\SortWindows61.dll'
RVA 00001AD8, 740c0000 - 740eb000: 'C:\Windows\System32\imm32.dll'
RVA 00001B44, 75b00000 - 75c20000: 'C:\Windows\System32\msctf.dll'
RVA 00001BB0, 75cc0000 - 75daa000: 'C:\Windows\System32\ole32.dll'
RVA 00001C1C, 63860000 - 63888000: 'C:\Steam\steamapps\common\Skyrim\steam_api.dll'
RVA 00001C88, 6afd0000 - 6afd7000: 'C:\Windows\System32\X3DAudio1_7.dll'
RVA 00001CF4, 5e8d0000 - 5eab5000: 'C:\Windows\System32\D3DX9_42.dll'
RVA 00001D60, 70140000 - 70148000: 'C:\Windows\System32\wsock32.dll'
RVA 00001DCC, 75fc0000 - 7601c000: 'C:\Windows\System32\ws2_32.dll'
RVA 00001E38, 76e70000 - 76e77000: 'C:\Windows\System32\nsi.dll'
RVA 00001EA4, 642a0000 - 642d6000: 'C:\Windows\System32\dinput8.dll'
RVA 00001F10, 72e10000 - 72e34000: 'C:\Windows\System32\winmm.dll'
RVA 00001F7C, 10000000 - 10047000: 'C:\Steam\steamapps\common\Skyrim\binkw32.dll'
RVA 00001FE8, 03c30000 - 04697000: 'C:\Steam\steamapps\common\Skyrim\d3d9.dll'
RVA 00002054, 00390000 - 003a6000: 'C:\Windows\System32\XINPUT1_3.dll'
RVA 000020C0, 003d0000 - 003f3000: 'C:\Windows\System32\WINMMBASE.dll'
RVA 0000212C, 5e6d0000 - 5e8cf000: 'C:\Windows\System32\D3DX9_43.dll'
RVA 00002198, 73ea0000 - 73ec1000: 'C:\Windows\System32\devobj.dll'
RVA 00002204, 5ed50000 - 5ed76000: 'C:\Steam\steamapps\common\Skyrim\skse_steam_loader.dll'
RVA 00002270, 76110000 - 761ce000: 'C:\Windows\System32\comdlg32.dll'
RVA 000022DC, 73f60000 - 73f68000: 'C:\Windows\System32\version.dll'
RVA 00002348, 71d20000 - 71db2000: 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10240.16384_none_49c02355cf03478c\comctl32.dll'
RVA 000023B4, 63890000 - 63901000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\hook.dll'
RVA 00002420, 741c0000 - 741c6000: 'C:\Windows\System32\psapi.dll'
RVA 0000248C, 62b60000 - 62bd1000: 'C:\Windows\System32\msvcp120.dll'
RVA 000024F8, 62be0000 - 62cce000: 'C:\Windows\System32\msvcr120.dll'
RVA 00002564, 71c80000 - 71c93000: 'C:\Windows\System32\cryptsp.dll'
RVA 000025D0, 71c50000 - 71c7f000: 'C:\Windows\System32\rsaenh.dll'
RVA 0000263C, 5e5e0000 - 5e6c5000: 'C:\Steam\steamapps\common\Skyrim\skse_1_9_32.dll'
RVA 000026A8, 6e970000 - 6eaaf000: 'C:\Windows\System32\dbghelp.dll'
RVA 00002714, 6e940000 - 6e961000: 'C:\Windows\System32\dbgcore.dll'
RVA 00002780, 67590000 - 6759e000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Stable uGridsToLoad\SKSE\Plugins\CellStabilizer.dll'
RVA 000027EC, 5ab80000 - 5ac3f000: 'C:\Windows\System32\msvcr100.dll'
RVA 00002858, 5e570000 - 5e5d9000: 'C:\Windows\System32\msvcp100.dll'
RVA 000028C4, 5e460000 - 5e561000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\DeviousDevices-Integration-2.9.2\SKSE\Plugins\DeviousDevices.dll'
RVA 00002930, 5e400000 - 5e45e000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\First Person 2_7\SKSE\Plugins\FirstPersonPlugin.dll'
RVA 0000299C, 5e3c0000 - 5e3f5000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Fuz Ro Doh 60-14884-6-0\SKSE\Plugins\Fuz Ro D'oh.dll'
RVA 00002A08, 5e2b0000 - 5e3ba000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Grimy Plugin\SKSE\Plugins\GrimyTools.dll'
RVA 00002A74, 5ad50000 - 5af77000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\More Nasty Critters\SKSE\Plugins\JContainers.dll'
RVA 00002AE0, 5ad10000 - 5ad4c000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\SexLabFramework v160 hotfix2 FULL\SKSE\Plugins\MfgConsole.dll'
RVA 00002B4C, 5ac40000 - 5ad08000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\PinupPoseMCM\SKSE\Plugins\PinupPoseMCM.dll'
RVA 00002BB8, 5ed30000 - 5ed4e000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\ScreenShot Assist\SKSE\Plugins\SSAssist.dll'
RVA 00002C24, 5a340000 - 5a362000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Safety Load\SKSE\Plugins\SafetyLoad.dll'
RVA 00002C90, 5a260000 - 5a2c9000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\SOS - Schlongs of Skyrim - 3.00.004\SKSE\Plugins\SchlongsOfSkyrim.dll'
RVA 00002CFC, 5a1c0000 - 5a251000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\SexLabFramework v160 hotfix2 FULL\SKSE\Plugins\SexLabUtil.dll'
RVA 00002D68, 5a0b0000 - 5a18e000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\PapyrusUtil_v31\SKSE\Plugins\StorageUtil.dll'
RVA 00002DD4, 59c60000 - 59cf6000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\RaceMenu\SKSE\Plugins\chargen.dll'
RVA 00002E40, 59b40000 - 59c5e000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\FileAccess Interface for Skyrim Script - FISS\SKSE\Plugins\fiss.dll'
RVA 00002EAC, 5a2f0000 - 5a339000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\HDT HighHeels System\skse\plugins\hdtHighHeelNative.dll'
RVA 00002F18, 55ca0000 - 56860000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\HDT Physics Extensions\skse\plugins\hdtPhysicsExtensions.dll'
RVA 00002F84, 59a60000 - 59b31000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\NetImmerse Override v-3-4\SKSE\Plugins\nioverride.dll'
RVA 00002FF0, 5a080000 - 5a0a2000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\ShowRaceMenu Precache Killer\SKSE\Plugins\showRaceMenu_preCacheKiller.dll'
RVA 0000305C, 59a30000 - 59a52000: 'C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\EstrusForSkyrim\SKSE\plugins\zzEstrusUtil.dll'
RVA 000030C8, 70e10000 - 70e85000: 'C:\Windows\System32\uxtheme.dll'
RVA 00003134, 38000000 - 38a04000: 'C:\Steam\steamclient.dll'
RVA 000031A0, 76770000 - 768e5000: 'C:\Windows\System32\crypt32.dll'
RVA 0000320C, 740f0000 - 740fe000: 'C:\Windows\System32\msasn1.dll'
RVA 00003278, 74000000 - 74019000: 'C:\Windows\System32\imagehlp.dll'
RVA 000032E4, 73d50000 - 73d80000: 'C:\Windows\System32\IPHLPAPI.DLL'
RVA 00003350, 6df20000 - 6e031000: 'C:\Steam\tier0_s.dll'
RVA 000033BC, 6f4d0000 - 6f522000: 'C:\Steam\vstdlib_s.dll'
RVA 00003428, 72e40000 - 72e4a000: 'C:\Windows\System32\secur32.dll'
RVA 00003494, 73d40000 - 73d48000: 'C:\Windows\System32\winnsi.dll'
RVA 00003500, 598f0000 - 59a27000: 'C:\Steam\Steam.dll'
RVA 0000356C, 59620000 - 598e1000: 'C:\Steam\Steam2.dll'
RVA 000035D8, 593d0000 - 594e5000: 'C:\Steam\dbghelp.dll'
RVA 00003644, 60000000 - 60021000: 'C:\Steam\CSERHelper.dll'
RVA 000036B0, 59280000 - 593ce000: 'C:\Steam\gameoverlayrenderer.dll'
RVA 0000371C, 70df0000 - 70e0d000: 'C:\Windows\System32\dwmapi.dll'
RVA 00003788, 65f00000 - 65f0a000: 'C:\Windows\System32\hid.dll'
RVA 000037F4, 75f70000 - 75fb2000: 'C:\Windows\System32\wintrust.dll'
RVA 00003860, 75c20000 - 75ca2000: 'C:\Windows\System32\clbcatq.dll'
RVA 000038CC, 59590000 - 5961e000: 'C:\Windows\System32\XAudio2_6.dll'
RVA 00003938, 674b0000 - 67504000: 'C:\Windows\System32\MMDevAPI.dll'
RVA 000039A4, 6fc30000 - 6fd72000: 'C:\Windows\System32\propsys.dll'
RVA 00003A10, 66150000 - 661b8000: 'C:\Windows\System32\AudioSes.dll'
RVA 00003A7C, 66080000 - 66145000: 'C:\Windows\System32\WinTypes.dll'
RVA 00003AE8, 6f690000 - 6f699000: 'C:\Windows\System32\avrt.dll'
RVA 00003B54, 5e290000 - 5e2a2000: 'C:\Steam\steamapps\common\Skyrim\enbseries\enbhelper.dll'
RVA 00003BC0, 59250000 - 5927f000: 'C:\Steam\steamapps\common\Skyrim\d3d9_smaa.dll'
RVA 00003C2C, 6e180000 - 6e34c000: 'C:\Windows\System32\d3d9.dll'
RVA 00003C98, 17900000 - 17a77000: 'C:\Windows\System32\nvspcap.dll'
RVA 00003D04, 73c40000 - 73ce7000: 'C:\Windows\System32\winhttp.dll'
RVA 00003D70, 58a00000 - 58d37000: 'C:\Windows\System32\nvapi.dll'
RVA 00003DDC, 702e0000 - 7035e000: 'C:\Windows\System32\dxgi.dll'
RVA 00003E48, 591e0000 - 59242000: 'C:\Windows\System32\d3dref9.dll'
RVA 00003EB4, 50ba0000 - 5190e000: 'C:\Windows\System32\nvd3dum.dll'
RVA 00003F20, 58f60000 - 59020000: 'C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll'
RVA 00003F8C, 55850000 - 55c9a000: 'C:\Windows\System32\D3DX9_40.dll'
RVA 00003FF8, 67570000 - 67586000: 'C:\Windows\System32\usp10.dll'
RVA 00004064, 65f10000 - 65f96000: 'C:\Windows\System32\dsound.dll'
Stream 2: type MemoryListStream (5), size 00000284, RVA 0000ED45
40 memory ranges
range# RVA Address Size
0 0000EFC9 1044fed0 00000130
1 0000F0F9 1517fcdc 00000324
2 0000F41D 124afe98 00000168
3 0000F585 0076e2d8 00000100
4 0000F685 1064fed0 00000130
5 0000F7B5 126afe98 00000168
6 0000F91D 14a9f160 00000ea0
7 000107BD 1f18fdc8 00000238
8 000109F5 2057fdc8 00000238
9 00010C2D 1bf7feb4 0000014c
10 00010D79 1f38fd3c 000002c4
11 0001103D 76f3889c 00000150
12 0001118D 76f38bbc 00000100
13 0001128D 76f38e2c 00000100
14 0001138D 76f396ac 00000100
15 0001148D 76f3a3dc 00000100
16 0001158D 1bf8fd40 000002c0
17 0001184D 1014fed0 00000130
18 0001197D 1f58feb4 0000014c
19 00011AC9 14b0fe8c 00000174
20 00011C3D 1034fed0 00000130
21 00011D6D 177ffeb4 0000014c
22 00011EB9 1bfdfe8c 00000174
23 0001202D 03c2fe7c 00000184
24 000121B1 14ecfed4 0000012c
25 000122DD 2008feb4 0000014c
26 00012429 1054fed0 00000130
27 00012559 125afe98 00000168
28 000126C1 1c02fe8c 00000174
29 00012835 152bfdc8 00000238
30 00012A6D 10ccfd2c 000002d4
31 00012D41 14d8fee0 00000120
32 00012E61 154bfdc8 00000238
33 00013099 2067fe1c 000001e4
34 0001327D 1c07fe8c 00000174
35 000133F1 154cfe8c 00000174
36 00013565 10ecfe98 00000168
37 000136CD 1f48fe7c 00000184
38 00013851 0019e80c 000017f4
39 00015045 1024fed0 00000130
Total memory: 61ac
Stream 3: type ExceptionStream (6), size 000000A8, RVA 0000063C
ThreadID 6744
ExceptionCode C0000005
ExceptionRecord 0
ExceptionAddress 76e358
Context record RVA 70ae, size 2cc
Stream 4: type SystemInfoStream (7), size 00000038, RVA 000000B0
ProcessorArchitecture 0000 (PROCESSOR_ARCHITECTURE_INTEL)
ProcessorLevel 0006
ProcessorRevision 3C03
NumberOfProcessors 02
MajorVersion 0000000A
MinorVersion 00000000
BuildNumber 00002800 (10240)
PlatformId 00000002 (VER_PLATFORM_WIN32_NT)
CSDVersionRva 0000430C
Length: 0
Product: WinNt, suite: SingleUserTS
Stream 5: type MiscInfoStream (15), size 00000554, RVA 000000E8
Stream 6: type ??? (21), size 000001EC, RVA 000040D0
Dir entry 6, ??? stream has unknown stream type 21
Stream 7: type ??? (22), size 00000050, RVA 000042BC
Dir entry 7, ??? stream has unknown stream type 22
Stream 8: type UnusedStream (0), size 00000000, RVA 00000000
Stream 9: type UnusedStream (0), size 00000000, RVA 00000000
Stream 10: type UnusedStream (0), size 00000000, RVA 00000000
Stream 11: type UnusedStream (0), size 00000000, RVA 00000000

 
collapse.gifStrings
GenuineIntel
GMT Standard Time
GMT Daylight Time
dbgcore.i386,10.0.10011.16384
5rqV`o
C:\Steam\steamapps\common\Skyrim\TESV.exe
C:\Windows\System32\ntdll.dll
C:\Windows\System32\kernel32.dll
C:\Windows\System32\KERNELBASE.dll
C:\Windows\System32\apphelp.dll
C:\Windows\AppPatch\AcLayers.dll
C:\Windows\System32\msvcrt.dll
C:\Windows\System32\user32.dll
C:\Windows\System32\gdi32.dll
C:\Windows\System32\shell32.dll
C:\Windows\System32\windows.storage.dll
C:\Windows\System32\combase.dll
C:\Windows\System32\rpcrt4.dll
C:\Windows\System32\sspicli.dll
C:\Windows\System32\CRYPTBASE.dll
C:\Windows\System32\bcryptPrimitives.dll
C:\Windows\System32\sechost.dll
C:\Windows\System32\advapi32.dll
C:\Windows\System32\shlwapi.dll
C:\Windows\System32\kernel.appcore.dll
C:\Windows\System32\SHCore.dll
C:\Windows\System32\powrprof.dll
C:\Windows\System32\profapi.dll
C:\Windows\System32\oleaut32.dll
C:\Windows\System32\setupapi.dll
C:\Windows\System32\cfgmgr32.dll
C:\Windows\System32\mpr.dll
C:\Windows\System32\sfc.dll
C:\Windows\System32\winspool.drv
C:\Windows\System32\bcrypt.dll
C:\Windows\System32\sfc_os.dll
C:\Windows\System32\SortWindows61.dll
C:\Windows\System32\imm32.dll
C:\Windows\System32\msctf.dll
C:\Windows\System32\ole32.dll
C:\Steam\steamapps\common\Skyrim\steam_api.dll
C:\Windows\System32\X3DAudio1_7.dll
C:\Windows\System32\D3DX9_42.dll
C:\Windows\System32\wsock32.dll
C:\Windows\System32\ws2_32.dll
C:\Windows\System32\nsi.dll
C:\Windows\System32\dinput8.dll
C:\Windows\System32\winmm.dll
C:\Steam\steamapps\common\Skyrim\binkw32.dll
C:\Steam\steamapps\common\Skyrim\d3d9.dll
C:\Windows\System32\XINPUT1_3.dll
C:\Windows\System32\WINMMBASE.dll
C:\Windows\System32\D3DX9_43.dll
C:\Windows\System32\devobj.dll
C:\Steam\steamapps\common\Skyrim\skse_steam_loader.dll
C:\Windows\System32\comdlg32.dll
C:\Windows\System32\version.dll
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10240.16384_none_49c02355cf03478c\comctl32.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\hook.dll
C:\Windows\System32\psapi.dll
C:\Windows\System32\msvcp120.dll
C:\Windows\System32\msvcr120.dll
C:\Windows\System32\cryptsp.dll
C:\Windows\System32\rsaenh.dll
C:\Steam\steamapps\common\Skyrim\skse_1_9_32.dll
C:\Windows\System32\dbghelp.dll
C:\Windows\System32\dbgcore.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Stable uGridsToLoad\SKSE\Plugins\CellStabilizer.dll
C:\Windows\System32\msvcr100.dll
C:\Windows\System32\msvcp100.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\DeviousDevices-Integration-2.9.2\SKSE\Plugins\DeviousDevices.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\First Person 2_7\SKSE\Plugins\FirstPersonPlugin.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Fuz Ro Doh 60-14884-6-0\SKSE\Plugins\Fuz Ro D'oh.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Grimy Plugin\SKSE\Plugins\GrimyTools.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\More Nasty Critters\SKSE\Plugins\JContainers.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\SexLabFramework v160 hotfix2 FULL\SKSE\Plugins\MfgConsole.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\PinupPoseMCM\SKSE\Plugins\PinupPoseMCM.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\ScreenShot Assist\SKSE\Plugins\SSAssist.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\Safety Load\SKSE\Plugins\SafetyLoad.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\SOS - Schlongs of Skyrim - 3.00.004\SKSE\Plugins\SchlongsOfSkyrim.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\SexLabFramework v160 hotfix2 FULL\SKSE\Plugins\SexLabUtil.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\PapyrusUtil_v31\SKSE\Plugins\StorageUtil.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\RaceMenu\SKSE\Plugins\chargen.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\FileAccess Interface for Skyrim Script - FISS\SKSE\Plugins\fiss.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\HDT HighHeels System\skse\plugins\hdtHighHeelNative.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\HDT Physics Extensions\skse\plugins\hdtPhysicsExtensions.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\NetImmerse Override v-3-4\SKSE\Plugins\nioverride.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\ShowRaceMenu Precache Killer\SKSE\Plugins\showRaceMenu_preCacheKiller.dll
C:\Steam\steamapps\common\Skyrim\Mod Organizer\mods\EstrusForSkyrim\SKSE\plugins\zzEstrusUtil.dll
C:\Windows\System32\uxtheme.dll
C:\Steam\steamclient.dll
C:\Windows\System32\crypt32.dll
C:\Windows\System32\msasn1.dll
C:\Windows\System32\imagehlp.dll
C:\Windows\System32\IPHLPAPI.DLL
C:\Steam\tier0_s.dll
C:\Steam\vstdlib_s.dll
C:\Windows\System32\secur32.dll
C:\Windows\System32\winnsi.dll
C:\Steam\Steam.dll
C:\Steam\Steam2.dll
C:\Steam\dbghelp.dll
C:\Steam\CSERHelper.dll
C:\Steam\gameoverlayrenderer.dll
C:\Windows\System32\dwmapi.dll
C:\Windows\System32\hid.dll
C:\Windows\System32\wintrust.dll
C:\Windows\System32\clbcatq.dll
C:\Windows\System32\XAudio2_6.dll
C:\Windows\System32\MMDevAPI.dll
C:\Windows\System32\propsys.dll
C:\Windows\System32\AudioSes.dll
C:\Windows\System32\WinTypes.dll
C:\Windows\System32\avrt.dll
C:\Steam\steamapps\common\Skyrim\enbseries\enbhelper.dll
C:\Steam\steamapps\common\Skyrim\d3d9_smaa.dll
C:\Windows\System32\d3d9.dll
C:\Windows\System32\nvspcap.dll
C:\Windows\System32\winhttp.dll
C:\Windows\System32\nvapi.dll
C:\Windows\System32\dxgi.dll
C:\Windows\System32\d3dref9.dll
C:\Windows\System32\nvd3dum.dll
C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
C:\Windows\System32\D3DX9_40.dll
C:\Windows\System32\usp10.dll
C:\Windows\System32\dsound.dll
-000000000000}|3
C:\_Skyrim\Code\TESV\Build\PC\TESV.pdb
RSDSEG
wntdll.pdb
wkernel32.pdb
wkernelbase.pdb
apphelp.pdb
AcLayers.pdb
msvcrt.pdb
wuser32.pdb
wgdi32.pdb
shell32.pdb
RSDSzz"*bd
Windows.Storage.pdb
RSDS0(:
combase.pdb
wrpcrt4.pdb
wsspicli.pdb
cryptbase.pdb
bcryptprimitives.pdb
sechost.pdb
RSDSY4
advapi32.pdb
shlwapi.pdb
Kernel.Appcore.pdb
RSDS:V
shcore.pdb
powrprof.pdb

 

 

Feel free to give that a look over.

Posted

Crash happens in something called "MovementPlannerAgentWarp", the game looks up form by ID (expects Actor) and then tries to use that form but this form doesn't exist and causes NULL pointer crash. If this is happening during loading it may be that a mod was uninstalled or the NPC was otherwise deleted unexpectedly for the game.

Posted

Right. I have no idea what's causing that then. Guess I'll start a new save and see how long I go without something happening.

 

Also this report wasn't whilst loading, it happened when walking up to the Kynesgrove Barrow just as Alduin starts doing his thing.

Posted

this skse.ini isnt doing anything for me when i crash

 

this is what i have written in it (i didnt origionally have a skse.ini

 

[Display]
iTintTextureResolution=2048
 
[General]
ClearInvalidRegistrations=1
 
[Memory]
DefaultHeapInitialAllocMB=768
ScrapHeapSizeMB=256
 
[Debug]
WriteMinidumps=1
Posted

Where is your SKSE.ini located? is it in Data/SKSE (or equivalent if using MO).

When you made the .ini file did it register as an .ini or is it still a .txt file?

 

^ Those are the 2 simple solutions, the first one caught me out earlier today.

Posted

Where is your SKSE.ini located? is it in Data/SKSE (or equivalent if using MO).

When you made the .ini file did it register as an .ini or is it still a .txt file?

 

^ Those are the 2 simple solutions, the first one caught me out earlier today.

yes that is where it is and yes it is a ini

Posted

Game crashes 15s after loading save, just updated all mods after not playing for months and trying to pinpoint prolbem Thank you all, Long Live Lovers Lab Crash Dump http://www.filedropper.com/2016-01-17014350   Analysis

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)

Online Crash Dump Analysis Service

See http://www.osronline.com for more information

Windows 8 Version 10586 MP (8 procs) Free x86 compatible

Product: WinNt, suite: SingleUserTS

kernel32.dll version: 10.0.10586.0 (th2_release.151029-1700)

Machine Name:

Debug session time: Sat Jan 16 20:45:13.000 2016 (UTC - 5:00)

System Uptime: not available

Process Uptime: 0 days 0:01:25.000

Kernel time: 0 days 0:00:22.000

User time: 0 days 0:01:07.000

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2

*******************************************************************************

* *

* Exception Analysis *

* *

*******************************************************************************

 

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2

*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll

*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll

*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll

Unable to load image C:\Windows\System32\XAudio2_6.dll, Win32 error 0n2

*** WARNING: Unable to verify timestamp for XAudio2_6.dll

*** WARNING: Unable to verify timestamp for nvd3dum.dll

*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll

*** WARNING: Unable to verify timestamp for JContainers.dll

*** ERROR: Module load completed but symbols could not be loaded for JContainers.dll

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2

*** The OS name list needs to be updated! Unknown Windows version: 10.0 ***

 

FAULTING_IP:

TESV+650a3d

00a50a3d 8b4704 mov eax,dword ptr [edi+4]

 

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)

ExceptionAddress: 00a50a3d (TESV+0x00650a3d)

ExceptionCode: c0000005 (Access violation)

ExceptionFlags: 00000000

NumberParameters: 2

Parameter[0]: 00000000

Parameter[1]: 0000fff7

Attempt to read from address 0000fff7

 

DEFAULT_BUCKET_ID: INVALID_POINTER_READ

 

PROCESS_NAME: TESV.exe

 

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

 

EXCEPTION_PARAMETER1: 00000000

 

EXCEPTION_PARAMETER2: 0000fff7

 

READ_ADDRESS: 0000fff7

 

FOLLOWUP_IP:

TESV+650a3d

00a50a3d 8b4704 mov eax,dword ptr [edi+4]

 

FAULTING_THREAD: 00000f7c

 

PRIMARY_PROBLEM_CLASS: INVALID_POINTER_READ

 

BUGCHECK_STR: APPLICATION_FAULT_INVALID_POINTER_READ

 

LAST_CONTROL_TRANSFER: from 00000000 to 00a50a3d

 

STACK_TEXT:

0019f51c 00000000 0019f54c d79829d4 00a50d67 TESV+0x650a3d

 

 

STACK_COMMAND: ~0s; .ecxr ; kb

 

SYMBOL_STACK_INDEX: 0

 

SYMBOL_NAME: TESV+650a3d

 

FOLLOWUP_NAME: MachineOwner

 

MODULE_NAME: TESV

 

IMAGE_NAME: TESV.exe

 

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

 

FAILURE_BUCKET_ID: INVALID_POINTER_READ_c0000005_TESV.exe!Unknown

 

BUCKET_ID: APPLICATION_FAULT_INVALID_POINTER_READ_TESV+650a3d

 

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/TESV_exe/1_9_32_0/51437ce5/c0000005/00650a3d.htm?Retriage=1

 

Followup: MachineOwner

---------

 

 

Loaded Module List

 

start end module name

00400000 01e12000 TESV TESV.exe

02500000 02f54000 d3d9 d3d9.dll

02f60000 02f76000 XINPUT1_3 XINPUT1_3.dll

0c8a0000 0c987000 SKSE_Elys_Uncapper SKSE_Elys_Uncapper.dll

0ca50000 0ca71000 CSERHelper CSERHelper.dll

10000000 10047000 binkw32 binkw32.dll

38000000 389ef000 steamclient steamclient.dll

5e880000 5ecca000 D3DX9_40 D3DX9_40.dll

5ecd0000 5ecff000 d3d9_smaa d3d9_smaa.dll

5ed00000 5ed12000 enbhelper enbhelper.dll

5ed20000 5edae000 XAudio2_6 XAudio2_6.dll

5edb0000 5eefb000 gameoverlayrenderer gameoverlayrenderer.dll

5ef00000 5f1c1000 Steam2 Steam2.dll

5f1d0000 5f307000 Steam Steam.dll

5f310000 5f332000 zzEstrusUtil zzEstrusUtil.dll

5f340000 5f411000 nioverride nioverride.dll

5f420000 5f452000 hdtSittingHeightFix hdtSittingHeightFix.dll

5f460000 60020000 hdtPhysicsExtensions hdtPhysicsExtensions.dll

60020000 60069000 hdtHighHeelNative hdtHighHeelNative.dll

60070000 6018e000 fiss fiss.dll

60190000 60226000 chargen chargen.dll

60230000 6031e000 StorageUtil StorageUtil.dll

60320000 60355000 Smart_Souls Smart Souls.dll

60360000 603f2000 SexLabUtil SexLabUtil.dll

60400000 60469000 SchlongsOfSkyrim SchlongsOfSkyrim.dll

60470000 604a3000 SKSE_EnhancedCamera SKSE_EnhancedCamera.dll

604b0000 604ec000 OneTweak OneTweak.dll

604f0000 6052c000 MfgConsole MfgConsole.dll

60530000 60757000 JContainers JContainers.dll

60760000 6086d000 GrimyTools GrimyTools.dll

60870000 608a5000 Fuz_Ro_D_oh Fuz Ro D'oh.dll

608b0000 608df000 EnchantReloadFix EnchantReloadFix.dll

608e0000 609e1000 DeviousDevices DeviousDevices.dll

609f0000 60ad5000 skse_1_9_32 skse_1_9_32.dll

60ae0000 60cdf000 D3DX9_43 D3DX9_43.dll

60ce0000 60ec5000 D3DX9_42 D3DX9_42.dll

61960000 61996000 dinput8 dinput8.dll

619b0000 619c8000 CrashFixPlugin CrashFixPlugin.dll

619d0000 61a31000 AHZmoreHUDPlugin AHZmoreHUDPlugin.dll

61a40000 61a66000 skse_steam_loader skse_steam_loader.dll

626c0000 626ca000 hid hid.dll

626d0000 62756000 dsound dsound.dll

627b0000 627b9000 avrt avrt.dll

62c50000 62cb8000 AudioSes AudioSes.dll

62cc0000 62cd6000 usp10 usp10.dll

668d0000 669e1000 tier0_s tier0_s.dll

66cb0000 66d03000 vstdlib_s vstdlib_s.dll

67dd0000 67e25000 MMDevAPI MMDevAPI.dll

67e30000 67e58000 steam_api steam_api.dll

67e60000 67ed1000 hook hook.dll

6b5f0000 6b661000 msvcp120 msvcp120.dll

6b670000 6b75e000 msvcr120 msvcr120.dll

6c7e0000 6c8a0000 nvSCPAPI nvSCPAPI.dll

6c8a0000 6c923000 dxgi dxgi.dll

6c930000 6cc59000 nvapi nvapi.dll

6cc60000 6cdd1000 nvspcap nvspcap.dll

6cde0000 6da23000 nvd3dum nvd3dum.dll

716a0000 7186b000 d3d9_716a0000 d3d9.dll

71ae0000 71b01000 dbgcore dbgcore.dll

71b10000 71c4f000 dbghelp dbghelp.dll

72080000 721cb000 propsys propsys.dll

73470000 73478000 wsock32 wsock32.dll

73510000 73517000 X3DAudio1_7 X3DAudio1_7.dll

736d0000 736ff000 rsaenh rsaenh.dll

73700000 73713000 cryptsp cryptsp.dll

73770000 73838000 WinTypes WinTypes.dll

73be0000 73bfd000 dwmapi dwmapi.dll

73d60000 73dd5000 uxtheme uxtheme.dll

73de0000 73e0c000 fwbase fwbase.dll

73e10000 73e3f000 IPHLPAPI IPHLPAPI.DLL

73e40000 73edb000 winhttp winhttp.dll

73f30000 73f53000 WINMMBASE WINMMBASE.dll

73f70000 73f94000 winmm winmm.dll

73fc0000 73fcb000 davhlpr davhlpr.dll

73fd0000 74062000 comctl32 comctl32.dll

741b0000 741ba000 secur32 secur32.dll

742b0000 742d2000 devobj devobj.dll

74310000 7432b000 bcrypt bcrypt.dll

743a0000 743a8000 version version.dll

743b0000 743ba000 CRYPTBASE CRYPTBASE.dll

743c0000 743de000 sspicli sspicli.dll

743e0000 7455e000 KERNELBASE KERNELBASE.dll

74560000 74a59000 windows_storage windows.storage.dll

74a60000 74a73000 netapi32 netapi32.dll

74ae0000 74c27000 user32 user32.dll

74c90000 74cef000 ws2_32 ws2_32.dll

74d90000 7618f000 shell32 shell32.dll

76190000 761ee000 FirewallAPI FirewallAPI.dll

761f0000 7627d000 SHCore SHCore.dll

76280000 762d8000 bcryptPrimitives bcryptPrimitives.dll

762e0000 7638d000 rpcrt4 rpcrt4.dll

76390000 76396000 psapi psapi.dll

763a0000 763ae000 msasn1 msasn1.dll

763b0000 7656d000 combase combase.dll

76570000 7668f000 msctf msctf.dll

766f0000 767ae000 msvcrt msvcrt.dll

767b0000 767f5000 shlwapi shlwapi.dll

76800000 76978000 crypt32 crypt32.dll

76980000 76a6b000 ole32 ole32.dll

76a70000 76ab4000 powrprof powrprof.dll

76ac0000 76bb2000 comdlg32 comdlg32.dll

76bc0000 76bcc000 kernel_appcore kernel.appcore.dll

76d50000 76d6b000 imagehlp imagehlp.dll

76d70000 76d9b000 imm32 imm32.dll

76da0000 76e24000 clbcatq clbcatq.dll

76e40000 76ebb000 advapi32 advapi32.dll

76ec0000 76ef7000 cfgmgr32 cfgmgr32.dll

76f00000 76f42000 wintrust wintrust.dll

76f50000 76f94000 sechost sechost.dll

76fa0000 77080000 kernel32 kernel32.dll

77080000 7708f000 profapi profapi.dll

77090000 771df000 gdi32 gdi32.dll

771e0000 77272000 oleaut32 oleaut32.dll

77280000 7768b000 setupapi setupapi.dll

77690000 7780b000 ntdll ntdll.dll

 

 

Load order

# This file was automatically generated by Mod Organizer.

Skyrim.esm

Update.esm

Dawnguard.esm

HearthFires.esm

Dragonborn.esm

Unofficial Skyrim Legendary Edition Patch.esp

Skyrim Project Optimization - Full Version.esm

Lanterns Of Skyrim - All In One - Main.esm

SexLab.esm

UnlimitedBookshelves.esp

SexLabAroused.esm

Devious Devices - Assets.esm

Inn Girls Resources.esm

ZaZAnimationPack.esm

Devious Devices - Integration.esm

Devious Devices - Expansion.esm

dcc-soulgem-oven-000.esm

Schlongs of Skyrim - Core.esm

hdtHighHeel.esm

Havok Breast Physic.esm

CreatureFramework.esm

Cutting Room Floor.esp

Appropriately Attired Jarls Redux.esp

Guard Dialogue Overhaul.esp

Weapons & Armor Fixes_Remade.esp

Weapons & Armor_TrueOrcish&DaedricWeapons.esp

Weapons & Armor_TrueWeaponsLvlLists.esp

dD - Realistic Ragdoll Force - Realistic.esp

XPMSE.esp

SkyUI.esp

RaceMenu.esp

FNIS.esp

Chesko_LoreBasedLoadingScreens.esp

ViewableFactionRanksBothDLC.esp

Footprints.esp

Moss Rocks - Legendary.esp

SkyFalls + SkyMills + DG + DB.esp

BetterQuestObjectives.esp

WetandCold.esp

BetterQuestObjectives-CRFPatch.esp

BetterQuestObjectives-DBForevertoMisc.esp

WetandCold - Ashes.esp

FISS.esp

AMatterOfTime.esp

ADS.esp

BirdsHFclean.esp

TheChoiceIsYours.esp

FarmhouseChimneys.esp

Book Covers Skyrim.esp

RealisticWaterTwo.esp

AOS.esp

ClimatesOfTamriel.esm

Invisibility Eyes Fix.esp

3DNPC.esp

Immersive Citizens - AI Overhaul.esp

Clothing & Clutter Fixes.esp

imp_helm_legend.esp

SexLab_Solutions.esp

Rebirth Monster.esp

iActivate.esp

UIExtensions.esp

UnreadBooksGlow.esp

SkyTweak.esp

RaceMenuMorphsCBBE.esp

AHZmoreHUD.esp

AzarHairPonyTail 03 - Havok.esp

SOS - Smurf Average Addon.esp

SOS - VectorPlexus Muscular Addon.esp

SOS - VectorPlexus Regular Addon.esp

SOS - Pubic Hair for Females Addon (All Styles).esp

SlaveTats.esp

RaceMenuOverlays.esp

Aradia Devious Expansion.esp

FNISSexyMove.esp

AmazingFollowerTweaks.esp

BetterQuestObjectives-AFTPatch.esp

CharmingHighHeels.esp

FemaleMannequinsHighElf.esp

SexLabMatchMaker.esp

SexLabDefeat.esp

SOS - Leito Addon.esp

iHUD.esp

83Willows_101BUGS_V4_HighRes.esp

Beards.esp

Brows.esp

DragonShoutVoice.esp

IHSS.esp

ORM-Arvak.esp

randomthunder.esp

CollegeOfWinterholdImmersive.esp

Havok Breast Physic.esp

aMidianBorn_ContentAddon.esp

Complete Crafting Overhaul_Remade.esp

MoreBanditCamps.esp

SkyrimCoinReplacerRedux.esp

hydra_slavegirls.esp

hearthfireextended.esp

TradeBarter.esp

Captured Dreams.esp

Remodeled Armor - Vanilla Replacer.esp

SPTConsistentOlderPeople.esp

Schlongs of Skyrim.esp

Oblivion Gates v3 - Skyrim + Dawnguard DLC.esp

Inconsequential NPCs.esp

Dead Body Collision.esp

Inconsequential NPCs - CRF Compatibility Patch.esp

SFO - Dragonborn.esp

Deviously Cursed Loot.esp

Bring Out Your Dead - Legendary Edition.esp

SkyrimImprovedPuddles-DG-HF-DB.esp

Hideout_DLC_Main.esp

Skyrim Flora Overhaul.esp

Immersive Wenches.esp

Devious Cidhna.esp

SexLab_Dialogues.esp

NoAnimalsReportCrimes-DG+DB.esp

MoreBanditCamps - SexSlaves.esp

TimingIsEverything.esp

Immersive Wenches -Immersive Citizens AI Overhaul Patch-.esp

Immersive Citizens - CRF patch.esp

The Paarthurnax Dilemma.esp

BetterQuestObjectives-PaarDilemmaPatch.esp

Devious Deviants.esp

PilgrimsDelight.esp

Gildergreen Regrown.esp

PuppetMaster.esp

Animated Weapon Enchants.esp

BFSEffects.esp

dD - Enhanced Blood Main.esp

Improved Combat Sounds v2.2.esp

BlockSparkles.esp

DawnguardRuneWeaponsFXSReplacer.esp

DeadlySpellImpacts.esp

Differently Ebony.esp

Elemental Staves.esp

ExplosiveBoltsVisualized.esp

GQJ_DG_vampireamuletfix.esp

Mage Outfit Texture Overhaul.esp

WondersofWeather.esp

Chesko_Step418_SN.esp

mintylightningmod.esp

Radiant and Unique Potions Poisons and BOOZE.esp

Soul Gems Differ - NW.esp

Auto Unequip Ammo.esp

Better Stealth AI for Followers.esp

ClamsDropPearls.esp

Convenient Horses.esp

SOSRaceMenu.esp

Dual Wield Parrying_SKSE.esp

Lock Overhaul.esp

NotSoFast-MainQuest.esp

SMDropLitTorch.esp

Thieves Guild Requirements.esp

People Have Torches.esp

Traps Make Noise.esp

WM Trap Fixes.esp

AK_RM_PubicStyles_All_In_One.esp

BS-TheHag_Overlays.esp

RaceMenuOverlayCompilation - CBBE.esp

Supreme Storms - Cot Version.esp

FNISspells.esp

Havok Breast Physic Dawnguard.esp

Havok Breast Physic Dragonborn.esp

NonSexLabAnimationPack.esp

MoreNastyCritters.esp

SexLabNudeCreatures.esp

DD - Interactions.esp

EstrusChaurus.esp

FNIS_PCEA2.esp

RelightingSkyrim_Legendary.esp

Mystical Illumination - Glowing Signs with Point the Way.esp

Alternate Start - Live Another Life.esp

BetterQuestObjectives-AlternateStartPatch.esp

ELE_Legendary_Lite.esp

Immersive Citizens - ELE patch.esp

STEP Extended Patch.esp

Atlas.esp

Bens Pach.esp

Bashed Patch, 0.esp

 

 

 

Posted

Thank You for your help.

If i try to start a new game I get this dump, and it chrashes at the load screen. some times it just gives me a 0kb dump.


 

Analysis

Crash Dump Analysis provided by OSR Open Systems Resources, Inc. (http://www.osr.com)
Online Crash Dump Analysis Service
See http://www.osronline.com for more information
Windows 8 Version 10586 MP (8 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
kernel32.dll version: 10.0.10586.0 (th2_release.151029-1700)
Machine Name:
Debug session time: Sun Jan 17 10:27:41.000 2016 (UTC - 5:00)
System Uptime: not available
Process Uptime: 0 days 0:01:59.000
Kernel time: 0 days 0:00:21.000
User time: 0 days 0:01:39.000
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
Unable to load image F:\SteamLibrary\steamapps\common\Skyrim\d3d9.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for d3d9.dll
*** ERROR: Module load completed but symbols could not be loaded for d3d9.dll
*** WARNING: Unable to verify timestamp for hdtHighHeelNative.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtHighHeelNative.dll
*** WARNING: Unable to verify timestamp for hdtPhysicsExtensions.dll
*** ERROR: Module load completed but symbols could not be loaded for hdtPhysicsExtensions.dll
*** WARNING: Unable to verify timestamp for XAudio2_6.dll
*** WARNING: Unable to verify timestamp for nvd3dum.dll
*** ERROR: Module load completed but symbols could not be loaded for nvd3dum.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
*** The OS name list needs to be updated! Unknown Windows version: 10.0 ***

FAULTING_IP:
kernel32!InterlockedIncrementStub+b
76fc2a0b f00fc101 lock xadd dword ptr [ecx],eax

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 76fc2a0b (kernel32!InterlockedIncrementStub+0x0000000b)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000001
Parameter[1]: 00000007
Attempt to write to address 00000007

DEFAULT_BUCKET_ID: NULL_CLASS_PTR_WRITE

PROCESS_NAME: TESV.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

EXCEPTION_PARAMETER1: 00000001

EXCEPTION_PARAMETER2: 00000007

WRITE_ADDRESS: 00000007

FOLLOWUP_IP:
TESV+72de5b
00b2de5b ?? ???

FAULTING_THREAD: 00000590

PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_WRITE

BUGCHECK_STR: APPLICATION_FAULT_NULL_CLASS_PTR_WRITE

LAST_CONTROL_TRANSFER: from 00b2de5b to 76fc2a0b

STACK_TEXT:
0be5fd98 00b2de5b 00000007 cf65fae0 eb78cb10 kernel32!InterlockedIncrementStub+0xb
WARNING: Stack unwind information not available. Following frames may be wrong.
0be5fda0 cf65fae0 eb78cb10 cf4d3201 00b647a4 TESV+0x72de5b
0be5fda4 eb78cb10 cf4d3201 00b647a4 cf65fae0 0xcf65fae0
0be5fda8 cf4d3201 00b647a4 cf65fae0 0000002e 0xeb78cb10
0be5fdac 00b647a4 cf65fae0 0000002e eb78c550 0xcf4d3201
0be5fdb0 cf65fae0 0000002e eb78c550 0082b67c TESV+0x7647a4
0be5fdb4 00000000 eb78c550 0082b67c cf65fae0 0xcf65fae0


STACK_COMMAND: ~2s; .ecxr ; kb

SYMBOL_STACK_INDEX: 1

SYMBOL_NAME: tesv+72de5b

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: TESV

IMAGE_NAME: TESV.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 51437ce5

FAILURE_BUCKET_ID: NULL_CLASS_PTR_WRITE_c0000005_TESV.exe!Unknown

BUCKET_ID: APPLICATION_FAULT_NULL_CLASS_PTR_WRITE_tesv+72de5b

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/TESV_exe/1_9_32_0/51437ce5/kernel32_dll/6_2_10586_0/5632d9fd/c0000005/00022a0b.htm?Retriage=1

Followup: MachineOwner
---------

 

 

 

start end module name
00400000 01e12000 TESV TESV.exe
020a0000 020b6000 XINPUT1_3 XINPUT1_3.dll
02480000 02ed4000 d3d9 d3d9.dll
0c660000 0c747000 SKSE_Elys_Uncapper SKSE_Elys_Uncapper.dll
0c990000 0c9b1000 CSERHelper CSERHelper.dll
10000000 10047000 binkw32 binkw32.dll
38000000 389ef000 steamclient steamclient.dll
5ebc0000 5f00a000 D3DX9_40 D3DX9_40.dll
5f010000 5f03f000 d3d9_smaa d3d9_smaa.dll
5f040000 5f052000 enbhelper enbhelper.dll
5f060000 5f0ee000 XAudio2_6 XAudio2_6.dll
5f0f0000 5f23b000 gameoverlayrenderer gameoverlayrenderer.dll
5f240000 5f501000 Steam2 Steam2.dll
5f510000 5f647000 Steam Steam.dll
5f650000 5f672000 zzEstrusUtil zzEstrusUtil.dll
5f680000 5f751000 nioverride nioverride.dll
5f760000 5f792000 hdtSittingHeightFix hdtSittingHeightFix.dll
5f7a0000 60360000 hdtPhysicsExtensions hdtPhysicsExtensions.dll
60360000 603a9000 hdtHighHeelNative hdtHighHeelNative.dll
603b0000 604ce000 fiss fiss.dll
604d0000 60566000 chargen chargen.dll
60570000 6065e000 StorageUtil StorageUtil.dll
60660000 60695000 Smart_Souls Smart Souls.dll
606a0000 60732000 SexLabUtil SexLabUtil.dll
60740000 607a9000 SchlongsOfSkyrim SchlongsOfSkyrim.dll
607b0000 607e3000 SKSE_EnhancedCamera SKSE_EnhancedCamera.dll
607f0000 6082c000 OneTweak OneTweak.dll
60830000 6086c000 MfgConsole MfgConsole.dll
60870000 60a97000 JContainers JContainers.dll
60aa0000 60bad000 GrimyTools GrimyTools.dll
60bb0000 60be5000 Fuz_Ro_D_oh Fuz Ro D'oh.dll
60bf0000 60cf1000 DeviousDevices DeviousDevices.dll
60d00000 60de5000 skse_1_9_32 skse_1_9_32.dll
60df0000 60fef000 D3DX9_43 D3DX9_43.dll
60ff0000 611d5000 D3DX9_42 D3DX9_42.dll
61960000 61996000 dinput8 dinput8.dll
619b0000 619df000 EnchantReloadFix EnchantReloadFix.dll
619e0000 619f8000 CrashFixPlugin CrashFixPlugin.dll
61a00000 61a61000 AHZmoreHUDPlugin AHZmoreHUDPlugin.dll
626c0000 626ca000 hid hid.dll
626d0000 62756000 dsound dsound.dll
627b0000 627b9000 avrt avrt.dll
62c50000 62cb8000 AudioSes AudioSes.dll
62cc0000 62cd6000 usp10 usp10.dll
668d0000 669e1000 tier0_s tier0_s.dll
66cb0000 66d03000 vstdlib_s vstdlib_s.dll
67dd0000 67e25000 MMDevAPI MMDevAPI.dll
67e30000 67e56000 skse_steam_loader skse_steam_loader.dll
67e60000 67e88000 steam_api steam_api.dll
67e90000 67f01000 hook hook.dll
6b5f0000 6b661000 msvcp120 msvcp120.dll
6b670000 6b75e000 msvcr120 msvcr120.dll
6c7e0000 6c8a0000 nvSCPAPI nvSCPAPI.dll
6c8a0000 6c923000 dxgi dxgi.dll
6c930000 6cc59000 nvapi nvapi.dll
6cc60000 6cdd1000 nvspcap nvspcap.dll
6cde0000 6da23000 nvd3dum nvd3dum.dll
6db00000 6db07000 X3DAudio1_7 X3DAudio1_7.dll
716a0000 7186b000 d3d9_716a0000 d3d9.dll
71ae0000 71b01000 dbgcore dbgcore.dll
71b10000 71c4f000 dbghelp dbghelp.dll
72080000 721cb000 propsys propsys.dll
73470000 73478000 wsock32 wsock32.dll
736d0000 736ff000 rsaenh rsaenh.dll
73700000 73713000 cryptsp cryptsp.dll
73770000 73838000 WinTypes WinTypes.dll
73be0000 73bfd000 dwmapi dwmapi.dll
73d60000 73dd5000 uxtheme uxtheme.dll
73de0000 73e0c000 fwbase fwbase.dll
73e10000 73e3f000 IPHLPAPI IPHLPAPI.DLL
73e40000 73edb000 winhttp winhttp.dll
73f30000 73f53000 WINMMBASE WINMMBASE.dll
73f70000 73f94000 winmm winmm.dll
73fc0000 73fcb000 davhlpr davhlpr.dll
73fd0000 74062000 comctl32 comctl32.dll
741b0000 741ba000 secur32 secur32.dll
742b0000 742d2000 devobj devobj.dll
74310000 7432b000 bcrypt bcrypt.dll
743a0000 743a8000 version version.dll
743b0000 743ba000 CRYPTBASE CRYPTBASE.dll
743c0000 743de000 sspicli sspicli.dll
743e0000 7455e000 KERNELBASE KERNELBASE.dll
74560000 74a59000 windows_storage windows.storage.dll
74a60000 74a73000 netapi32 netapi32.dll
74ae0000 74c27000 user32 user32.dll
74c90000 74cef000 ws2_32 ws2_32.dll
74d90000 7618f000 shell32 shell32.dll
76190000 761ee000 FirewallAPI FirewallAPI.dll
761f0000 7627d000 SHCore SHCore.dll
76280000 762d8000 bcryptPrimitives bcryptPrimitives.dll
762e0000 7638d000 rpcrt4 rpcrt4.dll
76390000 76396000 psapi psapi.dll
763a0000 763ae000 msasn1 msasn1.dll
763b0000 7656d000 combase combase.dll
76570000 7668f000 msctf msctf.dll
766f0000 767ae000 msvcrt msvcrt.dll
767b0000 767f5000 shlwapi shlwapi.dll
76800000 76978000 crypt32 crypt32.dll
76980000 76a6b000 ole32 ole32.dll
76a70000 76ab4000 powrprof powrprof.dll
76ac0000 76bb2000 comdlg32 comdlg32.dll
76bc0000 76bcc000 kernel_appcore kernel.appcore.dll
76d50000 76d6b000 imagehlp imagehlp.dll
76d70000 76d9b000 imm32 imm32.dll
76da0000 76e24000 clbcatq clbcatq.dll
76e40000 76ebb000 advapi32 advapi32.dll
76ec0000 76ef7000 cfgmgr32 cfgmgr32.dll
76f00000 76f42000 wintrust wintrust.dll
76f50000 76f94000 sechost sechost.dll
76fa0000 77080000 kernel32 kernel32.dll
77080000 7708f000 profapi profapi.dll
77090000 771df000 gdi32 gdi32.dll
771e0000 77272000 oleaut32 oleaut32.dll
77280000 7768b000 setupapi setupapi.dll
77690000 7780b000 ntdll ntdll.dll

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...