Phobos-developers / Phobos

Ares-compatible C&C Red Alert 2: Yuri's Revenge engine extension
GNU Lesser General Public License v3.0
302 stars 97 forks source link

LimboKill Kills The Game #1401

Open ahsy666 opened 1 month ago

ahsy666 commented 1 month ago

Description

debugs.zip Seems that this is fixed in B44, I'm testing in B44 and no crash until now. I hope the fix can be updated to stable version soon. LimboDelivery and LimboKill are so useful.

Phobos Version

0.3.0.1

Conditions to reproduce

No response

INI code

[SW1];just example, real code is more complex than this
LimboDelivery.Types=SW2B
LimboDelivery.IDs=2
LimboKill.IDs=1

[SW2]
LimboDelivery.Types=SW3B
LimboDelivery.IDs=3
LimboKill.IDs=2

[SW3]
LimboDelivery.Types=SW4B
LimboDelivery.IDs=4
LimboKill.IDs=3

[SW4]
LimboDelivery.Types=SW5B
LimboDelivery.IDs=5
LimboKill.IDs=4

[SW5]
LimboDelivery.Types=SW6B
LimboDelivery.IDs=6
LimboKill.IDs=5

[SW6]
LimboDelivery.Types=SW1B
LimboDelivery.IDs=1
LimboKill.IDs=6

[SW1B];All[SW*B]buildings like this
SuperWeapons=SW1

Steps to reproduce

1.Start the game. 2.Wait and crash. 3.Crash at any step. ...

Expected behaviour

No crash, runs good cycle.

Actual behaviour

Crash at any moment when LimboKill works.

Additional context

No response

Checklist