[SUPPORT] - Sheeps Epoch Repack

Add this to your database.

Code:
ALTER TABLE `Character_DATA` ADD COLUMN `Slot` TINYINT UNSIGNED NOT NULL DEFAULT 1 AFTER `PlayerUID`;
 
Hey

I'm having a tad of a issue, i can't get it to work.
When i connect i get a ton of errors & it freezes and i can't go further then the loading screen.

I got the versions right on Epoch and so on.
Tried it with a clean install as well.

RPT log : http://pastebin.com/cDDFaDec
 
Hey

I'm having a tad of a issue, i can't get it to work.
When i connect i get a ton of errors & it freezes and i can't go further then the loading screen.

I got the versions right on Epoch and so on.
Tried it with a clean install as well.

RPT log : http://pastebin.com/cDDFaDec
somethings corrupt

are you hosted or local?

it looks like your server PBO got screwed up some how as there is a ton of errors from it that should not be there
 
Alright, how long is it till your home ? Just asking because it's currently 4am for me and I'm hoping i'll be here when you get home.

Thanks in advance :)
 
Hey
I'm having a tad of a issue, i can't get it to work.
When i connect i get a ton of errors & it freezes and i can't go further then the loading screen.

I got the versions right on Epoch and so on.
Tried it with a clean install as well.

RPT log : http://pastebin.com/cDDFaDec

This error is repeated.
1:19:44 Error Undefined variable in expression: _resultarray
and one wit
  1. 1:19:44 Error Undefined variable in expression: _hiveresponse

The rest of that garbage in there is normal .. all that convex and geometry stuff from bad models.
So I am assuming both of those are return values for you hive requests which means you are having trouble connecting to the database, or with the hive function itself.

Now later on I see this
Code:
dayz_serverobjectmonitor = dayz_serverobjectmonitor;
if(count _thi>
1:19:46   Error position: <dayz_serverobjectmonitor;
if(count _thi>
1:19:46   Error Undefined variable in expression: dayz_serverobjectmonitor
1:19:46 File z\addons\dayz_server\compile\server_spawnAN2CrashSite.sqf, line 20

correct me if I am wrong but isn't that a dayz variable and the epoch variable is pdze_serverobjectmonitor? Do you have the dayz_server.pbo for epoch or dayz?

Just guessing here, its hard just looking at an rpt file.
 
Back
Top