• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Ubuntu 20.04 with 1.4.2 (v75) server

Initiate Mage
Joined
Nov 29, 2023
Messages
2
Reaction score
0
Hi, i recently thought about renew my old packages, where i used ubuntu 12.04/14.04 because by years they became very outdated together with dependencies like php 5.x and java 6 (i am not able to install them anymore)

everything went well except gdelivery cannot connect to GameDB and ganticheatclient to GACD

it is related with my newer java version? (v11.0.20.1)?

1701239291259 - Ubuntu 20.04 with 1.4.2 (v75) server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 20, 2015
Messages
71
Reaction score
20
missing file: lib
please try:
dpkg --add-architecture i386
apt-get update
apt-get install -y libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 gstreamer0.10-pulseaudio:i386 gstreamer0.10-plugins-base:i386 gstreamer0.10-plugins-good:i386

apt-get update
apt-get install libssl1.0.0 libssl-dev
cd /lib/x86_64-linux-gnu
ln -s libssl.so.1.0.0 libssl.so.10
ln -s libcrypto.so.1.0.0 libcrypto.so.10
 
Joined
Jul 17, 2007
Messages
665
Reaction score
104
still the ganticheatclient fail to connect to GACD, i installed the 2nd part (libssl and rest) but top stuffs not canididates/unable to locate the packages

this helped on 14.04 but not on the 20.04 (black screenshot) :/


1701290938534 - Ubuntu 20.04 with 1.4.2 (v75) server - RaGEZONE Forums

1701290596250 - Ubuntu 20.04 with 1.4.2 (v75) server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
76
Hi, i recently thought about renew my old packages, where i used ubuntu 12.04/14.04 because by years they became very outdated together with dependencies like php 5.x and java 6 (i am not able to install them anymore)

everything went well except gdelivery cannot connect to GameDB and ganticheatclient to GACD

it is related with my newer java version? (v11.0.20.1)?

View attachment 252203

take a look at my tutorial here
[Debian/Ubuntu] Installing PHP 5.6 , Mysql 5.7 , Phpmyadmin 4.9 & openjdk6-jre

if you're using an older version of ubuntu, use apt-get instead of apt install which was indicated on my tutorial
 
Joined
Jul 17, 2007
Messages
665
Reaction score
104

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jul 17, 2007
Messages
665
Reaction score
104
I guess it's time for an upgrade of distro šŸ‘Œ
yeah, just first i make it works on old one, then i think about maybe upgrade into the 20.04 and create docker file or just image, right now works everything except cannot login
Code:
TRACE : getroleinfo user 32 lastlogintime 1701330231
TRACE : gdelivery::receive playerlogin from link,roleid=1024,linkid=1,localsid=15
TRACE : gdeliveryserver::statusannounce,online=1,fakemax=6000,load=0,attr=-805306368
TRACE : gdelivery:: statusannounce: user 32(roleid=-1648792) offline, onlineuser count is 1
Prepare procedure call:{call recordoffline(?,?,?,?,?)}
gauthd: 30 Nov 2023 07:48:10,192  INFO GAuthServer:? - UserLogout::User 32 logout successfully.
1701330430078 - Ubuntu 20.04 with 1.4.2 (v75) server - RaGEZONE Forums


[EDIT] login crashes was caused by the outdated element.data and newer gshop.data

[solution] https://forum.ragezone.com/threads/mysql-column-type-changes.1222850/

MySQL 8+ doesnt work anymore with authd
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top