[SOLVED] Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

Linux opensuse leap 15.3 kde with an AMDGPU: Ryzen 4700 with integrated Renoir video. I “installed” ART. I just downloaded 1.9.3 and tar xzf.

When I execute ART I get:

Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

Here’s my $Display

> echo $DISPLAY
:0

and

:~/downloads/compiles/ART-1.9.3-linux64> ls -alF
total 19368
drwxr-xr-x 11 froggy users     4096 Jul  6 00:02 ./
drwxr-xr-x  3 froggy users       88 Aug 17 13:44 ../
-rw-r--r--  1 froggy users      504 Jul  5 23:54 AboutThisBuild.txt
-rwxr-xr-x  1 froggy users      536 Jul  6 00:02 ART*
-rwxr-xr-x  1 froggy users 13831504 Jul  6 00:01 ART.bin*
-rwxr-xr-x  1 froggy users      211 Jul  6 00:02 ART-cli*
-rwxr-xr-x  1 froggy users  5201672 Jul  5 23:57 ART-cli.bin*
-rw-r--r--  1 froggy users     1597 Jul  5 09:05 AUTHORS.txt
-rw-r--r--  1 froggy users   169415 Jul  5 09:05 camconst.json
-rw-r--r--  1 froggy users   135616 Jul  5 09:05 cammatrices.json
drwxr-xr-x  2 froggy users     8192 Jul  6 00:01 dcpprofiles/
-rw-r--r--  1 froggy users    67520 Jul  5 09:05 dcraw.json
-rw-r--r--  1 froggy users     1250 Jul  5 09:05 dynamicprofile.cfg
drwxr-xr-x  4 froggy users       33 Jul  6 00:01 iccprofiles/
drwxr-xr-x  2 froggy users    16384 Jul  6 00:01 images/
drwxr-xr-x  2 froggy users      139 Jul  6 00:01 languages/
drwxr-xr-x  5 froggy users     4096 Jul  6 00:02 lib/
-rw-r--r--  1 froggy users    33374 Jul  5 09:05 LICENSE.txt
-rw-r--r--  1 froggy users     2048 Jul  6 00:02 options
drwxr-xr-x  2 froggy users      181 Jul  6 00:01 profiles/
-rw-r--r--  1 froggy users     4633 Jul  5 09:05 RELEASE_NOTES.txt
-rw-r--r--  1 froggy users     8052 Jul  5 09:05 rt.json
drwxr-xr-x  8 froggy users       96 Jul  6 00:02 share/
drwxr-xr-x  2 froggy users       75 Jul  6 00:01 sounds/
drwxr-xr-x  3 froggy users     4096 Jul  6 00:01 themes/
-rw-r--r--  1 froggy users   291588 Jul  5 09:05 wbpresets.json
froggy@localhost:~/downloads/compiles/ART-1.9.3-linux64> ./ART
Gtk-Message: 07:48:44.113: Failed to load module "unity-gtk-module"
Gtk-Message: 07:48:44.113: Failed to load module "canberra-gtk-module"
Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

(ART.bin:6532): Gtk-WARNING **: 07:48:44.114: cannot open display: :0
froggy@localhost:~/downloads/compiles/ART-1.9.3-linux64> 

How to track this down?

Thanks

That’s one hell of a weird message :smiley:

(sorry for being of no help…)

@foto Are you able to run other, GUI based, programs from the terminal?

Thank you for pointing this out. It was me :frowning:

I changed the clock and it invalidated the ~/.Xauthority. I had to delete it and reboot.

Thank you