Skip to content
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

[Linux] 'BadGC (invalid GC parameter)' on dialog.File().Load()-call #55

Open
WizardOfCodez opened this issue Dec 10, 2020 · 1 comment
Labels
linux specific to the linux implementation

Comments

@WizardOfCodez
Copy link

Hello,
we cross built our application to macos, windows and linux. Sadly on Linux the above error gets shown on dialog.File().Load().

Whole error:

(surge-0.2.0-beta:2482): Gdk-ERROR **: 17:38:42.516: The program 'surge-0.2.0-beta' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadGC (invalid GC parameter)'.
  (Details: serial 6173 error_code 13 request_code 60 (core protocol) 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 GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

I built the linux app under latest Manjaro (clean VM installation). Any advices?

Cheers,
Chris

@sqweek
Copy link
Owner

sqweek commented Feb 2, 2021

No ideas sorry. Is there other gdk/gtk messages logged?

Other instances of BadGC for request_code 60 seem to be system related:

Can you run any other gtk-3 apps in your VM?

@sqweek sqweek added the linux specific to the linux implementation label Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linux specific to the linux implementation
Projects
None yet
Development

No branches or pull requests

2 participants