Last active
January 11, 2020 01:51
-
-
Save Stormwind99/8f279e4c5f8549e8e1f8ece015b36721 to your computer and use it in GitHub Desktop.
Container crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./gradlew --console=plain build | |
> Configure project : | |
New Dep: net.minecraftforge:forge:1.14.4-28.1.111_mapped_snapshot_20200104-1.14.3 | |
> Task :processSource | |
> Task :compileJava | |
Note: Some input files use or override a deprecated API. | |
Note: Recompile with -Xlint:deprecation for details. | |
> Task :processResources | |
> Task :classes | |
> Task :jar | |
> Task :downloadMcpConfig | |
> Task :extractSrg | |
> Task :createMcpToSrg | |
> Task :reobfJar | |
> Task :assemble | |
> Task :compileTestJava NO-SOURCE | |
> Task :processTestResources NO-SOURCE | |
> Task :testClasses UP-TO-DATE | |
> Task :test NO-SOURCE | |
> Task :check UP-TO-DATE | |
> Task :saveBuildNumber | |
> Task :signJar | |
> Task :sourceJar | |
> Task :build | |
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. | |
Use '--warning-mode all' to show the individual deprecation warnings. | |
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings | |
BUILD SUCCESSFUL in 10s | |
11 actionable tasks: 11 executed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Don't do that. | |
Time: 1/10/20 7:33 PM | |
Description: Rendering screen | |
java.lang.NoSuchFieldError: container | |
at com.wumple.pantography.pantograph.PantographScreen.drawMap(PantographScreen.java:30) ~[?:3.0.3] {re:classloading} | |
at com.wumple.util.xcartography.XCartographyScreen.drawMapSpecial(XCartographyScreen.java:103) ~[?:3.0.0] {re:classloading,pl:runtimedistcleaner:A} | |
at com.wumple.util.xcartography.XCartographyScreen.func_146976_a(XCartographyScreen.java:58) ~[?:3.0.0] {re:classloading,pl:runtimedistcleaner:A} | |
at net.minecraft.client.gui.screen.inventory.ContainerScreen.render(ContainerScreen.java:75) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} | |
at com.wumple.util.xcartography.XCartographyScreen.render(XCartographyScreen.java:31) ~[?:3.0.0] {re:classloading,pl:runtimedistcleaner:A} | |
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:355) ~[?:?] {re:classloading} | |
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:554) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {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.14.4-28.1.111.jar:28.1] {} | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$391/1958592872.call(Unknown Source) [forge-1.14.4-28.1.111.jar:28.1] {} | |
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {} | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {} | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {} | |
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {} | |
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {} | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Client thread | |
Stacktrace: | |
at com.wumple.pantography.pantograph.PantographScreen.drawMap(PantographScreen.java:30) | |
at com.wumple.util.xcartography.XCartographyScreen.drawMapSpecial(XCartographyScreen.java:103) | |
at com.wumple.util.xcartography.XCartographyScreen.func_146976_a(XCartographyScreen.java:58) | |
at net.minecraft.client.gui.screen.inventory.ContainerScreen.render(ContainerScreen.java:75) | |
at com.wumple.util.xcartography.XCartographyScreen.render(XCartographyScreen.java:31) | |
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:355) | |
-- Screen render details -- | |
Details: | |
Screen name: com.wumple.pantography.pantograph.PantographScreen | |
Mouse location: Scaled: (171, 128). Absolute: (512.000000, 384.000000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment