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

File menu > Preferences crashes program #484

Open
greatzot opened this issue Aug 23, 2024 · 5 comments
Open

File menu > Preferences crashes program #484

greatzot opened this issue Aug 23, 2024 · 5 comments

Comments

@greatzot
Copy link

Description
When trying to open Preferences from file menu, the program crashed. Tried without any tablature files open and got the same result.

To Reproduce
Go to file menu and try to open preferences.

Version
Windows 10, power tab alpha 19.

@greatzot greatzot added the bug label Aug 23, 2024
@cameronwhite
Copy link
Member

Does MIDI playback of a tab work for you? The main non-trivial thing the preferences dialog does is finding all the MIDI devices / ports that are available

Also, is there any crash log when this happens, or is it a hard crash?

@greatzot
Copy link
Author

Just tried playback on a score and it worked. I'm not sure about a crash log--where would that be if there is one?

@cameronwhite
Copy link
Member

Generally there should be a dialog that pops up with details about the crash, but if not the log should instead be printed to the console if you're launching from a terminal

@greatzot
Copy link
Author

I'm just launching from the Windows start menu (well, the Open Shell version of it I use), and there is no dialogue pop-up, it just shows the typical "program/computer is doing something" icon for a bit and then closes. But just to make things more interesting, I went upstairs and tried on my desktop computer, also running Win10, and in that case I could open the preferences dialogue. The laptop does have more software overall installed on it than the desktop, so maybe there's some conflict with some other program, but not sure how to track it down if so, other than just guessing and closing stuff.

@cameronwhite
Copy link
Member

Hmm thanks. I'd try looking at the audio / MIDI device settings in the control panel and maybe try disabling some MIDI device(s) to see if that avoids the crash?

The main non-trivial thing the preferences dialog does is search for MIDI devices and query their port names etc, so maybe a bad device driver or something like that could crash
https://github.com/powertab/powertabeditor/blob/master/source/dialogs/preferencesdialog.cpp#L49

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

No branches or pull requests

2 participants