mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #1312] [Bug] Can't launch app. #965
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#965
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leozzyzheng on GitHub (May 31, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1312
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
Application doesn't appear after launched, also not see it in task manager.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application should show up.
Screenshots
None
Desktop (please complete the following information):
Additional context
Attachment is the log file I found.
24_05_31.txt
I can run application a few days ago, and I'm working on developing windows drivers for virtual box, so there might be many .net version installed on my machine, may be that's the root cause, but I'm not familiar with the .net environment, so I need a help, thanks!
@pawlos commented on GitHub (May 31, 2024):
@leozzyzheng From the error log it seems that your settings are corrupted. You could try moving Settings.xaml file (or delete you don't care about it) so that the app won't find those on startup and create a new one. It should be located in the AppData\roaming\ScreenToGif folder.
@leozzyzheng commented on GitHub (May 31, 2024):
@pawlos Thanks for the quick reply. I tried to remove Settings.xaml but still can't launch application, I'm going to build from source to debug it.
@pawlos commented on GitHub (May 31, 2024):
@leozzyzheng do you have the log file from that run too? There are some local settings also - that could be the issue. I don't remember the location - maybe the app folder?
@leozzyzheng commented on GitHub (May 31, 2024):
@pawlos
Here is the log
24_05_31.txt
I can run application from visual studio, that's strange that I can't run the standalone one.
@leozzyzheng commented on GitHub (May 31, 2024):
Is there any special steps to pack the standalone file? Providing the pack CLI would be much appreciated.
@leozzyzheng commented on GitHub (Jun 3, 2024):
@pawlos I found the problem is caused by single file mode, will try to finger it out.
@leozzyzheng commented on GitHub (Jun 3, 2024):
After debugging the dotnet, I think it's runtime mismatch, the problem is using the wrong libray(Baml2006) to load GUI, but I can't find why it use wrong host. Now I'm using no-self-contained version and everything works well, if I found the root cause someday, I will post here.