• [ LUA PROBLEM] Game crashing after a couple minutes of playing and shooting
    4 replies, posted
So I've been working been working on a gamemode and its nearly impossible to work on, my computer is more then capable of running Garrysmod and I've reinstalled it twice now but every time I load into the gamemode within 5 minutes of playing it crashes. I check the console as soon as I load in to see if there are any lua errors but there don't seem to be any. Any pointers on what I should be looking for would be great to I can continue to work on it . -Wilson
[QUOTE=Rustic_Wilson;42362631]So I've been working been working on a gamemode and its nearly impossible to work on, my computer is more then capable of running Garrysmod and I've reinstalled it twice now but every time I load into the gamemode within 5 minutes of playing it crashes. I check the console as soon as I load in to see if there are any lua errors but there don't seem to be any. Any pointers on what I should be looking for would be great to I can continue to work on it . -Wilson[/QUOTE] I had this issue as well. If you have a custom HUD, the problem is that it's creating the custom font every tick, so you need to take it out of the HUDPaint, and put it in something else. Hope that works!
Why do you have [LUA PROBLEM] in the title but then say there is no lua errors? Don't self diagnose when you don't know what you're talking about.
Put sv_kickerrornum 0 in your server.cfg so you can see the lua errors.
alright i will give it a try [editline]30th September 2013[/editline] [QUOTE=BoastingToast;42363064]I had this issue as well. If you have a custom HUD, the problem is that it's creating the custom font every tick, so you need to take it out of the HUDPaint, and put it in something else. Hope that works![/QUOTE] alright that you , I will give it a try
Sorry, you need to Log In to post a reply to this thread.