I recently started a fresh copy of Minecraft via MultiMC. To that, I added each individual mod from a modpack I had used previously, as well as the config folder from my most recent instance of said modpack From there, FML was able to load all my mods, and show the title screen, but when I went to start a world, this error popped up:
Time: 3/14/16 1:14 AM
Description: Ticking memory connection
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at net.minecraft.world.WorldProvider.getRandomizedSpawnPoint(WorldProvider.java:328)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:141)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java:410)
at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:101)
at net.minecraft.server.network.NetHandlerLoginServer.func_147233_a(NetHandlerLoginServer.java:60)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:215)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Any and all help fixing this issue is appreciated.
I think that it is some kind of mod that making this error
That was helpful. /s
Anyway, the issue was resolved, I just had to sleep before coming on and marking this thread solved.
(re)EDIT: I realized after double checking my posted error log that this is actually the right thread. Derp The previously removed message is as follows:
In case someone else has this problem, I checked my forge.cfg settings, and I realized that I had spawn fuzz enabled, but set to 0. (anything less than 1 is going to throw this error) After disabling spawn fuzz, the error did not show up again.
I recently started a fresh copy of Minecraft via MultiMC. To that, I added each individual mod from a modpack I had used previously, as well as the config folder from my most recent instance of said modpack From there, FML was able to load all my mods, and show the title screen, but when I went to start a world, this error popped up:
Any and all help fixing this issue is appreciated.
A full log from bootup until exit can be found here:http://pastebin.com/sgiC2Wi5
The part of the log pertinent to the crash can be found here: http://pastebin.com/ebTWpCq3
I think that it is some kind of mod that making this error
Minecraft mod developer. I will always answer pm's.
That was helpful. /s
Anyway, the issue was resolved, I just had to sleep before coming on and marking this thread solved.
(re)EDIT: I realized after double checking my posted error log that this is actually the right thread. Derp The previously removed message is as follows:
In case someone else has this problem, I checked my forge.cfg settings, and I realized that I had spawn fuzz enabled, but set to 0. (anything less than 1 is going to throw this error) After disabling spawn fuzz, the error did not show up again.