Jump to content

Provider Error


LordKackvogel

Recommended Posts

How Can i solche the Problem 

Description: Initializing game

java.nio.file.ProviderNotFoundException: Provider not found

at java.nio.file.FileSystems.newFileSystem(FileSystems.java:407)

at net.minecraftforge.common.crafting.CraftingHelper.loadFactories(CraftingHelper.java:657)

at net.minecraftforge.common.crafting.CraftingHelper.loadFactories(CraftingHelper.java:644)

at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$137/1266464928.accept(Unknown Source)

at java.util.ArrayList.forEach(ArrayList.java:1249)

at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:632)

at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)

at net.minecraft.client.main.Main.main(SourceFile:123)

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.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

-- Head --

Thread: Client thread

Stacktrace:

at java.nio.file.FileSystems.newFileSystem(FileSystems.java:407)

at net.minecraftforge.common.crafting.CraftingHelper.loadFactories(CraftingHelper.java:657)

at net.minecraftforge.common.crafting.CraftingHelper.loadFactories(CraftingHelper.java:644)

at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$137/1266464928.accept(Unknown Source)

at java.util.ArrayList.forEach(ArrayList.java:1249)

at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:632)

at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)

at net.minecraft.client.main.Main.main(SourceFile:123)

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.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.