Sitting in merchant mode in Juno. Hit left arrow to look around, got send error report.
[101E3ECB][v.1-1143][0]
Type : WinNT
Version: 5.1, build 2600
Misc: Service Pack 3
Total Memory : 2046.10MB
Display : NVIDIA GeForce 8600 GTS
Display Version : 6.14.11.7824
Sound : Realtek HD Audio output
Crashed at: 11/03/08 18:25:23
Exception code: C0000005
ACCESS_VIOLATION
Fault address: 101E3ECB 01:001E2ECB C:\AeriaGames\LastChaosUSA\bin\Engine.dll
Registers:
EAX:003FF450
EBX:4CD16950
ECX:1855C778
EDX:003F0608
ESI:18331DC0
EDI:105AC030
CS:EIP:001B:101E3ECB
SS:ESP:0023:0012EFC8 EBP:0012EFE0
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010202
manual stack frame walk begin:
Address Frame Logical addr Module
101E3ECB 0012EFE0 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:001E2ECB
1015A052 0012F014 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:00159052
1015A699 0012F070 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:00159699
1015D440 0012F284 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:0015C440
1015E2FF 0012F2B0 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:0015D2FF
0052DBDB 0012FB68 $adr: C:\AeriaGames\LastChaosUSA\bin\EntitiesMP.dll 0001:000DCBDB
0052E460 0012FC68 $adr: C:\AeriaGames\LastChaosUSA\bin\EntitiesMP.dll 0001:000DD460
0188764D 0012FE5C $adr: C:\AeriaGames\LastChaosUSA\Bin\GameMP.dll 0001:0000664D
00404A07 0012FED8 $adr: C:\AeriaGames\LastChaosUSA\bin\nksp.exe 0001:00003A07
00405708 0012FF24 $adr: C:\AeriaGames\LastChaosUSA\bin\nksp.exe 0001:00004708
00407BAA 0012FFC0 $adr: C:\AeriaGames\LastChaosUSA\bin\nksp.exe 0001:00006BAA
7C817067 0012FFF0 $adr: C:\WINDOWS\system32\kernel32.dll 0001:00016067
manual stack frame walk end:
AND LATER JUST SITTING ON HORSE IN JUNO, NOT IN MERCHANT MODE BUT JUST
CHANGING WHICH DIRECTION I AM LOOKING....
[101E3ECB][v.1-1143][0]
Type : WinNT
Version: 5.1, build 2600
Misc: Service Pack 3
Total Memory : 2046.10MB
Display : NVIDIA GeForce 8600 GTS
Display Version : 6.14.11.7824
Sound : Realtek HD Audio output
Crashed at: 11/03/08 21:31:32
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 101E3ECB 01:001E2ECB C:\AeriaGames\LastChaosUSA\bin\Engine.dll
Registers:
EAX:003FF450
EBX:2B789E58
ECX:2B8879F0
EDX:003F0608
ESI:2B8879A8
EDI:105AC030
CS:EIP:001B:101E3ECB
SS:ESP:0023:0012EFC8 EBP:0012EFE0
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010202
manual stack frame walk begin:
Address Frame Logical addr Module
101E3ECB 0012EFE0 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:001E2ECB
1015A052 0012F014 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:00159052
1015A699 0012F070 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:00159699
1015D440 0012F284 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:0015C440
1015E2FF 0012F2B0 $adr: C:\AeriaGames\LastChaosUSA\bin\Engine.dll 0001:0015D2FF
0052DBDB 0012FB68 $adr: C:\AeriaGames\LastChaosUSA\bin\EntitiesMP.dll 0001:000DCBDB
0052E460 0012FC68 $adr: C:\AeriaGames\LastChaosUSA\bin\EntitiesMP.dll 0001:000DD460
0188764D 0012FE5C $adr: C:\AeriaGames\LastChaosUSA\Bin\GameMP.dll 0001:0000664D
00404A07 0012FED8 $adr: C:\AeriaGames\LastChaosUSA\bin\nksp.exe 0001:00003A07
00405708 0012FF24 $adr: C:\AeriaGames\LastChaosUSA\bin\nksp.exe 0001:00004708
00407BAA 0012FFC0 $adr: C:\AeriaGames\LastChaosUSA\bin\nksp.exe 0001:00006BAA
7C817067 0012FFF0 $adr: C:\WINDOWS\system32\kernel32.dll 0001:00016067
manual stack frame walk end:
I know how hard it is for the programmer to debug this but........
An access violation occurs when some memory that does not belong to the application
is accessed.
Possible causes :
Access to objects that do not exist anymore.
Access to objects that do not yet exist.
Access beyond the memory given to the application
My guess is somewhere in the code that adjusts the camera viewing angle when the user adjusts their view is one place to look. There is probably more than one place this is occurring but this is one place to start.
Check for NULL POINTERS that are being used, using objects that have been deleted or have been unitialized, etc. Somewhere in the code used to generate engine.dll perhaps..