Once again having issues with the client
-
- Developer
- Posts: 2696
- Joined: Sun Dec 30, 2018 2:50 am
Re: Once again having issues with the client
If that command runs then that's not your problem. Not too sure. For what it's worth my OpenJDK is on version 11.0.9.1
-
- Premium Donator
- Posts: 37
- Joined: Tue Jan 19, 2021 5:07 am
Re: Once again having issues with the client
I get this error when I close the client: "java.lang.NullPointerException
at pkhonor.wU.PsDw(Unknown Source)
at pkhonor.Client.OO(Unknown Source)
at pkhonor.mQzE.run(Unknown Source)
at pkhonor.Client.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)"
Any ideas? @Rapsey
- Rapsey
- Sysadmin
- Posts: 5505
- Joined: Tue Dec 01, 2009 8:00 am
- Location: Belgium
Re: Once again having issues with the client
I don't think it's your Java version either. I'd have to decompile an obfudcated client to see exactly where it gets stuck but I'm not at home right now. It sounds like it's either failing to open the version file on your hard drive or failing to reach the URL for the version check. I'll have to dig deeper to get you some answers.
EDIT: Hmm actually I think this is a graphical problem, since it gets past the update checks and then launches the client window (which is apparently where it fails). It is however very hard to debug this without knowing which graphical environment you're on. Could you take a screenshot of where it gets stuck? I'should be able to recognize which window manager you're using.
EDIT: Hmm actually I think this is a graphical problem, since it gets past the update checks and then launches the client window (which is apparently where it fails). It is however very hard to debug this without knowing which graphical environment you're on. Could you take a screenshot of where it gets stuck? I'should be able to recognize which window manager you're using.
-
- Premium Donator
- Posts: 37
- Joined: Tue Jan 19, 2021 5:07 am
Re: Once again having issues with the client
It gets stuck the moment the client opens. When the terminal reaches "checking for cache updates".'Rapsey wrote: ↑Sun Jan 24, 2021 7:41 pm I don't think it's your Java version either. I'd have to decompile an obfudcated client to see exactly where it gets stuck but I'm not at home right now. It sounds like it's either failing to open the version file on your hard drive or failing to reach the URL for the version check. I'll have to dig deeper to get you some answers.
EDIT: Hmm actually I think this is a graphical problem, since it gets past the update checks and then launches the client window (which is apparently where it fails). It is however very hard to debug this without knowing which graphical environment you're on. Could you take a screenshot of where it gets stuck? I'should be able to recognize which window manager you're using.
- Rapsey
- Sysadmin
- Posts: 5505
- Joined: Tue Dec 01, 2009 8:00 am
- Location: Belgium
Re: Once again having issues with the client
Wait... Do you not have a desktop environment? I was expecting to see a taskbar or something. This looks more like a WindowManager-only setup, maybe something like Openbox. Makes it pretty hard to tell what it is.
I may need to make you a custom debug client with more verbose output.
I may need to make you a custom debug client with more verbose output.
-
- Premium Donator
- Posts: 37
- Joined: Tue Jan 19, 2021 5:07 am
Re: Once again having issues with the client
Rapsey wrote: ↑Sun Jan 24, 2021 11:43 pm Wait... Do you not have a desktop environment? I was expecting to see a taskbar or something. This looks more like a WindowManager-only setup, maybe something like Openbox. Makes it pretty hard to tell what it is.
I may need to make you a custom debug client with more verbose output.
I'm using ChromeOS.
-
- Premium Donator
- Posts: 37
- Joined: Tue Jan 19, 2021 5:07 am
Re: Once again having issues with the client
@Rapsey
I figured it out. I opened the jar file in a different application, and for whatever reason that was causing the issue. By uninstalling that program, and uninstalling and reinstalling default-jdk and openjdk-8-jre it fixed the problem. Thank you for your help!
I figured it out. I opened the jar file in a different application, and for whatever reason that was causing the issue. By uninstalling that program, and uninstalling and reinstalling default-jdk and openjdk-8-jre it fixed the problem. Thank you for your help!
- Rapsey
- Sysadmin
- Posts: 5505
- Joined: Tue Dec 01, 2009 8:00 am
- Location: Belgium
Re: Once again having issues with the client
Oh well that explains my confusion, then I guess you are running a Linux (Debian) container on top of ChromeOS.
I'm glad you were able to find i! Sorry I couldn't be of more help.
I'm glad you were able to find i! Sorry I couldn't be of more help.
-
- Premium Donator
- Posts: 37
- Joined: Tue Jan 19, 2021 5:07 am