some "bugs" - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: some "bugs" (/thread-412.html) |
RE: some "bugs" - Hunterz - 03-29-2012 (03-29-2012, 04:51 PM)xoft Wrote: What revision is that? It is last revision, compiled from source. messages are modified with numbers 1,2,3 because in the code are three places with same log message and I need find which part of source generate errors Code: bool cWSSCompact::LoadChunkFromData(const cChunkCoords & a_Chunk, int & a_UncompressedSize, const AString & a_Data, cWorld * a_World) There in LOGERROR i added number to locate place... RE: some "bugs" - xoft - 03-30-2012 Still, I would appreciate your world PAK files. It works for me completely fine, so I guess it's something with the data. RE: some "bugs" - Hunterz - 03-30-2012 (03-30-2012, 01:19 AM)xoft Wrote: Still, I would appreciate your world PAK files. It works for me completely fine, so I guess it's something with the data. when i delete "world" folder, data (chunks) are generated again, but still decompressing errors Can I upload gzipped folder? RE: some "bugs" - NiLSPACE - 03-30-2012 (03-30-2012, 05:03 AM)Hunterz Wrote:(03-30-2012, 01:19 AM)xoft Wrote: Still, I would appreciate your world PAK files. It works for me completely fine, so I guess it's something with the data. you must delete the data if MC-Server is off RE: some "bugs" - Hunterz - 03-30-2012 [/quote] you must delete the data if MC-Server is off [/quote] I am not lamer :-P stopped server, delete world folder, started server, then joined to game Ignore pls number 3 in log message, this is my modification, which part of code generate error log message. RE: some "bugs" - NiLSPACE - 03-30-2012 [/quote] you must delete the data if MC-Server is off [/quote] I am not lamer :-P you never know but i don't know what the problem is. i don't have any knowledge in programming (i am 14 years old) RE: some "bugs" - FakeTruth - 03-30-2012 http://stackoverflow.com/questions/1316357/zlib-decompression-in-python ? Are you sure you're using an MCServer version without ANY modifications?? RE: some "bugs" - Hunterz - 03-30-2012 (03-30-2012, 05:55 AM)FakeTruth Wrote: http://stackoverflow.com/questions/1316357/zlib-decompression-in-python ? compiled from svn source RE: some "bugs" - FakeTruth - 03-30-2012 Yeah, but obviously you changed it by adding "3", are you ABSOLUTELY SURE you made no other changes? RE: some "bugs" - Hunterz - 03-30-2012 (03-30-2012, 07:36 AM)FakeTruth Wrote: Yeah, but obviously you changed it by adding "3", are you ABSOLUTELY SURE you made no other changes? Yes sure. Adding "3" were because I want search source of error message in the source code and exactly same message are on three positions in one cpp file. |