anders Posted December 16, 2021 Report Posted December 16, 2021 Hey, I am trying to set up the full demo-version of atavism, but i am having problems creating a new character after the login-screen. I am getting this error message in the login server logs: ERROR [2021-12-15T23:37:34,630] login_manager LoginConnection-6 Character factory returned null OID ERROR [2021-12-15T23:37:34,631] login_manager LoginConnection-6 AgisLoginPlugin: character creation failed, account=0000000000000002 errorMessage=Internal error. Please check server logs characterName=demodemo Any help would be appreciated! BR Anders Quote
Martin (Dragonsan) Posted December 16, 2021 Report Posted December 16, 2021 Usually it means that the server is not using Java 8 but another version. Please verify that you have proper java version installed. Quote
anders Posted December 21, 2021 Author Report Posted December 21, 2021 Hey, Martin. I was able to get everything working! The problem i have now is setting up atavism standalone editor to my VM hosted in Google cloud. I followed your tutorial on how to do it, and everything in unity seems to work perfectly with the demo-version. Could you assist me with this. I am getting timed out errors when i test the connection. Thanks in advance! Quote
Martin (Dragonsan) Posted December 21, 2021 Report Posted December 21, 2021 Sure. Atavism Standalone Editor uses direct database connection. Ensure that your database port (default 3306) is open and accessible using telnet from your PC. telnet YourServerIP 3306 If you don't have the telnet command on your PC, use this in the command line with administrative privileges dism /online /Enable-Feature /FeatureName:TelnetClient Quote
anders Posted December 22, 2021 Author Report Posted December 22, 2021 Hey, I tried it and i am getting a connection failed on 3306 using my IP. Any idea on how to fix this? Quote
anders Posted December 22, 2021 Author Report Posted December 22, 2021 I have tried opening the 3306 port in the firewall, but still getting timed out errors when i try to connect Quote
Martin (Dragonsan) Posted December 22, 2021 Report Posted December 22, 2021 Ensure that you entered bind address on the server as 0.0.0.0 instead of 127.0.0.1. This part should be in the video as well as you set your firewall rules both on the server and in the Google Cloud. Quote
anders Posted December 22, 2021 Author Report Posted December 22, 2021 I was able to fix it. had to add a rule in the vm to allow 3306 to connect. 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.