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

CubicSDR does not run from the installed directory #1035

Open
srs4511351 opened this issue Aug 15, 2024 · 0 comments
Open

CubicSDR does not run from the installed directory #1035

srs4511351 opened this issue Aug 15, 2024 · 0 comments

Comments

@srs4511351
Copy link

I have a Raspberry Pi 5 running Ubuntu 24.04 LTS with wxWidgets-3.2.1
I switched from the Wayland display server to X11/XDG, as CubicSDR doesn't run with Wayland on any OS that I tried.

It runs from the build directory
pi@pi-desktop:~/CubicSDR/build$ x64/CubicSDR

When I run it from the installed location, it fails.
pi@pi-desktop:~$ CubicSDR

(CubicSDR:32213): Gdk-WARNING **: 00:13:15.151: The program 'CubicSDR' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 267 error_code 2 request_code 152 (GLX) minor_code 3)
  (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.)

It does work correctly on Raspberry Pi OS with wxWidgets-3.2.1.

Update: I reinstalled with wxWidgets-3.2.5 and it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant