OpenModsLib

OpenModsLib

56M Downloads

Possible World Leak using latest jenkins build...

ate0ate opened this issue ยท 1 comments

commented

Not quite sure what is happening here, but in my SSP world ,shortly after entering the nether strange things start to happen. Initially the sound that plays whenever a player picks up a block or item will stop playing then a few moments later all blocks appear to diappear or have an x-ray type effect. There is no crash but the game is unplayable. Relogging temporarily fixes the problem before it ultimately just happens over and over again. Upon checking my logs the only odd thing is this which occurs every time...

[15:45:45] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save Where are the deserts
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 0
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 1
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 2
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 3
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 4
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 5
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 6
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 7
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 8
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 9
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 10
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 11
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 12
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 13
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 14
[15:45:55] [Server thread/DEBUG] [OpenMods/]: openblocks.common.MapDataManager$MapDataResponseEvent.writeToStream(MapDataManager.java:85): Trying to propagate invalid map data 15
[15:46:06] [Server thread/DEBUG] [FML/]: The world 2b8b965e (Where are the deserts) may have leaked: seen 15 times.
commented

Nothing interesting in there. Those are debug logs, and are triggered every time freshly logged player opens NEI. Unfortunately, we can't fully silence it.

Anyway, this line simply can't degrade performance of server. I suggest using Opis or learning how to use profilers like VisualVM.