24.05.2014, 20:22
This is a classic "crash".
It happens when you attempt to open two instances of "gta_sa.exe" at one time:
What's happening is it's assuming that another GTA SA window already exists, but it doesn't (hence the crash). This will happen when you attempt to launch it when an instance is already running, but it hasn't yet had a chance to create the window.
Nothing to do with mods at all. Classic quadruple clicking. Ignore the over-dramatic error.
It happens when you attempt to open two instances of "gta_sa.exe" at one time:
Код:
.text:00746924 .text:00746924 loc_746924: ; CODE XREF: _isAlreadyRunning+35j .text:00746924 mov eax, RsGlobal.ps .text:00746929 mov ecx, [eax+PsGlobalType.window] .text:0074692B push ecx ; hWnd .text:0074692C call ds:__imp_SetForegroundWindow .text:00746932 mov eax, 1
Nothing to do with mods at all. Classic quadruple clicking. Ignore the over-dramatic error.