You are not logged in.

#1 2024-03-16 23:01:57

Faraday21
Member
Registered: 2023-12-27
Posts: 25
Website

Java window is grey [Solved]

https://wiki.archlinux.org/title/Java#G … ly_closing

This is my problem, but I never have to fix anythig and im confused why this doesn't help to fix my problem. I was trying to install rusher hack and the screen was grey I filled in a help request and was sent this, asked googles gemini to help me fix this basically leaned / figured out nothing; and am hoping someone could help me with this. I'm running swaywm(fx) on normal arch

Last edited by Faraday21 (2024-03-17 15:02:59)

Offline

#2 2024-03-16 23:33:37

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,459
Website

Re: Java window is grey [Solved]

Faraday21 wrote:

... im confused why this doesn't help to fix my problem.

What doesn't fix the problem?  There are four options presented there.  Exactly what have you tried?

Faraday21 wrote:

I'm running swaywm(fx) on normal arch

What is "swaywm(fx)"?  Is this sway?  Or a fork of sway?  Or something else entirely?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2024-03-16 23:35:23

Faraday21
Member
Registered: 2023-12-27
Posts: 25
Website

Re: Java window is grey [Solved]

I'm running swayfx as a extention of sway for rounded corners or smth I forgot why I added it but it's basically just sway

Offline

#4 2024-03-17 00:15:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,009

Re: Java window is grey [Solved]

Trilby more importantly wrote:

What doesn't fix the problem?  There are four options presented there.  Exactly what have you tried?

Offline

#5 2024-03-17 10:26:55

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,230

Re: Java window is grey [Solved]

Also which actual application are you talking about?

Offline

#6 2024-03-17 13:29:02

Faraday21
Member
Registered: 2023-12-27
Posts: 25
Website

Re: Java window is grey [Solved]

seth wrote:
Trilby more importantly wrote:

What doesn't fix the problem?  There are four options presented there.  Exactly what have you tried?

Both environment variable ones

Offline

#7 2024-03-17 13:29:58

Faraday21
Member
Registered: 2023-12-27
Posts: 25
Website

Re: Java window is grey [Solved]

V1del wrote:

Also which actual application are you talking about?

Sorry but I don't understand, what you mean

Offline

#8 2024-03-17 13:33:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,009

Re: Java window is grey [Solved]

The answer to V1del's question would probably have been "rusher hack", whatever that is.

https://www.merriam-webster.com/dictionary/precisely
How, where and to what value did you set those variables in relation to how you're launching the process.
Ie. did you even make sure the variable is actually exported to the relevant context?
And do you, resp whatever this rusher hack is, meet the mentioned JRE conditions?

Offline

#9 2024-03-17 13:39:13

Faraday21
Member
Registered: 2023-12-27
Posts: 25
Website

Re: Java window is grey [Solved]

seth wrote:

The answer to V1del's question would probably have been "rusher hack", whatever that is.

https://www.merriam-webster.com/dictionary/precisely
How, where and to what value did you set those variables in relation to how you're launching the process.
Ie. did you even make sure the variable is actually exported to the relevant context?
And do you, resp whatever this rusher hack is, meet the mentioned JRE conditions?

I set the variable in my .zsh and sway config to see if it works essentially copied and pasted it. Switched from i think java21 to 8 as mentioned didnt change anything so removed java 8 from default choice. I couldn't get rusher hack to give any info there discord is locked behind there installer..which is blank. For context rusher hack is a cheat client made for minecraft anarchy

Offline

#10 2024-03-17 14:25:22

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,459
Website

Re: Java window is grey [Solved]

Faraday21 wrote:

I set the variable in my .zsh and sway config to see if it works essentially copied and pasted it.

By .zsh, can we assume you mean ~/.zshrc?  Please stop the typographic equivalent of mumbling - we need to know exactly what has been done.  Also, trying to export variables from your sway config is nonsensical - that file is not processed by a shell.

But assuming you put the setting in your ~/.zshrc, that answers the "where" of seth's question, but nothing else.  Did you confirm the value was set in your shell session.  And is "rusher hack" launched from an interactive shell session (in which you've confirmed the environment variable is set)?  Note that generally the shellrc file would not be the place for such an environment variable - for some use cases, a shell profile could be, but this depends on how you start your sway session.

EDIT: I was going to do some testing myself to ensure the wiki's guidance was what was needed for this rusher hack tool.  But if this from rusherhack.org, that requires a purchase.  So none of us will really be able to test it.  But Faraday21, do you have other java programs?  Do they work?  If you don't, you could try a couple to confirm this is an issue with your systems configuration and not specific to rusher hack.

Last edited by Trilby (2024-03-17 14:52:01)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#11 2024-03-17 14:54:51

Faraday21
Member
Registered: 2023-12-27
Posts: 25
Website

Re: Java window is grey [Solved]

Never mind it was fixed, turns out it was a skill issue because I misspelled something it need to be 'export _JAVA_AWT_WM_NONREPARENTING=1' but forgot T in AWT

Offline

#12 2024-03-17 14:58:36

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,459
Website

Re: Java window is grey [Solved]

So you had said you copy-and-pasted it, but you typed it manually.  Precision matters.  Both in explaining what is wrong or what you have done on these forums, as well as in typing commands / settings into config files.

Last edited by Trilby (2024-03-17 14:59:55)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#13 2024-03-17 15:00:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,009

Re: Java window is grey [Solved]

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

And also please read https://bbs.archlinux.org/viewtopic.php?id=57855

Offline

Board footer

Powered by FluxBB