-
Notifications
You must be signed in to change notification settings - Fork 17
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
Appcrash #13
Comments
Took the liberty of cloning and building the solution with an updated .net 6.0.201 x64 sdk on VS Code. Event viewer shows the exception as: |
Sorry for the late response - this looks like a version issue with WebView. Are you sure you got the x64 version of Webview2? |
When starting the desktop application, it'll crash during loading.
Problem signature:
Problem Event Name: APPCRASH
Application Name: RetSimDesktop.exe
Application Version: 1.2.1.0
Application Timestamp: 6195442d
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.24384
Fault Module Timestamp: 5c6e248c
Exception Code: e0434352
Exception Offset: 000000000000be0d
OS Version: 6.1.7601.2.1.0.256.48
Tried in a clean VM with same OS (win7) and WebView2 runtime installed. .Net runtime 4.7.2.
Initially issues with api-ms-win-core-winrt-l1-1-0.dll missing, but sorted by dumping a copy from a realtek driver into the install dir.
Source tree mentions a non-desktop version, but would need a little more info on how to get that working, in case the above isn't solvable.
The text was updated successfully, but these errors were encountered: