-
Notifications
You must be signed in to change notification settings - Fork 4
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
Button panel crashes immediately upon playback #13
Comments
hey, thanks for moving this discussion to github! that error is pretty odd... from a quick look at the code I don't see where things go wrong here could you try to install the theme with a portable foobar installation and check if you get the same error? (Readme/install/portable) |
Thank you for your suggestion to try the theme with a portable foobar installation! I'm happy to report that the error is now gone :) |
that's great news! 😄 it's still puzzling what's wrong with your standalone installation, but since I can't reproduce it I can't really do anything about it right now... (the only thing I can think of is that there's some path-mixup with the location of the button-images... but then I would have expected another error than the one you reported...) |
I had the same error, then I tried your suggestion using the portable installation instead so I went and done that.
and since that happened, the error always happen every time I start foobar, if I reload the crashed panel, it'll fix itself but will later crash again in several seconds |
@solclearsky sorry to hear that... In the meanwhile... you could try to just comment ( e.g. at the very end of the file function on_selection_changed () {
//update_replaygain_button()
//update_output_device_button()
};
function on_metadb_changed(handle_list, fromhook) {
//update_replaygain_button()
}
function on_output_device_changed() {
//update_output_device_button()
} |
I think I found out how to reproduce it. |
OK, now I've tried resizing my foobar window in all possible ways but I still don't get any crash... did you try my suggestion from above? |
Hey, thanks for the detailed analysis! I usually keep the player in full-size and use I'll try to come up with a solution as soon as possible! |
@mntk87 @solclearsky this should be fixed now in TripleQ v1.3.1 |
Hello,
I originally posted this as a comment on reddit but now I'm registering it as an issue on GitHub so it's easier for both of us to track. Whenever I play a song with TripleQ installed, the following error message pops up and the button panel changes to red with the error message "Aw, crashed :(":
I think my setup is pretty normal. foobar2000 v1.6.7 standalone with Windows 10 (not using wine on a mac). Theme was installed into %appdata%\foobar2000. Thank you again for your hard work on the theme and please let me know if you need any additional information to investigate the issue.
The text was updated successfully, but these errors were encountered: