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" - distroyed123 - 03-27-2012 (03-27-2012, 06:26 AM)Hunterz Wrote: I compile from source (svn repository) i think 1 week ago. you mean a change log? RE: some "bugs" - Hunterz - 03-27-2012 [/quote] you mean a change log? [/quote] Changelog will be good for writing info about new features. I mean server.log as file, where are easy find issues during server running. RE: some "bugs" - xoft - 03-27-2012 The server writes such a file everytime it is run - look into the logs/ subfolder. Changelog is currently only emulated by svn log messages ( https://code.google.com/p/mc-server/source/list ), sure it is not a changelog, but there isn't anything better right now. As I said, we're too understaffed for that RE: some "bugs" - Hunterz - 03-27-2012 (03-27-2012, 04:57 PM)xoft Wrote: The server writes such a file everytime it is run - look into the logs/ subfolder. Ok, thanks for fast reply. Do you have any roadmap, how features you add first etc...? Do You plan irc style of opping players (ops can bypass permissions) ? RE: some "bugs" - xoft - 03-27-2012 No roadmap, not even featurelist I personally haven't found an acceptable "tracker" for such yet, and even if i did, it's up to FakeTruth as the domain and hosting is his. There are already user-groups, but it's a part of code I haven't looked at yet, so I don't know much about its inner workings. RE: some "bugs" - FakeTruth - 03-27-2012 This thing supports all you need http://mc-server.org/support/ It has roadmaps, but I never created one http://mc-server.org/support/index.php?do=roadmap&project=2 RE: some "bugs" - xoft - 03-27-2012 The Flyspray has absolutely no UI for the Roadmap section when I log in. I suspect I don't have enough priviledges. RE: some "bugs" - FakeTruth - 03-27-2012 Ah I see, I messed around a bit, and I needed to add a 'version' of MCServer. I called it "Next release". Now you can edit tasks and set their "Due in Version" to "Next release". It'll be added to the roadmap http://mc-server.org/support/index.php?do=roadmap&project=2 RE: some "bugs" - Hunterz - 03-29-2012 Is possible fix this bug? (Very long downloading terrain) http://www.mc-server.org/support/index.php?do=details&task_id=129 It takes very long time when I testing or trying fix some bugs. In the log is a lot of messages like: [9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 22] [9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 23] [9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 24] [9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 25] [9cf2c700|21:41:57] Error -5 decompressing 3 data for chunk [14, 26] In the source code found, which part write errors: source/WSSCompact.cpp: LOGERROR("Error %d decompressing 1 data for chunk [%d, %d]", source/WSSCompact.cpp: LOGERROR("Error %d decompressing 2 data for chunk [%d, %d]", source/WSSCompact.cpp: LOGERROR("Error %d decompressing 3 data for chunk [%d, %d]", There is same message on 3 places, third place is which write to log (I changed log message - add number a and recompile mcserver) - line 677 Thanks RE: some "bugs" - xoft - 03-29-2012 What revision is that? I am at rev 440 and line 677 doesn't have any of those logging lines. Also a full server log may be useful in this case - is the server upgrading PAK versions or loading data normally? Can you provide the world data that's causing the trouble? And the coordinates from the player who's attempting to log in. |