Skip to content

Instantly share code, notes, and snippets.

@Maxime66410
Created March 22, 2025 18:36
Show Gist options
  • Save Maxime66410/246f983f2d791469ae87a77825527da9 to your computer and use it in GitHub Desktop.
Save Maxime66410/246f983f2d791469ae87a77825527da9 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 2025-03-22 19:31:16
Description: Initializing game
net.minecraftforge.fml.ModLoadingException: TheFakePlayer (thefakeplayer) encountered an error during the common_setup event phase
§7java.lang.NullPointerException: Registry Object not present: thefakeplayer:fake_player_entity
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:188) ~[javafmllanguage-1.21.4-54.1.3.jar:54.1.3]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$postEvent$15(ModLoader.java:373) ~[fmlcore-1.21.4-54.1.3.jar:1.0]
at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:148) ~[fmlcore-1.21.4-54.1.3.jar:1.0]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:373) ~[fmlcore-1.21.4-54.1.3.jar:1.0]
at TRANSFORMER/[email protected]/net.minecraftforge.common.ForgeHooks.modifyAttributes(ForgeHooks.java:783) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:370) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraftforge.common.ForgeStatesProvider.lambda$gather$0(ForgeStatesProvider.java:34) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:258) ~[fmlcore-1.21.4-54.1.3.jar:1.0]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:247) ~[fmlcore-1.21.4-54.1.3.jar:1.0]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:214) ~[fmlcore-1.21.4-54.1.3.jar:1.0]
at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:48) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:68) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:48) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:485) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:224) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:96) ~[fmlloader-1.21.4-54.1.3.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:79) ~[fmlloader-1.21.4-54.1.3.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) [modlauncher-10.2.4.jar!/:?]
at [email protected]/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) [bootstrap-2.1.8.jar!/:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) [bootstrap-2.1.8.jar:2.1.8]
Caused by: java.lang.NullPointerException: Registry Object not present: thefakeplayer:fake_player_entity
at TRANSFORMER/[email protected]/net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:193) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar%231!/:?]
at TRANSFORMER/[email protected]/org.furranystudio.thefakeplayer.Events.ClientModEvents.entityAttributes(ClientModEvents.java:27) ~[main/:?]
at TRANSFORMER/[email protected]/org.furranystudio.thefakeplayer.Events.__ClientModEvents_entityAttributes_EntityAttributeCreationEvent.invoke(.dynamic) ~[main/:?]
at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:46) ~[eventbus-6.2.27.jar:?]
at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.2.27.jar:?]
at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:288) ~[eventbus-6.2.27.jar:?]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:184) ~[javafmllanguage-1.21.4-54.1.3.jar:54.1.3]
... 30 more
Transformer Audit:
net.minecraft.client.Minecraft
REASON: classloading
PLUGIN: accesstransformer:BEFORE
PLUGIN: runtimedistcleaner:AFTER
net.minecraft.client.main.Main
REASON: classloading
net.minecraftforge.client.loading.ClientModLoader
REASON: classloading
net.minecraftforge.common.ForgeHooks
REASON: classloading
net.minecraftforge.common.ForgeStatesProvider
REASON: classloading
net.minecraftforge.registries.GameData
REASON: classloading
net.minecraftforge.registries.RegistryObject
REASON: classloading
org.furranystudio.thefakeplayer.Events.ClientModEvents
REASON: classloading
org.furranystudio.thefakeplayer.Events.__ClientModEvents_entityAttributes_EntityAttributeCreationEvent
REASON: classloading
PLUGIN: eventbus:BEFORE
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Suspected Mod:
TheFakePlayer (thefakeplayer), Version: 1.0
at TRANSFORMER/[email protected]/org.furranystudio.thefakeplayer.Events.ClientModEvents.entityAttributes(ClientModEvents.java:27)
Stacktrace:
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:188) ~[javafmllanguage-1.21.4-54.1.3.jar!/:54.1.3]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$postEvent$15(ModLoader.java:373) ~[fmlcore-1.21.4-54.1.3.jar!/:1.0]
at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:148) ~[fmlcore-1.21.4-54.1.3.jar!/:1.0]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:373) ~[fmlcore-1.21.4-54.1.3.jar!/:1.0]
at TRANSFORMER/[email protected]/net.minecraftforge.common.ForgeHooks.modifyAttributes(ForgeHooks.java:783) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:370) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at TRANSFORMER/[email protected]/net.minecraftforge.common.ForgeStatesProvider.lambda$gather$0(ForgeStatesProvider.java:34) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:258) ~[fmlcore-1.21.4-54.1.3.jar!/:1.0]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:247) ~[fmlcore-1.21.4-54.1.3.jar!/:1.0]
at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:214) ~[fmlcore-1.21.4-54.1.3.jar!/:1.0]
at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:48) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar%231!/:?]
at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:68) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar%231!/:?]
at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:48) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar%231!/:?]
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:485) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar%230!/:?]
Transformer Audit:
net.minecraft.client.Minecraft
REASON: classloading
PLUGIN: accesstransformer:BEFORE
PLUGIN: runtimedistcleaner:AFTER
net.minecraftforge.client.loading.ClientModLoader
REASON: classloading
net.minecraftforge.common.ForgeHooks
REASON: classloading
net.minecraftforge.common.ForgeStatesProvider
REASON: classloading
net.minecraftforge.registries.GameData
REASON: classloading
-- Initialization --
Details:
Modules:
ADVAPI32.dll:API avancées Windows 32:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
COMCTL32.dll:Bibliothèque de contrôles de l’expérience utilisateur:6.10 (WinBuild.160101.0800):Microsoft Corporation
CRYPT32.dll:Crypto API32:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.5129 (WinBuild.160101.0800):Microsoft Corporation
CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.5486:Microsoft Corporation
CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation
DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
DEVOBJ.dll:Device Information Set DLL:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
DNSAPI.dll:DNS DLL de l’API Client:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
GDI32.dll:GDI Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
GLU32.dll:DLL bibliothèque des utilitaires OpenGL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
IPHLPAPI.DLL:API de l’application d’assistance IP:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
KERNEL32.DLL:DLL du client API BASE Windows NT:10.0.19041.5072 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:DLL du client API BASE Windows NT:10.0.19041.5553 (WinBuild.160101.0800):Microsoft Corporation
MSCTF.dll:DLL de MSCTF Server:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
MpOav.dll:IOfficeAntiVirus Module:4.18.25010.11 (ec83cf58421ec327ad0aa75c31d55d275c486140):Microsoft Corporation
NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation
NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
POWRPROF.dll:DLL d’assistance du profil d’alimentation:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
PROPSYS.dll:Système de propriétés Microsoft:7.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
Pdh.dll:DLL d’application d’assistance Windows pour les données de performance:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
RPCRT4.dll:Runtime d’appel de procédure distante:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
SETUPAPI.dll:Installation de L’API Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
SHCORE.dll:SHCORE:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
SHELL32.dll:DLL commune du shell Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
UMPDC.dll
USER32.dll:DLL client de l’API uilisateur de Windows multi-utilisateurs:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
USERENV.dll:Userenv:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
WINHTTP.dll:Services HTTP Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
WINMM.dll:DLL API MCI:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
WINSTA.dll:Winstation Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.5553 (WinBuild.160101.0800):Microsoft Corporation
WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
Wldp.dll:Stratégie de verrouillage Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
amsi.dll:Anti-Malware Scan Interface:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
bcrypt.dll:Bibliothèque de primitives de chiffrement Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.5007 (WinBuild.160101.0800):Microsoft Corporation
cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
combase.dll:Microsoft COM pour Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
cryptnet.dll:Crypto Network Related API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
dinput8.dll:Microsoft DirectInput:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
drvstore.dll:Driver Store API:10.0.19041.5369 (WinBuild.160101.0800):Microsoft Corporation
dwmapi.dll:API du Gestionnaire de fenêtres du Bureau Microsoft:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
dxcore.dll:DXCore:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
extnet.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
fwpuclnt.dll:API en mode utilisateur FWP/IPsec:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
gdi32full.dll:GDI Client DLL:10.0.19041.5438 (WinBuild.160101.0800):Microsoft Corporation
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.5129 (WinBuild.160101.0800):Microsoft Corporation
imagehlp.dll:Windows NT Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
inputhost.dll:InputHost:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
java.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
java.exe:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
jemalloc.dll
jimage.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
jli.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
jlinenative-3.25.1-2b6fa4c201c86a57-jlinenative.dll
jna5663849290459541649.dll:JNA native library:7.0.2:Java(TM) Native Access (JNA)
jsvml.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
jvm.dll:OpenJDK 64-Bit server VM:21.0.6.0:Eclipse Adoptium
kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation
lwjgl.dll
lwjgl_opengl.dll
lwjgl_stb.dll
management.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
management_ext.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
mdnsNSP.dll:Bonjour Namespace Provider:3,1,0,1:Apple Inc.
msasn1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
mscms.dll:DLL du système de correspondance de couleurs Microsoft:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
msvcp140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
mswsock.dll:Fournisseur de service Sockets 2.0 de Microsoft Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
napinsp.dll:Fournisseur Shim d’affectation de noms de messagerie:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
ncrypt.dll:Routeur Windows NCrypt:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
net.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
nio.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
ntdll.dll:DLL Couche NT:10.0.19041.4842 (WinBuild.160101.0800):Microsoft Corporation
ntmarta.dll:Fournisseur MARTA Windows NT:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 566.36 :32.0.15.6636:NVIDIA Corporation
nvoglv64.dll:NVIDIA Compatible OpenGL ICD:32.0.15.6636:NVIDIA Corporation
nvspcap64.dll:NVIDIA Game Proxy 8FileVersion 1:11.0.1.184 8Produc:NVIDIA Corporation L$FileDescriptio
ole32.dll:Microsoft OLE pour Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
opengl32.dll:OpenGL Client DLL:10.0.19041.5438 (WinBuild.160101.0800):Microsoft Corporation
perfos.dll:DLL d’objets Performances système Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
pnrpnsp.dll:Fournisseur d’espace de noms PNRP:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
profapi.dll:User Profile Basic API:10.0.19041.5553 (WinBuild.160101.0800):Microsoft Corporation
rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
shlwapi.dll:Bibliothèque d’utilitaires légers du Shell:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
sunmscapi.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.5438 (WinBuild.160101.0800):Microsoft Corporation
ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
uxtheme.dll:Bibliothèque de thèmes Ux Microsoft:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
vcruntime140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
verify.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
win32u.dll:Win32u:10.0.19041.5607 (WinBuild.160101.0800):Microsoft Corporation
windows.storage.dll:API de stockage Microsoft WinRT:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
wintypes.dll:DLL de types de base Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
xinput1_4.dll:API du contrôleur commun Microsoft:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:OpenJDK Platform binary:21.0.6.0:Eclipse Adoptium
Stacktrace:
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:224) ~[forge-1.21.4-54.1.3_mapped_official_1.21.4-recomp.jar:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:96) ~[fmlloader-1.21.4-54.1.3.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:79) ~[fmlloader-1.21.4-54.1.3.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) [modlauncher-10.2.4.jar!/:?]
at [email protected]/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) [bootstrap-2.1.8.jar!/:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) [bootstrap-2.1.8.jar:2.1.8]
Transformer Audit:
net.minecraft.client.main.Main
REASON: classloading
-- System Details --
Details:
Minecraft Version: 1.21.4
Minecraft Version ID: 1.21.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 21.0.6, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 63841152 bytes (60 MiB) / 440401920 bytes (420 MiB) up to 8573157376 bytes (8176 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 5800X 8-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
Microarchitecture: Zen 3
Frequency (GHz): 3.80
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 2070
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 8192.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.6636
Memory slot #0 capacity (MiB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Memory slot #2 capacity (MiB): 8192.00
Memory slot #2 clockSpeed (GHz): 2.13
Memory slot #2 type: DDR4
Memory slot #3 capacity (MiB): 8192.00
Memory slot #3 clockSpeed (GHz): 2.13
Memory slot #3 type: DDR4
Virtual memory max (MiB): 42420.89
Virtual memory used (MiB): 26976.40
Swap memory total (MiB): 9728.00
Swap memory used (MiB): 365.46
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 9239.99, total: 237845.61
Space in storage for workdir (MiB): available: 644301.00, total: 1907712.00
JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
Launched Version: MOD_DEV
Backend library: LWJGL version 3.3.3+5
Backend API: NVIDIA GeForce RTX 2070/PCIe/SSE2 GL version 4.6.0 NVIDIA 566.36, NVIDIA Corporation
Window size: <not initialized>
GFLW Platform: win32
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'forge'
Universe: 404
Type: Client (map_client.txt)
Locale: fr_FR
System encoding: Cp1252
File encoding: UTF-8
CPU: 16x AMD Ryzen 7 5800X 8-Core Processor
ModLauncher: 10.2.4
ModLauncher launch target: forge_userdev_client
ModLauncher naming: mcp
ModLauncher services:
/ slf4jfixer PLUGINSERVICE
/ runtimedistcleaner PLUGINSERVICE
/ runtime_enum_extender PLUGINSERVICE
/ object_holder_definalize PLUGINSERVICE
/ capability_token_subclass PLUGINSERVICE
/ accesstransformer PLUGINSERVICE
/ mixin PLUGINSERVICE
/ eventbus PLUGINSERVICE
/ fml TRANSFORMATIONSERVICE
/ mixin TRANSFORMATIONSERVICE
FML Language Providers:
lowcodefml@54
[email protected]
[email protected]
Mod List:
main |TheFakePlayer |thefakeplayer |1.0 |COMMON_SET|Manifest: NOSIGNATURE
|Minecraft |minecraft |1.21.4 |COMMON_SET|Manifest: NOSIGNATURE
|Forge |forge |54.1.3 |COMMON_SET|Manifest: NOSIGNATURE
Crash Report UUID: 825a8687-631f-48b8-ad2b-37ccdc87e227
FML: 0.0
Forge: net.minecraftforge:54.1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment