Mission read from bank

xxlsebi

New Member
Hey,


i have this error:
18:40:45 Dedicated host created.
18:40:47 BattlEye Server: Initialized (v1.170)
18:40:47 Host identity created.

18:40:47 BattlEye Server: Initialized (v1.170)
18:40:47 Host identity created.
18:41:19 TDC | iNS4NE uses modified data file
18:41:19 BattlEye Server: Player #0 TDC | iNS4NE (62.227.112.27:2328) connected
18:41:20 Player TDC | iNS4NE connecting.
...
18:41:20 Mission DayZ Taviana read from bank.
18:41:21 Player TDC | iNS4NE connected (id=35398150).
18:41:21 Mission DayZ Taviana read from bank.
...
18:41:21 Mission DayZ Taviana read from bank.
18:41:21 BattlEye Server: Player #0 TDC | iNS4NE - GUID: a1989c0f8dfbeddcfb04ca7273c1fdba (unverified)
18:41:21 Mission DayZ Taviana read from bank.
...

screenshot of my folders and the restarter.exe:
2c6537f58cc4b3205223dfdcf83b5c0f.png





what i'm doing wrong?
 
Did you build with server options that may be unsupported? When I tried to build for Namalsk using unsupported additions, such as --with-wrecks, it caused this to happen.
 
Here are my installation commands, in one batch file (REM are comments)


HTML:
REM perl build.pl --world tavi
 
REM perl db_migrate.pl --username ****** --name *** --password ***
 
REM perl db_utility.pl --username *** --database *** --password *** setworld tavi
 
perl db_spawn_vehicles.pl --username *** --database *** --password *** --limit 20
 
pause
 
Might be a stupid question, but it seems like its missing the actual mission file from the MPmissions folder in the server directory.
It should only say this 1 time and then its loaded, it looks like it keeps looking for a file thats not there, or possibly renamed for some reason.

Are you missing the missionfile? :)
 
you need to include the instance id while building or the missionfile wil be built incorrectly ;)

--instance 1

also make sure hiveext has proper login data for your databaseserver
 
Hey,

I rebuilt the missionfile with --instance 1 [perl build.pl --world tavi --instance 1]
hiveext.ini has the right data..

I don't get it.. :(
 
look up for the right taviana version
(.eu or .com)

make sure that you have the right mod folders
e.g @dayztaviana/addons (check the addons folder in the mod folder)
 
you need to include the instance id while building or the missionfile wil be built incorrectly ;)

--instance 1

also make sure hiveext has proper login data for your databaseserver

Not true btw, i build all the time without instance. Instance is only needed if you want to run several instances on the same DB, if its not set it will default to 1.
 
Back
Top