My custom multi structure bugs out

Published by MMG on
Status
Works as designed
Issue description

I recently tried to add custom mine to my mod.

It is made from 3 custom blocks

1. Mine Starter: Starts mine by X section

2. Mine horizontal: expands mine on 2 sides

3. Mine horizontal: expands mine on other 2 sides

 

Problem:

-Mine generates unstopably, weirdly  and infinitely

 

-If you turn off procedure at block #2 or #3 it will stop hapening but mine will not be same as it have to be.

 

Included backup

 

https://drive.google.com/open?id=1TML7yXhUShI4Cpq9BnqoQ3iK2tMBa-ua

Issue comments

If mine generates infinitely, the end condition is not working properly so I suggest you to debug from there.

It generates infinitely only when I set procedure for both block #2 and #3.

But if I select only one of them. Mine will end. So end condition work. I have other problem. My mine goes totally crazy. Thats what I am trying to solve.

Author Submitted by MMG on Fri, 06/28/2019 - 14:37 Permalink

also I just tried to load mod in 1.9.0 and I lauched world and my game crashed

 

Executing gradle command: runClient
Build info: MCreator 1.9.0, 64-bit, 16336 MB, Windows 10 - cmd, JVM 1.8.0_212, JAVA_HOME: C:\Users\vfike\Downloads\MCreator 1.9.0 [1.12.2] Windows 64bit\MCreator190\jdk
(c) 2019 Microsoft Corporation. Vçechna pr va vyhrazena.
C:\Users\vfike\MCreatorWorkspaces\.mcreator>gradlew -Dorg.gradle.java.home="C:/Users/vfike/Downloads/MCreator 1.9.0 [1.12.2] Windows 64bit/MCreator190/jdk" -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms10000m -Xmx12000m" runClient 
   
Executing gradle command: runClient
Build info: MCreator 1.9.0, 64-bit, 16336 MB, Windows 10 - cmd, JVM 1.8.0_212, JAVA_HOME: C:\Users\vfike\Downloads\MCreator 1.9.0 [1.12.2] Windows 64bit\MCreator190\jdk
(c) 2019 Microsoft Corporation. Vçechna pr va vyhrazena.
C:\Users\vfike\MCreatorWorkspaces\.mcreator>gradlew -Dorg.gradle.java.home="C:/Users/vfike/Downloads/MCreator 1.9.0 [1.12.2] Windows 64bit/MCreator190/jdk" -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms10000m -Xmx12000m" runClient 
The project name '.mcreator' starts or ends with a '.'. This has been deprecated and is scheduled to be removed in Gradle 5.0. Set the 'rootProject.name' or adjust the 'include' statement (see https://docs.gradle.org/4.4/dsl/org.gradle.api.initialization.Settings…).
Starting a Gradle Daemon, 2 busy and 1 incompatible Daemons could not be reused, use --status for details
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar UP-TO-DATE
:getVersionJson
:extractNatives SKIPPED
:extractUserdev UP-TO-DATE
:getAssetIndex UP-TO-DATE
:getAssets
Current status: 1070/1305   81%
:makeStart
The project name '.mcreator' starts or ends with a '.'. This has been deprecated and is scheduled to be removed in Gradle 5.0. Set the 'rootProject.name' or adjust the 'include' statement (see https://docs.gradle.org/4.4/dsl/org.gradle.api.initialization.Settings…).
:runClient
16:33.40 [main/INFO] [GradleStart]: Extra: []
16:33.41 [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/vfike/.mcreator/gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
16:33.41 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
16:33.41 [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
16:33.41 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
16:33.41 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
16:33.41 [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
16:33.41 [main/INFO] [FML]: Java is LibericaJDK 64-Bit Server VM, version 1.8.0_212, running on Windows 10:amd64:10.0, installed at C:\Users\vfike\Downloads\MCreator 1.9.0 [1.12.2] Windows 64bit\MCreator190\jdk\jre
16:33.41 [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
16:33.41 [main/ERROR] [FML]: Full: C:\Users\vfike\.mcreator\gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar
16:33.41 [main/ERROR] [FML]: Trimmed: c:/users/vfike/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
16:33.41 [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
16:33.41 [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs.
2019-06-28 16:33:42,261 main WARN Disabling terminal, you're running in an unsupported environment.
16:33.42 [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin
16:33.42 [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
16:33.42 [main/INFO] [FML]: Searching C:\Users\vfike\MCreatorWorkspaces\.mcreator\run\.\mods for mods
16:33.42 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
16:33.42 [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
16:33.42 [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
16:33.42 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
16:33.42 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
16:33.42 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
16:33.42 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
16:33.42 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
16:33.42 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
16:33.43 [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
16:33.43 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
16:33.43 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
#################################################
         ForgeGradle 2.3-SNAPSHOT-7764e3e        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################
16:33.44 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
16:33.44 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
16:33.44 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
16:33.44 [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
16:33.44 [main/INFO] [minecraft/Minecraft]: Setting user: Player765
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar UP-TO-DATE
:getVersionJson
16:33.48 [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
:extractNatives SKIPPED
:extractUserdev UP-TO-DATE
:getAssetIndex UP-TO-DATE
:getAssets
Current status: 1072/1305   82%
16:33.50 [main/INFO] [FML]: -- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_212, BellSoft
   Java VM Version: LibericaJDK 64-Bit Server VM (mixed mode), 
   Memory: 149624040 bytes (142 MB) / 486539264 bytes (464 MB) up to 3808428032 bytes (3632 MB)
   JVM Flags: 0 total; 
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: 
   Loaded coremods (and transformers): 
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.86' Renderer: 'GeForce GTX 1080/PCIe/SSE2'
16:33.50 [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
16:33.50 [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
16:33.50 [main/INFO] [FML]: Replaced 1036 ore ingredients
16:33.51 [main/INFO] [FML]: Searching C:\Users\vfike\MCreatorWorkspaces\.mcreator\run\.\mods for mods
:makeStart
16:33.53 [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
16:33.53 [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, marioandluigiblockbrothersmod] at CLIENT
16:33.53 [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, marioandluigiblockbrothersmod] at SERVER
:runClient
16:33.53 [main/INFO] [GradleStart]: Extra: []
16:33.53 [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/vfike/.mcreator/gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
16:33.53 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
16:33.53 [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
16:33.53 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
16:33.53 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
16:33.53 [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
16:33.53 [main/INFO] [FML]: Java is LibericaJDK 64-Bit Server VM, version 1.8.0_212, running on Windows 10:amd64:10.0, installed at C:\Users\vfike\Downloads\MCreator 1.9.0 [1.12.2] Windows 64bit\MCreator190\jdk\jre
16:33.53 [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
16:33.53 [main/ERROR] [FML]: Full: C:\Users\vfike\.mcreator\gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar
16:33.53 [main/ERROR] [FML]: Trimmed: c:/users/vfike/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
16:33.53 [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
16:33.53 [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs.
16:33.54 [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 397474400 nanos
2019-06-28 16:33:54,416 main WARN Disabling terminal, you're running in an unsupported environment.
16:33.54 [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin
16:33.54 [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
16:33.54 [main/INFO] [FML]: Searching C:\Users\vfike\MCreatorWorkspaces\.mcreator\run\.\mods for mods
16:33.54 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
16:33.54 [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
16:33.54 [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
16:33.54 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
16:33.54 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
16:33.54 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
16:33.54 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
16:33.54 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
16:33.54 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
16:33.55 [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
16:33.55 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
16:33.55 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
16:33.56 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
16:33.56 [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
16:33.56 [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
16:33.56 [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
16:33.56 [main/INFO] [minecraft/Minecraft]: Setting user: Player609
16:33.58 [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MarioAndLuigiBlockBrothersMod
16:33.58 [main/INFO] [FML]: Processing ObjectHolder annotations
16:33.59 [main/INFO] [FML]: Found 1431 ObjectHolder annotations
16:33.59 [main/INFO] [FML]: Identifying ItemStackHolder annotations
16:33.59 [main/INFO] [FML]: Found 0 ItemStackHolder annotations
16:33.59 [main/INFO] [FML]: Configured a dormant chunk cache size of 0
16:33.59 [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotio…
16:33.59 [main/INFO] [FML]: OBJLoader: Domain marioandluigiblockbrothersmod has been added.
16:33.59 [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
16:33.59 [main/INFO] [FML]: Applying holder lookups
16:33.59 [main/INFO] [FML]: Holder lookups applied
16:33.59 [main/INFO] [FML]: Applying holder lookups
16:33.59 [main/INFO] [FML]: Holder lookups applied
16:34.00 [main/INFO] [FML]: Applying holder lookups
16:34.00 [main/INFO] [FML]: Holder lookups applied
16:34.00 [main/INFO] [FML]: Applying holder lookups
16:34.00 [main/INFO] [FML]: Holder lookups applied
16:34.00 [main/INFO] [FML]: Injecting itemstacks
16:34.00 [main/INFO] [FML]: Itemstack injection complete
16:34.00 [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
16:34.01 [main/INFO] [FML]: -- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_212, BellSoft
   Java VM Version: LibericaJDK 64-Bit Server VM (mixed mode), 
   Memory: 273033936 bytes (260 MB) / 593494016 bytes (566 MB) up to 3808428032 bytes (3632 MB)
   JVM Flags: 0 total; 
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: 
   Loaded coremods (and transformers): 
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.86' Renderer: 'GeForce GTX 1080/PCIe/SSE2'
16:34.01 [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
16:34.01 [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
16:34.01 [main/INFO] [FML]: Replaced 1036 ore ingredients
16:34.01 [main/INFO] [FML]: Searching C:\Users\vfike\MCreatorWorkspaces\.mcreator\run\.\mods for mods
16:34.03 [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
16:34.03 [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, marioandluigiblockbrothersmod] at CLIENT
16:34.03 [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, marioandluigiblockbrothersmod] at SERVER
16:34.03 [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
16:34.04 [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 131348300 nanos
16:34.04 [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
16:34.04 [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
16:34.04 [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
16:34.04 [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
16:34.06 [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MarioAndLuigiBlockBrothersMod
16:34.06 [main/INFO] [FML]: Processing ObjectHolder annotations
16:34.06 [main/INFO] [FML]: Found 1431 ObjectHolder annotations
16:34.06 [main/INFO] [FML]: Identifying ItemStackHolder annotations
16:34.06 [main/INFO] [FML]: Found 0 ItemStackHolder annotations
16:34.06 [main/INFO] [FML]: Configured a dormant chunk cache size of 0
16:34.06 [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotio…
16:34.06 [main/INFO] [FML]: OBJLoader: Domain marioandluigiblockbrothersmod has been added.
16:34.06 [main/INFO] [FML]: Applying holder lookups
16:34.06 [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
16:34.06 [main/INFO] [FML]: Holder lookups applied
16:34.06 [main/INFO] [FML]: Applying holder lookups
16:34.06 [main/INFO] [FML]: Holder lookups applied
16:34.07 [main/INFO] [FML]: Applying holder lookups
16:34.07 [main/INFO] [FML]: Holder lookups applied
16:34.07 [main/INFO] [FML]: Applying holder lookups
16:34.07 [main/INFO] [FML]: Holder lookups applied
16:34.07 [main/INFO] [FML]: Injecting itemstacks
16:34.07 [main/INFO] [FML]: Itemstack injection complete
16:34.09 [main/INFO] [FML]: Max texture size: 16384
16:34.09 [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005
16:34.10 [Thread-5/ERROR] [minecraft/SoundManager]: Error in class 'LibraryLWJGLOpenAL'
16:34.10 [Thread-5/ERROR] [minecraft/SoundManager]: Unable to initialize OpenAL.  Probable cause: OpenAL not supported.
16:34.10 [Thread-5/WARN] [minecraft/SoundManager]: ERROR MESSAGE:
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: Could not locate OpenAL library.
16:34.10 [Thread-5/WARN] [minecraft/SoundManager]: STACK TRACE:
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: org.lwjgl.openal.AL.create(AL.java:156)
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: org.lwjgl.openal.AL.create(AL.java:102)
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: org.lwjgl.openal.AL.create(AL.java:206)
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
16:34.10 [Thread-5/INFO] [minecraft/SoundManager]: paulscode.sound.CommandThread.run(CommandThread.java:121)
16:34.10 [Sound Library Loader/WARN] [minecraft/SoundManager]: ERROR MESSAGE:
16:34.10 [Sound Library Loader/INFO] [minecraft/SoundManager]: Could not locate OpenAL library.
16:34.10 [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
16:34.10 [Thread-7/INFO] [minecraft/SoundManager]: Switching to No Sound
16:34.10 [Thread-7/INFO] [minecraft/SoundManager]: (Silent Mode)
16:34.10 [main/INFO] [minecraft/TextureMap]: Created: 1024x512 textures-atlas
16:34.11 [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
16:34.14 [main/INFO] [FML]: Applying holder lookups
16:34.14 [main/INFO] [FML]: Holder lookups applied
16:34.14 [main/INFO] [FML]: Max texture size: 16384
16:34.14 [main/INFO] [FML]: Injecting itemstacks
16:34.14 [main/INFO] [FML]: Itemstack injection complete
16:34.14 [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
16:34.14 [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
16:34.14 [main/INFO] [minecraft/TextureMap]: Created: 1024x512 textures-atlas
16:34.15 [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id
16:34.16 [main/INFO] [FML]: Applying holder lookups
16:34.16 [main/INFO] [FML]: Holder lookups applied
16:34.16 [main/INFO] [FML]: Injecting itemstacks
16:34.16 [main/INFO] [FML]: Itemstack injection complete
16:34.16 [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
16:34.16 [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
16:34.17 [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id
16:34.33 [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2
16:34.33 [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair
16:34.33 [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
16:34.33 [Server thread/INFO] [FML]: Applying holder lookups
16:34.33 [Server thread/INFO] [FML]: Holder lookups applied
16:34.33 [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@5ac1075d)
16:34.33 [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
java.lang.NullPointerException: null
   at net.minecraft.advancements.AdvancementList.loadAdvancements(AdvancementList.java:92 ) ~[AdvancementList.class:?]
   at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:71 ) ~[AdvancementManager.class:?]
   at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61 ) ~[AdvancementManager.class:?]
   at net.minecraft.world.WorldServer.init(WorldServer.java:162 ) ~[WorldServer.class:?]
   at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123 ) ~[IntegratedServer.class:?]
   at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160 ) ~[IntegratedServer.class:?]
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552 ) [MinecraftServer.class:?]
   at java.lang.Thread.run(Thread.java:748 ) [?:1.8.0_212]
16:34.33 [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: C:\Users\vfike\MCreatorWorkspaces\.mcreator\run\.\crash-reports\crash-2019-06-28_16.34.33-server.txt
16:34.33 [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
16:34.33 [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
16:34.33 [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
16:34.33 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
16:34.33 [Server thread/INFO] [FML]: Unloading dimension 0
16:34.33 [Server thread/INFO] [FML]: Applying holder lookups
16:34.33 [Server thread/INFO] [FML]: Holder lookups applied
16:34.33 [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
16:34.34 [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629 ---- Minecraft Crash Report ----
// There are four lights!
Time: 6/28/19 4:34 PM
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
   at net.minecraft.advancements.AdvancementList.loadAdvancements(AdvancementList.java:92 )
   at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:71 )
   at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61 )
   at net.minecraft.world.WorldServer.init(WorldServer.java:162 )
   at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123 )
   at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160 )
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552 )
   at java.lang.Thread.run(Thread.java:748 )
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_212, BellSoft
   Java VM Version: LibericaJDK 64-Bit Server VM (mixed mode), 
   Memory: 1019497208 bytes (972 MB) / 1347944448 bytes (1285 MB) up to 3808428032 bytes (3632 MB)
   JVM Flags: 0 total; 
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP 9.42 Powered by Forge 14.23.5.2768 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
   | State   | ID                            | Version      | Source                           | Signature |
   |:------- |:----------------------------- |:------------ |:-------------------------------- |:--------- |
   | UCHIJAA | minecraft                     | 1.12.2       | minecraft.jar                    | None      |
   | UCHIJAA | mcp                           | 9.42         | minecraft.jar                    | None      |
   | UCHIJAA | FML                           | 8.0.99.99    | forgeSrc-1.12.2-14.23.5.2768.jar | None      |
   | UCHIJAA | forge                         | 14.23.5.2768 | forgeSrc-1.12.2-14.23.5.2768.jar | None      |
   | UCHIJAA | marioandluigiblockbrothersmod | 0.4          | modid-1.0.jar                    | None      |
   Loaded coremods (and transformers): 
   GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
   Profiler Position: N/A (disabled)
   Player Count: 0 / 8; []
   Type: Integrated Server (map_client.txt)
   Is Modded: Definitely; Client brand changed to 'fml,forge'
16:34.34 [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629 #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2019-06-28_16.34.33-server.txt
16:34.34 [Client Shutdown Thread/INFO] [minecraft/MinecraftServer]: Stopping server
16:34.34 [Client Shutdown Thread/INFO] [minecraft/MinecraftServer]: Saving players
16:34.34 [Client Shutdown Thread/INFO] [minecraft/MinecraftServer]: Saving worlds
:runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Users\vfike\Downloads\MCreator 1.9.0 [1.12.2] Windows 64bit\MCreator190\jdk\bin\java.exe'' finished with non-zero exit value -1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 0s
13 actionable tasks: 6 executed, 7 up-to-date
C:\Users\vfike\MCreatorWorkspaces\.mcreator>
Task completed with return code 0 in 60413 milliseconds

Your achievement ShoppingTime2 is referencing item BoxOfCoins1 of your workspace that does not exist in the workspace anymore. Replace this icon with an element that exists.

Nice mod btw :D

Author Submitted by MMG on Fri, 06/28/2019 - 17:09 Permalink

What the heck. I deleted boxofcoins long ago and from that time I launched it more than 100 times. Thanks. I will try to also make my structure bigger segments so it can bug itself in

Yes. MCreator 1.8.3 did not properly delete some mod elements so such errors remained hidden until 1.9.0 :)

It is not a procedure, but achievement/advancement. One of the does not have item/block defined.

Your achievement ShoppingTime2 is referencing item BoxOfCoins1 of your workspace that does not exist in the workspace anymore. Replace this icon with an element that exists.