ToroCraft / TeleToro

GNU General Public License v3.0
3 stars 1 forks source link

Forestry conflict. #16

Closed ghost closed 7 years ago

ghost commented 7 years ago

I `recognized:

    // / APATITE
    if (Config.generateApatiteOre) {
        if (random.nextFloat() < 0.8f) {
            int randPosX = x + random.nextInt(16);
            int randPosY = random.nextInt(world.getActualHeight() - 72) + 56; // Does not generate below y = 64
            int randPosZ = y + random.nextInt(16);
            apatiteGenerator.generate(world, random, new BlockPos(randPosX, randPosY, randPosZ));

` Line 78 to 84 in : ForestryMC/src/main/java/forestry/core/worldgen/WorldGenerator.java is blowing up... I disabled apatite generation in > forestry/common.cfg ' ore {

Generates apatite ore blocks in the world. [default: true]

        B:apatite=false' and it stopped killing the server.

I imagine apatite is trying to generate somewhere it can't and teletoro is getting the blockposition for the apatite cuz it's -negative something and boom tickity boom.

Is there a way to stop appatite from generating in teletoro worlds in teletoro???!? this is wierd.

I am crossposting a thing to forestry and teletoro issue tracker on github. Because I really don't know which is doing what. https://github.com/ForestryMC/ForestryMC/issues/1679

teletoro-1.10.2-20 forestry_1.10.2-5.2.17.376 forge-1.10.2-12.18.3.2281 MC 1.10.2

What's happening! : Looks like forestry is trying to spawn something in teletoro dim when a chunk is generated/chunkprovider (maybe because it's getting no or negative infos, probably needs some kind of nonzero thingy) is providing and it's blowing up on:

java.lang.IllegalArgumentException: bound must be positive at java.util.Random.nextInt(Unknown Source) at forestry.core.worldgen.WorldGenerator.generateWorld(WorldGenerator.java:81)

at java.util.Random.nextInt(Unknown Source) at forestry.core.worldgen.WorldGenerator.generateWorld(WorldGenerator.java:81)

I tried updating forge and java and downgrading, did not fix it. Either forestry or teletoro is trying to feed some chunk provider thingy a negative "-n" integer and it's not very happy because the random function doesn't like that stuff I don't know. The game blewed up when I added teletoro and can dimension with other mods OK so assuming it could be a problem with forestry spawning end bee things in dims with end stuff OR teletoro doesn't like the dimension/chunk/providing stuff and forestry is doing things teletoro doesn't expect.

I'm a VERY bad programmer otherwise I would maybe try and add a break point in one the the chunkprovidering things or whatever hooks into that and see why its giving java.lang.IllegalArgumentException: bound must be positive at java.util.Random.nextInt(Unknown Source) at forestry.core.worldgen.WorldGenerator.generateWorld(WorldGenerator.java:81) evils.

Full error log follows:

BTW thx, hope u enjoy the euphoria of knowing and fixing this cuz I enjoyed thoroughly submitting the bug... I could not find configs to disable forestry from being evil in the teletoro dim, or for teletor to ignore forestry or chunk things that it probably doesn't need to do... (not a judgement, just an obvservation/statement that I did try and find some work around).

BTW mod is awesome! cheers

MultiMC version: 0.5.0-945

Minecraft folder is: instances/omg/minecraft

Java path is: C:/ProgramData/Oracle/Java/javapath/javaw.exe

Java is version 1.8.0_131, using 64-bit architecture.

Main Class: net.minecraft.launchwrapper.Launch

Native path: C:/Users/milla/Documents/mmc-stable-win32/MultiMC/instances/omg/natives

Libraries: C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/mojang/netty/1.6/netty-1.6.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/google/guava/guava/17.0/guava-17.0.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/mojang/authlib/1.5.22/authlib-1.5.22.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/mojang/realms/1.9.8/realms-1.9.8.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/it/unimi/dsi/fastutil/7.0.12_mojang/fastutil-7.0.12_mojang.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/minecraftforge/forge/1.10.2-12.18.3.2281/forge-1.10.2-12.18.3.2281-universal.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/jline/jline/2.13/jline-2.13.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/versions/1.10.2/1.10.2.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar C:/Users/milla/Documents/mmc-stable-win32/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.1/lwjgl-platform-2.9.1-natives-windows.jar

Mods: forestry_1.10.2-5.2.17.376 teletoro-1.10.2-20

Params: --username --version MultiMC5 --gameDir C:/Users/milla/Documents/mmc-stable-win32/MultiMC/instances/omg/minecraft --assetsDir C:/Users/milla/Documents/mmc-stable-win32/MultiMC/assets --assetIndex 1.10 --uuid --accessToken --userType --versionType custom --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

Window size: 854 x 480

Java Arguments: [-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx4096m, -Duser.language=en]

Minecraft process ID: 7796

Using onesix launcher.

2017-05-04 14:19:58,118 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-05-04 14:19:58,120 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [14:19:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [14:19:58] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [14:19:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [14:19:58] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2281 for Minecraft 1.10.2 loading [14:19:58] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131 [14:19:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:19:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:19:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:19:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:19:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:20:00] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [14:20:00] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [14:20:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:20:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:20:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [14:20:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [14:20:00] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2017-05-04 14:20:01,160 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-05-04 14:20:01,177 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-05-04 14:20:01,180 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [14:20:01] [Client thread/INFO]: Setting user: [14:20:05] [Client thread/WARN]: Skipping bad option: lastServer: [14:20:05] [Client thread/INFO]: LWJGL Version: 2.9.1 [14:20:05] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:223]: ---- Minecraft Crash Report ---- // I'm sorry, Dave.

Time: 5/4/17 2:20 PM Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

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

-- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_131, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 698427120 bytes (666 MB) / 954728448 bytes (910 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4463' Renderer: 'Intel(R) HD Graphics 520' [14:20:05] [Client thread/INFO] [FML]: MinecraftForge v12.18.3.2281 Initialized [14:20:05] [Client thread/INFO] [FML]: Replaced 231 ore recipes [14:20:06] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [14:20:06] [Client thread/INFO] [FML]: Searching C:\Users\milla\Documents\mmc-stable-win32\MultiMC\instances\omg\minecraft\mods for mods [14:20:07] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [14:20:07] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, forestry, teletoro] at CLIENT [14:20:07] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, forestry, teletoro] at SERVER [14:20:08] [Thread-6/INFO] [FML]: Using sync timing. 200 frames of Display.update took 82868955 nanos [14:20:08] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Forestry, FMLFileResourcePack:TeleToro [14:20:08] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [14:20:08] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations [14:20:08] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [14:20:08] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [14:20:08] [Client thread/INFO] [FML]: Applying holder lookups [14:20:08] [Client thread/INFO] [FML]: Holder lookups applied [14:20:08] [Client thread/INFO] [FML]: Applying holder lookups [14:20:08] [Client thread/INFO] [FML]: Holder lookups applied [14:20:08] [Client thread/INFO] [FML]: Applying holder lookups [14:20:08] [Client thread/INFO] [FML]: Holder lookups applied [14:20:08] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [14:20:08] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [14:20:09] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null [14:20:09] [Client thread/INFO] [forestry]: Plugin BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found [14:20:09] [Client thread/INFO] [forestry]: Plugin BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found [14:20:09] [Client thread/INFO] [forestry]: Plugin malisisdoors Plugin failed to load: Malisis Door's not found [14:20:09] [Client thread/INFO] [forestry]: Plugin Natura Plugin failed to load: Natura not found [14:20:09] [Client thread/INFO] [forestry]: Plugin Chisel Plugin failed to load: Chisel not found [14:20:09] [Client thread/INFO] [forestry]: Plugin IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found [14:20:09] [Client thread/INFO] [forestry]: Plugin ExtraUtilities Plugin failed to load: ExtraUtilities not found [14:20:09] [Client thread/INFO] [forestry]: Plugin BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found [14:20:09] [Client thread/INFO] [forestry]: Plugin BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found [14:20:09] [Client thread/INFO] [forestry]: Plugin HarvestCraft Plugin failed to load: HarvestCraft not found [14:20:09] [Client thread/INFO] [forestry]: Plugin EnderIO Plugin failed to load: EnderIO not found [14:20:09] [Client thread/INFO] [forestry]: Plugin BiomesOPlenty Plugin failed to load: BiomesOPlenty not found [14:20:09] [Client thread/INFO] [forestry]: Plugin Actually Additions Plugin failed to load: Actually Additions not found! [14:20:09] [Client thread/INFO] [forestry]: Plugin ImmersiveEngineering Plugin failed to load: ImmersiveEngineering not found [14:20:11] [Client thread/INFO] [FML]: Applying holder lookups [14:20:11] [Client thread/INFO] [FML]: Holder lookups applied [14:20:11] [Client thread/INFO] [FML]: Injecting itemstacks [14:20:11] [Client thread/INFO] [FML]: Itemstack injection complete [14:20:12] [Sound Library Loader/INFO]: Starting up SoundSystem... [14:20:12] [Thread-8/INFO]: Initializing LWJGL OpenAL [14:20:12] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [14:20:12] [Thread-8/INFO]: OpenAL initialized. [14:20:13] [Sound Library Loader/INFO]: Sound engine started [14:20:14] [Client thread/INFO] [FML]: Max texture size: 16384 [14:20:14] [Client thread/INFO]: Created: 16x16 textures-atlas [14:20:15] [Client thread/INFO] [forestry]: Created: 16x16 textures-atlas [14:20:15] [Client thread/INFO] [FML]: Injecting itemstacks [14:20:15] [Client thread/INFO] [FML]: Itemstack injection complete [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:dust) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:dust) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:dust) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:dust) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:dust) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ingot) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:nugget) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:15] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal_poor) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal_poor) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal_poor) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal_poor) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal_poor) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal_poor) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:ore_metal_poor) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (biomesoplenty:mud) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (chisel:andesite) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (chisel:diorite) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (chisel:granite) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (chisel:limestone) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (chisel:marble) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:anvil) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_abyssal) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_andesite) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_bleachedbone) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_bloodstained) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_diorite) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_frostbound) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_granite) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_infernal) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_nether) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_pearlized) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_quarried) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_red_nether) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_red_sandy) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:brick_sandy) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:charge_feeder) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:charge_trap) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:frame) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:generic) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:glass) in the Forge registry. [14:20:16] [Client thread/WARN] [forestry]: Failed to find item for (railcraft:wire) in the Forge registry. [14:20:16] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [14:20:16] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Forestry, FMLFileResourcePack:TeleToro [14:20:16] [Client thread/INFO] [forestry]: Created: 256x128 textures-atlas [14:20:16] [Client thread/INFO]: SoundSystem shutting down... [14:20:16] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [14:20:16] [Sound Library Loader/INFO]: Starting up SoundSystem... [14:20:17] [Thread-10/INFO]: Initializing LWJGL OpenAL [14:20:17] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [14:20:17] [Thread-10/INFO]: OpenAL initialized. [14:20:17] [Sound Library Loader/INFO]: Sound engine started [14:20:18] [Client thread/INFO] [FML]: Max texture size: 16384 [14:20:18] [Client thread/INFO]: Created: 1024x512 textures-atlas [14:20:22] [Client thread/WARN]: Skipping bad option: lastServer: [14:20:42] [Client thread/INFO]: Deleting level New World [14:20:42] [Client thread/INFO]: Attempt 1... [14:20:56] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2 [14:20:56] [Server thread/INFO]: Generating keypair [14:20:56] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance [14:20:56] [Server thread/INFO] [FML]: Applying holder lookups [14:20:56] [Server thread/INFO] [FML]: Holder lookups applied [14:20:56] [Server thread/INFO] [FML]: Loading dimension 0 (test) (net.minecraft.server.integrated.IntegratedServer@6212712f) [14:20:56] [Server thread/WARN]: Unable to find spawn biome [14:20:57] [Server thread/INFO] [FML]: Loading dimension 16 (test) (net.minecraft.server.integrated.IntegratedServer@6212712f) [14:20:57] [Server thread/INFO] [FML]: Loading dimension 1 (test) (net.minecraft.server.integrated.IntegratedServer@6212712f) [14:20:57] [Server thread/INFO] [FML]: Loading dimension -1 (test) (net.minecraft.server.integrated.IntegratedServer@6212712f) [14:20:57] [Server thread/INFO]: Preparing start region for level 0 [14:20:58] [Server thread/INFO]: Preparing spawn area: 6% [14:20:59] [Server thread/INFO]: Preparing spawn area: 14% [14:21:00] [Server thread/INFO]: Preparing spawn area: 23% [14:21:01] [Server thread/INFO]: Preparing spawn area: 34% [14:21:02] [Server thread/INFO]: Preparing spawn area: 43% [14:21:03] [Server thread/INFO]: Preparing spawn area: 55% [14:21:04] [Server thread/INFO]: Preparing spawn area: 67% [14:21:05] [Server thread/INFO]: Preparing spawn area: 80% [14:21:06] [Server thread/INFO]: Preparing spawn area: 92% [14:21:07] [Server thread/INFO]: Changing view distance to 8, from 10 [14:21:08] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [14:21:08] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [14:21:08] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : FML@8.0.99.99,Forge@12.18.3.2281,mcp@9.19,teletoro@1.10.2-20,forestry@5.2.17.376 [14:21:08] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [14:21:09] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [14:21:09] [Server thread/INFO]: [local:E:56c74369] logged in with entity id 1288 at (-10.5, 72.0, -160.5) [14:21:09] [Server thread/INFO]: joined the game [14:21:11] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3907ms behind, skipping 78 tick(s) [14:21:12] [Client thread/FATAL]: Error executing task java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_131] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_131] at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?] at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131] at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?] at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?] at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?] at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?] Caused by: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(Unknown Source) ~[?:1.8.0_131] at java.util.HashMap$KeyIterator.next(Unknown Source) ~[?:1.8.0_131] at net.minecraft.util.ClassInheritanceMultiMap.(SourceFile:26) ~[ob.class:?] at net.minecraft.world.chunk.Chunk.(Chunk.java:88) ~[asv.class:?] at net.minecraft.client.multiplayer.ChunkProviderClient.func_73158_c(ChunkProviderClient.java:60) ~[blj.class:?] at net.minecraft.client.multiplayer.WorldClient.func_73025_a(WorldClient.java:185) ~[bln.class:?] at net.minecraft.client.network.NetHandlerPlayClient.func_147263_a(NetHandlerPlayClient.java:708) ~[bll.class:?] at net.minecraft.network.play.server.SPacketChunkData.func_148833_a(SourceFile:96) ~[gt.class:?] at net.minecraft.network.play.server.SPacketChunkData.func_148833_a(SourceFile:18) ~[gt.class:?] at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_131] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_131] at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?] ... 17 more [14:21:19] [Server thread/INFO]: has just earned the achievement [Taking Inventory] [14:21:19] [Client thread/INFO]: [CHAT] has just earned the achievement [Taking Inventory] [14:21:56] [Server thread/ERROR]: Encountered an unexpected exception net.minecraft.util.ReportedException: Exception ticking world at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704) ~[MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) ~[MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) ~[bzl.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_131] Caused by: java.lang.IllegalArgumentException: bound must be positive at java.util.Random.nextInt(Unknown Source) ~[?:1.8.0_131] at forestry.core.worldgen.WorldGenerator.generateWorld(WorldGenerator.java:81) ~[WorldGenerator.class:?] at forestry.core.worldgen.WorldGenerator.generate(WorldGenerator.java:45) ~[WorldGenerator.class:?] at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120) ~[GameRegistry.class:?] at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001) ~[asv.class:?] at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983) ~[asv.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154) ~[lr.class:?] at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) ~[lx.class:?] at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) ~[ly.class:?] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222) ~[ls.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698) ~[MinecraftServer.class:?] ... 4 more [14:21:56] [Server thread/ERROR]: This crash report has been saved to: C:\Users\milla\Documents\mmc-stable-win32\MultiMC\instances\omg\minecraft\crash-reports\crash-2017-05-04_14.21.56-server.txt [14:21:56] [Server thread/INFO]: Stopping server [14:21:56] [Server thread/INFO]: Saving players [14:21:56] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ---- // I just don't know what went wrong :(

Time: 5/4/17 2:21 PM Description: Exception ticking world

java.lang.IllegalArgumentException: bound must be positive at java.util.Random.nextInt(Unknown Source) at forestry.core.worldgen.WorldGenerator.generateWorld(WorldGenerator.java:81) at forestry.core.worldgen.WorldGenerator.generate(WorldGenerator.java:45) at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120) at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001) at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983) at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154) at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) at java.lang.Thread.run(Unknown Source)

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

-- Head -- Thread: Client thread Stacktrace: at java.util.Random.nextInt(Unknown Source) at forestry.core.worldgen.WorldGenerator.generateWorld(WorldGenerator.java:81) at forestry.core.worldgen.WorldGenerator.generate(WorldGenerator.java:45) at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120) at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001) at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983) at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154) at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)

-- Affected level -- Details: Level name: test All players: 1 total; [EntityPlayerMP[''/1288, l='test', x=-0.50, y=13.50, z=-2.50]] Chunk stats: ServerChunkCache: 21 Drop: 0 Level seed: -329605819298480180 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 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: ERROR NullPointerException: null Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) at java.lang.Thread.run(Unknown Source)

-- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_131, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1387501392 bytes (1323 MB) / 1820327936 bytes (1736 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.32 Powered by Forge 12.18.3.2281 5 mods loaded, 5 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.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2281-universal.jar) UCHIJAAAA Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281-universal.jar) UCHIJAAAA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar) UCHIJAAAA teletoro{1.10.2-20} [TeleToro] (teletoro-1.10.2-20.jar) Loaded coremods (and transformers): GL info: ERROR RuntimeException: No OpenGL context found in the current thread. Profiler Position: N/A (disabled) Player Count: 1 / 8; [EntityPlayerMP[''/1288, l='test', x=-0.50, y=13.50, z=-2.50]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' [14:21:56] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\milla\Documents\mmc-stable-win32\MultiMC\instances\omg\minecraft\crash-reports\crash-2017-05-04_14.21.56-server.txt [14:21:56] [Client thread/INFO] [FML]: Waiting for the server to terminate/save. [14:21:56] [Server thread/INFO]: lost connection: TextComponent{text='Server closed', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} [14:21:56] [Server thread/INFO]: left the game [14:21:56] [Server thread/INFO]: Stopping singleplayer server as player logged out [14:21:56] [Server thread/INFO]: Saving worlds [14:21:56] [Server thread/INFO]: Saving chunks for level 'test'/Overworld [14:21:56] [Server thread/INFO]: Saving chunks for level 'test'/Nether [14:21:56] [Server thread/INFO]: Saving chunks for level 'test'/The End [14:21:56] [Server thread/INFO]: Saving chunks for level 'test'/teletory [14:21:57] [Server thread/INFO] [FML]: Unloading dimension 0 [14:21:57] [Server thread/INFO] [FML]: Unloading dimension -1 [14:21:57] [Server thread/INFO] [FML]: Unloading dimension 1 [14:21:57] [Server thread/INFO] [FML]: Unloading dimension 16 [14:21:57] [Server thread/INFO] [FML]: Applying holder lookups [14:21:57] [Server thread/INFO] [FML]: Holder lookups applied [14:21:57] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded. [14:21:57] [Client thread/INFO] [FML]: Server terminated. [14:21:57] [Client Shutdown Thread/INFO]: Stopping server [14:21:57] [Client Shutdown Thread/INFO]: Saving players [14:21:57] [Client Shutdown Thread/INFO]: Saving worlds AL lib: (EE) alc_cleanup: 1 device not closed Process exited with code -1.

ghost commented 7 years ago

I `recognized:

    // / APATITE
    if (Config.generateApatiteOre) {
        if (random.nextFloat() < 0.8f) {
            int randPosX = x + random.nextInt(16);
            int randPosY = random.nextInt(world.getActualHeight() - 72) + 56; // Does not generate below y = 64
            int randPosZ = y + random.nextInt(16);
            apatiteGenerator.generate(world, random, new BlockPos(randPosX, randPosY, randPosZ));

` Line 78 to 84 in : ForestryMC/src/main/java/forestry/core/worldgen/WorldGenerator.java is blowing up... I disabled apatite generation in > forestry/common.cfg ' ore {

Generates apatite ore blocks in the world. [default: true]

        B:apatite=false' and it stopped killing the server.

I imagine apatite is trying to generate somewhere it can't and teletoro is getting the blockposition for the apatite cuz it's -negative something and boom tickity boom.

Is there a way to stop appatite from generating in teletoro worlds in teletoro???!? this is wierd.

frodare commented 7 years ago

I will look into it, thanks for letting me know.

ghost commented 7 years ago

Yeah! no problem! :D I'm looking at the codez and I still don't know which end the problem be on.

<3

frodare commented 7 years ago

This bug is caused by an assumption in Forestry code that requires the world height to be 72 blocks or greater.

https://github.com/ForestryMC/ForestryMC/blob/mc-1.10/src/main/java/forestry/core/worldgen/WorldGenerator.java#L81

That being said, I don't think there is any reason to keep the world height nonstandard in the Teletory so I am going to change it to be more compatible.

frodare commented 7 years ago

TeleToro 1.10.2-20.1 should be on curse now and should now be compatible with Forestry. Thanks again for taking the time to report this.

ghost commented 7 years ago

Thanks, so awesome! :D 💃