Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted

Hello everyone! I spent some time today installing mysql and such. I followed a video guide on setting up the Redux server but when I launch, I receive an error

image.thumb.png.b11d489929ff3dfb567bfe48209bd54f.png

 

Also, when I try to use the client loader after changing the ip address in the ini file, I get an error about flash not being supported. I'm unaware of how to bypass this because I don't see anything in the ini file to bypass it.

was hoping anyone could help

Posted

an update here is another error I get within the visual studio


            _sessionFactory = configuration.BuildSessionFactory();

System.InvalidCastException: 'Object cannot be cast from DBNull to other types.'

 

Posted

I think there are some possible errors usually are server startup, sometimes it happens that we use mysql server versions very updated or very old and are not compatible with the startup of the Source or with the correct database processing.

In my case I had many problems reading DB because I was using mysql server 8.0 I switched to Mysql server 5.5 and many problems were solved.
also many problems with Nhibernate libraries disappeared.

Before solving the Client startup you should solve the problem of opening the source, a question, your source uses two modules or only one?
I mean, does it use Login.exe and Game.exe to start?

Maybe my comment won't work for you because I'm a newbie in this online conquering thing, I wanted to experiment for the love of memories.

Posted

You probably need to update the DLLs / imports being used by Redux for the latest MySQL driver (as you discovered with trying to use 8.0+). I haven't really messed around with Conquer much after flash got discontinued. I use the 5017 client for testing. There should be some solutions online, though. My project (Dragon) is supposed to get around it as well, though I haven't tested it lately. 

https://gitlab.com/spirited/dragon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...