• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Problem (Help Please)

Hrsha

Member
Joined
May 30, 2010
Messages
450
Reaction score
21
Location
Egypt
Hii Guys

here is my problem while compiling Tfs 3884
i tried with updated openssl and no changed (the same error)

12834363.jpg


if there is any other way to compile it please guide me to it

i wish if u guys can help me i will be so glad :)
 
follow this instructions:

Open Dev-Cpp.

Open the menu TOOLS -> Check for updates/packages.

Select DEVPACK SERVER: Devpacks.org

click on Check For Updates.

Search OPENSSL version 0.9.8.

Select it and click DOWNLOAD SELECTED.

After downloaded and installed (follow onscreen instructions), close and restart Dev-CPP.

Open the forgotten-server.dev.

Open the Menu Execute --> Rebuild ALL.

and wait for the recompilation.
 
follow this instructions:

Open Dev-Cpp.

Open the menu TOOLS -> Check for updates/packages.

Select DEVPACK SERVER: Devpacks.org

click on Check For Updates.

Search OPENSSL version 0.9.8.

Select it and click DOWNLOAD SELECTED.

After downloaded and installed (follow onscreen instructions), close and restart Dev-CPP.

Open the forgotten-server.dev.

Open the Menu Execute --> Rebuild ALL.

and wait for the recompilation.

Thanks Works fine now

but do u have any idea to how compile it to GUI Version ?
when i choose GUI from option it shows me error while compiling that lua5.1.dll not found
 
follow this instructions:

Open Dev-Cpp.

Open the menu TOOLS -> Check for updates/packages.

Select DEVPACK SERVER: Devpacks.org

click on Check For Updates.

Search OPENSSL version 0.9.8.

Select it and click DOWNLOAD SELECTED.

After downloaded and installed (follow onscreen instructions), close and restart Dev-CPP.

Open the forgotten-server.dev.

Open the Menu Execute --> Rebuild ALL.

and wait for the recompilation.

After That?,I Still have it Rebuilding And i think it's gone take alot of time :p
After that What will i find?
 
I dont know. But I dont think 0.4 support GUI, only console works

ok i have other problem now
my server succeed and opened with no problems
but i cant login to it by my account or account manager
i checked all accounts in database there are 2 accounts only mine and account manager 1/1

but when i try to login it says invalid password i dont know where is the problem
 
ok change the password on your account in database to 41da8bef22aaef9d7c5821fa0f0de7cccc4dda4d. and then login on your account on your site with password tibia and change the password to whatever you want or just use the link down here.


41da8bef22aaef9d7c5821fa0f0de7cccc4dda4d = tibia
http://www.sha1.cz/
 
Or just open your config-and-functions.php and search for
Code:
if(strtolower($config['server']['passwordType']) == 'sha1')[FONT=monospace][COLOR=#007700]

Change for

Code:
[/COLOR][/FONT]if(strtolower($config['server']['encryptionType']) == 'sha1')[FONT=monospace][COLOR=#007700]
[/COLOR][/FONT]
 
Back
Top