ldtteam / Structurize

Minecraft Structures
GNU General Public License v3.0
45 stars 45 forks source link

Game Crash After Using Building Tool #143

Closed Tricksta1999 closed 4 years ago

Tricksta1999 commented 4 years ago

53 # Structurize version - 0.10.313-RELEASE

Version: 1.15.2

Expected behavior

Actual behavior

Time: 24/05/20 11:26 Description: mouseClicked event handler

java.lang.NoSuchMethodError: com.ldtteam.structures.lib.BlueprintUtils.getPrimaryBlockOffset(Lcom/ldtteam/structures/blueprints/v1/Blueprint;)Lnet/minecraft/util/Tuple; at com.minecolonies.coremod.client.gui.WindowMinecoloniesBuildTool.place(WindowMinecoloniesBuildTool.java:59) ~[?:0.10.771-RELEASE] {re:classloading} at com.ldtteam.structurize.client.gui.WindowBuildTool.confirmClicked(WindowBuildTool.java:1092) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.structurize.client.gui.WindowBuildTool$$Lambda$5475/503968390.run(Unknown Source) ~[?:?] {} at com.ldtteam.structurize.client.gui.AbstractWindowSkeleton.lambda$registerButton$0(AbstractWindowSkeleton.java:40) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.structurize.client.gui.AbstractWindowSkeleton$$Lambda$5466/103993421.accept(Unknown Source) ~[?:?] {} at com.ldtteam.structurize.client.gui.AbstractWindowSkeleton.onButtonClicked(AbstractWindowSkeleton.java:67) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.controls.Button.handleClick(Button.java:95) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.Pane.click(Pane.java:480) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.views.View$$Lambda$5544/1344224377.accept(Unknown Source) ~[?:?] {} at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.views.View$$Lambda$5544/1344224377.accept(Unknown Source) ~[?:?] {} at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.313-RELEASE] {re:classloading} at com.ldtteam.blockout.BOScreen.mouseClicked(BOScreen.java:170) ~[?:0.10.313-RELEASE] {re:classloading} at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:82) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.MouseHelper$$Lambda$3506/174285886.run(Unknown Source) ~[?:?] {} at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:446) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:80) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:163) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.MouseHelper$$Lambda$3505/1799049015.run(Unknown Source) ~[?:?] {} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:162) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.MouseHelper$$Lambda$2934/1339257929.invoke(Unknown Source) ~[?:?] {} at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar:build 10] {} at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {} at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {} at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:98) ~[?:?] {re:classloading} at net.minecraft.client.MainWindow.func_227802e(MainWindow.java:296) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:946) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.2.0.jar:31.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$407/1365790282.call(Unknown Source) [forge-1.15.2-31.2.0.jar:31.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at com.minecolonies.coremod.client.gui.WindowMinecoloniesBuildTool.place(WindowMinecoloniesBuildTool.java:59) at com.ldtteam.structurize.client.gui.WindowBuildTool.confirmClicked(WindowBuildTool.java:1092) at com.ldtteam.structurize.client.gui.WindowBuildTool$$Lambda$5475/503968390.run(Unknown Source) at com.ldtteam.structurize.client.gui.AbstractWindowSkeleton.lambda$registerButton$0(AbstractWindowSkeleton.java:40) at com.ldtteam.structurize.client.gui.AbstractWindowSkeleton$$Lambda$5466/103993421.accept(Unknown Source) at com.ldtteam.structurize.client.gui.AbstractWindowSkeleton.onButtonClicked(AbstractWindowSkeleton.java:67) at com.ldtteam.blockout.controls.Button.handleClick(Button.java:95) at com.ldtteam.blockout.Pane.click(Pane.java:480) at com.ldtteam.blockout.views.View$$Lambda$5544/1344224377.accept(Unknown Source) at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) at com.ldtteam.blockout.views.View.click(View.java:141) at com.ldtteam.blockout.views.View$$Lambda$5544/1344224377.accept(Unknown Source) at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) at com.ldtteam.blockout.views.View.click(View.java:141) at com.ldtteam.blockout.BOScreen.mouseClicked(BOScreen.java:170) at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:82) at net.minecraft.client.MouseHelper$$Lambda$3506/174285886.run(Unknown Source)

-- Affected screen -- Details: Screen name: com.ldtteam.blockout.BOScreen Stacktrace: at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:446) at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:80) at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:163) at net.minecraft.client.MouseHelper$$Lambda$3505/1799049015.run(Unknown Source) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:162) at net.minecraft.client.MouseHelper$$Lambda$2934/1339257929.invoke(Unknown Source) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:98)

-- Affected level -- Details: All players: 1 total; [ClientPlayerEntity['Tricksta1999'/17, l='MpServer', x=783.90, y=72.00, z=-254.05]] Chunk stats: Client Chunk Cache: 625, 361 Level dimension: DimensionType{minecraft:overworld} Level name: MpServer Level seed: 6080155378811879231 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: {} Level spawn location: World: (199,63,31), Chunk: (at 7,3,15 in 12,1; contains blocks 192,0,16 to 207,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 27328 game time, 4149 day time Known server brands: Level was modded: false 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 Server brand: forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:567) at net.minecraft.client.main.Main.main(SourceFile:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$407/1365790282.call(Unknown Source) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 866104432 bytes (825 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB) CPUs: 4 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ModLauncher: 5.1.0+69+master.79f13f7 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.2.0.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE FML: 31.2 Forge: net.minecraftforge:31.2.0 FML Language Providers: javafml@31.2 minecraft@1 Mod List: forge-1.15.2-31.2.0-client.jar Minecraft {minecraft@1.15.2 DONE} FallingTree-1.15.2-2.1.3+28.jar Falling Tree {falling_tree@2.1.3+28 DONE} structurize-0.10.313-RELEASE.jar Structurize {structurize@0.10.313-RELEASE DONE} forge-1.15.2-31.2.0-universal.jar Forge {forge@31.2.0 DONE} minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {minecolonies@0.10.771-RELEASE DONE} jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 DONE} Launched Version: 1.15.2-forge-31.2.0 Backend library: LWJGL version 3.2.2 build 10 Backend API: AMD Radeon(TM) Vega 6 Graphics GL version 4.5.13541 Compatibility Profile Context 25.20.14118.0, ATI Technologies Inc. GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) CPU: 4x AMD Ryzen 3 3300U with Radeon Vega Mobile Gfx

Steps to reproduce the problem

  1. Open the building menu with the tool
  2. Pick a style and move to place within the landscape
  3. One in place press the tick button
  4. From this point my game crashes
someaddons commented 4 years ago

you're using a new structurize version and an old minecolonies version