f3cuk / WICKED-AI

Wicked AI missions for your server
30 stars 59 forks source link

Major Error Causes Restart #58

Closed peterbeer990 closed 10 years ago

peterbeer990 commented 10 years ago

I get this

22:19:47 Error in expression <e = NEWBSARRAY select _i; if (time - _time < 300) then { _uid = NEWBSA> 22:19:47 Error position: <_time < 300) then { _uid = NEWBSA> 22:19:47 Error Undefined variable in expression: _time 22:19:47 "nil player object attempting PV, :["","SERVER"]"

Then is does a static restart

Notched it only happens sometimes when mission starts or finishes

f3cuk commented 10 years ago

Hmm are you sure this is WAI related? This code does not ring a bell and i cant find it anywhere either.

peterbeer990 commented 10 years ago

Positive removed it and added plenty of times

peterbeer990 commented 10 years ago

Added new one crashes add old version works fine

peterbeer990 commented 10 years ago

Seems likes it Infistar reading something it dosent like :/

peterbeer990 commented 10 years ago

20:34:54 "infiSTAR.de Log: SERVER ALERT! (Remote Execution found - Ending Mission! #3) | "

nerdalertdk commented 10 years ago

Thats a hacker.....

SJossy commented 10 years ago

it's not a hacker lol, I'm looking into it as much as I can, I'm not too familiar with Infistar and I've only just installed it today so I'll investigate it more tomorrow (1am now)

f3cuk commented 10 years ago

As been said, this is - most likely - infistar related. As neither me or Jossy had infistar before today it was something unable to resolve. Luckily that has changed and we'll probably have a fix soon.

nerdalertdk commented 10 years ago

There is a tread on dayzepoch forum. It looks like the same log

f3cuk commented 10 years ago

Link?

SJossy commented 10 years ago

it appears it's detecting an extra unit added to the player group, if units in a player group > 1 it reboots the mission because it thinks a player is hacking, now I just need to figure out why and how WAI is adding to the player group

Clanwarfare commented 10 years ago

Dang... any luck so far? I really want to launch our new Taviana server with this. Its doing the same thing on my end too.

SJossy commented 10 years ago

you shouldn't launch a server with beta mods for a start ;)

I have been out for most of the morning and left arma running so far it's cycled through 180 missions without restarting :(

Clanwarfare commented 10 years ago

I know.. but, dude these version is so bad ass with the hero/bandit. It runs pretty solid too.. it has to be a certain mission. It wasn't doing for a while at one point until i finished the Hero base... boom. Restarted the server. I was like, dang..

SJossy commented 10 years ago

14:12:27 "INFISTAR: FunctionsManagerGroup Units: L 1-1-A:1 Type of unit: FunctionsManager" 14:12:27 "INFISTAR: FunctionsManagerGroup Units: L 1-1-A:2 Type of unit: LocationLogic"

the LocationLogic unit is being added to the FMG from https://community.bistudio.com/wiki/BIS_fnc_locations, this will prevent us checking for nearest towns in our find_position call until we find away around this, but this should be solved for now

Clanwarfare commented 10 years ago

thanks, man!

SJossy commented 10 years ago

fixed