Okay so I have searched for awhile to resolve this issue but it seems like no one else is having it. I am using a Macbook pro retina display and have about 71 mods in minecraft right now for 1.8. I had the issue once before I added more mods so it is hard for me to tell if it is a mod causing the issue or not but generally I haven't had any issues with my setup.
The issue is that I can play a world just fine for awhile. But then maybe a week or a few hours after starting the world, a message appears in chat in yellow words that says "Sometimes you see a falling star." and then a few seconds later my world crashes. All of the other worlds are fine (until I play one longer and that message appears). But it gives NO indication of when it is going to happen, why it happens, or what I can do to prevent it and its really maddening. I refuse to play the worlds I really care about because once this message appears the save it corrupts is unfixable. I even tried merging the world with a version of it I had (before I placed buildings in it) with world edit. But multiple chunks are not there. The worlds are just destroyed.
I have a feeling it might be from TooMuchTNT mod or the TNTMod but I am not sure. I wonder if this was added in as a horrible joke but really I am tired of not being able to play my worlds and losing progress and having to restart worlds. I could try removing mods one by one until it stops but it isn't as simple as that because I don't know when it happens and I don't know what triggers it so it could take months to figure out. Playing without mods isn't really an option once you have started so don't even suggest it. Thats the obvious last stand fix.
Not sure if anyone else has ever seen this or if it is a minecraft ban hammer sortof thing that is punishing me for using mods, but any help would be appreciated.
Do you have any crash reports? You can find them in the game output or under crash reports (the launcher, if you are using the vanilla launcher, should display it after a crash) or look in the .minecraft folder (click on "edit profile" in the launcher and it should show you the game directory and a button to open it) for the "crash-reports" folder, which will contain all past crashes. This will usually be enough to let us know what mod caused the problem ; otherwise, I don't know much about most mods and a Google search for the message in Miencraft gives no results, so either nobody else has reported crashes or they haven't made a connection between the message and a crash and/or the mod isn't that popular; I'm sure it was not added with malicious intent, perhaps a mod conflict or something with your computer setup.
Yes here are the last three all from the day of my last lost world from the message crash issue.
1.
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 7/3/16 12:01 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$KeyboardInputEvent$Pre
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$KeyboardInputEvent$Pre
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetPublicMethods(Class.java:2902)
at java.lang.Class.getMethods(Class.java:1615)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:60)
at mezz.jei.ProxyCommonClient.init(ProxyCommonClient.java:75)
at mezz.jei.JustEnoughItems.init(JustEnoughItems.java:67)
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:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiScreenEvent$KeyboardInputEvent$Pre
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 43 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
2.
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 7/3/16 11:22 PM
Description: Ticking entity
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
-- Entity being ticked --
Details:
Entity Type: moSwords.meteorit (mo_swords.EntityMeteorit)
Entity ID: 52
Entity Name: entity.moSwords.meteorit.name
Entity's Exact location: -6017.00, 164.78, -10068.00
Entity's Block location: -6017.00,164.00,-10068.00 - World: (-6017,164,-10068), Chunk: (at 15,10,12 in -377,-630; contains blocks -6032,0,-10080 to -6017,255,-10065), Region: (-12,-20; contains chunks -384,-640 to -353,-609, blocks -6144,0,-10240 to -5633,255,-9729)
Entity's Momentum: 0.00, -1.26, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: Snow Map
All players: 1 total; [EntityPlayerMP['Swankyart86'/36, l='Snow Map', x=-6072.91, y=160.78, z=-10020.33]]
Chunk stats: ServerChunkCache: 1078 Drop: 0
Level seed: 27594263
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -9880.00,85.00,-8440.00 - World: (-9880,85,-8440), Chunk: (at 8,5,8 in -618,-528; contains blocks -9888,0,-8448 to -9873,255,-8433), Region: (-20,-17; contains chunks -640,-544 to -609,-513, blocks -10240,0,-8704 to -9729,255,-8193)
Level time: 645306 game time, 18448 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 15251 (now: false), thunder time: 6238 (now: true)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
codechicken.nei.asm.NEITransformer
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Swankyart86'/36, l='Snow Map', x=-6072.91, y=160.78, z=-10020.33]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
3.
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 7/3/16 11:23 PM
Description: Ticking entity
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
-- Entity being ticked --
Details:
Entity Type: moSwords.meteorit (mo_swords.EntityMeteorit)
Entity ID: 177
Entity Name: entity.moSwords.meteorit.name
Entity's Exact location: -6017.00, 157.17, -10068.00
Entity's Block location: -6017.00,157.00,-10068.00 - World: (-6017,157,-10068), Chunk: (at 15,9,12 in -377,-630; contains blocks -6032,0,-10080 to -6017,255,-10065), Region: (-12,-20; contains chunks -384,-640 to -353,-609, blocks -6144,0,-10240 to -5633,255,-9729)
Entity's Momentum: 0.00, -0.52, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: Snow Map
All players: 1 total; [EntityPlayerMP['Swankyart86'/36, l='Snow Map', x=-6072.91, y=160.78, z=-10020.33]]
Chunk stats: ServerChunkCache: 1078 Drop: 0
Level seed: 27594263
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -9880.00,85.00,-8440.00 - World: (-9880,85,-8440), Chunk: (at 8,5,8 in -618,-528; contains blocks -9888,0,-8448 to -9873,255,-8433), Region: (-20,-17; contains chunks -640,-544 to -609,-513, blocks -10240,0,-8704 to -9729,255,-8193)
Level time: 645548 game time, 18690 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 15009 (now: false), thunder time: 5996 (now: true)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
There seem to be two different errors here; one is a mod load error, which would have occurred upon startup (when you launched the game, not loaded a world) and is probably not relevant while the other two appear to be relevant to your issue - it appears that "moSwords" (moSwords v6.jar) is the problem and the error appears to be due to an error within the mod itself, or possibly a configuration issue (the mod is trying to pass a negative number to a function which doesn't accept it). If the latter, the mod should have a configuration file of some sort, although I can't seem to find the mod online (most results for "mo swords mod" seem to be for Pocket Edition, and some very old mods from 2012-13; was this mod part of a modpack or did you download it separately, and from where? The only site I found with "moSwords v6.jar" was some Polish site which didn't even open the correct page, nor did it look remotely like a mod site).
You may want to know that that site is illegally redistributing mods, and they can claim to have a mod that works for a version that it doesn't, or even have malware; you should only download mods from the author's site, usually a page on these forums, Curse, or Planet Minecraft:
As for the specific cause of the crash, the mod appears to be trying to make a "meteorite" entity, either for a visual effect or an actual meteor (I believe this screenshot from your link shows a meteor); the error itself is due to an invalid numerical value for some parameter, which might be set in the configuration file (if there is one, look for something related to meteors. I'm guessing it is not an internal error since there is no mention of crashes in the comments and the cause of the crash would occur regardless of your computer setup).
Here is the part of the crash report that refers to the cause of the crash:
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
Somehow a negative (or zero) value is getting into the meteorite code; I can't say how though, it could possibly be a programming error (using a random number to generate another random number, which will only crash when the first random number is zero or less, which could be rare if it is something like 0-999 and meteors only occur once every few days).
I did find the official page for the mod though thanks to 9minecraft mentioning the programmer's name:
There is also a comment mentioning the same issue that you have; unfortunately, they did not give a crash report, which the creator would need to fix the problem; you may want to mention your issue there and include one of the latter two crash reports (the first one is probably unrelated to the mod, the other two are the same).
Okay thanks man, I will check it out and be sure to remember to use the actual creator's websites for downloading mods. That all makes a ton of sense and I kind of figured it was some sort of meteorite/falling star entity that was causing the issue. I just thought it was for a different mod than this. I will go over there and mention it to him and see what he says.
Okay so I have searched for awhile to resolve this issue but it seems like no one else is having it. I am using a Macbook pro retina display and have about 71 mods in minecraft right now for 1.8. I had the issue once before I added more mods so it is hard for me to tell if it is a mod causing the issue or not but generally I haven't had any issues with my setup.
The issue is that I can play a world just fine for awhile. But then maybe a week or a few hours after starting the world, a message appears in chat in yellow words that says "Sometimes you see a falling star." and then a few seconds later my world crashes. All of the other worlds are fine (until I play one longer and that message appears). But it gives NO indication of when it is going to happen, why it happens, or what I can do to prevent it and its really maddening. I refuse to play the worlds I really care about because once this message appears the save it corrupts is unfixable. I even tried merging the world with a version of it I had (before I placed buildings in it) with world edit. But multiple chunks are not there. The worlds are just destroyed.
I have a feeling it might be from TooMuchTNT mod or the TNTMod but I am not sure. I wonder if this was added in as a horrible joke but really I am tired of not being able to play my worlds and losing progress and having to restart worlds. I could try removing mods one by one until it stops but it isn't as simple as that because I don't know when it happens and I don't know what triggers it so it could take months to figure out. Playing without mods isn't really an option once you have started so don't even suggest it. Thats the obvious last stand fix.
Not sure if anyone else has ever seen this or if it is a minecraft ban hammer sortof thing that is punishing me for using mods, but any help would be appreciated.
Thanks!
Do you have any crash reports? You can find them in the game output or under crash reports (the launcher, if you are using the vanilla launcher, should display it after a crash) or look in the .minecraft folder (click on "edit profile" in the launcher and it should show you the game directory and a button to open it) for the "crash-reports" folder, which will contain all past crashes. This will usually be enough to let us know what mod caused the problem ; otherwise, I don't know much about most mods and a Google search for the message in Miencraft gives no results, so either nobody else has reported crashes or they haven't made a connection between the message and a crash and/or the mod isn't that popular; I'm sure it was not added with malicious intent, perhaps a mod conflict or something with your computer setup.
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
Yes here are the last three all from the day of my last lost world from the message crash issue.
1.
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 7/3/16 12:01 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$KeyboardInputEvent$Pre
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$KeyboardInputEvent$Pre
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetPublicMethods(Class.java:2902)
at java.lang.Class.getMethods(Class.java:1615)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:60)
at mezz.jei.ProxyCommonClient.init(ProxyCommonClient.java:75)
at mezz.jei.JustEnoughItems.init(JustEnoughItems.java:67)
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:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiScreenEvent$KeyboardInputEvent$Pre
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 43 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 385996744 bytes (368 MB) / 1016193024 bytes (969 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 Optifine OptiFine_1.8_HD_U_D2 70 mods loaded, 70 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
UCHI Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
UCHI darkevilmac.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHI itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHI MovingWorld{MC1.8-V1.8} [Moving World] (movingworld-MC1.8-V1.8.jar)
UCHI ArchimedesShipsPlus{MC1.8-V1.8} [Archimedes' Ships Plus] (archimedesshipsplus-MC1.8-V1.8.jar)
UCHI moSwords{v6} [Mo Swords Mod] ([1.8] moSwords v6.jar)
UCHI braziermod{1.0} [Brazier Mod] ([1.8]BrazierMod-1.0.jar)
UCHI DamageIndicatorsMod{3.3.3} [Damage Indicators] ([1.8]DamageIndicatorsMod-3.3.3.jar)
UCHI pushblock{1.8} [pushblock] ([1.8]PushableCrates.jar)
UCHI tntmod{1.7.10} [TNTmod] ([1.8]TNTMod.jar)
UCHI animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.8.0_beta.jar)
UCHI animalsplus{1.3} [Animals Plus] (animalsplus-1.3.zip)
UCHI antiqueatlas{4.2.4-1.8} [Antique Atlas] (antiqueatlas-4.2.4-1.8.jar)
UCHI ArmorPlus{1.5.3} [ArmorPlus] (ArmorPlus-1.5.3(1.8).jar)
UCHI BetterFoliage{1.1.5} [Better Foliage] (BetterFoliage-mc1.8-1.1.5.jar)
UCHI XaeroBetterPvP{1.6.7} [Better PVP Mod] (BetterPvP_1.6.7_Forge_1.8.jar)
UCHI customnpcs{1.8.0} [CustomNPCs] (CustomNPCs_1.8.0(09jan16).jar)
UCHI lootablebodies{1.0.0} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.0.0.jar)
UCHI wonderfulwands{1.7.2} [Wonderful Wands] (CyanosWonderfulWands_1.8-1.7.2.jar)
UCHI doggytalents{v1.9.1g} [Doggy Talents] (DoggyTalents-1.8-v1.9.1g-universal.jar)
UCHI DragonMounts{r43-1.8} [Dragon Mounts] (DragonMounts-r43-1.8.jar)
UCHI MoCreatures{8.0.1} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-8.0.1.jar)
UCHI DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar)
UCHI DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar)
UCHI DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCHI DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCHI DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar)
UCHI DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar)
UCHI DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCHI DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCHI DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCHI DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCHI ElementalItems{5.0} [Elemental Items Mod] (elementalitemsmod-5.0-MC1.8.jar)
UCHI enderutilities{0.4.0-beta-1a} [Ender Utilities] (enderutilities-1.8-0.4.0-beta-1a.jar)
UCHI mod_quiver{1.8-1.0} [FF Quiver Forge Mod] (FF-Quiver-Mod-1.8.jar)
UCHI flymod{0.8} [Fly Mod 1.8] (FlyMod 1.8-8.jar)
UCHI grapplemod{1.8-v6} [grapplemod] (grapplemod-v6-1.8.jar)
UCHI iChunUtil{5.4.0} [iChunUtil] (iChunUtil-5.4.0.jar)
UCHI GravityGun{5.0.0} [GravityGun] (GravityGun-5.0.0.jar)
UCHE JEI{2.14.0.139} [Just Enough Items] (Just-Enough-Items-Mod-1.8.jar)
UCHI lumberjack{1.2} [The Lumberjack Mod] (lumberjack-1.2.jar)
UCHI minecreed{1.6} [MineCreed] (minecreed-1.6-MC-1.8.jar)
UCHI MobAmputation{5.0.0} [MobAmputation] (Mob-Amputation-Mod-1.8.jar)
UCHI mobends{0.21} [Mo' Bends] (mobends-v0.21_for_MC-1.8.jar)
UCHI moreplayermodels{1.7.10c} [MorePlayerModels] (More-Player-Models-2-Mod-1.8.jar)
UCHI morebows{2.0.0} [More Bows!] (morebows-1.8-2.0.0a2.jar)
UCHI cfm{3.5} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.5-dev(1.8).jar)
UCHI mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCHI mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar)
UCHI ninjamod{4.0} [The Ninja Mod] (NinjaMod-1.8.1.jar)
UCHI oldguns{1.3.0} [Old Guns Mod] (oldguns-1.3.0.jar)
UCHI parachutemod{3.1.1} [Parachute Mod] (parachutemod-1.8.0-3.1.1-23.jar)
UCHI ParkourMod{1.0} [Parkour Mod (Assassin's Creed Style)] (Parkour Mod for Minecraft 1.8 by Shadow38PL.jar)
UCHI portalgates{2.1.4} [Portal Gates 2] (Portal-Gates-2-Mod-1.8.jar)
UCHI quartzprismarinemod{1.1} [Quartz & Prismarine tools/armor mod] (quartzprismarinemod-1.1.jar)
UCHI realisticpain{1.0} [Realistic Pain] (Realistic Pain-1.0-1.8.jar)
UCHI corerm{1.2} [RikMuld's Core] (RikMuldsCore_1.2.jar)
UCHI Roguelike{1.4.4} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.4.4.jar)
UCHI ropebridge{1.3} [Rope Bridge] (RopeBridge-v1.3-mc1.8.jar)
UCHI securitycraft{v1.7.0} [SecurityCraft] (SecurityCraft-Mod-1.8.jar)
UCHI SlimevoidLib{3.0.0.4-beta-1.8} [Slimevoid Library] (SlimevoidLibrary-3.0.0.4-beta-1.8.jar)
UCHI camping{2.2c} [The Camping Mod 2] (TheCampingMod_2.2c.jar)
UCHI TooMuchTNT{3.0} [TooMuchTNT] (TooMuchTNT v3.0.jar)
UCHI AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCHI VersionChecker{1.2.4} [Version Checker] (VersionChecker-1.2.4.jar)
UCHI mymod{1.3.5} [Bash Cat's Weapon Arsenal] (Weapon-Arsenal-Mod-1.8.jar)
UCHI WirelessRedstone{2.0.0.1-alpha-1.8} [Wireless Redstone] (WirelessRedstoneCore-2.0.0.1-alpha-1.8.jar)
UCHI worldedit{6.0.2-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.8-6.0.2-SNAPSHOT-dist.jar)
Loaded coremods (and transformers):
BetterFoliageLoader (BetterFoliage-mc1.8-1.1.5.jar)
mods.betterfoliage.loader.impl.BetterFoliageTransformer
MovingWorldCoreMod (movingworld-MC1.8-V1.8.jar)
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
2.
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 7/3/16 11:22 PM
Description: Ticking entity
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
-- Entity being ticked --
Details:
Entity Type: moSwords.meteorit (mo_swords.EntityMeteorit)
Entity ID: 52
Entity Name: entity.moSwords.meteorit.name
Entity's Exact location: -6017.00, 164.78, -10068.00
Entity's Block location: -6017.00,164.00,-10068.00 - World: (-6017,164,-10068), Chunk: (at 15,10,12 in -377,-630; contains blocks -6032,0,-10080 to -6017,255,-10065), Region: (-12,-20; contains chunks -384,-640 to -353,-609, blocks -6144,0,-10240 to -5633,255,-9729)
Entity's Momentum: 0.00, -1.26, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: Snow Map
All players: 1 total; [EntityPlayerMP['Swankyart86'/36, l='Snow Map', x=-6072.91, y=160.78, z=-10020.33]]
Chunk stats: ServerChunkCache: 1078 Drop: 0
Level seed: 27594263
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -9880.00,85.00,-8440.00 - World: (-9880,85,-8440), Chunk: (at 8,5,8 in -618,-528; contains blocks -9888,0,-8448 to -9873,255,-8433), Region: (-20,-17; contains chunks -640,-544 to -609,-513, blocks -10240,0,-8704 to -9729,255,-8193)
Level time: 645306 game time, 18448 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 15251 (now: false), thunder time: 6238 (now: true)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 203401856 bytes (193 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 39, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 Optifine OptiFine_1.8_HD_U_D2 71 mods loaded, 71 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
UCHIJAAAA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
UCHIJAAAA CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar)
UCHIJAAAA darkevilmac.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHIJAAAA MovingWorld{MC1.8-V1.8} [Moving World] (movingworld-MC1.8-V1.8.jar)
UCHIJAAAA ArchimedesShipsPlus{MC1.8-V1.8} [Archimedes' Ships Plus] (archimedesshipsplus-MC1.8-V1.8.jar)
UCHIJAAAA moSwords{v6} [Mo Swords Mod] ([1.8] moSwords v6.jar)
UCHIJAAAA braziermod{1.0} [Brazier Mod] ([1.8]BrazierMod-1.0.jar)
UCHIJAAAA DamageIndicatorsMod{3.3.3} [Damage Indicators] ([1.8]DamageIndicatorsMod-3.3.3.jar)
UCHIJAAAA pushblock{1.8} [pushblock] ([1.8]PushableCrates.jar)
UCHIJAAAA tntmod{1.7.10} [TNTmod] ([1.8]TNTMod.jar)
UCHIJAAAA animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.8.0_beta.jar)
UCHIJAAAA animalsplus{1.3} [Animals Plus] (animalsplus-1.3.zip)
UCHIJAAAA antiqueatlas{4.2.4-1.8} [Antique Atlas] (antiqueatlas-4.2.4-1.8.jar)
UCHIJAAAA ArmorPlus{1.5.3} [ArmorPlus] (ArmorPlus-1.5.3(1.8).jar)
UCHIJAAAA BetterFoliage{1.1.5} [Better Foliage] (BetterFoliage-mc1.8-1.1.5.jar)
UCHIJAAAA XaeroBetterPvP{1.6.7} [Better PVP Mod] (BetterPvP_1.6.7_Forge_1.8.jar)
UCHIJAAAA customnpcs{1.8.0} [CustomNPCs] (CustomNPCs_1.8.0(09jan16).jar)
UCHIJAAAA lootablebodies{1.0.0} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.0.0.jar)
UCHIJAAAA wonderfulwands{1.7.2} [Wonderful Wands] (CyanosWonderfulWands_1.8-1.7.2.jar)
UCHIJAAAA doggytalents{v1.9.1g} [Doggy Talents] (DoggyTalents-1.8-v1.9.1g-universal.jar)
UCHIJAAAA DragonMounts{r43-1.8} [Dragon Mounts] (DragonMounts-r43-1.8.jar)
UCHIJAAAA MoCreatures{8.0.1} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-8.0.1.jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA ElementalItems{5.0} [Elemental Items Mod] (elementalitemsmod-5.0-MC1.8.jar)
UCHIJAAAA enderutilities{0.4.0-beta-1a} [Ender Utilities] (enderutilities-1.8-0.4.0-beta-1a.jar)
UCHIJAAAA mod_quiver{1.8-1.0} [FF Quiver Forge Mod] (FF-Quiver-Mod-1.8.jar)
UCHIJAAAA flymod{0.8} [Fly Mod 1.8] (FlyMod 1.8-8.jar)
UCHIJAAAA grapplemod{1.8-v6} [grapplemod] (grapplemod-v6-1.8.jar)
UCHIJAAAA iChunUtil{5.4.0} [iChunUtil] (iChunUtil-5.4.0.jar)
UCHIJAAAA GravityGun{5.0.0} [GravityGun] (GravityGun-5.0.0.jar)
UCHIJAAAA lumberjack{1.2} [The Lumberjack Mod] (lumberjack-1.2.jar)
UCHIJAAAA minecreed{1.6} [MineCreed] (minecreed-1.6-MC-1.8.jar)
UCHIJAAAA MobAmputation{5.0.0} [MobAmputation] (Mob-Amputation-Mod-1.8.jar)
UCHIJAAAA mobends{0.21} [Mo' Bends] (mobends-v0.21_for_MC-1.8.jar)
UCHIJAAAA moreplayermodels{1.7.10c} [MorePlayerModels] (More-Player-Models-2-Mod-1.8.jar)
UCHIJAAAA morebows{2.0.0} [More Bows!] (morebows-1.8-2.0.0a2.jar)
UCHIJAAAA cfm{3.5} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.5-dev(1.8).jar)
UCHIJAAAA mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCHIJAAAA mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar)
UCHIJAAAA ninjamod{4.0} [The Ninja Mod] (NinjaMod-1.8.1.jar)
UCHIJAAAA oldguns{1.3.0} [Old Guns Mod] (oldguns-1.3.0.jar)
UCHIJAAAA parachutemod{3.1.1} [Parachute Mod] (parachutemod-1.8.0-3.1.1-23.jar)
UCHIJAAAA ParkourMod{1.0} [Parkour Mod (Assassin's Creed Style)] (Parkour Mod for Minecraft 1.8 by Shadow38PL.jar)
UCHIJAAAA portalgates{2.1.4} [Portal Gates 2] (Portal-Gates-2-Mod-1.8.jar)
UCHIJAAAA quartzprismarinemod{1.1} [Quartz & Prismarine tools/armor mod] (quartzprismarinemod-1.1.jar)
UCHIJAAAA realisticpain{1.0} [Realistic Pain] (Realistic Pain-1.0-1.8.jar)
UCHIJAAAA corerm{1.2} [RikMuld's Core] (RikMuldsCore_1.2.jar)
UCHIJAAAA Roguelike{1.4.4} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.4.4.jar)
UCHIJAAAA ropebridge{1.3} [Rope Bridge] (RopeBridge-v1.3-mc1.8.jar)
UCHIJAAAA securitycraft{v1.7.0} [SecurityCraft] (SecurityCraft-Mod-1.8.jar)
UCHIJAAAA SlimevoidLib{3.0.0.4-beta-1.8} [Slimevoid Library] (SlimevoidLibrary-3.0.0.4-beta-1.8.jar)
UCHIJAAAA camping{2.2c} [The Camping Mod 2] (TheCampingMod_2.2c.jar)
UCHIJAAAA TooMuchTNT{3.0} [TooMuchTNT] (TooMuchTNT v3.0.jar)
UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCHIJAAAA VersionChecker{1.2.4} [Version Checker] (VersionChecker-1.2.4.jar)
UCHIJAAAA mymod{1.3.5} [Bash Cat's Weapon Arsenal] (Weapon-Arsenal-Mod-1.8.jar)
UCHIJAAAA WirelessRedstone{2.0.0.1-alpha-1.8} [Wireless Redstone] (WirelessRedstoneCore-2.0.0.1-alpha-1.8.jar)
UCHIJAAAA worldedit{6.0.2-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.8-6.0.2-SNAPSHOT-dist.jar)
Loaded coremods (and transformers):
BetterFoliageLoader (BetterFoliage-mc1.8-1.1.5.jar)
mods.betterfoliage.loader.impl.BetterFoliageTransformer
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
MovingWorldCoreMod (movingworld-MC1.8-V1.8.jar)
CCCDeobfPlugin (unknown)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
codechicken.nei.asm.NEITransformer
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Swankyart86'/36, l='Snow Map', x=-6072.91, y=160.78, z=-10020.33]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
3.
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 7/3/16 11:23 PM
Description: Ticking entity
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Random.java:388)
at mo_swords.EntityMeteorit.meteorit(EntityMeteorit.java:100)
at mo_swords.EntityMeteorit.func_70184_a(EntityMeteorit.java:57)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:199)
at mo_swords.EntityMeteorit.func_70071_h_(EntityMeteorit.java:71)
at net.minecraft.world.World.func_72866_a(World.java:1880)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
at net.minecraft.world.World.func_72870_g(World.java:1850)
-- Entity being ticked --
Details:
Entity Type: moSwords.meteorit (mo_swords.EntityMeteorit)
Entity ID: 177
Entity Name: entity.moSwords.meteorit.name
Entity's Exact location: -6017.00, 157.17, -10068.00
Entity's Block location: -6017.00,157.00,-10068.00 - World: (-6017,157,-10068), Chunk: (at 15,9,12 in -377,-630; contains blocks -6032,0,-10080 to -6017,255,-10065), Region: (-12,-20; contains chunks -384,-640 to -353,-609, blocks -6144,0,-10240 to -5633,255,-9729)
Entity's Momentum: 0.00, -0.52, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1679)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: Snow Map
All players: 1 total; [EntityPlayerMP['Swankyart86'/36, l='Snow Map', x=-6072.91, y=160.78, z=-10020.33]]
Chunk stats: ServerChunkCache: 1078 Drop: 0
Level seed: 27594263
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -9880.00,85.00,-8440.00 - World: (-9880,85,-8440), Chunk: (at 8,5,8 in -618,-528; contains blocks -9888,0,-8448 to -9873,255,-8433), Region: (-20,-17; contains chunks -640,-544 to -609,-513, blocks -10240,0,-8704 to -9729,255,-8193)
Level time: 645548 game time, 18690 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 15009 (now: false), thunder time: 5996 (now: true)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 152297240 bytes (145 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 36, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 Optifine OptiFine_1.8_HD_U_D2 71 mods loaded, 71 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
UCHIJAAAA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
UCHIJAAAA CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar)
UCHIJAAAA darkevilmac.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHIJAAAA MovingWorld{MC1.8-V1.8} [Moving World] (movingworld-MC1.8-V1.8.jar)
UCHIJAAAA ArchimedesShipsPlus{MC1.8-V1.8} [Archimedes' Ships Plus] (archimedesshipsplus-MC1.8-V1.8.jar)
UCHIJAAAA moSwords{v6} [Mo Swords Mod] ([1.8] moSwords v6.jar)
UCHIJAAAA braziermod{1.0} [Brazier Mod] ([1.8]BrazierMod-1.0.jar)
UCHIJAAAA DamageIndicatorsMod{3.3.3} [Damage Indicators] ([1.8]DamageIndicatorsMod-3.3.3.jar)
UCHIJAAAA pushblock{1.8} [pushblock] ([1.8]PushableCrates.jar)
UCHIJAAAA tntmod{1.7.10} [TNTmod] ([1.8]TNTMod.jar)
UCHIJAAAA animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.8.0_beta.jar)
UCHIJAAAA animalsplus{1.3} [Animals Plus] (animalsplus-1.3.zip)
UCHIJAAAA antiqueatlas{4.2.4-1.8} [Antique Atlas] (antiqueatlas-4.2.4-1.8.jar)
UCHIJAAAA ArmorPlus{1.5.3} [ArmorPlus] (ArmorPlus-1.5.3(1.8).jar)
UCHIJAAAA BetterFoliage{1.1.5} [Better Foliage] (BetterFoliage-mc1.8-1.1.5.jar)
UCHIJAAAA XaeroBetterPvP{1.6.7} [Better PVP Mod] (BetterPvP_1.6.7_Forge_1.8.jar)
UCHIJAAAA customnpcs{1.8.0} [CustomNPCs] (CustomNPCs_1.8.0(09jan16).jar)
UCHIJAAAA lootablebodies{1.0.0} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.0.0.jar)
UCHIJAAAA wonderfulwands{1.7.2} [Wonderful Wands] (CyanosWonderfulWands_1.8-1.7.2.jar)
UCHIJAAAA doggytalents{v1.9.1g} [Doggy Talents] (DoggyTalents-1.8-v1.9.1g-universal.jar)
UCHIJAAAA DragonMounts{r43-1.8} [Dragon Mounts] (DragonMounts-r43-1.8.jar)
UCHIJAAAA MoCreatures{8.0.1} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-8.0.1.jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA ElementalItems{5.0} [Elemental Items Mod] (elementalitemsmod-5.0-MC1.8.jar)
UCHIJAAAA enderutilities{0.4.0-beta-1a} [Ender Utilities] (enderutilities-1.8-0.4.0-beta-1a.jar)
UCHIJAAAA mod_quiver{1.8-1.0} [FF Quiver Forge Mod] (FF-Quiver-Mod-1.8.jar)
UCHIJAAAA flymod{0.8} [Fly Mod 1.8] (FlyMod 1.8-8.jar)
UCHIJAAAA grapplemod{1.8-v6} [grapplemod] (grapplemod-v6-1.8.jar)
UCHIJAAAA iChunUtil{5.4.0} [iChunUtil] (iChunUtil-5.4.0.jar)
UCHIJAAAA GravityGun{5.0.0} [GravityGun] (GravityGun-5.0.0.jar)
UCHIJAAAA lumberjack{1.2} [The Lumberjack Mod] (lumberjack-1.2.jar)
UCHIJAAAA minecreed{1.6} [MineCreed] (minecreed-1.6-MC-1.8.jar)
UCHIJAAAA MobAmputation{5.0.0} [MobAmputation] (Mob-Amputation-Mod-1.8.jar)
UCHIJAAAA mobends{0.21} [Mo' Bends] (mobends-v0.21_for_MC-1.8.jar)
UCHIJAAAA moreplayermodels{1.7.10c} [MorePlayerModels] (More-Player-Models-2-Mod-1.8.jar)
UCHIJAAAA morebows{2.0.0} [More Bows!] (morebows-1.8-2.0.0a2.jar)
UCHIJAAAA cfm{3.5} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.5-dev(1.8).jar)
UCHIJAAAA mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCHIJAAAA mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar)
UCHIJAAAA ninjamod{4.0} [The Ninja Mod] (NinjaMod-1.8.1.jar)
UCHIJAAAA oldguns{1.3.0} [Old Guns Mod] (oldguns-1.3.0.jar)
UCHIJAAAA parachutemod{3.1.1} [Parachute Mod] (parachutemod-1.8.0-3.1.1-23.jar)
UCHIJAAAA ParkourMod{1.0} [Parkour Mod (Assassin's Creed Style)] (Parkour Mod for Minecraft 1.8 by Shadow38PL.jar)
UCHIJAAAA portalgates{2.1.4} [Portal Gates 2] (Portal-Gates-2-Mod-1.8.jar)
UCHIJAAAA quartzprismarinemod{1.1} [Quartz & Prismarine tools/armor mod] (quartzprismarinemod-1.1.jar)
UCHIJAAAA realisticpain{1.0} [Realistic Pain] (Realistic Pain-1.0-1.8.jar)
UCHIJAAAA corerm{1.2} [RikMuld's Core] (RikMuldsCore_1.2.jar)
UCHIJAAAA Roguelike{1.4.4} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.4.4.jar)
UCHIJAAAA ropebridge{1.3} [Rope Bridge] (RopeBridge-v1.3-mc1.8.jar)
UCHIJAAAA securitycraft{v1.7.0} [SecurityCraft] (SecurityCraft-Mod-1.8.jar)
UCHIJAAAA SlimevoidLib{3.0.0.4-beta-1.8} [Slimevoid Library] (SlimevoidLibrary-3.0.0.4-beta-1.8.jar)
UCHIJAAAA camping{2.2c} [The Camping Mod 2] (TheCampingMod_2.2c.jar)
UCHIJAAAA TooMuchTNT{3.0} [TooMuchTNT] (TooMuchTNT v3.0.jar)
UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCHIJAAAA VersionChecker{1.2.4} [Version Checker] (VersionChecker-1.2.4.jar)
UCHIJAAAA mymod{1.3.5} [Bash Cat's Weapon Arsenal] (Weapon-Arsenal-Mod-1.8.jar)
UCHIJAAAA WirelessRedstone{2.0.0.1-alpha-1.8} [Wireless Redstone] (WirelessRedstoneCore-2.0.0.1-alpha-1.8.jar)
UCHIJAAAA worldedit{6.0.2-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.8-6.0.2-SNAPSHOT-dist.jar)
Loaded coremods (and transformers):
BetterFoliageLoader (BetterFoliage-mc1.8-1.1.5.jar)
mods.betterfoliage.loader.impl.BetterFoliageTransformer
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
MovingWorldCoreMod (movingworld-MC1.8-V1.8.jar)
CCCDeobfPlugin (unknown)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
ItemPatchingLoader (ItemPhysic Full 1.1.4 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
codechicken.nei.asm.NEITransformer
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Swankyart86'/36, l='Snow Map', x=-6072.91, y=160.78, z=-10020.33]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
There seem to be two different errors here; one is a mod load error, which would have occurred upon startup (when you launched the game, not loaded a world) and is probably not relevant while the other two appear to be relevant to your issue - it appears that "moSwords" (moSwords v6.jar) is the problem and the error appears to be due to an error within the mod itself, or possibly a configuration issue (the mod is trying to pass a negative number to a function which doesn't accept it). If the latter, the mod should have a configuration file of some sort, although I can't seem to find the mod online (most results for "mo swords mod" seem to be for Pocket Edition, and some very old mods from 2012-13; was this mod part of a modpack or did you download it separately, and from where? The only site I found with "moSwords v6.jar" was some Polish site which didn't even open the correct page, nor did it look remotely like a mod site).
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
Interesting, because when I googled it it came up pretty quickly. Here is the site that I used to get it from for 1.8:
http://www.9minecraft.net/moswords-mod/
You scroll to the bottom and theres a download link that takes you to another page where you can download it.
How would this cause an in game message that causes the crash though? Is it something in the mod then?
You may want to know that that site is illegally redistributing mods, and they can claim to have a mod that works for a version that it doesn't, or even have malware; you should only download mods from the author's site, usually a page on these forums, Curse, or Planet Minecraft:
https://github.com/VictiniX888/Illegal-Mod-Sites/blob/master/SITES.md
As for the specific cause of the crash, the mod appears to be trying to make a "meteorite" entity, either for a visual effect or an actual meteor (I believe this screenshot from your link shows a meteor); the error itself is due to an invalid numerical value for some parameter, which might be set in the configuration file (if there is one, look for something related to meteors. I'm guessing it is not an internal error since there is no mention of crashes in the comments and the cause of the crash would occur regardless of your computer setup).
Here is the part of the crash report that refers to the cause of the crash:
Somehow a negative (or zero) value is getting into the meteorite code; I can't say how though, it could possibly be a programming error (using a random number to generate another random number, which will only crash when the first random number is zero or less, which could be rare if it is something like 0-999 and meteors only occur once every few days).
I did find the official page for the mod though thanks to 9minecraft mentioning the programmer's name:
http://www.planetminecraft.com/mod/moswords--v12--beta-181/
There is also a comment mentioning the same issue that you have; unfortunately, they did not give a crash report, which the creator would need to fix the problem; you may want to mention your issue there and include one of the latter two crash reports (the first one is probably unrelated to the mod, the other two are the same).
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
Okay thanks man, I will check it out and be sure to remember to use the actual creator's websites for downloading mods. That all makes a ton of sense and I kind of figured it was some sort of meteorite/falling star entity that was causing the issue. I just thought it was for a different mod than this. I will go over there and mention it to him and see what he says.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWell, I am sorry for the late respone, but I will try to fix this problem as soon as possible. (Also I'll try to update to 1.9 /1.10)
PS: Nyx has stopped modding, thats why I am maintaining his mod since 1.5.2