lately I have been experiencing some crashes (client) whilst working on a gamemode and therefore tabbing out/in from the game or reconnecting to the server. It happens usually after a certain time when either tabbing in to the game or reconnecting.
I am using around 10 processLineOfSights-calls on each PreRender (I initially assumed it crashed because of that, or perhaps because of several shaders).
Excuse me in advance if this is caused by any of the few mods to my gta-sa which I suspected after seeing the note that the gta_sa.exe itself crashed but I could not explain to myself why these crashes would start now all of a sudden when I had used the same mods for some months now.
Question
Strobe
Hello,
lately I have been experiencing some crashes (client) whilst working on a gamemode and therefore tabbing out/in from the game or reconnecting to the server. It happens usually after a certain time when either tabbing in to the game or reconnecting.
I am using around 10 processLineOfSights-calls on each PreRender (I initially assumed it crashed because of that, or perhaps because of several shaders).
Excuse me in advance if this is caused by any of the few mods to my gta-sa which I suspected after seeing the note that the gta_sa.exe itself crashed but I could not explain to myself why these crashes would start now all of a sudden when I had used the same mods for some months now.
My Diag-Analysis: https://pastebin.mtasa.com/594850299
gta_sa crashes at these 2 offsets: 0x000D0518 and 0x000D078E
As for the crash-report:
** -- Unhandled exception -- **
Version = 1.5.6-release-16350.8.013
Time = Sat Feb 16 06:03:18 2019
Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe
Code = 0xC0000005
Offset = 0x000D0518
EAX=00000208 EBX=00000000 ECX=2783F098 EDX=00000000 ESI=0000001A
EDI=2B7DB5B0 EBP=00002B7D ESP=0028FC44 EIP=004D0518 FLG=00210246
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
** -- End of unhandled exception -- **
** -- Unhandled exception -- **
Version = 1.5.6-release-16350.8.013
Time = Sat Feb 16 06:23:33 2019
Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe
Code = 0xC0000005
Offset = 0x000D078E
EAX=00000001 EBX=06B93278 ECX=000001B9 EDX=000001A5 ESI=0028FCD0
EDI=20DC8218 EBP=0028FCC4 ESP=0028FC54 EIP=004D078E FLG=00210246
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
** -- End of unhandled exception -- **
** -- Unhandled exception -- **
Version = 1.5.6-release-16350.8.013
Time = Sat Feb 16 06:51:39 2019
Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe
Code = 0xC0000005
Offset = 0x000D078E
EAX=00000000 EBX=20220B98 ECX=00000104 EDX=000000F0 ESI=0028FCD0
EDI=23E88308 EBP=0028FCC4 ESP=0028FC54 EIP=004D078E FLG=00010246
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
** -- End of unhandled exception -- **
Link to comment
2 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now