My entire 2019.5 / 2020.1 installation is screwed up.

Started by MP1Player on

Topic category: Help with MCreator software

Last seen on 00:39, 23. Sep 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My entire 2019.5 / 2020.1 installation is screwed up.

So the issue begins this morning, where I decided to work some more on my mod. However, when I tried to run the mod to do more testing, this series of errors appeared.

 

I tried building again, got the same errors. Then I decided to clear the cache file. That didnt work either.

 

I then decided that since my version is outdated (2019.5), I was going to update, since that may be causing the issue.

Upon installations, every single file in the installer had an error associated with it. I'm not overexaggerating, every single file had an error associated with it. Including the main java.exe

 

After a little while, I got it to install, but then when it tried to build my mod, the entire thing started corrupting and it won't load. Including the main part of my mod, the dimension.

I don't know what to do from here on out, because I really do not want to have to recreate my mod. I don't have any backups. I keep trying to rebuild, but its skipping every element and not compiling correctly. Any help at all is appreciated.

Upon installations, every…
Mon, 03/16/2020 - 18:14

Upon installations, every single file in the installer had an error associated with it. I'm not overexaggerating, every single file had an error associated with it. Including the main java.exe

You need to reboot the computer before reinstalling it.

For more help, I would need actual logs from the console, not screenshots, plus the place for this is issue tracker.

Last seen on 00:39, 23. Sep 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I did reboot, and sorry for…
Mon, 03/16/2020 - 23:54

I did reboot, and sorry for not putting it in issue tracker. Anyways theres more development relating to this issue.

 

I reinstalled MCreator after removing everything related to it from my laptop, then imported the zip I made before deleting the workspaces folder. Everything was working fine, but now its screwing up again.

 

It would let me start a world, do normal things, but when entering my dimension, the entire game froze, and created these logs:

18:47.43 [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception net.minecraft.util.ReportedException: Ticking memory connection    at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:212
) ~[NetworkSystem.class:?]    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:865
) ~[MinecraftServer.class:?]    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743
) ~[MinecraftServer.class:?]    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192
) ~[IntegratedServer.class:?]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592
) [MinecraftServer.class:?]    at java.lang.Thread.run(Thread.java:748
) [?:1.8.0_232] Caused by: java.lang.NullPointerException    at net.minecraft.advancements.PlayerAdvancements.startProgress(PlayerAdvancements.java:379
) ~[PlayerAdvancements.class:?]    at net.minecraft.advancements.PlayerAdvancements.getProgress(PlayerAdvancements.java:371
) ~[PlayerAdvancements.class:?]    at net.mcreator.gravelands.MCreatorGravelandsDimensionPlayerEntersDimension.executeProcedure(MCreatorGravelandsDimensionPlayerEntersDimension.java:27
) ~[MCreatorGravelandsDimensionPlayerEntersDimension.class:?]    at net.mcreator.gravelands.MCreatorGravelandsDimension$WorldProviderMod.onPlayerAdded(MCreatorGravelandsDimension.java:179
) ~[MCreatorGravelandsDimension$WorldProviderMod.class:?]    at net.minecraft.world.ServerWorldEventHandler.onEntityAdded(ServerWorldEventHandler.java:47
) ~[ServerWorldEventHandler.class:?]    at net.minecraft.world.World.onEntityAdded(World.java:1326
) ~[World.class:?]    at net.minecraft.world.WorldServer.onEntityAdded(WorldServer.java:1175
) ~[WorldServer.class:?]    at net.minecraft.world.World.spawnEntity(World.java:1317
) ~[World.class:?]    at net.minecraft.world.WorldServer.spawnEntity(WorldServer.java:1121
) ~[WorldServer.class:?]    at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:399
) ~[PlayerList.class:?]    at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:176
) ~[PlayerList.class:?]    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:258
) ~[NetworkDispatcher.class:?]    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72
) ~[NetworkDispatcher.class:?]    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:208
) ~[NetworkDispatcher$1.class:?]    at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:307
) ~[NetworkManager.class:?]    at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:197
) ~[NetworkSystem.class:?]    ... 5 more 18:47.44 [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: C:\Users\CENSORED\McreatorWorkspaces\Gravelands\run\.\crash-reports\crash-2020-03-16_18.47.43-server.txt 18:47.44 [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server 18:47.44 [Server thread/INFO] [minecraft/MinecraftServer]: Saving players 18:47.44 [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds 18:47.44 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'Gravelands Testing 1'/overworld 18:47.44 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'Gravelands Testing 1'/gravelandsdimension 18:47.45 [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629 ---- Minecraft Crash Report ---- // You're mean. Time: 3/16/20 6:47 PM Description: Ticking memory connection java.lang.NullPointerException: Ticking memory connection    at net.minecraft.advancements.PlayerAdvancements.startProgress(PlayerAdvancements.java:379
)    at net.minecraft.advancements.PlayerAdvancements.getProgress(PlayerAdvancements.java:371
)    at net.mcreator.gravelands.MCreatorGravelandsDimensionPlayerEntersDimension.executeProcedure(MCreatorGravelandsDimensionPlayerEntersDimension.java:27
)    at net.mcreator.gravelands.MCreatorGravelandsDimension$WorldProviderMod.onPlayerAdded(MCreatorGravelandsDimension.java:179
)    at net.minecraft.world.ServerWorldEventHandler.onEntityAdded(ServerWorldEventHandler.java:47
)    at net.minecraft.world.World.onEntityAdded(World.java:1326
)    at net.minecraft.world.WorldServer.onEntityAdded(WorldServer.java:1175
)    at net.minecraft.world.World.spawnEntity(World.java:1317
)    at net.minecraft.world.WorldServer.spawnEntity(WorldServer.java:1121
)    at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:399
)    at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:176
)    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:258
)    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72
)    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:208
)    at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:307
)    at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:197
)    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:865
)    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743
)    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192
)    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592
)    at java.lang.Thread.run(Thread.java:748
) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace:    at net.minecraft.advancements.PlayerAdvancements.startProgress(PlayerAdvancements.java:379
)    at net.minecraft.advancements.PlayerAdvancements.getProgress(PlayerAdvancements.java:371
)    at net.mcreator.gravelands.MCreatorGravelandsDimensionPlayerEntersDimension.executeProcedure(MCreatorGravelandsDimensionPlayerEntersDimension.java:27
)    at net.mcreator.gravelands.MCreatorGravelandsDimension$WorldProviderMod.onPlayerAdded(MCreatorGravelandsDimension.java:179
)    at net.minecraft.world.ServerWorldEventHandler.onEntityAdded(ServerWorldEventHandler.java:47
)    at net.minecraft.world.World.onEntityAdded(World.java:1326
)    at net.minecraft.world.WorldServer.onEntityAdded(WorldServer.java:1175
)    at net.minecraft.world.World.spawnEntity(World.java:1317
)    at net.minecraft.world.WorldServer.spawnEntity(WorldServer.java:1121
)    at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:399
)    at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:176
)    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:258
)    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72
)    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:208
)    at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:307
) -- Ticking connection -- Details:    Connection: net.minecraft.network.NetworkManager@6007c06b Stacktrace:    at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:197
)    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:865
)    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743
)    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192
)    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592
)    at java.lang.Thread.run(Thread.java:748
) -- System Details -- Details:    Minecraft Version: 1.12.2    Operating System: Windows 10 (amd64) version 10.0    Java Version: 1.8.0_232, BellSoft    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode),     Memory: 124196624 bytes (118 MB) / 793247744 bytes (756 MB) up to 1860698112 bytes (1774 MB)    JVM Flags: 0 total;     IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94    FML: MCP 9.42 Powered by Forge 14.23.5.2768 6 mods loaded, 6 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 |    |:--------- |:-------------- |:------------ |:-------------------------------- |:--------- |    | UCHIJAAAA | minecraft      | 1.12.2       | minecraft.jar                    | None      |    | UCHIJAAAA | mcp            | 9.42         | minecraft.jar                    | None      |    | UCHIJAAAA | FML            | 8.0.99.99    | forgeSrc-1.12.2-14.23.5.2768.jar | None      |    | UCHIJAAAA | forge          | 14.23.5.2768 | forgeSrc-1.12.2-14.23.5.2768.jar | None      |    | UCHIJAAAA | gravelands     | 0.1.0        | modid-1.0.jar                    | None      |    | UCHIJAAAA | naturescompass | 1.8.5        | NaturesCompass-1.12.2-1.8.5.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: 1 / 8; [EntityPlayerMP['Player125'/322, l='Gravelands Testing 1', x=-97.50, y=69.54, z=244.36]]    Type: Integrated Server (map_client.txt)    Is Modded: Definitely; Client brand changed to 'fml,forge' 18:47.45 [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629 #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2020-03-16_18.47.43-server.txt 18:47.45 [main/INFO] [FML]: Waiting for the server to terminate/save. 18:47.45 [Server thread/INFO] [FML]: Unloading dimension 0 18:47.45 [Server thread/INFO] [FML]: Unloading dimension 4 18:47.45 [Server thread/INFO] [FML]: Applying holder lookups 18:47.45 [Server thread/INFO] [FML]: Holder lookups applied 18:47.45 [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded. 18:47.45 [main/INFO] [FML]: Server terminated. 18:47.45 [Client Shutdown Thread/INFO] [minecraft/MinecraftServer]: Stopping server 18:47.45 [Client Shutdown Thread/INFO] [minecraft/MinecraftServer]: Saving players AL lib: (EE) alc_cleanup: 1 device not closed :runClient FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':runClient'. > Process 'command 'C:\Program Files\Pylo\MCreator\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 42s 13 actionable tasks: 6 executed, 7 up-to-date BUILD FAILED Task completed in 102687 milliseconds

 

This happens because of this…
Tue, 03/17/2020 - 07:45

This happens because of this:

EAP 2020.1.03712

  • Any advancement can now be triggered by procedures (existing procedure blocks need to have advancements re-selected)

Source: https://mcreator.net/changelog