Seryll Posted June 18, 2016 Report Share 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. Link to comment Share on other sites More sharing options...
exec Posted June 19, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
Seryll Posted June 19, 2016 Author Report Share 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 Link to comment Share on other sites More sharing options...
exec Posted June 19, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
Seryll Posted June 21, 2016 Author Report Share 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 Link to comment Share on other sites More sharing options...
exec Posted June 21, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
Seryll Posted June 21, 2016 Author Report Share 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! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now