Alando1-doom / Toby-Accessibility-Mod-for-Doom

This is a Doom wad/mod designed to add accessibility features to assist blind/visually impaired players navigate the maps of the classic Doom games.
2 stars 1 forks source link

[Bug] Heretic multiplayer on TobyHereticMain.wad throws an error from Toby_QuickTurnHandler #81

Closed proydoha closed 3 weeks ago

proydoha commented 3 months ago

Version: GZDoom 4.11.3

Load order:

Steps to reproduce:

  1. Launch game with -host 2 parameter
  2. Launch game with -join localhost parameter

Expected result: Multiplayer launched as usual in two GZDoom windows

Actual result: Following error in both windows

E1M1 - The Docks

VM execution aborted: tried to read from address zero. In function parameter "self"
Called from Toby_QuickTurnHandler.PlayerEntered at zscript/quickturn.zs, line 6
Called from Actor.FindInventory [Native]

Notes: Regular Doom multiplayer works just fine Regular Heretic multiplayer works just fine

The issue seems to be in map but preventing the error would be preferable

Alando1-doom commented 3 months ago

I could look into it. All the maps (with the exception of the Demo map) are all GZDoom: Heretic in Doom format. Nothing is UDMF. It is a bit of a weird glitch but I'm sure there's a silly reason it happened.

proydoha commented 3 weeks ago

I think this was fixed. I'm not crashing anymore.