Minecraft is Crashing After A Bit In The World

Started by BecauseiiThan on

Topic category: Troubleshooting, bugs, and solutions

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Minecraft is Crashing After A Bit In The World

I'm trying to make a Minecraft horror mod but I am having trouble. The problem is I click run client and it loads Minecraft perfectly fine but when I'm in a world and my entity spawns my game immediately crashes. I looked at the console but I have no idea what it says.

The console says: 

[0x7FFC954A3320] ANOMALY: use of REX.w is meaningless (default operand size is 64)
]: ] [0x7FFC92447740] ANOMALY: meaningless REX prefix used
]: ] [0x7FFC924478B0] ANOMALY: meaningless REX prefix used
]: ] [0x7FFC57C77E50] ANOMALY: meaningless REX prefix used
]: ] [0x7FFC95F018A4] ANOMALY: use of REX.w is meaningless (default operand size is 64)
]: ] > Task :runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Users\ethan\.mcreator\gradle\jdks\eclipse_adoptium-17-amd64-windows\jdk-17.0.12+7\bin\java.exe'' finished with non-zero exit value -1073740791
* 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 20s
10 actionable tasks: 3 executed, 7 up-to-date

BUILD FAILED
Task completed in 1 minute and 20 seconds\

 

Here is the code for the spawning: https://imgur.com/a/ZFpeIHu 

 

Since this is my first mod please provide an image if possible