View Single Post
Old 08-04-2008, 08:52 AM   #9 (permalink)
Lord_Helmchen
Lurker
 
Join Date: Oct 2002
Posts: 10
Default

I did some further testing. It is clearly ZLib (libz) related.
I disabled the compressed packets in Gump.cs and everything gump related works like a charm.
So I checked what else the compression is used for and wether it is messed up aswell.
Testing custom houses made it obvious, that there has to be some serious problem with libz, because it ain't visible in the client.

I get the following error in the console, when placing a custom house:
Code:
OnDelete()ZLib error: BufferError (#-5)
ZLib error: BufferError (#-5)
Any help on how this might be solved is appreciated.

*edit
might be related:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=258087

*edit2
It's a 64 Bit AMD CPU.

Last edited by Lord_Helmchen; 08-04-2008 at 09:25 AM.
Lord_Helmchen is offline   Reply With Quote