Jump to content

I'm getting this error when launching minecraft.. Can someone help me?


Recommended Posts

Prism Launcher version: 7.1

 

 

Launched instance in online mode

 

authserver.mojang.com resolves to:

[18.239.199.110, 18.239.199.10, 18.239.199.19, 18.239.199.52]

 

session.minecraft.net resolves to:

[2620:1ec:bdf::69, 2620:1ec:46::69, 13.107.213.69, 13.107.246.69]

 

textures.minecraft.net resolves to:

[2620:1ec:bdf::69, 2620:1ec:46::69, 13.107.246.69, 13.107.213.69]

 

api.mojang.com resolves to:

[2620:1ec:bdf::69, 2620:1ec:46::69, 13.107.213.69, 13.107.246.69]

 

 

Java is version 17.0.7, using 64 (amd64) architecture, from Oracle Corporation.

 

 

Main Class:

io.github.zekerzhayard.forgewrapper.installer.Main

 

Traits:

traits FirstThreadOnMacOS

traits XR:Initial

 

 

Native libraries:

 

Mods:

[✔] fabric-api-0.85.0+1.20.1

[✔] iris-mc1.20-1.6.4

[✔] sodium-fabric-mc1.20-0.4.10+build.27

 

Params:

--username --version 1.20.1 --gameDir C:/Users/flack/AppData/Roaming/PrismLauncher/instances/1.20.1/.minecraft --assetsDir C:/Users/flack/AppData/Roaming/PrismLauncher/assets --assetIndex 5 --uuid --accessToken --userType --versionType release --launchTarget forgeclient --fml.forgeVersion 47.1.0 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412

 

Window size: 854 x 480

 

Launcher: standard

 

Java Arguments:

[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx4096m, -Duser.language=en]

 

 

Minecraft process ID: 20004

 

 

Checking: MC_SLIM

Checking: MERGED_MAPPINGS

Checking: MAPPINGS

Checking: MC_EXTRA

Checking: MOJMAPS

Checking: PATCHED

Checking: MC_SRG

2023-07-07 20:30:58,189 main WARN Advanced terminal features are not available in this environment

[20:30:58] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, AlsklingJuno, --version, 1.20.1, --gameDir, C:/Users/flack/AppData/Roaming/PrismLauncher/instances/1.20.1/.minecraft, --assetsDir, C:/Users/flack/AppData/Roaming/PrismLauncher/assets, --assetIndex, 5, --uuid, <PROFILE ID>, --accessToken, ????????, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 47.1.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, --width, 854, --height, 480]

[20:30:58] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.7 by Oracle Corporation; OS Windows 11 arch amd64 version 10.0

[20:30:58] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow

[20:30:58] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6

[20:30:58] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6

Exception caught from launcher

java.lang.reflect.InvocationTargetException

at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)

at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.base/java.lang.reflect.Method.invoke(Method.java:568)

at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57)

at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)

at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)

at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)

Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "net.fabricmc.loader.impl.launch.FabricLauncherBase.getProperties()" is null

at MC-BOOTSTRAP/[email protected]/net.fabricmc.loader.impl.launch.knot.FabricGlobalPropertyService.getProperty(FabricGlobalPropertyService.java:37)

at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.GlobalProperties.get(GlobalProperties.java:117)

at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinBootstrap.isSubsystemRegistered(MixinBootstrap.java:206)

at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinBootstrap.start(MixinBootstrap.java:139)

at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinTransformationServiceAbstract.initialize(MixinTransformationServiceAbstract.java:88)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:92)

at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:92)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:51)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:88)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)

at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)

at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)

... 8 more

Exiting with ERROR

Process exited with code 2.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.