• 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!

[10.77][TFS 1.2] ORTS, a real map project

I had the same problelm, you must use the 32-bit version of server. This Version does not crash.

what settings do you have set when compiling 32bit? I cant get a functional executable when doing 32bit. Launching the server gives me a 0xc000007b error
 
i have tried everything i could to get the server up and running but i still have no idea how to make the forgotten server run with mysql ive followed several peoples instructions but nothing has worked
 
I found a bug in the Quest In Service of Yalahar Quest Mission 03:
You cant speak with the Yalahari cause he is a Monster.
to Fix this you must:

at first rename in the NPC folder the Yalahari.xml to other name. for example YalahariNPC.xml
because the npc are not allowed to get same name as Monster.

then open the map with Remeres map editor delete the old monster and replace it with yalahariNPC:
hwykutwz.png


now you can speak with him :D

Thats not the only bug, but ye you have to change the npc, look at the changes I did yesterday if you want to fix yalahar quest.
 
what settings do you have set when compiling 32bit? I cant get a functional executable when doing 32bit. Launching the server gives me a 0xc000007b error
I downloaded the 32 bit from here http://otland.net/threads/10-31-the-forgotten-server-1-0-915.207351/#post-2000542 only put the 32 bit version from this file to your old 64 bit version.
Thats not the only bug, but ye you have to change the npc, look at the changes I did yesterday if you want to fix yalahar quest.
Where I can find your fixes?
 
What you're doing is wrong, your current changes constructs a new Player userdata object everytime.

This is what you should do
Code:
local player = Player(cid)
player:getStorageValue(storage)

Is that rly needed? Looks so werid with player: insted of using Player(cid) why did he not do that from the c++ side when he created 1.0?
And whats the diffrence, does it take up more ram by using Player(cid) on each line or?
 
(Could not edit) Seeing as they do the same thing in global.lua, each "old function" has its own local p or player.
 
for all you guys out there that having crashes with windows 7 or something like that. this sloved my problem with crashes .

1: get a Virutual Machine (its like another computer inside your computer) and install it as debian

2: follow this tutorial http://otland.net/threads/nothing-t...t-how-to-configure-a-dedicated-server.207051/ to get a stable debian server with website and mysql . very easy to follow each step :) Good Luck!
 
for all you guys out there that having crashes with windows 7 or something like that. this sloved my problem with crashes .

1: get a Virutual Machine (its like another computer inside your computer) and install it as debian

2: follow this tutorial http://otland.net/threads/nothing-t...t-how-to-configure-a-dedicated-server.207051/ to get a stable debian server with website and mysql . very easy to follow each step :) Good Luck!
i recomend this program for virutual machine https://www.virtualbox.org/
 
Thats not the only bug, but ye you have to change the npc, look at the changes I did yesterday if you want to fix yalahar quest.
Can you help me to fix the quest? I guess its fucked up because all he says to me is: greetings..
Send me PM/or post here is it will to many people.
 
for all you guys out there that having crashes with windows 7 or something like that. this sloved my problem with crashes .

1: get a Virutual Machine (its like another computer inside your computer) and install it as debian

2: follow this tutorial http://otland.net/threads/nothing-t...t-how-to-configure-a-dedicated-server.207051/ to get a stable debian server with website and mysql . very easy to follow each step :) Good Luck!

If it crashes you got a bad rev, you should always compile 1.0 on your own computer, since it will make it work alot better, (Look at the first post).
I use this one for testing, and on the dedicated I run one ive compiled myself.
http://otland.net/threads/10-31-the-forgotten-server-1-0-915.207351/
I downloaded the one from printers github, got crashes etc, when I tested the rev 915, it worked without any problems, no crashes etc.

Can you help me to fix the quest? I guess its fucked up because all he says to me is: greetings..
Send me PM/or post here is it will to many people.
Reinstall the datapack, I diden't change any major things in the npc files, or do you have any errors in the console?
 
If it crashes you got a bad rev, you should always compile 1.0 on your own computer, since it will make it work alot better, (Look at the first post).
I use this one for testing, and on the dedicated I run one ive compiled myself.
http://otland.net/threads/10-31-the-forgotten-server-1-0-915.207351/
I downloaded the one from printers github, got crashes etc, when I tested the rev 915, it worked without any problems, no crashes etc.


Reinstall the datapack, I diden't change any major things in the npc files, or do you have any errors in the console?
ye i tried to compile it on my own computer gets the same results so i go that way and working fine so far :)
 
ye i tried to compile it on my own computer gets the same results so i go that way and working fine so far :)
Still pretty "stupid" to tell ppl to use a VM insted of just using a working compiler? :eek:
Just a waste of time setting it up, compiling, etc when you can just download the right one, and click run.
 
Still pretty "stupid" to tell ppl to use a VM insted of just using a working compiler? :eek:
Just a waste of time setting it up, compiling, etc when you can just download the right one, and click run.
but debian is so much better than windows xd in hosting way
 
but debian is so much better than windows xd in hosting way

How so? Ive used both linux and windows and if I use ubuntu desktop its okay but i still prefer windows.

What are the pros and cons?
 
I found a bug:
At Sam old backpackquest:
-When Kroox say I should go to the mines to get the dwarfen armor. The door to the chest is still closed.
Queens of Banshee:
-script for the quest is missing complete in the folder!
 
Back
Top