Doesn't work to update

meat147

New Member
So what i have done,

0.
Downloaded last dayz files Client and server and but both in the arma 2 server dir
and used https://github.com/thevisad/DayZ-Private-master
i have seen that is it for 1.7.5 but seems not be able to use for 1.7.5.1 or ?
1.
Run setup_perl.bat. If you are prompted to provide a schema path, press enter to continue. If you are prompted Yes/No to run tests, type "n" and press Enter.
2.
Run perl build.pl --world <world> --instance <id> in Repository,
like this
C:\Users\Pierre\Downloads\DayZ-Private-master-1.7.5\DayZ-Private-master-1.7.5>perl build.pl --world Chernarus --instance 1 --with-carepkgs --with-killmsgs --with-messaging --with-buildings --with-wrecks --with-invcust
3.
Copy all files from Repository\deploy into ArmA2\
4.
edit the hiveext.ini to this
[Database]
;Currently, only MySQL is supported
Type = MySQL
;Hostname or IP of the server to connect to
Host = 127.0.0.1
;Port to connect to. The default is the default listening port of a server of the selected Type
;Instead of specifying Port, you can specify Socket and set Value to the socket name
Port = 3333
;Database name to connect to.
Database = bliss_chernarus
;Username to connect with
Username = bliss
;Password to authenticate with (default is blank)
Password = 123456


and tried this
update migration_schema_version set name = 'Reality' where name = 'Bliss';

so then i started the server

=====================================================================
== C:\home\kd10000\server\dayz_6205\expansion\beta\arma2oaserver.exe
== expansion\beta\arma2oaserver.exe -port=2302 -config=dayz_1.chernarus\server.cfg -cfg=dayz_1.chernarus\basic.cfg -profiles=dayz_1.chernarus\ -name=reality -mod=@dayz;@reality_chernarus;@rmod -world
=====================================================================

0:13:00 "MISSION: File Updated"
0:13:00 "HIVE: Starting"
=======================================================
-------------------------------------------------------
Exception code: C0000005 ACCESS_VIOLATION at 7242DEF4
Allocator: C:\home\kd10000\server\dayz_6205\expansion\beta\dll\tbb4malloc_bi.dll
graphics: No
resolution: 160x120x32
Addons:
many addons if need that i will right it down!
Mods: @rmod
Distribution: 0
Version 1.62.100296
Fault address: 7242DEF4 01:0008CEF4 C:\home\kd10000\server\dayz_6205\@reality_chernarus\HiveEXT.dll
file: dayz_1 (__cur_mp)
world: chernarus
Prev. code bytes: 45 EC 8B 8D 80 FE FF FF 8B 11 8B 8D 80 FE FF FF
Fault code bytes: 8B 42 0C FF D0 E9 35 01 00 00 8B 8D 80 FE FF FF

Registers:
EAX:00000000 EBX:00000000
ECX:16E53E80 EDX:00000000
ESI:16E53E80 EDI:16E60000
CS:EIP:0023:7242DEF4
SS:ESP:002B:00BAC2C8 EBP:00BAC458
DS:002B ES:002B FS:0053 GS:002B
Flags:00010246
=======================================================
note: Minidump has been generated into the file dayz_1.chernarus\arma2oaserver.mdmp
 
Did you run db_migrate after updating migration_schema_version?

If you do a plain vanilla build and run without rmod does it still crash?

i.e. perl.exe build.pl --world chernarus --instance 1
 
It was likely the same issue I had.
Remove the --with-messaging --with-buildings --with-invcust from the build unless your sure you migrated the correct sql to create the tables for these addons.
 
replace your
database.dll
libmysql.dll
mysqlcppconn.dll
tbb.dll
tbbmalloc

in the main arma 2 folder.
 
Back
Top