-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
[BUG] Process is running, but the program is not launching at all #520
Comments
This is related to issue #513. That bug prevents this app from launching correctly on some systems. |
The problem is still not solved in v5.0.1. |
Double it, still crash here unfortunately with v5.0.1. The same symptom. |
In that case, I need to check it again. I can't reproduce this issue, which makes it a bit hard to debug |
I think it has somthing to do with bluetooth switch. Here is how the log file looks like on my pc after a crash of the app: 2024-07-02 09:16:57.197 +08:00 [INF] PlatformImpl: Using WindowsRtPlatformImplCreator 提供的设备 ID 不是有效的 BluetoothDevice 对象。 |
Tried updating to v5.1.0, but the symptom is just the same as before. And then I dived into the current code and found a line in When a breakpoint is set on the line, it hits, but after the line is executed, my VS2022 gets out of the "paused" mode automatically. |
Describe the bug
Process is running (shown in the Task Manager), but the program is not launching at all. No window, no tray icon.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The main window and the tray icon should show up.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
2B197B08206DB196E07924D115914231073D42B380420AF5494E2754CDD8A919
AB819C94709B89F5102703825EB48736DE52534898BE851A818C5264925ECDA8
Log files
application.log
The text was updated successfully, but these errors were encountered: