-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modpack Config Checker causes java error on linux #15
Comments
The mod is used because most users forget to change their RAM allocation for the pack. There is some ongoing work to reduce some of the RAM requirements by default, but at the moment preventing issues with RAM allocation is more important so the mod will stay in. The frequency of the crash is currently being polled, and if it turns out the issue is frequent, it will be addressed. |
It might be a linux issue |
I am experiencing this issue as well on Linux Mint using GDLauncher. Is there a config file or cache that could be safely deleted and regenerated on start up that might be a quick fix for this issue? |
@TheRealGorrik well it must be a linux mint/ubuntu issue |
I agree that the issue is probably unique to the Linux environment from what I can see from the discord and this post. Given that the game ran fine for me the very first time running after install, then fails to run after that, it indicates that some file generated during the first run is in an invalid state. A quick solution would be to identify the problem file and delete it and let it regenerate on startup until an actual solution is found for it. |
So based on the response by @sainagh, I reinstalled the pack through GDLauncher and set my memory allocation to a non-default amount before launching the pack. After that I unlocked the mod pack in the overview panel, I went to the mods tab and disabled the modpack configuration checker mod. I successfully launched the pack twice after that, which is better than before. The only issue was when I connected to my server, the service mod list was not in-sync with mine. Disabling it on the server seemed to have worked for now. Probably not the best way of handling it, but I am able to play now. |
Just for some additional data points, I'm not seeing this error and running on linux. Both a desktop and laptop launch fine. OS: Manjaro I have FTB set to use 8GB by default on both systems. |
@bstock84 i wonder if it has to do with cinnamon (i use linux mint @TheRealGorrik as well) |
@fbfnysnshnsgnwg @TheRealGorrik I tested on Manjaro by setting FTB laucnher to use 4GB ram: KDE Plasma (wayland)- fine Testing again, still on Manjaro with GDLauncher, instance set to 4GB ram in the following DE's: KDE Plasma (wayland)- fine Both launchers are using their recommend java version that comes along with the install. I had an ubuntu VM so I tried GDLauncher on it with both of the following: Gnome (default) - fine Then I figured while I'm at it, let's see if I can reproduce. I installed Mint on a VM, setup GDLauncher, installed the pack and tried to run (with its default setting of 4GB), and observed the following:
So I'm unable to reproduce this in a VM. It seems a strange issue, since Java should have all it needs with it for its window decorating stuff. Since you're able to get the game to load and run ok, it sounds like base system stuff is all fine too. I did all this testing on my laptop which has a Ryzen 7 7840U w/ on-cpu Radeon 780M graphics. My desktop is a Ryzen CPU with discrete AMD GPU. I wonder if users affected by this bug are all on nVidia or intel GPU. Maybe you could try gnome/kde/xfce or something and see if you get the same issue? Or try FTB Launcher perhaps? Also if you set your memory to above the recommended amount of memory, do you still get a crash? Since the popup window shouldn't come up in that case I'd expect the game not to crash if the issue is somewhere in the code used for the popup. |
@bstock84 I had a similar issue with antimatter chemistry, and made an issue in their repo, and someone told me that my kernel driver was old (5.15.0), so it might be a kernel issue |
update: i did some digging, and it seems to be a problem with java.awt (i had this issue AGAIN on sevtech this time) j java.awt.Toolkit.getDesktopProperty(Ljava/lang/String;)Ljava/lang/Object;+32 |
Have you updated your system to latest, and are you still running kernel 5.15? If so you might want to try a dist upgrade so you're at least on a 6.x kernel to see if that helps. |
When launching meatballcraft, this java error happens
hs_err_pid18790.log
Easily fixed, just remove the mod.
What I want is either a fix or just removal of the mod.
All I know about the error is that it is related to the code that the mod uses to open a popup window
The text was updated successfully, but these errors were encountered: