Mod mon forge crash quand je lance une map meme sans mod

Statut
N'est pas ouverte pour d'autres réponses.

Fab's HD

Aventurier
17 Février 2015
8
0
1
20
svp mon forge crash quand je lance une map même sans mod juste forge sa crash
jai mis la derniere version de forge jai enlever toute mes map
voila quand tout a commencer: j'aites sur la map edgecraft (sans bub)et pour que le pack de texture marche il faut optifine puis jai oublier de le mettre du coup jai redermarer en mettand le mod je vais dans la ma edgecraft et boom sa crash alors svp aidé moi
 

Fab's HD

Aventurier
17 Février 2015
8
0
1
20
OK TIEN:

Code:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 21/03/15 12:34
Description: Starting integrated server

java.lang.ExceptionInInitializerError
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:146)
    at net.minecraft.server.integrated.IntegratedServer.<init>(IntegratedServer.java:45)
    at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2080)
    at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:669)
    at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:183)
    at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:130)
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalStateException: failed to create a child event loop
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:61)
    at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52)
    at net.minecraft.network.NetworkSystem.<clinit>(NetworkSystem.java:47)
    ... 19 more
Caused by: io.netty.channel.ChannelException: failed to open a new selector
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
    at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:57)
    ... 23 more
Caused by: java.io.IOException: Unable to establish loopback connection
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
    at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
    at java.nio.channels.Pipe.open(Pipe.java:155)
    at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
    at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
    ... 26 more
Caused by: java.net.SocketException: Permission denied: listen
    at sun.nio.ch.Net.listen(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:215)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
    at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:124)
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
    ... 34 more


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

-- Head --
Stacktrace:
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:146)
    at net.minecraft.server.integrated.IntegratedServer.<init>(IntegratedServer.java:45)

-- Starting integrated server --
Details:
    Level ID: structure
    Level Name: structure
Stacktrace:
    at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2080)
    at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:669)
    at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:183)
    at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:130)
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

-- Affected screen --
Details:
    Screen name: net.minecraft.client.gui.GuiMainMenu
Stacktrace:
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 170712352 bytes (162 MB) / 265965568 bytes (253 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.84.1217 Minecraft Forge 10.13.1.1217 3 mods loaded, 3 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    FML{7.10.84.1217} [Forge Mod Loader] (forge-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forge{10.13.1.1217} [Minecraft Forge] (forge-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Launched Version: 1.7.10-Forge10.13.1.1217
    LWJGL: 2.9.1
    OpenGL: GeForce 310/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)
 
Dernière édition par un modérateur:

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 879
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Caused by: java.net.SocketException: Permission denied: listen

As-tu un anti-virus / un contrôle parental sur ton ordinateur ?
 
  • J'aime
Reactions: Fab's HD

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 879
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Deux anti-virus catastrophique x)
Essaye de les désinstaller et regarde si ça fonctionne. Lors de l'installation certains anti-virus modifie Windows ou fait je ne sais trop quoi, donc même off il cause problème.
Si ça fonctionne je te conseil de passe à avira, celui est gratuit, efficace et ne cause pas de problème avec Minecraft.
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 879
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Lances ton launcher et sélectionne le profil Forge, clic sur "edit profile", coche la case "JVM arguments" et ajoute à la suite :
Code:
 -Djava.net.preferIPv4Stack=true
Si ce n'est toujours pas bon je ne vois pas quoi faire de plus.
 

Horchan

Aventurier
13 Février 2016
10
0
1
23
Slt j ai un gros bug; quand je lance une map ou que je vais sur mon serv moddé; minecraft crash. Merci d avance

Le crash report:
Code:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 01/04/16 17:19
Description: Ticking screen

java.lang.IndexOutOfBoundsException
   at java.nio.Buffer.checkIndex(Buffer.java:540)
   at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
   at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
   at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
   at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
   at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
   at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
   at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
   at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
   at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
   at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
   at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
   at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
   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(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:483)
   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 --
Stacktrace:
   at java.nio.Buffer.checkIndex(Buffer.java:540)
   at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
   at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
   at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
   at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
   at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
   at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
   at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
   at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
   at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
   at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)

-- Affected screen --
Details:
   Screen name: net.minecraft.client.multiplayer.GuiConnecting

-- Affected level --
Details:
   Level name: MpServer
   All players: 0 total; []
   Chunk stats: MultiplayerChunkCache: 0, 0
   Level seed: 0
   Level generator: ID 00 - default, ver 1. Features enabled: false
   Level generator options:
   Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
   Level time: 0 game time, 0 day time
   Level dimension: 0
   Level storage version: 0x00000 - Unknown?
   Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
   Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
   Forced entities: 0 total; []
   Retry entities: 0 total; []
   Server brand: ~~ERROR~~ NullPointerException: null
   Server type: Non-integrated multiplayer server
Stacktrace:
   at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
   at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
   at net.minecraft.client.main.Main.main(SourceFile:148)
   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:483)
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
   Minecraft Version: 1.7.10
   Operating System: Windows 7 (amd64) version 6.1
   Java Version: 1.8.0_25, Oracle Corporation
   Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 135951480 bytes (129 MB) / 348938240 bytes (332 MB) up to 1060372480 bytes (1011 MB)
   JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
   AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1445 13 mods loaded, 13 mods active
   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1445-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   Forge{10.13.4.1445} [Minecraft Forge] (forge-1.7.10-10.13.4.1445-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   FoodPlus{3.0rS} [§bFood Plus] (Food-Plus-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   StorageDrawers{1.7.10-1.7.5} [Storage Drawers] (StorageDrawers-1.7.10-1.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   UndeadPlus{1.4ac} [UndeadPlus] (Undead-Plus-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.72' Renderer: 'GeForce GTX 570M/PCIe/SSE2'
   Launched Version: 1.7.10-Forge10.13.4.1445-1.7.10
   LWJGL: 2.9.1
   OpenGL: GeForce GTX 570M/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.72, NVIDIA Corporation
   GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

   Is Modded: Definitely; Client brand changed to 'fml,forge'
   Type: Client (map_client.txt)
   Resource Packs: []
   Current Language: Français (France)
   Profiler Position: N/A (disabled)
   Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
   Anisotropic Filtering: Off (1)
 
Dernière édition par un modérateur:
Statut
N'est pas ouverte pour d'autres réponses.