PojavLauncherTeam/PojavLauncher

Error Comes up while trying to start the "liteloader with forge" profile.

Open

#5,438 opened on May 7, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (1,149 forks)batch import
bugfix/patch availablehelp wanted

Repository metrics

Stars
 (5,279 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Describe the bug

java.lang.NullPointerException: Attempt to read from field 'net.kdt.pojavlaunch.JMinecraftVersionList$FileProperties net.kdt.pojavlaunch.JMinecraftVersionList$LoggingConfig$LoggingClientConfig.file' on a null object reference in method 'void net.kdt.pojavlaunch.tasks.AsyncMinecraftDownloader.downloadGame(android.app.Activity, net.kdt.pojavlaunch.JMinecraftVersionList$Version, java.lang.String)' at net.kdt.pojavlaunch.tasks.AsyncMinecraftDownloader.downloadGame(AsyncMinecraftDownloader.java:109) at net.kdt.pojavlaunch.tasks.AsyncMinecraftDownloader.lambda$new$0$net-kdt-pojavlaunch-tasks-AsyncMinecraftDownloader(AsyncMinecraftDownloader.java:54) at net.kdt.pojavlaunch.tasks.AsyncMinecraftDownloader$$ExternalSyntheticLambda0.run(Unknown Source:10) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) at java.lang.Thread.run(Thread.java:1012)

This is the error, please tell me how to fix it, I did everything to fix this error, removed all mods, please tell me a way to fix it. I am losing my mind right now.

The log file and images/videos

Screenshot_20240507_193231_PojavLauncher (Minecraft Java Edition for Android) Screenshot_20240507_193219_PojavLauncher (Minecraft Java Edition for Android)

Steps To Reproduce

Start Pojav Launcher
Click Play on "liteloader with forge 1.12.2"
Error pops up.

Expected Behavior

I expected that the profile will run without any problems.

Platform

- Device model: Samsung Galaxy Tab A8
- CPU architecture: idk
- Android version: 14
- PojavLauncher version: Latest

Anything else?

I installed both forge and liteloader, liteloader has a profile to install on called "liteloader with forge" which is the one I installed for the version 1.12.2 to run both .jar and .litemod mods. Removed all the mods but still did not run and showed the error given below. Thanks.

Contributor guide