Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Noodles

Pages: [1]
1
XPiratez / Re: Bugs & Crash Reports
« on: June 13, 2020, 03:46:26 pm »
It helped :)

I tried on Linux like you and it (correctly) crashes.
On Windows, it (incorrectly) doesn't crash... assert is ignored for some reason.

There are 2 bugs:
- one in OXC, crash condition is sometimes _damage > 50% and sometimes _damage >= 50%
- one in OXCE, crash condition sometimes considers kamikaze UFOs and sometimes not

I will provide a fix soon.

Thanks. They always say that having builds on different platforms helps catching bugs you might otherwise miss. Nice to see this in action.

2
XPiratez / Re: Bugs & Crash Reports
« on: June 13, 2020, 01:57:32 pm »
Doesn't crash for me.
Can you attach the log file?

Log file attached, but I don't think it will help you much. Do you have random seed preservation off by accident? I didn't delve too deep, but I got the impression that there are two outcomes for destroyed "ships": landed and crashed, and it's the landed condition that causes problems. I can circumvent this problem by commenting out the assert line and changing the ufo status to "crashed", but I assume such a radical measure (assert) is there for a reason.

3
XPiratez / Re: Bugs & Crash Reports
« on: June 13, 2020, 10:41:00 am »
Game crashes after STR_VESSEL_BOGEYMAN_FLOCK_HUNT shot down.
Assert at src/Savegame/AlienMission.cpp:846

Steps to reproduce:
- Let the intercepting SCARAB do its thing

Pages: [1]