You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set memory in the runData file, but not Java, then a NPE happens.
[B#000] java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "replacement" is null
[B#000] at java.base/java.lang.String.replace(String.java:2959)
[B#000] at net.technicpack.ui.lang.ResourceLoader.getString(ResourceLoader.java:158)
[B#000] at net.technicpack.launcher.ui.components.FixRunDataDialog.buildSuccessFailPanels(FixRunDataDialog.java:213)
[B#000] at net.technicpack.launcher.ui.components.FixRunDataDialog.initComponents(FixRunDataDialog.java:142)
[B#000] at net.technicpack.launcher.ui.components.FixRunDataDialog.<init>(FixRunDataDialog.java:53)
[B#000] at net.technicpack.launcher.launch.Installer$1.run(Installer.java:145)
[B#000] at java.base/java.lang.Thread.run(Thread.java:833)
The text was updated successfully, but these errors were encountered:
If you set memory in the runData file, but not Java, then a NPE happens.
The text was updated successfully, but these errors were encountered: