Raised This Month: $51 Target: $400
 12% 

ZR bugs after 2011.10.13 update?


Post New Thread Reply   
 
Thread Tools Display Modes
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 10-14-2011 , 08:13   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #21

It has nothing to do with ZR itself, but how much HP you have. I made a small test plugin (attached) to get and set health (sm_health [health]).

"Valid" health values seems to be in ranges: 1-511, 1025-1535, 2049-2559. Those who know binary numbers will see a pattern. It's sections of 511 values. Apparently it behaves as a signed 10 bit integer on the client, while the server use a signed 16 bit integer.

This seems to be an issue with the CS:S client and not SM or ZR (my own conclusion so far). I don't think it's a server issue, since setting a high "invalid" value reads back fine. It's just that the CS:S client doesn't handle this well. Maybe because the local HP value in the client is limited to a certain number of bits, hence these sections of valid numbers.
Attached Files
File Type: sp Get Plugin or Get Source (sm_health.sp - 257 views - 608 Bytes)
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)

Last edited by rhelgeby; 10-18-2011 at 04:20.
rhelgeby is offline
Send a message via MSN to rhelgeby
Denix
New Member
Join Date: Oct 2011
Old 10-14-2011 , 08:14   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #22

Quote:
Originally Posted by -=Leb=- View Post
I'm not sure if this error related to zr. I get this error only in zombie server.
When i get this in console, the server freezes, and will have to restart it

threadtools.cpp (2610) : Assertion Failed: Illegal termination of worker thread
'CNet Encrypt:0'
Assert( Assertion Failed: Illegal termination of worker thread 'CNet Encrypt:0'
):.\threadtools.cpp:2610
You have solved this problem? I have the same thing happens.
Denix is offline
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 10-14-2011 , 08:23   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #23

I changed my config like this and testing that plugin,

zr_zhp "0"
zr_zhp_default "0"


but, bug still alive

I think no relationship with hp hud
jungjunghoo is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 10-14-2011 , 08:26   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #24

It's the health value itself. ZR has nothing to do with this, and neither SM. Most likely it's a new bug introduced by Valve.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
CatsyLady
Senior Member
Join Date: Oct 2009
Location: Germany
Old 10-14-2011 , 08:42   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #25

this is in error.log

Code:
L 10/14/2011 - 14:24:18: Info (map "zm_crazycity") (file "errors_20111014.log")
L 10/14/2011 - 14:24:18: [SM] Unable to load extension "serversecure_files.ext": /home/srcds1/css/cstrike/addons/sourcemod/extensions/serversecure_files.ext.2.ep2v.so: undefined symbol: _Unwind_Resume
L 10/14/2011 - 14:24:18: [zombiereloaded.smx] [Player Classes] [Config Validation] Warning: Invalid health at index 17: 0
L 10/14/2011 - 14:24:18: [zombiereloaded.smx] [Player Classes] [Config Validation] Warning: Invalid class at index 17, disabled class. Class error flags: 524288.

**edit
dint saw there is another page now ..

Last edited by CatsyLady; 10-14-2011 at 08:47.
CatsyLady is offline
-=Leb=-
SourceMod Donor
Join Date: Dec 2008
Location: Sweden/Stockholm
Old 10-14-2011 , 08:45   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #26

Quote:
Originally Posted by Denix View Post
You have solved this problem? I have the same thing happens.
Nope, but i think its from mani and not zr
-=Leb=- is offline
Hekjuh
AlliedModders Donor
Join Date: Feb 2011
Location: Holland
Old 10-14-2011 , 08:48   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #27

Quote:
Originally Posted by rhelgeby View Post
It's the health value itself. ZR has nothing to do with this, and neither SM. Most likely it's a new bug introduced by Valve.
I can confirm this, if the HP indicator on the client GUI is below 1 or 0, player is bugged and above 550 or so aswell.
Hekjuh is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 10-14-2011 , 08:48   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #28

CatsyLady: Class health cannot be 0. It must be 1 or higher, but that's pretty obvious right? Well, zombies are dead, but not that dead.

If you're talking about the serversecure_files extension it looks like it needs an update (which is not discussed here).
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
-=Leb=-
SourceMod Donor
Join Date: Dec 2008
Location: Sweden/Stockholm
Old 10-14-2011 , 08:51   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #29

Quote:
Originally Posted by CatsyLady View Post
this is in error.log

Code:
L 10/14/2011 - 14:24:18: Info (map "zm_crazycity") (file "errors_20111014.log")
L 10/14/2011 - 14:24:18: [SM] Unable to load extension "serversecure_files.ext": /home/srcds1/css/cstrike/addons/sourcemod/extensions/serversecure_files.ext.2.ep2v.so: undefined symbol: _Unwind_Resume
L 10/14/2011 - 14:24:18: [zombiereloaded.smx] [Player Classes] [Config Validation] Warning: Invalid health at index 17: 0
L 10/14/2011 - 14:24:18: [zombiereloaded.smx] [Player Classes] [Config Validation] Warning: Invalid class at index 17, disabled class. Class error flags: 524288.

Hi moonlight, do you have linux or windows server?

On my windows server , i have absolutely no problem running zr and running error free.

I recommend you copy your cfg and your addon folder and paste them inside your css folder and not the orangebox folder.

NOTE dont forget the materials, model and sound folders too

The only problem i'm experiencing is the body goes under ground.
Also if you are running steambans remove it , coz steambans is broken
-=Leb=- is offline
CatsyLady
Senior Member
Join Date: Oct 2009
Location: Germany
Old 10-14-2011 , 08:51   Re: ZR bugs after 2011.10.13 update?
Reply With Quote #30

no i talk about the server crash on team join.
and why health is 0 ? i dint changed the config,
it worked well before the update, zombies should have 5k hp


Quote:
Originally Posted by -=Leb=- View Post
Hi moonlight, do you have linux or windows server?

On my windows server , i have absolutely no problem running zr and running error free.

I recommend you copy your cfg and your addon folder and paste them inside your css folder and not the orangebox folder.

NOTE dont forget the materials, model and sound folders too

The only problem i'm experiencing is the body goes under ground.
Also if you are running steambans remove it , coz steambans is broken
its Linux
and i did this already copy addons/cfg/etc in css folder

and no, steambans isnt loaded,
this are the only plugins

14:558 [SM] Listing 17 plugins:
01 "Nextmap" (1.3.6-dev) by AlliedModders LLC
02 "Basic Commands" (1.3.8-dev) by AlliedModders LLC
03 "Basic Votes" (1.3.8-dev) by AlliedModders LLC
04 "Player Commands" (1.3.8-dev) by AlliedModders LLC
05 "MapChooser" (1.3.8-dev) by AlliedModders LLC
06 "Zombie:Reloaded" (3.0.0-b2) by Greyscale | Richard Helgeby
07 "Admin File Reader" (1.3.3) by AlliedModders LLC
08 "Map Nominations" (1.3.8-dev) by AlliedModders LLC
09 "Basic Comm Control" (1.3.8-dev) by AlliedModders LLC
10 "Admin Help" (1.3.3) by AlliedModders LLC
11 "Admin Menu" (1.3.3) by AlliedModders LLC
12 "Basic Chat" (1.3.8-dev) by AlliedModders LLC
13 "Fun Votes" (1.3.8-dev) by AlliedModders LLC
14 "Sound Commands" (1.3.8-dev) by AlliedModders LLC
15 "Rock The Vote" (1.3.8-dev) by AlliedModders LLC
16 "Fun Commands" (1.3.8-dev) by AlliedModders LLC
17 "Basic Info Triggers" (1.3.8-dev) by AlliedModders LLC

as soon i unload zombiereloaded, server weorks fine

Last edited by CatsyLady; 10-14-2011 at 08:56.
CatsyLady is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:13.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode