Crash in JVM native code when starting client

Started by MrBasedTV on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 09:25, 28. Jan 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Crash in JVM native code when starting client

When I attempt to run the client to test my mod, I get this error. CODE: JAVA_JVM_CRASH_ERROR [-11]

It happens even on blank projects, I tried reinstalling GPU drivers. Regular Minecraft still works.

Here's the log:

Executing Gradle task: runClient
Build info: MCreator 2022.2.34517, forge-1.18.2, 64-bit, 16305 MB, Windows 10, JVM 17.0.3, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2022-08-29-22:57:13

> Configure project :
The code of this workspace uses official obfuscation mappings provided by Mojang. These mappings fall under their associated license you should be fully aware of.
(c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes,
but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available
at https://account.mojang.com/documents/minecraft_eula.

> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createSrgToMcp UP-TO-DATE
> Task :downloadMCMeta UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :extractNatives UP-TO-DATE
> Task :makeSrcDirs
> Task :prepareRuns
> Task :prepareRunClient
> Task :runClient
22:57.16 [main/INFO] [Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 1.18, --assetsDir, C:\Users\Quinn\.mcreator\gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 40.1.0, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914]
22:57.16 [main/INFO] [Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.3 by Eclipse Adoptium
22:57.16 [main/DEBUG] [LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
22:57.16 [main/DEBUG] [NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
22:57.16 [main/DEBUG] [LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner]
22:57.16 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
22:57.16 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: java.util.stream.ReferencePipeline$3@2f4205be
22:57.16 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
22:57.16 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
22:57.16 [main/DEBUG] [LauncherVersion/CORE]: Found FMLLauncher version 1.0
22:57.16 [main/DEBUG] [FMLLoader/CORE]: FML 1.0 loading
22:57.16 [main/DEBUG] [FMLLoader/CORE]: FML found ModLauncher version : 9.1.3+9.1.3+main.9b69c82a
22:57.16 [main/DEBUG] [FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7
22:57.16 [main/DEBUG] [FMLLoader/CORE]: FML found EventBus version : 5.0.7+5.0.7+master.6d3407cc
22:57.16 [main/DEBUG] [FMLLoader/CORE]: Found Runtime Dist Cleaner
22:57.16 [main/DEBUG] [FMLLoader/CORE]: FML found CoreMod version : 5.0.2+5.0.2+master.303343f8
22:57.16 [main/DEBUG] [FMLLoader/CORE]: Found ForgeSPI package implementation version 4.0.15-4.x+4.0.15-4.x+4.x.038e91c0
22:57.16 [main/DEBUG] [FMLLoader/CORE]: Found ForgeSPI package specification 4
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
22:57.16 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
22:57.16 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
22:57.16 [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@4516af24
22:57.16 [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Quinn/.mcreator/gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%2322!/ Service=ModLauncher Env=CLIENT
22:57.16 [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
22:57.16 [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2)
22:57.16 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2)
22:57.16 [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2)
22:57.16 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2)
22:57.16 [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2)
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
22:57.16 [main/DEBUG] [FMLServiceProvider/CORE]: Setting up basic FML game directories
22:57.16 [main/DEBUG] [FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\Quinn\MCreatorWorkspaces\hot\run
22:57.16 [main/DEBUG] [FMLPaths/CORE]: Path GAMEDIR is C:\Users\Quinn\MCreatorWorkspaces\hot\run
22:57.16 [main/DEBUG] [FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\Quinn\MCreatorWorkspaces\hot\run\mods
22:57.16 [main/DEBUG] [FMLPaths/CORE]: Path MODSDIR is C:\Users\Quinn\MCreatorWorkspaces\hot\run\mods
22:57.16 [main/DEBUG] [FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\Quinn\MCreatorWorkspaces\hot\run\config
22:57.16 [main/DEBUG] [FMLPaths/CORE]: Path CONFIGDIR is C:\Users\Quinn\MCreatorWorkspaces\hot\run\config
22:57.16 [main/DEBUG] [FMLPaths/CORE]: Path FMLCONFIG is C:\Users\Quinn\MCreatorWorkspaces\hot\run\config\fml.toml
22:57.16 [main/DEBUG] [FMLServiceProvider/CORE]: Loading configuration
22:57.16 [main/DEBUG] [FileUtils/CORE]: Found existing default config directory directory : C:\Users\Quinn\MCreatorWorkspaces\hot\run\defaultconfigs
22:57.16 [main/DEBUG] [FMLServiceProvider/CORE]: Preparing ModFile
22:57.16 [main/DEBUG] [FMLServiceProvider/CORE]: Preparing launch handler
22:57.16 [main/DEBUG] [FMLLoader/CORE]: Using forgeclientuserdev as launch service
22:57.16 [main/DEBUG] [FMLLoader/CORE]: Received command line version data : VersionInfo[forgeVersion=40.1.0, mcVersion=1.18.2, mcpVersion=20220404.173914, forgeGroup=net.minecraftforge]
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
22:57.16 [main/DEBUG] [NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'mcp'
22:57.16 [main/DEBUG] [NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {srg=srgtomcp:1234}
22:57.16 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
22:57.16 [main/DEBUG] [FMLServiceProvider/CORE]: Initiating mod scan
22:57.16 [main/DEBUG] [ModListHandler/CORE]: Found mod coordinates from lists: []
22:57.16 [main/DEBUG] [ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null)
22:57.16 [main/DEBUG] [CommonLaunchHandler/CORE]: Got mod coordinates examplemod%%C:\Users\Quinn\MCreatorWorkspaces\hot\build\resources\main;examplemod%%C:\Users\Quinn\MCreatorWorkspaces\hot\build\classes\java\main from env
22:57.16 [main/DEBUG] [CommonLaunchHandler/CORE]: Found supplied mod coordinates [{examplemod=[C:\Users\Quinn\MCreatorWorkspaces\hot\build\resources\main, C:\Users\Quinn\MCreatorWorkspaces\hot\build\classes\java\main]}]
22:57.16 [main/DEBUG] [ModFileInfo/LOADING]: Found valid mod file forge-1.18.2-40.1.0_mapped_official_1.18.2-recomp.jar with {minecraft} mods - versions {1.18.2}
22:57.16 [main/DEBUG] [ModFile/LOADING]: Loading mod file C:\Users\Quinn\.mcreator\gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.18.2-40.1.0_mapped_official_1.18.2\forge-1.18.2-40.1.0_mapped_official_1.18.2-recomp.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]]
22:57.16 [main/DEBUG] [ModFileParser/LOADING]: Considering mod file candidate C:\Users\Quinn\MCreatorWorkspaces\hot\build\resources\main
22:57.16 [main/DEBUG] [ModFileInfo/LOADING]: Found valid mod file main with {hot} mods - versions {1.0.0}
22:57.16 [main/DEBUG] [ModFile/LOADING]: Loading mod file C:\Users\Quinn\MCreatorWorkspaces\hot\build\resources\main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
22:57.16 [main/DEBUG] [ModFileParser/LOADING]: Considering mod file candidate /
22:57.16 [main/DEBUG] [ModFileInfo/LOADING]: Found valid mod file with {forge} mods - versions {40.1.0}
22:57.16 [main/DEBUG] [ModFile/LOADING]: Loading mod file / with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]]
22:57.16 [main/DEBUG] [ModFileParser/LOADING]: Found coremod field_to_method with Javascript path coremods/field_to_method.js
22:57.16 [main/DEBUG] [ModFileParser/LOADING]: Found coremod field_to_instanceof with Javascript path coremods/field_to_instanceof.js
22:57.16 [main/DEBUG] [ModFileParser/LOADING]: Found coremod add_bouncer_method with Javascript path coremods/add_bouncer_method.js
22:57.16 [main/DEBUG] [ModFileParser/LOADING]: Found coremod registry_object_binary_compat with Javascript path coremods/registry_object_binary_compat.js
22:57.16 [main/DEBUG] [ModFile/LOADING]: Found coremod coremods/field_to_method.js
22:57.16 [main/DEBUG] [ModFile/LOADING]: Found coremod coremods/field_to_instanceof.js
22:57.16 [main/DEBUG] [ModFile/LOADING]: Found coremod coremods/add_bouncer_method.js
22:57.16 [main/DEBUG] [ModFile/LOADING]: Found coremod coremods/registry_object_binary_compat.js
22:57.16 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
22:57.16 [main/DEBUG] [LanguageLoadingProvider/CORE]: Found 2 language providers
22:57.16 [main/DEBUG] [LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1.0
22:57.16 [main/DEBUG] [LanguageLoadingProvider/CORE]: Found language provider javafml, version 40
22:57.16 [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Configured system mods: [minecraft, forge]
22:57.16 [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: minecraft
22:57.16 [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: forge
22:57.16 [main/DEBUG] [ModSorter/LOADING]: Found 1 mod requirements (1 mandatory, 0 optional)
22:57.16 [main/DEBUG] [ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional)
22:57.17 [main/DEBUG] [MCPNamingService/CORE]: Loaded 28190 method mappings from methods.csv
22:57.17 [main/DEBUG] [MCPNamingService/CORE]: Loaded 27073 field mappings from fields.csv
22:57.17 [main/DEBUG] [TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
22:57.17 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin
22:57.17 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin
22:57.17 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
22:57.17 [main/DEBUG] [FMLServiceProvider/CORE]: Loading coremod transformers
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_method.js
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: CoreMod loaded successfully
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_instanceof.js
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: CoreMod loaded successfully
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: Loading CoreMod from coremods/add_bouncer_method.js
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: CoreMod loaded successfully
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: Loading CoreMod from coremods/registry_object_binary_compat.js
22:57.17 [main/DEBUG] [CoreModEngine/COREMOD]: CoreMod loaded successfully
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@10c07b8d to Target : CLASS {Lnet/minecraft/world/effect/MobEffectInstance;} {} {V}
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6c9320c2 to Target : CLASS {Lnet/minecraft/world/level/block/LiquidBlock;} {} {V}
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3414a8c3 to Target : CLASS {Lnet/minecraft/world/item/BucketItem;} {} {V}
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@36cc9385 to Target : CLASS {Lnet/minecraft/world/level/block/StairBlock;} {} {V}
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@cf518cf to Target : CLASS {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V}
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7915bca3 to Target : CLASS {Lnet/minecraft/world/item/ItemStack;} {} {V}
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@68d651f2 to Target : CLASS {Lnet/minecraft/network/play/client/CClientSettingsPacket;} {} {V}
22:57.17 [main/DEBUG] [TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3ad4a7d6 to Target : CLASS {Lnet/minecraftforge/registries/RegistryObject;} {} {V}
22:57.17 [main/DEBUG] [TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
22:57.17 [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
22:57.17 [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
22:57.17 [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft)
22:57.17 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft)
22:57.17 [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft)
22:57.17 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft)
22:57.17 [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft)
22:57.17 [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
22:57.17 [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(hot)
22:57.17 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(hot)
22:57.17 [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(hot)
22:57.17 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(hot)
22:57.17 [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(hot)
22:57.17 [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(hot)]
22:57.17 [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(forge)
22:57.17 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(forge)
22:57.17 [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(forge)
22:57.17 [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(forge)
22:57.17 [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(forge)
22:57.17 [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
22:57.17 [main/DEBUG] [mixin/]: inject() running with 4 agents
22:57.17 [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
22:57.17 [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
22:57.17 [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(hot)]
22:57.17 [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
22:57.17 [main/INFO] [LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\Quinn\.mcreator\gradle\caches\forge_gradle\assets, --assetIndex, 1.18]
22:57.17 [main/DEBUG] [mixin/]: Error cleaning class output directory: .mixin.out
22:57.17 [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
22:57.17 [main/DEBUG] [io.ne.ut.in.lo.InternalLoggerFactory/]: Using SLF4J as the default logging framework
22:57.17 [main/DEBUG] [io.ne.ut.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple
22:57.17 [main/DEBUG] [io.ne.ut.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4
22:57.17 [main/DEBUG] [os.ut.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@5ec4ff02
22:57.18 [main/DEBUG] [os.ut.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@5ec4ff02
22:57.18 [pool-3-thread-1/DEBUG] [CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/LiquidBlock
22:57.18 [pool-3-thread-1/DEBUG] [CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/StairBlock
22:57.18 [pool-3-thread-1/DEBUG] [CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/FlowerPotBlock
22:57.19 [pool-3-thread-1/DEBUG] [CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/ItemStack
22:57.21 [pool-3-thread-1/DEBUG] [CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/BucketItem
22:57.21 [pool-3-thread-1/DEBUG] [CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/effect/MobEffectInstance
22:57.22 [Render thread/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/C:/Users/Quinn/.mcreator/gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.18.2-40.1.0_mapped_official_1.18.2/forge-1.18.2-40.1.0_mapped_official_1.18.2-recomp.jar%2376!/assets/.mcassetsroot' uses unexpected schema
22:57.22 [Render thread/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/C:/Users/Quinn/.mcreator/gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.18.2-40.1.0_mapped_official_1.18.2/forge-1.18.2-40.1.0_mapped_official_1.18.2-recomp.jar%2376!/data/.mcassetsroot' uses unexpected schema
22:57.22 [Render thread/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
22:57.22 [Render thread/INFO] [minecraft/Minecraft]: Setting user: Dev
22:57.22 [Render thread/INFO] [minecraft/Minecraft]: Backend library: LWJGL version 3.2.2 SNAPSHOT
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffed0d73ca0, pid=16780, tid=21888
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.3+7 (17.0.3+7) (build 17.0.3+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (17.0.3+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C [atio6axx.dll+0x193ca0]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Quinn\MCreatorWorkspaces\hot\run\hs_err_pid16780.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[error occurred during error reporting (), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffed2b370b9]
] > Task :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 10s
10 actionable tasks: 3 executed, 7 up-to-date

BUILD FAILED
Task completed in 7 minutes and 53 seconds

Last seen on 20:01, 17. Sep 2022
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try updating your gpu…
Wed, 08/31/2022 - 19:15

Try updating your gpu drivers, and if that doesn't work try downgrading them, i had the same error and fixed it like that, there's plenty of tutorials on how to do that

Last seen on 20:19, 15. Mar 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The drivers were not my…
Thu, 05/25/2023 - 21:40

The drivers were not my issue, anyone have any idea on how else to fix this?

Last seen on 20:19, 15. Mar 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Turned out, try going into…
Tue, 08/01/2023 - 20:11

Turned out, try going into your firewall settings and allowing mcreator and java / jvm to have public and private internet access. that worked for me.

Last seen on 17:53, 3. Apr 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've tried restarting my…
Mon, 10/09/2023 - 15:50

I've tried restarting my drivers and allowing the apps through the firewall. None of that has worked. I'm going to do more research and come back with anything that works.