ericstoneking / 42

Simulation for spacecraft attitude control system analysis and design
252 stars 83 forks source link

Program outputs "Signal 115" on launch then exits. #140

Closed raphPoly closed 1 month ago

raphPoly commented 1 month ago

Hello,

Hopefully this isn't a stupid question. I just did a clean install of 42 (twice to make sure, same result) following the 'intall-msys.txt' instructions. The program compiles without errors (few deprecation and unused variables warnings). When I run it however, it outputs a single line "Signal 115" and exits. It does the same with and without GUI enabled.

I got :

Readout from the msys terminal (with GUI disabled in makefile): msys_text_export.txt

If anything comes to mind I would appreciate the help :)

Thank you!

raphPoly commented 1 month ago

Rebooting PC fixed it /facepalm

Edit: As soon as I modified to include the GUI the same "Signal 115" started again. Now I can't reproduce the way I made it work.

raphPoly commented 1 month ago

Probably some network security issue happening on first launch after compiling. Haven't yet found which part is getting blocked but disconnecting from the network for the first execution fixes the problem.