Created
October 29, 2020 17:28
-
-
Save ProsperCraft/a241e17d02fd7195e8a89d6bc5fc1be1 to your computer and use it in GitHub Desktop.
This file contains 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
11:20:00.003 | |
net.minecraft.client.Minecraft | |
Render thread | |
Reported exception thrown! | |
net.minecraft.crash.ReportedException: Rendering overlay | |
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:487) | |
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:584) | |
at net.minecraft.client.main.Main.main(Main.java:184) | |
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:51) | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$474/2015215172.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) | |
Caused by: java.util.ConcurrentModificationException | |
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429) | |
at java.util.HashMap$ValueIterator.next(HashMap.java:1458) | |
at net.minecraft.resources.SimpleReloadableResourceManager.func_199003_a(SimpleReloadableResourceManager.java:84) | |
at net.darkhax.tips.data.tip.TipReloadListener.prepare(TipReloadListener.java:41) | |
at net.darkhax.tips.data.tip.TipReloadListener.func_212854_a_(TipReloadListener.java:26) | |
at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) | |
at net.minecraft.client.resources.ReloadListener$$Lambda$13340/1362160933.get(Unknown Source) | |
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) | |
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) | |
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) | |
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) | |
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) | |
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment