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

[BUG] 3.0.2 - Fauly coreclr.dll #2019

Closed
4 tasks done
fernandog opened this issue Mar 22, 2024 · 25 comments · Fixed by #2161
Closed
4 tasks done

[BUG] 3.0.2 - Fauly coreclr.dll #2019

fernandog opened this issue Mar 22, 2024 · 25 comments · Fixed by #2161
Assignees
Labels
bug Something isn't working important ready-to-go
Milestone

Comments

@fernandog
Copy link

Please confirm these before moving forward

  • I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions
  • This issue is about a bug (if it is not, please use the correct template)

Describe your issue

Where I can get more logs other than Event Viewer from Windows 10?

BTW I also have WingetUI beta 3.0.1 on Windows 11 and it runs fine.

Faulting application name: WingetUI.exe, version: 1.0.0.0, timestamp: 0x65a80000
Faulting module name: coreclr.dll, version: 8.0.324.11423, timestamp: 0x65cd500d
Exception code: 0xc0000005
Fault offset: 0x000000000018c5e4
Faulting process ID: 0x12e8
Failed application start time: 0x01da7bea38e7d43a
Faulting application path: C:\Program Files\WingetUI\WingetUI.exe
Failing module path: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.3\coreclr.dll
Report ID: e49d38ce-e374-41d1-aaf6-5e152c7dce18
Full name of the failed package:
Application ID relative to the failed package:

Steps to reproduce the issue

No response

WingetUI Log

Can't get logs

Package Managers Logs

n/a

Relevant information

No response

Screenshots and videos

No response

@fernandog fernandog added the bug Something isn't working label Mar 22, 2024
@vankos
Copy link

vankos commented Mar 22, 2024

Can confirm, same problem on windows 11, had to downgrade to 2.2.0

@fernandog
Copy link
Author

Can confirm, same problem on windows 11, had to downgrade to 2.2.0

Mine works on Windows 11, but it's an Insider release.

@marticliment
Copy link
Owner

@Meche697
Copy link

Please advise if different bug/issue ...
Windows 10, with .NET 8.0.3, updated yesterday. WingetUI does NOT launch in any profile but admin. I'm in my user profiles and I've tried to launch WingetUI with administrative privileges ... nothing happens. Nothing in task bar, no program, no nothing. If I launch under the admin account, no issues. I have not had an opportunity to test on Windows 11 as that is a new set up with only admin account.

@marticliment
Copy link
Owner

Please try uninstalling .NET 8.0.3 and installing .NET 8.0.2 using the link provided in my last comment

@fernandog
Copy link
Author

Please try uninstalling .NET 8.0.3 and installing .NET 8.0.2 using the link provided in my last comment

Worked with 8.0.2

@Meche697
Copy link

Please try uninstalling .NET 8.0.3 and installing .NET 8.0.2 using the link provided in my last comment

Will try, thank you. Funny thing is WingetUI updated .NET under admin the other day :).

@vankos
Copy link

vankos commented Mar 23, 2024

@marticliment thanks, it helped

@fernandog
Copy link
Author

Please try uninstalling .NET 8.0.3 and installing .NET 8.0.2 using the link provided in my last comment

Will try, thank you. Funny thing is WingetUI updated .NET under admin the other day :).

block the update of .NET 8.0.2 to avoid this issue

@13regent
Copy link

What's the easiest way to block .NET 8.0.3? I have uninstalled 8.0.3 a couple of times now and it keeps coming back?

@marticliment
Copy link
Owner

marticliment commented Mar 25, 2024

I suspect .NET gets updated via Windows Update, so I guess you could disable "Update other Microsoft Products through Windows Update" from Windows Settings, and ignore updates for .NETCore8 on WingetUI

@marticliment marticliment changed the title [BUG] Beta 3.0.1 - Not loading on Windows 10 [BUG] Beta 3.0.1 - Not loading on Windows 10 [Faulty .NET] Mar 25, 2024
@marticliment
Copy link
Owner

Btw, next WingetUI Version will install NET 8.0.2 instead of 8.0.3. I will therefore close this issue

@marticliment
Copy link
Owner

Hello, everyone,

WingetUI 3.0.2 has been published. It fixes

  • Crashes with .NET Sdk 8.0.3 (no launch at all)
  • Crashes with .NET Sdk 8.0.4 (Cannot locate resource from 'ms-appx:///Microsoft.UI.Xaml/Themes/themeresources.xaml)
  • Crashes with the App Sdk (This app requires whe Windows App runtime) when it was already installed
  • Crashes when elevating WingetUI from non-admin users

WingetUI 3.0.2 can be downloaded directly from here. If the crashes persist, please reply here and I will reopen the issue.

@fernandog
Copy link
Author

@marticliment sorry about late response, but issue still persists with 3.02:

mmc_XwqF1ac1Oc

image

@marticliment
Copy link
Owner

Which .NET do you have installed?

@fernandog
Copy link
Author

It's on the first screenshot. Here are the full details:

image

@marticliment
Copy link
Owner

Please try uninstalling and installing .NEt 8.0.2

@fernandog
Copy link
Author

fernandog commented Apr 25, 2024

issue persists. Weird that in Event viewer it shows coreclr.dll, version: 8.0.324.11423

and in Winget folder, it has the coreclr.dll. Which explains why I had installed 8.0.4 and the first Event Viewer screenshot was showing 8.0.3

image

image

@fernandog
Copy link
Author

Doesn't matter the version of .net desktop runtime I have installed. I loads the one from the Winget folder.

I replaced coreclr.dll inside Winget folder with 8.02, restarted and issue persisted.

image

Then replaced coreclr.dll with 8.0.4, restarted and still no luck.

image

@marticliment marticliment reopened this Apr 26, 2024
@marticliment marticliment changed the title [BUG] Beta 3.0.1 - Not loading on Windows 10 [Faulty .NET] [BUG] 3.0.2 - Fauly coreclr Apr 26, 2024
@marticliment marticliment added this to the Bugs milestone Apr 26, 2024
@marticliment marticliment changed the title [BUG] 3.0.2 - Fauly coreclr [BUG] 3.0.2 - Fauly coreclr.dll Apr 26, 2024
@fernandog
Copy link
Author

any idea what's going on? I can't understand this event viewer crash logs

@marticliment
Copy link
Owner

There is something wrong with .NET. coreclr.dll is one of the main components of the .NET runtime, and it is crashing for some reason. I can't really do anything but test another version of NET and cross my fingers for it to work

@fernandog
Copy link
Author

What is weird is that it used to work with 8.0.2 and replacing the file inside Wigetui folder with the 8.02 doesn't work.

@Meche697
Copy link

Any recent updates? MS is changing a lot of items with the upcoming 24H2 that they may be experimenting with the the feature updates...
Just a thought.

@marticliment
Copy link
Owner

marticliment commented Apr 26, 2024

What is weird is that it used to work with 8.0.2 and replacing the file inside Wigetui folder with the 8.02 doesn't work.

I don't think it is possible to hot-swap a dll without recompiling a self-contained .NET app, so this might be the cause of the test you did failing

@marticliment marticliment linked a pull request May 19, 2024 that will close this issue
@fernandog
Copy link
Author

tested new 3.1.0 alpha0, worked. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important ready-to-go
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants