im not sure if this is happening with anyone else but the armor slot in the bottom left tends to have a big square around enchanted items im using the eternal hearts texture pack for 1.12.2 if that helps.
also for some reason when im under something like a wood roof or anything while not in a cave the minimap seems to break.
Yeah, I've noticed the first issue recently. It'll be fixed, it's just not a priority right now as it is completely harmless.
heres the minimap im standing under 1 layer of wooden planks and it breaks the minimap. im using the latest version of better pvp for 1.12.2
You're the second person to report this but I was still not able to recreate it. If it's possible for you to send me your world then I would probably be able to fix this much quicker.
* Compatibility with Xaero's World Map 1.2.5.
* Fixed multiplayer waypoints on 1.7.10.
* Fixed a crash caused by a mod incompatibility with Chocolate Quest/Better dungeons in 1.7.10.
Hey, there's a bug with the cavemap that is heavily affecting my use of the mod on version 1.15.2. It seems as if only one loaded chunk is displaying on all chunks in the cavemap, everything else seems to work fine. I use version 1.15, it has no bugs whatsoever
Rollback Post to RevisionRollBack
My collection of quotes:
"It's funny when you think about it Mr. Rayleor" - Benedict of the Supremacy
"Hey, I'm not trying to start fights, and you shouldn't either." - Lord Proto
"If your life has no problems, you're not really living it." - Ryan Higa
"Arguing with idiots is like playing chess with a pigeon... No matter how good you are, the bird is going to crap on the board and strut around like it won anyway" - Scott D. Weitzenhoffer
"Those that matter, don't mind. Those that mind, don't matter." - James Sayers
"An eye for an eye and the world goes blind..." - Markus RK200
* Fixed the game crashing when deleting a waypoint while holding the left mouse button over it in the waypoints menu.
* Fixed Unicode characters in waypoint names not saving properly on Windows OS.
* Fixed the game sometimes (~1/300 probability) crashing when entering a cave for the first time since the game start with Xaero's World Map installed. More often this happened on world load if the player was in a cave (much higher probability).
* Improved backwards compatibility of waypoints data. However, please still make your own backups (the mod makes them too) when skipping MC versions (for example going from 1.7.10 to 1.12.2, skipping 1.8, 1.9 etc) or skipping A LOT OF mod versions. There usually shouldn't be any issues. I found and fixed one though.
* Fixed "undefined packet discriminator" errors.
* Portuguese (Brazil) translation updated by DaDodger.
Thanks for reporting! It looks like something I can't properly fix though. Pretty sure another mod is removing an entity (or an entity part?) on a non-main thread without "synchronization". It looks like the game should sometimes crash for the same reason without the Better PVP mod. I can catch the exception for this case but it won't stop the crashes completely, if I'm correct about this.
EDIT: Just from looking at your mod list, I think explodingmobs mod is a good candidate but it can be anything.
Thanks for reporting! It looks like something I can't properly fix though. Pretty sure another mod is removing an entity (or an entity part?) on a non-main thread without "synchronization". It looks like the game should sometimes crash for the same reason without the Better PVP mod. I can catch the exception for this case but it won't stop the crashes completely, if I'm correct about this.
EDIT: Just from looking at your mod list, I think explodingmobs mod is a good candidate but it can be anything.
Thank you ,I am not very sure which mod cause this crash, but after I remove explodingmobs, it no longer crash.
* Compatibility with Xaero's World Map 1.3.
* Fixed a crash caused by having a lot of waypoints in a set, opening the edit/add screen from the WP menu (while viewing the set), changing the set to a small/empty one and confirming.
* Fixed a synchronisation issue which rarely caused a crash.
* Probably fixed the issue where the crash report wouldn't show the actual cause of the crash.
* Fixed a compatibility issue with Exploding Mobs mod.
* Fixed entities on the entity info interface not rendering properly when no item is held in hand.
Hmm... so, um. The minimap crashed, and I guess I should post here, since I'm using your "Better PvP" mod. This is what it crashed with:
And here is the actual crash report, in a spoiler for you:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 9/1/18 7:19 AM
Description: Unexpected error
java.lang.RuntimeException: Xaero's World Map has crashed! Please contact the author at planetminecraft.com/member/xaero96 or minecraftforum.net/members/xaero96
at xaero.map.MapProcessor.checkForCrashes(MapProcessor.java:866)
at xaero.map.MapProcessor.onRenderProcess(MapProcessor.java:413)
at xaero.map.events.Events.renderTick(Events.java:98)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_52_Events_renderTick_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:360)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1122)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at xaero.map.region.MapTileChunk.writeCacheData(MapTileChunk.java:242)
at xaero.map.region.MapRegion.saveCacheTextures(MapRegion.java:241)
at xaero.map.file.MapSaveLoad.run(MapSaveLoad.java:816)
at xaero.map.MapProcessor.run(MapProcessor.java:229)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at xaero.map.MapProcessor.checkForCrashes(MapProcessor.java:866)
at xaero.map.MapProcessor.onRenderProcess(MapProcessor.java:413)
at xaero.map.events.Events.renderTick(Events.java:98)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_52_Events_renderTick_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Quavelen'/51171152, l='MpServer', x=-4094.50, y=13.00, z=-5905.50]]
Chunk stats: MultiplayerChunkCache: 94, 94
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-2000,87,-1145), Chunk: (at 0,5,7 in -125,-72; contains blocks -2000,0,-1152 to -1985,255,-1137), Region: (-4,-3; contains chunks -128,-96 to -97,-65, blocks -2048,0,-1536 to -1537,255,-1025)
Level time: 2124549424 game time, 2162347127 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 17 total; [EntitySkeleton['Skeleton'/51288430, l='MpServer', x=-4085.50, y=30.00, z=-5814.50], EntitySheep['Sheep'/51276070, l='MpServer', x=-4060.97, y=66.00, z=-5866.55], EntitySkeleton['Skeleton'/51282756, l='MpServer', x=-4090.50, y=35.00, z=-5800.50], EntityCreeper['Creeper'/51282789, l='MpServer', x=-4084.50, y=30.00, z=-5791.50], EntityCreeper['Creeper'/51276098, l='MpServer', x=-4087.50, y=34.00, z=-5796.50], EntityZombie['Zombie'/51282243, l='MpServer', x=-4086.50, y=27.00, z=-5865.67], EntityItem['item.tile.gravel'/51289694, l='MpServer', x=-4091.88, y=10.00, z=-5906.06], EntitySkeleton['Skeleton'/51282783, l='MpServer', x=-4084.50, y=30.00, z=-5805.50], EntityItem['item.tile.stone.stone'/51289692, l='MpServer', x=-4089.13, y=10.00, z=-5907.02], EntityMinecartChest['Minecart with Chest'/51276060, l='MpServer', x=-4089.50, y=34.06, z=-5844.50], EntityItem['item.tile.gravel'/51289693, l='MpServer', x=-4084.49, y=10.00, z=-5905.50], EntityCreeper['Creeper'/51276059, l='MpServer', x=-4088.30, y=27.00, z=-5850.30], EntityPig['Pig'/51276057, l='MpServer', x=-4077.69, y=67.00, z=-5904.10], EntityItem['item.tile.torch'/51287318, l='MpServer', x=-4071.29, y=10.00, z=-5906.21], EntityPlayerSP['Quavelen'/51171152, l='MpServer', x=-4094.50, y=13.00, z=-5905.50], EntitySpider['Spider'/51276082, l='MpServer', x=-4081.50, y=30.00, z=-5812.50], EntitySkeleton['Skeleton'/51276083, l='MpServer', x=-4095.50, y=27.00, z=-5813.50]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1088332648 bytes (1037 MB) / 1711276032 bytes (1632 MB) up to 17179869184 bytes (16384 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.4.2759 Optifine OptiFine_1.12.2_HD_U_E2 12 mods loaded, 12 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:--------------- |:---------------------------- |:------------------------------------- |:---------------------------------------- |
| UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJA | mcp | 9.42 | minecraft.jar | None |
| UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2759.jar | None |
| UCHIJA | forge | 14.23.4.2759 | forge-1.12.2-14.23.4.2759.jar | None |
| UCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJA | xaerobetterpvp | 1.15.4 | BetterPvP_1.15.4_Forge_1.12.jar | None |
| UCHIJA | hud | 1.3.9 | hud-1.3.9-1.12.jar | None |
| UCHIJA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJA | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
| UCHIJA | neat | 1.4-17 | Neat+1.4-17.jar | None |
| UCHIJA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
| UCHIJA | xaeroworldmap | 1.3 | XaerosWorldMap_1.3_Forge_1.12.jar | None |
Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.07' Renderer: 'GeForce GTX 1080 Ti/PCIe/SSE2'
Launched Version: 1.12.2-forge1.12.2-14.23.4.2759
LWJGL: 2.9.4
OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.07, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Faithful+1.12.2-rv4, Misa Fire 1.12.2
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 16
Antialiasing: 16
Multitexture: true
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 399.07
OpenGlRenderer: GeForce GTX 1080 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
This crash occurred on a semi-vanilla survival server (the one linked in my signature, in particular) after using the '/back' command to return from a mining trip, back to the Enderman farm to repair my pickaxe. Honestly, this is the first time it has happened, and as such isn't reproducible. Still, since it told me to contact you, that's what I'm doing lol.
Rollback Post to RevisionRollBack
My current PC:
• Ryzen 9 3900x @4.2GHz
• 64GB DDR4 @3200MHz
• MSI RTX 2080 Ti Gaming X Trio
• 2TB NVMe SSD
• 6TB in HDD space
• Four monitors at 4k
Hmm... so, um. The minimap crashed, and I guess I should post here, since I'm using your "Better PvP" mod. This is what it crashed with:
And here is the actual crash report, in a spoiler for you:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 9/1/18 7:19 AM
Description: Unexpected error
java.lang.RuntimeException: Xaero's World Map has crashed! Please contact the author at planetminecraft.com/member/xaero96 or minecraftforum.net/members/xaero96
at xaero.map.MapProcessor.checkForCrashes(MapProcessor.java:866)
at xaero.map.MapProcessor.onRenderProcess(MapProcessor.java:413)
at xaero.map.events.Events.renderTick(Events.java:98)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_52_Events_renderTick_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:360)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1122)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at xaero.map.region.MapTileChunk.writeCacheData(MapTileChunk.java:242)
at xaero.map.region.MapRegion.saveCacheTextures(MapRegion.java:241)
at xaero.map.file.MapSaveLoad.run(MapSaveLoad.java:816)
at xaero.map.MapProcessor.run(MapProcessor.java:229)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at xaero.map.MapProcessor.checkForCrashes(MapProcessor.java:866)
at xaero.map.MapProcessor.onRenderProcess(MapProcessor.java:413)
at xaero.map.events.Events.renderTick(Events.java:98)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_52_Events_renderTick_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Quavelen'/51171152, l='MpServer', x=-4094.50, y=13.00, z=-5905.50]]
Chunk stats: MultiplayerChunkCache: 94, 94
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-2000,87,-1145), Chunk: (at 0,5,7 in -125,-72; contains blocks -2000,0,-1152 to -1985,255,-1137), Region: (-4,-3; contains chunks -128,-96 to -97,-65, blocks -2048,0,-1536 to -1537,255,-1025)
Level time: 2124549424 game time, 2162347127 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 17 total; [EntitySkeleton['Skeleton'/51288430, l='MpServer', x=-4085.50, y=30.00, z=-5814.50], EntitySheep['Sheep'/51276070, l='MpServer', x=-4060.97, y=66.00, z=-5866.55], EntitySkeleton['Skeleton'/51282756, l='MpServer', x=-4090.50, y=35.00, z=-5800.50], EntityCreeper['Creeper'/51282789, l='MpServer', x=-4084.50, y=30.00, z=-5791.50], EntityCreeper['Creeper'/51276098, l='MpServer', x=-4087.50, y=34.00, z=-5796.50], EntityZombie['Zombie'/51282243, l='MpServer', x=-4086.50, y=27.00, z=-5865.67], EntityItem['item.tile.gravel'/51289694, l='MpServer', x=-4091.88, y=10.00, z=-5906.06], EntitySkeleton['Skeleton'/51282783, l='MpServer', x=-4084.50, y=30.00, z=-5805.50], EntityItem['item.tile.stone.stone'/51289692, l='MpServer', x=-4089.13, y=10.00, z=-5907.02], EntityMinecartChest['Minecart with Chest'/51276060, l='MpServer', x=-4089.50, y=34.06, z=-5844.50], EntityItem['item.tile.gravel'/51289693, l='MpServer', x=-4084.49, y=10.00, z=-5905.50], EntityCreeper['Creeper'/51276059, l='MpServer', x=-4088.30, y=27.00, z=-5850.30], EntityPig['Pig'/51276057, l='MpServer', x=-4077.69, y=67.00, z=-5904.10], EntityItem['item.tile.torch'/51287318, l='MpServer', x=-4071.29, y=10.00, z=-5906.21], EntityPlayerSP['Quavelen'/51171152, l='MpServer', x=-4094.50, y=13.00, z=-5905.50], EntitySpider['Spider'/51276082, l='MpServer', x=-4081.50, y=30.00, z=-5812.50], EntitySkeleton['Skeleton'/51276083, l='MpServer', x=-4095.50, y=27.00, z=-5813.50]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1088332648 bytes (1037 MB) / 1711276032 bytes (1632 MB) up to 17179869184 bytes (16384 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.4.2759 Optifine OptiFine_1.12.2_HD_U_E2 12 mods loaded, 12 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:--------------- |:---------------------------- |:------------------------------------- |:---------------------------------------- |
| UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJA | mcp | 9.42 | minecraft.jar | None |
| UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2759.jar | None |
| UCHIJA | forge | 14.23.4.2759 | forge-1.12.2-14.23.4.2759.jar | None |
| UCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJA | xaerobetterpvp | 1.15.4 | BetterPvP_1.15.4_Forge_1.12.jar | None |
| UCHIJA | hud | 1.3.9 | hud-1.3.9-1.12.jar | None |
| UCHIJA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJA | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
| UCHIJA | neat | 1.4-17 | Neat+1.4-17.jar | None |
| UCHIJA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
| UCHIJA | xaeroworldmap | 1.3 | XaerosWorldMap_1.3_Forge_1.12.jar | None |
Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.07' Renderer: 'GeForce GTX 1080 Ti/PCIe/SSE2'
Launched Version: 1.12.2-forge1.12.2-14.23.4.2759
LWJGL: 2.9.4
OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.07, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Faithful+1.12.2-rv4, Misa Fire 1.12.2
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 16
Antialiasing: 16
Multitexture: true
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 399.07
OpenGlRenderer: GeForce GTX 1080 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
This crash occurred on a semi-vanilla survival server (the one linked in my signature, in particular) after using the '/back' command to return from a mining trip, back to the Enderman farm to repair my pickaxe. Honestly, this is the first time it has happened, and as such isn't reproducible. Still, since it told me to contact you, that's what I'm doing lol.
Thank you for reporting! I'll try to figure out what happened but let me know if it happens again.
* Fixed a very rare crash when writing to the minimap caused by an issue in Minecraft itself.
* Fixed a random crash when the mod is accessing biome data.
* Improved RAM usage of the entity radar.
* Fixed enchanted items not rendering properly in the armour info interface.
+ Added new "Item Tooltip" interface, which displays the tooltip of the currently held item. The interface is disabled by default.
* Interfaces placed in the lower half of the screen will now be anchored to the bottom of the screen when the screen is resized, similar to how it already works on the horizontal axis.
* Fixed entity info incompatibility with some modded mobs.
* Updated Ukrainian translation. Huge thanks to Olexn for contributing!
+ Added a new option to enable player names under the player heads on the minimap.
* Moved some options around in the settings.
* Fixed unnecessary labels being rendered on the entity info interface.
* (1.7.10 only) Fixed waypoints not working correctly on multiplayer.
* (1.7.10 only) Fixed player heads not rendering properly.
+ Added a new experimental option for the terrain slopes. Usage of world map chunks should be turned off for this first.
* Fixed a rare issue where terrain slopes would render incorrectly.
disregard the minimap it appeared to be an issue with not using the latest version of forge.
Yeah, I've noticed the first issue recently. It'll be fixed, it's just not a priority right now as it is completely harmless.
You're the second person to report this but I was still not able to recreate it. If it's possible for you to send me your world then I would probably be able to fix this much quicker.
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Update 1.15.2 (MC 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11, 1.10.2, 1.8.9, 1.7.10):
* Compatibility with Xaero's World Map 1.2.5.
* Fixed multiplayer waypoints on 1.7.10.
* Fixed a crash caused by a mod incompatibility with Chocolate Quest/Better dungeons in 1.7.10.
Link Removed
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Hey, there's a bug with the cavemap that is heavily affecting my use of the mod on version 1.15.2. It seems as if only one loaded chunk is displaying on all chunks in the cavemap, everything else seems to work fine. I use version 1.15, it has no bugs whatsoever
My collection of quotes:
"It's funny when you think about it Mr. Rayleor" - Benedict of the Supremacy
"Hey, I'm not trying to start fights, and you shouldn't either." - Lord Proto
"If your life has no problems, you're not really living it." - Ryan Higa
"Arguing with idiots is like playing chess with a pigeon... No matter how good you are, the bird is going to crap on the board and strut around like it won anyway" - Scott D. Weitzenhoffer
"Those that matter, don't mind. Those that mind, don't matter." - James Sayers
"An eye for an eye and the world goes blind..." - Markus RK200
so it like combines all 5 of my favorite client side mods into one? cool!
even tho it seems to not be client side, it still looks coool for a modpack to have
Thanks! It is client side.
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Update 1.15.3 (MC 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11, 1.10.2, 1.8.9, 1.7.10):
* Fixed the game crashing when deleting a waypoint while holding the left mouse button over it in the waypoints menu.
* Fixed Unicode characters in waypoint names not saving properly on Windows OS.
* Fixed the game sometimes (~1/300 probability) crashing when entering a cave for the first time since the game start with Xaero's World Map installed. More often this happened on world load if the player was in a cave (much higher probability).
* Improved backwards compatibility of waypoints data. However, please still make your own backups (the mod makes them too) when skipping MC versions (for example going from 1.7.10 to 1.12.2, skipping 1.8, 1.9 etc) or skipping A LOT OF mod versions. There usually shouldn't be any issues. I found and fixed one though.
* Fixed "undefined packet discriminator" errors.
* Portuguese (Brazil) translation updated by DaDodger.
Link Removed
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Hello, I get a crash with 1.15.3 version
https://paste.ubuntu.com/p/sYyK82PJZn/
Thanks for reporting! It looks like something I can't properly fix though. Pretty sure another mod is removing an entity (or an entity part?) on a non-main thread without "synchronization". It looks like the game should sometimes crash for the same reason without the Better PVP mod. I can catch the exception for this case but it won't stop the crashes completely, if I'm correct about this.
EDIT: Just from looking at your mod list, I think explodingmobs mod is a good candidate but it can be anything.
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Thank you ,I am not very sure which mod cause this crash, but after I remove explodingmobs, it no longer crash.
Ever considered adding a HUD damage indicator of the direction the player is taking damage from?
I think some console versions do it.
I have considered it. It's not straight-forward though.
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
[deleted]
I'm an idiot... Just saying.
Update 1.15.4 (MC 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11, 1.10.2, 1.8.9, 1.7.10):
* Compatibility with Xaero's World Map 1.3.
* Fixed a crash caused by having a lot of waypoints in a set, opening the edit/add screen from the WP menu (while viewing the set), changing the set to a small/empty one and confirming.
* Fixed a synchronisation issue which rarely caused a crash.
* Probably fixed the issue where the crash report wouldn't show the actual cause of the crash.
* Fixed a compatibility issue with Exploding Mobs mod.
* Fixed entities on the entity info interface not rendering properly when no item is held in hand.
Link Removed
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Hmm... so, um. The minimap crashed, and I guess I should post here, since I'm using your "Better PvP" mod. This is what it crashed with:

And here is the actual crash report, in a spoiler for you:
This crash occurred on a semi-vanilla survival server (the one linked in my signature, in particular) after using the '/back' command to return from a mining trip, back to the Enderman farm to repair my pickaxe. Honestly, this is the first time it has happened, and as such isn't reproducible. Still, since it told me to contact you, that's what I'm doing lol.
• Ryzen 9 3900x @4.2GHz
• 64GB DDR4 @3200MHz
• MSI RTX 2080 Ti Gaming X Trio
• 2TB NVMe SSD
• 6TB in HDD space
• Four monitors at 4k
Thank you for reporting! I'll try to figure out what happened but let me know if it happens again.
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Update 1.15.5 (MC 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11, 1.10.2, 1.8.9, 1.7.10):
* Fixed a very rare crash when writing to the minimap caused by an issue in Minecraft itself.
* Fixed a random crash when the mod is accessing biome data.
* Improved RAM usage of the entity radar.
* Fixed enchanted items not rendering properly in the armour info interface.
Link Removed
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Update 1.15.6 (MC 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11, 1.10.2, 1.8.9, 1.7.10):
+ Added new "Item Tooltip" interface, which displays the tooltip of the currently held item. The interface is disabled by default.
* Interfaces placed in the lower half of the screen will now be anchored to the bottom of the screen when the screen is resized, similar to how it already works on the horizontal axis.
* Fixed entity info incompatibility with some modded mobs.
* Updated Ukrainian translation. Huge thanks to Olexn for contributing!
Link Removed
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Update 1.15.7 (MC 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11, 1.10.2, 1.8.9, 1.7.10):
+ Added a new option to enable player names under the player heads on the minimap.
* Moved some options around in the settings.
* Fixed unnecessary labels being rendered on the entity info interface.
* (1.7.10 only) Fixed waypoints not working correctly on multiplayer.
* (1.7.10 only) Fixed player heads not rendering properly.
Link Removed
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap
Update 1.15.8 (MC 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11, 1.10.2, 1.8.9, 1.7.10):
+ Added a new experimental option for the terrain slopes. Usage of world map chunks should be turned off for this first.
* Fixed a rare issue where terrain slopes would render incorrectly.
Link Removed
Flare Jump (Google Play) - my new Android game
patreon.com/xaero96 - support my work & get rewarded with automatic mod updates, capes and more
Xaero's World Map
Better PVP Mod
Xaero's Minimap