• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Server program crashes on loadup!?! :(

Samaster

Raptorserver.ddns.net
Joined
Jun 9, 2013
Messages
291
Reaction score
23
Location
UK
Can someone please help me, my server crashes every time i load it up.. it crashes on loading items.xml; its never done this before on other servers and i dont know how to get rid of it:/
i haven't changed any of the lua files :<

21oymb6.png
 
Last edited:
I have the same problem. Mysql database is configured the right way.

Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "mysql"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = ""
    sqlDatabase = "otadmin"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"
 
This solved my problem for a few month ago!

The images are in swedish language, hope you can solved it anyway!

1. Rightclick on TheForgottenServer program, or what your program is named!

2vwy4iw.png


--------------------------------------------------------------------------------------------------

2. Go to properties.

j0w2zq.png

Egenskaper = Properties!
--------------------------------------------------------------------------------------------------

3. Then on the top, go to compatibility (Don´t know what the name are in english)

iw3c6u.png

Kompalibitet = compatibility
--------------------------------------------------------------------------------------------------

4. Check in the box: run this program in compatibility mode for:
28lfjn6.png

Kör detta program i kompatibilitetslage för = run this program in compatibility mode for:

--------------------------------------------------------------------------------------------------

5. And down below check in the box: run this program as administrator
1zxry81.png

Kör det här programmet som en adminstratör = Run this program as administrator

--------------------------------------------------------------------------------------------------


Swedish text, hope you can solved it!

deqyaa.png


This problem solved my issue!
Hope this gives back your OpenTibia!
Hope it works for you!
Have a nice day!

//Carbine
 
Back
Top