UnrealDev Posted May 2 Posted May 2 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 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 Quote
UnrealDev Posted May 4 Author Posted May 4 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.' Quote
megabandit Posted May 4 Posted May 4 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. Quote
Spirited Posted May 4 Posted May 4 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.