Game gets crash dumps
-
-
ok? Also if you didn't know you can post screenshots, they are far better than taking a picture with your phone.
-
so how can i fix the crashdamps
-
Duui YT You have provided little to no information for us to be able to help you. Answer these questions then we will have a better picture of the issue.
First-time occurrence?
Does it happen regularly if so how often?
Any patterns of behaviour? e.g. will only crash when server is full.
Any mods loaded (custom gsc)? If so did you write the GSC yourself? -
H3X1C adding onto this, running custom scripts on servers can cause crashes. If the scripts are not written well, they can conflict with the game scripts. So if you are using custom scripts (which I assume you are), you should try to figure out what is causing the problems.
Running large mods such as menus can especially increase crashes.
-
Cahz Yeah I am aware, I could have of swear I asked in the post I made but oof I didn't. I will edit my post haha as that was precisely the first thing that came to mind with these trickshot server owners, who just paste broken scripts together XD.
-
i dont have that match scripts i have the Devours Superman Lobby menu the slider script, save and load, noclip, fastlast, platform, sniper only damage and streaks and the full thing is like 20 kb
-
-
any menu that are small that won't make the game get crashdamps
-
Duui YT said in Game gets crash dumps:
i dont have that match scripts i have the Devours Superman Lobby menu the slider script, save and load, noclip, fastlast, platform, sniper only damage and streaks and the full thing is like 20 kb
The size is irrelevant. What is relevant is the code and if it's broken or bad code. By the sounds of it you have combined multiple mods that you didn't write nor fully understand, it's asking for trouble. Pasting code together may work on the surface but it may be doing bad things in the background that lead to performance issues or crashing.
If you want to rule out the GSC. Disable it all and run the server and then see if the crash dumps still occur.
-
is there a way a can debug gsc
-
Duui YT said in Game gets crash dumps:
is there a way a can debug gsc
Best you can do is to comment / uncomment lines and add print statements so you can see values etc. There isn't really a way for you to step through the code in a debugger like you can in other languages.