![Age of Fate](https://media.forgecdn.net/avatars/thumbnails/371/468/256/256/637541182257023139.png)
Exiting Pack Launcher does not Properly shut down Java(TM) Platform SE binary
xiolett opened this issue ยท 1 comments
OS: Windows 10
Stacktrace:
[12:48:09] [CullThread/INFO]: [dev.tr7zw.entityculling.CullTask:run:152]: Shutting down culling task!
[12:48:09] [main/INFO]: Stopping!
[12:48:09] [main/INFO]: Client cache cleared!
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.reflect.InvocationTargetException
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.reflect.Method.invoke(Method.java:497)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$501/827092873.call(Unknown Source)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[12:48:09] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 4 more
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: Caused by: fudge.notenoughcrashes.utils.SystemExitBlockedException: An attempt was made to forcefully close the game with no stack trace (see stack trace). Not Enough Crashes made the game simply crash instead since the forceCrashScreen option is enabled.
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: at fudge.notenoughcrashes.utils.SystemExitBlock$1.checkPermission(SystemExitBlock.java:12)
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: at java.lang.Runtime.exit(Runtime.java:107)
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: at java.lang.System.exit(System.java:971)
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.client.Minecraft.func_71405_e(Minecraft.java:894)
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.client.main.Main.main(Main.java:198)
[12:48:09] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: ... 11 more