Zaxtor, on 26 December 2014 - 09:33 PM, said:
Latest duke still crash and or any eduke32 after the 8/31/2014.
The CON translation log shows several type errors.
GAME.CON: In actor `STAINLESSSTEEL_ORB_A':
GAME.CON:56435: warning: expected ai, found move.
GAME.CON: At top level:
GAME.CON:61957: warning: expected action, found move.
GAME.CON:61959: warning: expected define, found action.
(...)
GAME.CON: At top level:
GAME.CON:83954: warning: expected action, found move.
GAME.CON:84205: warning: expected action, found move.
Right now, they are warnings, but I think they should be hard errors. Semantically, passing a different type of composite (action, move, ai) than the expected one makes no sense; likewise for passing a composite where a define was expected. Operationally, I
think that they should not cause crashes, but I haven't look deep enough. In any case, this is the first issue to address on your part.
If the crash persists after fixing them, you can PM me the CON files if you like. I promise to keep them confidential (and delete them afterwards if you wish).