I have a problem when I press play the modpack it loads and opens the minecraft then starts loading the dps mods it loads it closes and goes back to the technic launcher the crash error is this:
Can someone help me ?
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 4/9/20 7:50 PM
Description: Unexpected error
java.lang.ExceptionInInitializerError
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:162)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_86_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:340)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1003)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.RuntimeException: java.io.FileNotFoundException: C:\Users\Usuario\AppData\Roaming\.technic\modpacks\dinos-machines-and-miners\config\NEI\client.cfg (O arquivo já está sendo usado por outro processo)
at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:98)
at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:29)
at codechicken.lib.config.ConfigTagParent.setComment(ConfigTagParent.java:61)
at codechicken.lib.config.ConfigTag.setComment(ConfigTag.java:174)
at codechicken.nei.NEIClientConfig.setDefaults(NEIClientConfig.java:63)
at codechicken.nei.NEIClientConfig.<clinit>(NEIClientConfig.java:56)
... 14 more
Caused by: java.io.FileNotFoundException: C:\Users\Usuario\AppData\Roaming\.technic\modpacks\dinos-machines-and-miners\config\NEI\client.cfg (O arquivo já está sendo usado por outro processo)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.PrintWriter.<init>(Unknown Source)
at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:96)