-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
segmentation fault with wf 2.0 and Filtered "(GLSL)" #6364
Comments
Commented by: vrince This should be related to non deploed shader but it should not crash even if files are missing. |
Commented by: daschuer I have crated a duplicate Bug #1001909 accidentally. Now the crash is reproducible. |
Commented by: vrince For some reason you driver seems to fail creating a frame buffer with a non power-of-two width. |
Commented by: daschuer The fix is not committed to the lp:mixxx, so the state is still "In Progress". |
Commented by: vrince My bad I was quite sure I pushed it in trunk ... |
Commented by: vrince What about now ? Can you give it a shot ? trunk >= 3219 |
Commented by: daschuer Hi Thomas, I am sorry, segfault is still there, tested with lp:mixxx #3222 log:
backtrace:
|
Commented by: vrince Ok I'll add some debug output. I think this should be related to another bug I see time to time where it does not crash but signal frame buffer end to be displayed in GLSL background. Or when I load track in deck 1 the signal FBO of deck to is changed ... I tried to track this down a couple of time with no success :( |
Commented by: vrince BTW thanks for testing it, and giving feedback ... it's appreciated. |
Commented by: daschuer GL and Qt GL are working, except bug Bug #981210. |
Commented by: vrince Regarding colours, please change skins cause making the fallback colour works "well" with all type of colour is tricky. |
Commented by: daschuer Issue is solved in lp:~daschuer/mixxx/daschuers_trunk. |
Commented by: daschuer Attached you find a patch that solves the problem. |
Commented by: rryan Patch looks good to me -- thanks Daniel! |
Commented by: rryan As a note, I don't know if the current shader linking will ever succeed on a release version of Mixxx since we refer to the shaders located in the ./src/ directory which will never be present if a user is not building from source. Those should be updated to use qt resource paths at some point and be bundled in res/. |
Commented by: daschuer Committed to lp:mixxx/1.11 #3399 |
Issue closed with status Fix Released. |
Reported by: daschuer
Date: 2012-04-13T22:29:40Z
Status: Fix Released
Importance: Critical
Launchpad Issue: lp981218
Attachments: glsl_crash.patch
I had a segmentation fault on my Netbook:
It happens just after switching to "Filtered (GLSL)" Mode.
Unfortunately I have not saved the console output and I am not able to reproduce the issue.
There was something like
"cannot set background ..
.. Command ... is not supported .. "
Maybe this depends on Bug #981210
The text was updated successfully, but these errors were encountered: