Jump to content

Recommended Posts

Posted

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.

Posted
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 

 

Posted (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 by Seryll
Posted

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

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...