Realm667 / WolfenDoom

"WolfenDoom - Blade of Agony" | Important: This is only meant for development and testing purposes. You are NOT ALLOWED to use material from this repository for your own projects. Important: This repository is for development and testing purposes, you are NOT ALLOWED to use the copyrighted material for your own projects without our permission!
http://boa.realm667.com
258 stars 27 forks source link

GZoom crash with latest messagehandler.zs and maybe tank.zs. #1408

Closed hawkwind3 closed 2 months ago

hawkwind3 commented 2 months ago

C2M4 - on entering the truck at the start, gzdoom crashes with this error message ...

VM execution aborted: tried to read from address zero. Called from MessageBase.Init at boa.ipk3:scripts/eventhandlers/messagehandler.zs Called from ObjectiveMessage.Init at boa.ipk3:scripts/eventhandlers/messagehandler.zs, line 704 Called from Objective.Completed at boa.ipk3:scripts/eventhandlers/objectivehandler.zs, line 93

P.S. I just added the latest tank.zs and messagehandler.zs to boa.ipk3. Should I have downloaded the whole git and compiled ?

AFADoomer commented 2 months ago

No, it's a missing null pointer check. Testing a fix now.

AFADoomer commented 2 months ago

Should be fix in 8f045279779b3214db231cf32f1cd6a96a6a4ad3.

hawkwind3 commented 2 months ago

Fix confirmed. Thank You. Closed.