smcameron / space-nerds-in-space

Multi-player spaceship bridge simulator game. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
GNU General Public License v2.0
728 stars 72 forks source link

[ROYAL WEDDING] lua error in prince_panic2 #214

Open MCMic opened 5 years ago

MCMic commented 5 years ago

The prince panic did not trigger in royal wedding, checking the demon console afterwards it said something about error 2 in prince_panic2.

I can’t find trace of this in snis_server_log.txt but it seems corrupted somehow.

Not sure what the cause could be.

smcameron commented 5 years ago

Hmm, looking over the code, I don't see anything obviously wrong. I'll try to duplicate it some time.

The snis_server_log.txt corruption is probably due to autowrangling starting several snis_server instances all redirecting output to the same file. I should fix that.

MCMic commented 5 years ago

It was in zolon system, if this has any impact.

MCMic commented 5 years ago

Hacking the mission script to start the prince panic right away it worked fine, did not reproduce the problem.

smcameron commented 5 years ago

The snis_server_log.txt corruption is probably due to autowrangling starting several snis_server instances all redirecting output to the same file. I should fix that.

That particular problem should be fixed by: 2b410de3abec7df57bdf4056228b83e93bad2dd6