You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fully compilable tetris binary in this tree, but whenever I try launching it it fails here:
By judging from the EIP range where it crashed, I think this is inside the system call for executing ELF binaries. We should probably single-step through it with gdb to see more closely why it fails; this code hasn't been used for at least 15 years so it's not a big wonder that it doesn't fully work right away. 😂
The text was updated successfully, but these errors were encountered:
Can't remember what the problem was here actually, but this is working now and tested with the modplayer code (available since #145 got merged). Closing issue. If Tetris still requires some special treatment, we will deal with it as we get to #131 sooner or later.
I have a fully compilable tetris binary in this tree, but whenever I try launching it it fails here:
By judging from the EIP range where it crashed, I think this is inside the system call for executing ELF binaries. We should probably single-step through it with
gdb
to see more closely why it fails; this code hasn't been used for at least 15 years so it's not a big wonder that it doesn't fully work right away. 😂The text was updated successfully, but these errors were encountered: