Seryll Posted June 18, 2016 Posted June 18, 2016 While waiting for the client, I was moving my local server (Windows) to my linux server and seem to be getting a ""DllNotFoundException, lua51" when trying to run the ChannelServer. I am running Debian 32bit, not sure if that would be a problem with the build. Login and Web servers built and started up fine otherwise.
exec Posted June 19, 2016 Posted June 19, 2016 9 hours ago, Seryll said: While waiting for the client, I was moving my local server (Windows) to my linux server and seem to be getting a ""DllNotFoundException, lua51" when trying to run the ChannelServer. I am running Debian 32bit, not sure if that would be a problem with the build. Login and Web servers built and started up fine otherwise. It could be the 32-bit part, as our Lua DLL is 64-bit. I don't know how Mono reacts to that. You could try to use a 32-bit Lua DLL, see
Seryll Posted June 19, 2016 Author Posted June 19, 2016 (edited) Yeah, I tried this DLL as well and it still wouldn't budge. Tried removing and re-cloning the git with the 32bit dll same problem. Login and Web servers run fine, but still getting that "[Error] - Error on startup: DllNotFoundException, lua51" for the channel server Edited June 19, 2016 by Seryll
exec Posted June 19, 2016 Posted June 19, 2016 Split into separate topic, since it's not directly related to the Linux set up guide. Could you run the channel server like the following and show us the output? $ MONO_LOG_LEVEL=debug mono ChannelServer.exe
Seryll Posted June 21, 2016 Author Posted June 21, 2016 (edited) Well, its pretty long and I think it doesn't catch the whole log, but the lua51 error seems to be in this: http://pastebin.com/bBPKwtws Edited June 21, 2016 by Seryll
exec Posted June 21, 2016 Posted June 21, 2016 Oh~ silly me. Switching the DLL obviously won't do anything on Linux, you have to switch the SO file^^" Try replacing this file: liblua51.so
Seryll Posted June 21, 2016 Author Posted June 21, 2016 Started up like a charm. Thanks for the quick turn around. I'll fiddle with it some later today. Thanks again!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now