-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't figure out how to run #9
Comments
same issue |
If you're encountering the error message when trying to use rabbithttp.so, it may indicate that the shared object file was built with an incompatible environment or outdated dependencies. To resolve this issue, you may need to regenerate the shared object file from the rabbithttp.c source code file. To do this, you can use the following command to generate the new shared object:
|
I also got the rabbithttp error and that fix worked! That generated the new file and i no longer get the rabbithttp error in fceux - however I now get an error when i run it with the rank-lookup.js - it's looking for a 'ranks_NoNextBox_NoBars' text file that doesn't exist. It also doesn't generate the rank internally so that portion errors out, is there a reference file available? Anybody else seeing this? It's talking to the server and sends the board state, but then the server crashes because 'return lookUpRankInString(ranks_NoNextBox_NoBars, index)' - the ranks_NoNextBox_NoBars' errors out. |
Just wanted to add onto this that you'll probably need to make sure that you're compiling it with the right version of lua for the emulator. |
I tried to run the lua stackrabbit file from the emulator, and got this error.
The text was updated successfully, but these errors were encountered: