[BUG] Game crashes on quit

Started by Murdock, Jul 25, 2016, 02:30 PM

Previous topic - Next topic

Kewun

i also experienced a crash after /q

Murdock

When connecting to a low-latency server, it always takes 2 or 3 reconnection attempts to finally join the server.
Because this bug also happens when reconnecting, I now have to go through the struggle of launching the game, killing the gta-vc.exe process manually about 3 times in a row in order to finally connect to localhost.

Murdock

#17
Update: lately even killing the gta-vc.exe does not work. When you use /q you're pretty much doomed and are forced to restart your pc


Kewun

well, task killing worked for me, no freezes to restart pc

ysc3839

Quote from: Murdock on Sep 14, 2016, 10:14 AMUpdate: lately even killing the gta-vc.exe does not work. When you use /q you're pretty much doomed and are forced to restart your pc


I think it's your OS's issue.

vito

try run task manger as admin

KAKAN

Instead, close explorer.exe and start it again :D
oh no

PunkNoodle

My game also crashes all the time, but I don't have any problem in closing the process after the crash, did you try "end process tree" instead of just "end process"?

vito

dunno about OP reason, but also it happening when any sprites/radardisc/UI skin and so on *.png files used.

rww

Quote from: vito on Dec 27, 2016, 12:46 PMdunno about OP reason, but also it happening when any sprites/radardisc/UI skin and so on *.png files used.

without custom radar blips ;)
Join to Irrelevant Club Discord: https://discord.gg/MsPPZ5uV4X

EK.IceFlake

More information: this happened for me when I added a custom vehicle with invalid config. Correcting the config solved the problem.

DizzasTeR

This is most likely to happen if you use custom gui skin.

vito

/q also crashes when alot moving streamed objects near  you.

Luis_Labarca

#28
To me it happens the same to me when I create this function and to disconnect it gives me crash


Could you tell me that I'm doing wrong in this code this is what causes me to crash my
::SeleccionarIdioma <- GUIMemobox( VectorScreen(0,0),VectorScreen(450, 150), Colour(20, 20, 20), GUI_FLAG_MEMOBOX_TOPBOTTOM | GUI_FLAG_VISIBLE);
::SeleccionarIdioma.TextColour = Colour(255, 255, 255);
::SeleccionarIdioma.Alpha=150;
::SeleccionarIdioma.FontName = "Lucida Console";
::SeleccionarIdioma.FontSize = 10;
::SeleccionarIdioma.AddFlags(GUI_FLAG_TEXT_TAGS | GUI_FLAG_SCROLLABLE | GUI_FLAG_SCROLLBAR_HORIZ);
::SeleccionarIdioma.TextPaddingTop = 10;
::SeleccionarIdioma.TextPaddingBottom = 4;
::SeleccionarIdioma.TextPaddingLeft = 10;
::SeleccionarIdioma.TextPaddingRight = 10;
//--------
::CrearSpritLogoServer <- GUISprite("logoskynet.png", VectorScreen(290, 50));
::CrearSpritLogoServer.Size = VectorScreen(180, 100);
::CrearSpritLogoServer1 <- GUISprite("logoskynet.png", VectorScreen(-25, 50));
::CrearSpritLogoServer1.Size = VectorScreen(180, 100);

::SeleccionarIdioma.AddChild(CrearSpritLogoServer1);
::SeleccionarIdioma.AddChild(CrearSpritLogoServer);


Crash
[spoiler]
[00:55:56] Disconnected.
[00:55:57] Crashed with address 00000000. Log created to crashlogs folder.
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Crashed with address 101204CB (again).
[00:55:57] Too many crashes (26) in a row.[/spoiler]
My server RP
IP: 51.222.28.159:8194

Luis_Labarca

Quote from: Doom_Kill3R on Dec 28, 2016, 03:09 PMThis is most likely to happen if you use custom gui skin.
Quote from: EK.IceFlake on Dec 28, 2016, 09:06 AMMore information: this happened for me when I added a custom vehicle with invalid config. Correcting the config solved the problem.
Quote from: vito on Dec 27, 2016, 12:46 PMdunno about OP reason, but also it happening when any sprites/radardisc/UI skin and so on *.png files used.
To me I get a similar crash when disconnecting me crash and the reason is when creating sprites
My server RP
IP: 51.222.28.159:8194