Posted March 13, 20232 yr Hello everybody Today I ran into an issue. My game is crashing over and over again, when I try to start it. Quote The game crashed whilst initializing game Error: java.lang.UnsupportedOperationException: Path not associated with default file system. Exit Code: 255 I ran into this error when I tried to apply two resourcepacks to the game; faithful 32x32 and the built in pack from twilightforest. I tried to delete the faithful pack, but I didn't do anything. Here is the crash report: ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 2023-03-13 10:09:42 Description: Initializing game java.lang.UnsupportedOperationException: Path not associated with default file system. at java.nio.file.Path.toFile(Path.java:771) ~[?:?] {re:computing_frames} at net.optifine.util.ResUtils.collectFiles(ResUtils.java:88) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.optifine.util.ResUtils.collectFiles(ResUtils.java:53) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.optifine.RandomEntities.initialize(RandomEntities.java:493) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.optifine.RandomEntities.update(RandomEntities.java:483) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.minecraft.client.renderer.texture.TextureManager.m_5540_(TextureManager.java:281) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading,xf:OptiFine:default} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10827_(SimpleReloadInstance.java:32) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.<init>(SimpleReloadInstance.java:44) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10815_(SimpleReloadInstance.java:32) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_203834_(SimpleReloadInstance.java:101) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.ReloadableResourceManager.m_142463_(ReloadableResourceManager.java:45) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.client.Minecraft.<init>(Minecraft.java:580) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[1.19.3-forge-44.1.1.jar:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[1.19.3-forge-44.1.1.jar:?] {re:classloading,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.3-44.1.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at java.nio.file.Path.toFile(Path.java:771) ~[?:?] {re:computing_frames} at net.optifine.util.ResUtils.collectFiles(ResUtils.java:88) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.optifine.util.ResUtils.collectFiles(ResUtils.java:53) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.optifine.RandomEntities.initialize(RandomEntities.java:493) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.optifine.RandomEntities.update(RandomEntities.java:483) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5.jar%23183!/:?] {re:classloading} at net.minecraft.client.renderer.texture.TextureManager.m_5540_(TextureManager.java:281) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading,xf:OptiFine:default} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10827_(SimpleReloadInstance.java:32) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.<init>(SimpleReloadInstance.java:44) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10815_(SimpleReloadInstance.java:32) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_203834_(SimpleReloadInstance.java:101) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.server.packs.resources.ReloadableResourceManager.m_142463_(ReloadableResourceManager.java:45) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:classloading} at net.minecraft.client.Minecraft.<init>(Minecraft.java:580) ~[client-1.19.3-20221207.122022-srg.jar%23175!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details: Modules: Stacktrace: at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[1.19.3-forge-44.1.1.jar:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[1.19.3-forge-44.1.1.jar:?] {re:classloading,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.3-44.1.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- System Details -- Details: Minecraft Version: 1.19.3 Minecraft Version ID: 1.19.3 Operating System: Mac OS X (x86_64) version 13.2.1 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 320921152 bytes (306 MiB) / 738197504 bytes (704 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz Identifier: Intel64 Family 6 Model 142 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 1.40 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: Intel Iris Plus Graphics 645 Graphics card #0 vendor: Intel Graphics card #0 VRAM (MB): 1536.00 Graphics card #0 deviceId: 0x3ea6 Graphics card #0 versionInfo: Revision ID: 0x0001, Adapter Firmware Version: 7.55, Adapter Firmware Version: 7.55 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: LPDDR3 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: LPDDR3 Virtual memory max (MB): 10240.00 Virtual memory used (MB): 6189.23 Swap memory total (MB): 2048.00 Swap memory used (MB): 448.00 JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: 1.19.3-forge-44.1.1 Backend library: LWJGL version 3.3.1 build 7 Backend API: Intel(R) Iris(TM) Plus Graphics 645 GL version 4.1 INTEL-20.2.50, Intel Inc. Window size: <not initialized> GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: <disabled> Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) CPU: 8x Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz OptiFine Version: OptiFine_1.19.3_HD_U_I2_pre5 OptiFine Build: 20230219-203817 Render Distance Chunks: 8 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.1 INTEL-20.2.50 OpenGlRenderer: Intel(R) Iris(TM) Plus Graphics 645 OpenGlVendor: Intel Inc. CpuCount: 8 ModLauncher: 10.0.8+10.0.8+main.0ef7e830 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.3.jar eventbus PLUGINSERVICE fmlloader-1.19.3-44.1.1.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.3-44.1.1.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.3-44.1.1.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.3-44.1.1.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.3-44.1.1.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: client-1.19.3-20221207.122022-srg.jar |Minecraft |minecraft |1.19.3 |SIDED_SETU|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f FramedBlocks-7.1.0.jar |FramedBlocks |framedblocks |7.1.0 |SIDED_SETU|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.19.3-14.0.4.jar |EnchantmentDescriptions |enchdesc |14.0.4 |SIDED_SETU|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 TerraBlender-forge-1.19.3-2.1.0.134.jar |TerraBlender |terrablender |2.1.0.134 |SIDED_SETU|Manifest: NOSIGNATURE Bookshelf-Forge-1.19.3-17.0.5.jar |Bookshelf |bookshelf |17.0.5 |SIDED_SETU|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 forge-1.19.3-44.1.1-universal.jar |Forge |forge |44.1.1 |SIDED_SETU|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 BiomesOPlenty-1.19.3-17.2.0.536.jar |Biomes O' Plenty |biomesoplenty |17.2.0.536 |SIDED_SETU|Manifest: NOSIGNATURE twilightforest-1.19.3-4.2.1620-universal.jar |The Twilight Forest |twilightforest |4.2.1620 |SIDED_SETU|Manifest: NOSIGNATURE journeymap-1.19.3-5.9.3-forge.jar |Journeymap |journeymap |5.9.3 |SIDED_SETU|Manifest: NOSIGNATURE citadel-2.3.0-1.19.3.jar |Citadel |citadel |2.3.0 |SIDED_SETU|Manifest: NOSIGNATURE alexsmobs-1.22.1.jar |Alex's Mobs |alexsmobs |1.22.1 |SIDED_SETU|Manifest: NOSIGNATURE jei-1.19.3-forge-12.3.0.21.jar |Just Enough Items |jei |12.3.0.21 |SIDED_SETU|Manifest: NOSIGNATURE Crash Report UUID: 79d6d62d-7519-478d-9808-6b1feb103cab FML: 44.1 Forge: net.minecraftforge:44.1.1 FramedBlocks BlockEntity Warning: Not applicable The exit code is 255. If you have more questions don't hesitate to ask. Thank you!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.