Jump to content

I crash when i log on to my forge server


caaaaaaarson

Recommended Posts

When i log on to my forge server it crashes if u need the report i will give it here: This is the server crash report:---- Minecraft Crash Report ---- // I let you down. Sorry :(

 

Time: 3/21/15 1:58 PM Description: Exception in server tick loop

 

java.lang.IndexOutOfBoundsException: Index: 10, Size: 10 at java.util.ArrayList.rangeCheck(Unknown Source) at java.util.ArrayList.get(Unknown Source) at net.darkhax.moreswords.handler.MobHandler.setEntityToHoldSwords(MobHandler.java:51) at net.darkhax.moreswords.handler.MobHandler.onEnemySpawn(MobHandler.java:38) at cpw.mods.fml.common.eventhandler.ASMEventHandler_35_MobHandler_onEnemySpawn_EntityJoinWorldEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at net.minecraft.world.World.func_72868_a(World.java:3301) at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265) at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:235) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:258) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

 

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

 

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (x86) version 6.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 56072784 bytes (53 MB) / 120393728 bytes (114 MB) up to 259522560 bytes (247 MB) JVM Flags: 0 total; AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 15, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 6 mods loaded, 6 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available Backpack{2.0.0} [backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available MSM3{3.0.0c} [More Swords 3] (MSM-SNAP-3.0.0c-For-MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Player Count: 0 / 5; [] Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)

 

THIS IS THE MINECRAFT CLIENT/JAVA CRASH REPORT: ---- Minecraft Crash Report ---- // Who set us up the TNT?

 

Time: 3/21/15 2:06 PM Description: Unexpected error

 

java.lang.IndexOutOfBoundsException: Index: 10, Size: 10 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at net.darkhax.moreswords.handler.MobHandler.setEntityToHoldSwords(MobHandler.java:51) at net.darkhax.moreswords.handler.MobHandler.onEnemySpawn(MobHandler.java:38) at cpw.mods.fml.common.eventhandler.ASMEventHandler_39_MobHandler_onEnemySpawn_EntityJoinWorldEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at net.minecraft.world.World.func_72838_d(World.java:1334) at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159) at net.minecraft.client.multiplayer.WorldClient.func_73027_a(WorldClient.java:226) at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:765) at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97) at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) 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)

 

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

 

-- Head -- Stacktrace: at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at net.darkhax.moreswords.handler.MobHandler.setEntityToHoldSwords(MobHandler.java:51) at net.darkhax.moreswords.handler.MobHandler.onEnemySpawn(MobHandler.java:38) at cpw.mods.fml.common.eventhandler.ASMEventHandler_39_MobHandler_onEnemySpawn_EntityJoinWorldEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at net.minecraft.world.World.func_72838_d(World.java:1334) at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:159) at net.minecraft.client.multiplayer.WorldClient.func_73027_a(WorldClient.java:226) at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:765) at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97) at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)

 

-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['Carson_Boss'/366, l='MpServer', x=135.70, y=69.62, z=234.84]] Chunk stats: MultiplayerChunkCache: 40, 40 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (128,64,244), Chunk: (at 0,4,4 in 8,15; contains blocks 128,0,240 to 143,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 16015 game time, 16015 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: 40 total; [EntityClientPlayerMP['Carson_Boss'/366, l='MpServer', x=135.70, y=69.62, z=234.84], EntitySheep['Sheep'/201, l='MpServer', x=112.25, y=64.00, z=228.72], EntityBat['Bat'/265, l='MpServer', x=160.25, y=22.09, z=215.34], EntitySheep['Sheep'/202, l='MpServer', x=118.06, y=64.00, z=255.16], EntitySheep['Sheep'/266, l='MpServer', x=172.50, y=69.00, z=219.75], EntitySheep['Sheep'/267, l='MpServer', x=170.38, y=68.00, z=216.66], EntitySheep['Sheep'/203, l='MpServer', x=119.16, y=64.00, z=265.28], EntitySheep['Sheep'/268, l='MpServer', x=174.50, y=69.00, z=221.50], EntitySheep['Sheep'/204, l='MpServer', x=111.19, y=63.00, z=273.28], EntitySheep['Sheep'/269, l='MpServer', x=175.19, y=68.00, z=209.50], EntityCreeper['Creeper'/270, l='MpServer', x=172.50, y=67.00, z=277.50], EntityZombie['Zombie'/156, l='MpServer', x=93.50, y=45.00, z=273.50], EntityPig['Pig'/285, l='MpServer', x=185.94, y=81.00, z=248.03], EntityPig['Pig'/286, l='MpServer', x=184.50, y=79.00, z=259.50], EntityPig['Pig'/287, l='MpServer', x=185.03, y=79.00, z=262.19], EntityCreeper['Creeper'/224, l='MpServer', x=134.50, y=38.00, z=223.50], EntityPig['Pig'/288, l='MpServer', x=181.03, y=79.00, z=260.84], EntitySheep['Sheep'/225, l='MpServer', x=139.25, y=68.00, z=242.63], EntityZombie['Zombie'/289, l='MpServer', x=174.47, y=17.00, z=276.66], EntityCreeper['Creeper'/290, l='MpServer', x=191.50, y=71.00, z=286.50], EntitySheep['Sheep'/177, l='MpServer', x=108.63, y=63.00, z=220.53], EntityZombie['Zombie'/178, l='MpServer', x=103.50, y=21.00, z=227.50], EntitySheep['Sheep'/242, l='MpServer', x=148.19, y=65.00, z=195.50], EntityZombie['Zombie'/179, l='MpServer', x=105.50, y=21.00, z=227.50], EntitySheep['Sheep'/243, l='MpServer', x=148.50, y=64.00, z=193.50], EntitySkeleton['Skeleton'/180, l='MpServer', x=107.50, y=17.00, z=228.50], EntityZombie['Zombie'/244, l='MpServer', x=155.50, y=67.00, z=201.50], EntitySheep['Sheep'/245, l='MpServer', x=156.03, y=66.00, z=209.09], EntityCreeper['Creeper'/181, l='MpServer', x=106.50, y=17.00, z=229.50], EntitySheep['Sheep'/246, l='MpServer', x=155.38, y=68.00, z=238.53], EntityCreeper['Creeper'/182, l='MpServer', x=106.50, y=17.00, z=225.50], EntitySheep['Sheep'/247, l='MpServer', x=148.66, y=65.00, z=268.44], EntityZombie['Zombie'/183, l='MpServer', x=101.50, y=18.00, z=240.50], EntitySheep['Sheep'/248, l='MpServer', x=144.16, y=64.00, z=267.88], EntitySheep['Sheep'/184, l='MpServer', x=106.09, y=63.00, z=245.88], EntitySheep['Sheep'/185, l='MpServer', x=115.84, y=64.00, z=254.63], EntitySheep['Sheep'/186, l='MpServer', x=107.50, y=61.28, z=261.47], EntitySheep['Sheep'/187, l='MpServer', x=105.84, y=63.00, z=276.19], EntityItem['item.item.seeds'/188, l='MpServer', x=111.25, y=63.13, z=277.25], EntitySquid['Squid'/125, l='MpServer', x=80.19, y=61.38, z=281.38]] Retry entities: 0 total; [] Server brand: vanilla 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:2432) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916) 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 8.1 (amd64) version 6.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 178091912 bytes (169 MB) / 298340352 bytes (284 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: 13, tallocated: 95 FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_B4 7 mods loaded, 7 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available Backpack{2.0.0} [backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available MSM3{3.0.0c} [More Swords 3] (MSM-SNAP-3.0.0c-For-MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available Launched Version: 1.7.10-Forge10.13.2.1291 LWJGL: 2.9.1 OpenGL: Intel® HD Graphics GL version 4.0.0 - Build 10.18.10.3621, Intel 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: [Huahwi_Pack_16x(4).zip]

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)

**`This is the server crash report`**:---- Minecraft Crash Report ----

// I let you down. Sorry :(

 

Time: 3/21/15 1:58 PM

Description: Exception in server tick loop

 

java.lang.IndexOutOfBoundsException: Index: 10, Size: 10

    at java.util.ArrayList.rangeCheck(Unknown Source)

    at java.util.ArrayList.get(Unknown Source)

    at net.darkhax.moreswords.handler.MobHandler.setEntityToHoldSwords(MobHandler.java:51)

    at net.darkhax.moreswords.handler.MobHandler.onEnemySpawn(MobHandler.java:38)

    at cpw.mods.fml.common.eventhandler.ASMEventHandler_35_MobHandler_onEnemySpawn_EntityJoinWorldEvent.invoke(.dynamic)

    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)

    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)

    at net.minecraft.world.World.func_72868_a(World.java:3301)

    at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921)

    at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46)

    at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)

    at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)

    at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)

    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)

    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)

    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)

    at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)

    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:23

 

 

help me PLEASE i have

[1.7.10]DamageIndicatorsMod-3.2.0

backpack-2.0.0-1.7.x

CustomNPCs_1.7.10b

MSM-SNAP-3.0.0c-For-MC-1.7.10

OptiFine_1.7.10_HD_B4

ShadersModCore-v2.3.12-mc1.7.2-f1040

IN BOTH MY MINECRAFT CLIENT AND MODS FOLDER

 

HELP ME... N**** -Kevin Hart

 

 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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