Hello @
[Only registered and activated users can see links. Click Here To Register...] !
I am trying to get the guild icons working and I was directed towards your auth emu. Just what I need.... I just cant get it to work.
I am running a 9.4 server.
I keep getting:
Debug UploadServer::ClientSession1: Upload from client 192.168.0.100:51888, client id 1 with account id 6 for guild id 1 on server RevolutionGS
Debug UploadServer::ClientSession1: Invalid client, otp given is 9509695
My setup is a 'server' pc on the LAN with clients on separate PCs so my family can enjoy this game.
auth_emu.opt:
auth.clients.ip:192.168.0.111
auth.clients.port:9881
#This is the server pc on the LAN. No problems logging in.
auth.gameserver.ip:127.0.0.1
auth.gameserver.port:4502
#Upload configuration, use "upload" folder for guild icons
upload.dir=S:\RappelzServer\GameEngine\Auth_emu\gi cons ##huh? weird space isnt actually in the file... forum bug?
upload.clients.ip=0.0.0.0
upload.clients.port=4617
#Use port 5000 for the guild icon mini webserver
upload.iconserver.ip=192.168.0.111
upload.iconserver.port:5000
#Where the gameserver will connect (this is default values)
upload.gameserver.ip:127.0.0.1
upload.gameserver.port:4616
gameserver.opt:
S:game.guild_icon_base_url:
[Only registered and activated users can see links. Click Here To Register...]
S:game.url_list:guild_icon_upload.ip|192.168.0.111 |guild_icon_upload.port|4617|guild_test_download.u rl|gicons/|web_download|192.168.0.111:5000
##again its showing a space after the IP.. but its not in the file...
S:io.upload.ip:127.0.0.1
S:io.upload.port:4617
S:upload.server_name:RevolutionUpload
I tested this with telnet, and the ports 4617 and 5000 are open.
Rerouting the IPs through my router results in the same error, and ports still open.
Some time after the failed upload the connection times out.
Info SessionServer<UploadServer: :ClientSession> Kicked idle connection: 127.0.0.1:56560
Adding the idletimeout=0 command changes nothing.
So at this point I am wondering what I am doing wrong...
Could it be that this Auth emu is incompatible with 9.4 somehow?