-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Closes immediately after launching on Windows #496
Comments
Might be related to #455 |
Did the previous release work? |
I am sure it worked as I used it right before it updated. |
Windows 11 here. 1.12.2 works. 1.13 doesn't. |
Same problem happens here, Win 11 with 1.13.0. |
I still can't reproduce the error, and I don't see anything in the commit history since last release that could potentially be responsible for this. Are there any messages in the event log after the crash? |
If I knew where the logs were, I would have checked them.
I can confirm that this works. |
Press the Win key, type "Event Viewer", then go to "Windows Logs" -> "Application", and look for anything related. |
Okay so there are three events, one of which is an error.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows Error Reporting" />
<EventID Qualifiers="0">1001</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-09-06T20:33:49.6205495Z" />
<EventRecordID>333283</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>[Redacted]</Computer>
<Security />
</System>
<EventData>
<Data>1211254555411740047</Data>
<Data>5</Data>
<Data>BEX64</Data>
<Data>Not available</Data>
<Data>0</Data>
<Data>YoutubeDownloader.exe</Data>
<Data>1.13.0.0</Data>
<Data>66960000</Data>
<Data>ntdll.dll</Data>
<Data>10.0.19041.4522</Data>
<Data>8a1bb6f3</Data>
<Data>000000000008cc5f</Data>
<Data>c0000409</Data>
<Data>000000000000000a</Data>
<Data>
</Data>
<Data>
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER957E.tmp.WERInternalMetadata.xml</Data>
<Data>\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_YoutubeDownloade_d0292095a9fbdee3d4df18c1a2f81e524a3c4db_d274d6a5_734398c6-15f9-4f76-8ac3-c7c0e356fcba</Data>
<Data>
</Data>
<Data>0</Data>
<Data>83d77eef-892b-446d-850c-1cc33eb003ef</Data>
<Data>268435456</Data>
<Data>3cfc5dcbf6f0e29700cf3d99c3e3f58f</Data>
<Data>0</Data>
</EventData>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows Error Reporting" />
<EventID Qualifiers="0">1001</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-09-06T20:33:48.3136258Z" />
<EventRecordID>333282</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>[Redacted]</Computer>
<Security />
</System>
<EventData>
<Data>
</Data>
<Data>0</Data>
<Data>BEX64</Data>
<Data>Not available</Data>
<Data>0</Data>
<Data>YoutubeDownloader.exe</Data>
<Data>1.13.0.0</Data>
<Data>66960000</Data>
<Data>ntdll.dll</Data>
<Data>10.0.19041.4522</Data>
<Data>8a1bb6f3</Data>
<Data>000000000008cc5f</Data>
<Data>c0000409</Data>
<Data>000000000000000a</Data>
<Data>
</Data>
<Data>
</Data>
<Data>\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_YoutubeDownloade_d0292095a9fbdee3d4df18c1a2f81e524a3c4db_d274d6a5_734398c6-15f9-4f76-8ac3-c7c0e356fcba</Data>
<Data>
</Data>
<Data>0</Data>
<Data>83d77eef-892b-446d-850c-1cc33eb003ef</Data>
<Data>4</Data>
<Data>
</Data>
<Data>0</Data>
</EventData>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-09-06T20:33:47.5796265Z" />
<EventRecordID>333281</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>[Redacted]</Computer>
<Security />
</System>
<EventData>
<Data>YoutubeDownloader.exe</Data>
<Data>1.13.0.0</Data>
<Data>66960000</Data>
<Data>ntdll.dll</Data>
<Data>10.0.19041.4522</Data>
<Data>8a1bb6f3</Data>
<Data>c0000409</Data>
<Data>000000000008cc5f</Data>
<Data>72bc</Data>
<Data>01db009c11e389d8</Data>
<Data>G:\Programs\YoutubeDownloader\YoutubeDownloader.exe</Data>
<Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
<Data>83d77eef-892b-446d-850c-1cc33eb003ef</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event> |
Thanks.
Looks like the same issue as reported in #493. I've checked the file details on my own The My only guess so far is that a 3rd party package update caused this. I've created a test branch where I rolled back Avalonia and Avalonia-related packages to the version they were referenced at in version https://github.com/Tyrrrz/YoutubeDownloader/actions/runs/10745256915 |
Nope, same issue.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows Error Reporting" />
<EventID Qualifiers="0">1001</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-09-06T21:52:40.2206471Z" />
<EventRecordID>333290</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>[Redacted]</Computer>
<Security />
</System>
<EventData>
<Data>1433170325555590815</Data>
<Data>5</Data>
<Data>BEX64</Data>
<Data>Not available</Data>
<Data>0</Data>
<Data>YoutubeDownloader.exe</Data>
<Data>999.9.9.0</Data>
<Data>66960000</Data>
<Data>ntdll.dll</Data>
<Data>10.0.19041.4522</Data>
<Data>8a1bb6f3</Data>
<Data>000000000008cc5f</Data>
<Data>c0000409</Data>
<Data>000000000000000a</Data>
<Data>
</Data>
<Data>
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERC347.tmp.WERInternalMetadata.xml</Data>
<Data>\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_YoutubeDownloade_6854b539c9db64528d1c5311f637c2517db_daa7cbb5_6557de66-cffe-45dd-95fe-f072ceda5a74</Data>
<Data>
</Data>
<Data>0</Data>
<Data>c0affed1-8400-4c39-b461-41ad97dea0aa</Data>
<Data>268435456</Data>
<Data>2658abb4fdf1568a33e3a4d15d5f369f</Data>
<Data>0</Data>
</EventData>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows Error Reporting" />
<EventID Qualifiers="0">1001</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-09-06T21:52:38.6319023Z" />
<EventRecordID>333289</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>[Redacted]</Computer>
<Security />
</System>
<EventData>
<Data>
</Data>
<Data>0</Data>
<Data>BEX64</Data>
<Data>Not available</Data>
<Data>0</Data>
<Data>YoutubeDownloader.exe</Data>
<Data>999.9.9.0</Data>
<Data>66960000</Data>
<Data>ntdll.dll</Data>
<Data>10.0.19041.4522</Data>
<Data>8a1bb6f3</Data>
<Data>000000000008cc5f</Data>
<Data>c0000409</Data>
<Data>000000000000000a</Data>
<Data>
</Data>
<Data>
</Data>
<Data>\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_YoutubeDownloade_6854b539c9db64528d1c5311f637c2517db_daa7cbb5_6557de66-cffe-45dd-95fe-f072ceda5a74</Data>
<Data>
</Data>
<Data>0</Data>
<Data>c0affed1-8400-4c39-b461-41ad97dea0aa</Data>
<Data>4</Data>
<Data>
</Data>
<Data>0</Data>
</EventData>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-09-06T21:52:37.7854069Z" />
<EventRecordID>333288</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>[Redacted]</Computer>
<Security />
</System>
<EventData>
<Data>YoutubeDownloader.exe</Data>
<Data>999.9.9.0</Data>
<Data>66960000</Data>
<Data>ntdll.dll</Data>
<Data>10.0.19041.4522</Data>
<Data>8a1bb6f3</Data>
<Data>c0000409</Data>
<Data>000000000008cc5f</Data>
<Data>1710</Data>
<Data>01db00a7119eea76</Data>
<Data>G:\Programs\YoutubeDownloader.win-x64-test\YoutubeDownloader.exe</Data>
<Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
<Data>c0affed1-8400-4c39-b461-41ad97dea0aa</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event> |
What about this build? https://github.com/Tyrrrz/YoutubeDownloader/actions/runs/10761260851 |
“start as administer” works for me |
Also works for my condition in windows 11. |
Does this build work for anyone without admin privs? https://github.com/Tyrrrz/YoutubeDownloader/actions/runs/10761260851 |
Works for me. |
It works, but now i have the error Video watch page is broken. Please try again in a few minutes |
My bad, I didn't test it that far. |
Version
1.13.0
Platform
Windows 10
Steps to reproduce
.exe
Details
The app should start.
The app should not close.
Checklist
The text was updated successfully, but these errors were encountered: