As the title says, Dr. Racket crashes whenever I try to launch it and I get the following errors. I cannot seem to figure out what is wrong, it crashes regardless of nvidia or nouveau driers.
Direct rendering works (confimed via glxinfo | grep direct).
Currently using nvidia drivers on (new) Tumbleweed.
gum:~/ $ drracket
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
NETWM: Warning readIcon() needs buffer adjustment!
The program 'drracket' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 5517 error_code 8 request_code 70 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
I seem to also get this error in GIMP when I use the text tool. Any clues as to what is causing this? It is very annoying…
gum:~/ $ gimp
GEGL-geglmodule.c-Message: Module '/usr/lib64/gegl-0.2/matting-levin.so' load error: libblas.so.3: cannot open shared object file: No such file or directory
The program 'gimp' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 11838 error_code 3 request_code 1 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
(script-fu:7488): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
OK assuming you are using the same home then going to Tumbleweed may change some config files for your desktop. Going back the applications don’t know how to deal with the changes. Goint to a new user account will show if this is a problem or not.
Okay so it works on a new user :). I tried clearing my .kde folders and using fresh ones but that did not resolve the issue. Any idea what other files/folders in ~ could be causing this? Keep in mind its not just an issue with drracket so it must be something that several programs access.
On 11/12/2014 07:42 PM, alanbortu wrote:
> On 11/12/2014 05:56 PM, gogalthorp wrote:
>>
>> Not sure but I think that at least some configs for KDE now are in the
>> ~/.config folder.
>>
>>
>
> Moved .config and now the issue is resolved. Thanks a lot, I will
> remember in the future that this folder is used!
>
Figured out the issue, it is caused by a QtCurve theme that is
installed. Forcing GTK to use a different theme solves this issue.