I'm working on converting a (currently private WIP) brutal doom sub mod called Project Brutality (I've posted loads of gameplay on YouTube if anyone wants to take a look, it's got tons and tons of new features) that was intended for GZDoom 2.1 and up only to a Zandronum 2.0 mod.
I have succeeded nearly completely, but there's a gamebreaking bug where randomly (about 10% to 15% of the time or so) the game will completely crash and give no error, and just freeze the server and everyone's client. The log has no errors whatsoever. And in my eyes this is absolutely unnacceptable
This issue is Zandronum specific (Multiplayer and SinglePlayer) and I need some people who are good with Zandronum to help out.
Here's the player's DECORATE script/lump Death states code. http://pastebin.com/ndPnEV5A
Is there any issues anyone sees?
Any help would be appreciated.
And if any other information is needed just let me know.
Game crashes randomly on Player death in my mod
-
loismustdie555
- New User
- Posts: 15
- Joined: Thu Jan 15, 2015 5:28 pm
Game crashes randomly on Player death in my mod
Last edited by loismustdie555 on Mon Apr 06, 2015 1:18 pm, edited 1 time in total.
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
RE: Game crashes randomly on Player death in my mod
Could be one of the scripts executed by the states too.
-
loismustdie555
- New User
- Posts: 15
- Joined: Thu Jan 15, 2015 5:28 pm
RE: Game crashes randomly on Player death in my mod
ACS Script 477 simply triggers ACS script 401 which just throws the player into the third person camera.Vincent(PDP) wrote: Could be one of the scripts executed by the states too.
Is there any other explanation?
-
Arctangent
- Posts: 82
- Joined: Mon Nov 24, 2014 8:19 am
RE: Game crashes randomly on Player death in my mod
The code is taking revenge on you for making it ridiculously messy and is doing so by strangling servers.
More seriously, though, it could be caused by one of the million things the player spawns on death. You might want to post those, too.
More seriously, though, it could be caused by one of the million things the player spawns on death. You might want to post those, too.
-
loismustdie555
- New User
- Posts: 15
- Joined: Thu Jan 15, 2015 5:28 pm
RE: Game crashes randomly on Player death in my mod
So whole player code? Or the gore code?