thevisad / DayZ-Private-master

Reality DayZ - replaced Bliss for DayZ servers
GNU General Public License v2.0
45 stars 84 forks source link

Player dead #183

Closed bymaximus closed 11 years ago

bymaximus commented 11 years ago

When someone get killed, they just respawn at same location of dead with your items and your body on side. Someone have this inssue?

madrigo64 commented 11 years ago

Some players reported me about this bug, so this bug can be but rarely

bymaximus commented 11 years ago

This bug is nothing more than the delay between the dayz and mysql. To solve this, I put mysql in a ramdrive.

I have another bug, some players after dead, go to an unknown plain location with another body´s.

madrigo64 commented 11 years ago

I have another bug, some players after dead, go to an unknown plain location with another body´s. I had this problem reported from user but once, and I think was old version of mod dayz 1.7.4.4

ghost commented 11 years ago

I am think this means what player's flag is_dead not correctly saved, i know it because sometimes i respawning myself by setting is_dead to value 0 in database for my character id, and when i joined the game i had all my equipment, but also there been copy of my dead body, is lying beneath me.

xyberviri commented 11 years ago

Those plains are the debug field, make sure you are running the latest build and have use the supplied instructions or ask for assistance. make sure all files are updated with each release; this is the dbase, dlls and schemes. do not mix and match files as this will lead to unexpected results.

please include the requested information located in the wiki page on how to fill out a bugreport.

with out this info we are unable to assist in troubleshooting.

under no circumstances should bug reports be submitted for issues that occur due to mission or server file tampering. If a server operator modifies his/her files they need to go back and verify the issue occurs with the supplied packages & build options. this also means Ops should never manually apply changes reality makes to their server.

debug plains typically point to misconfigured server or custom code when no one is able to ever join. custom white lists and anti hacks are #1 causes.

if in doubt try chernarus with instance 1 if that does not work something isnt setup right

its normal to see this, if seen, at death

bymaximus commented 11 years ago

this is maybe the desync bug? After 1h+- of server on, database not record at realtime causing this bug. The sleeps commands on scripts can cause it? Anyone can run a test with mysql in an ramdrive? noSQL database not is better?

thevisad commented 11 years ago

The SQL is not the issue, it is the server code that DayZCode provides that is creating the issue. Reality runs 100% DayZCode and is not modified in anyway until you put a package in. even then all the packages have been in Bliss/Reality for multiple versions. If it worked in 1744, but not in 175+ then the issue is in 175+

On Thu, Mar 7, 2013 at 3:28 AM, bymaximus notifications@github.com wrote:

this is maybe the desync bug? After 1h+- of server on, database not record at realtime causing this bug. The sleeps commands on scripts can cause it? Anyone can run a test with mysql in an ramdrive? noSQL database not is better?

— Reply to this email directly or view it on GitHubhttps://github.com/thevisad/DayZ-Private-master/issues/183#issuecomment-14547952 .

thevisad commented 11 years ago

Also MySQL in a ram drive is a complete waste, DayZ does not require a ram drive to work on a small scale like this. You gain little to no benefit by pushing it to a ram drive. Plus noSQL is not supported, any support request that indicates noSQL will be closed immediately.

bymaximus commented 11 years ago

I know noSQL is not supported, but you can make it, just re-code the hive and create an new noSQL db. Ramdrive is to mysql and not dayz, mysql with ramdrive have very fast (epic) read-writes. According you,the bug is not the mysql but is the dayz code.

The strange thing is that this desynchronization always had since the beginning of the repository (ayan4m1). Exists this bug in the original servers?

This ta giving me a damn headache. :]

thevisad commented 11 years ago

@bymaximus - noSQL will never be supported by me, it's a crappy iteration of a database structure and should not be used. I completely understand what a ram drive is, what its used for and how to use it. I am telling you using ram drives on a small database structure such as DayZ is a waste of time, effort and ram that could be used for more servers. The only reason to throw something into a ram drive is for fast processing of LOTS of data. The hive does not even come close to needing that sort of speed from the system.

yes, DayZCode has Desync.

bymaximus commented 11 years ago

hum, thanks.