Closed Matnabru closed 1 year ago
pasting newly created world from singleplayer where I only opened the shop fixed everything
i have the save problem.
To fix crash when you click the shop icon, server has to be set to online mode. Open server.properties
file and change online-mode
to true
. Some hosting sites automatically set it to false
. If you've set it intentionally to false
because you or your friends use so called cracked, non-premium, offline
Minecraft, we will not assist you any further. Helping you would mean violating the TOS (terms of service) and EULA (end user license agreement) of both Mojang and Discord in regards to piracy/crime.
@BestPei please read the above message I just posted. This is an issue on your end, not with the modpack.
@Matnabru your game/ server was crashing because your server was in offline mode as noted by my message above.
@BestPei please read the above message I just posted. This is an issue on your end, not with the modpack.
Thanks! I set up the server like you said and it worked!
General Info
Your launcher
CurseForge
Modpack version
0.95a - 0.96a
Describe your issue
I deployed server on VM using java 8 and installed 0.95a, everything works fine except when I hoover on the shop icon my client crashes.
After looking into crash report I can see that there isn't something that should otherwise exist
java.lang.NullPointerException: Rendering screen
I suspect the issue is that FTBMoney.getClientMoney crashes
Stacktrace: at dev.ftb.mods.ftbmoney.FTBMoney.getClientMoney(FTBMoney.java:168) ~[?:1605.1.4-build.9] {re:classloading}
Do I need to somewhat set up the shop manually? Or it is within the server files
After that I installed 0.96a version (on the client and server) and and this time I could hover over icon but when I click it, same thing happens.
My crash report contains additional authForge mod but it's not the reason because this issue occured even when I didn't have it.
My java version is
openjdk version "1.8.0_352"
can this be the issue?Steps to reproduce the issue
sudo java -Xmx24G -jar forge-1.16.5-36.2.33.jar nogui
Additional Information