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] AASPE cannot start on fresh Windows 11 installation (VM) #265

Open
BlackRose01 opened this issue Jan 9, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@BlackRose01
Copy link

Describe the bug
I installed Windows 11 Education N 24H2 in Virtual Box and when I try to start the AASPE it opens crashes after some seconds without any information or report. Sometimes the program will not start at all.

To Reproduce
Steps to reproduce the behavior:

  1. Install Windows 11 Education N 24H2 in Virtual Box
  2. Download the latest Version of AASPE in Windows
  3. Unzip the downloaded file
  4. Start AASPE application
  5. See error

Expected behavior
The program should start and work.

Screenshots
Video - Application starts but crashes after some seconds\

Screenshot
Screenshot installed .NET Frameworks

Desktop (Windows 11 - VirtualBox):

  • OS: Windows 11 Education N 24H2

Desktop (Linux Mint - Host):

  • OS: Linux Mint 22

Additional context
Log .NET Runtime

Application: AasxPackageExplorer.exe
CoreCLR Version: 6.0.3124.26714
.NET Version: 6.0.31
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException: Could not load file or assembly 'CefSharp.Core.Runtime, Version=115.3.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138'. Das System kann die angegebene Datei nicht finden.
File name: 'CefSharp.Core.Runtime, Version=115.3.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138'
   at CefSharp.Cef.RemoveDisposable(IDisposable item)
   at CefSharp.Wpf.ChromiumWebBrowser.InternalDispose(Boolean disposing) in C:\projects\cefsharp\CefSharp.Wpf\ChromiumWebBrowser.cs:line 769
   at CefSharp.Wpf.ChromiumWebBrowser.Dispose(Boolean disposing) in C:\projects\cefsharp\CefSharp.Wpf\ChromiumWebBrowser.cs:line 655
   at CefSharp.Wpf.ChromiumWebBrowser.Finalize() in C:\projects\cefsharp\CefSharp.Wpf\ChromiumWebBrowser.cs:line 625

Log Application Error

Fehlerhafter Anwendungsname: AasxPackageExplorer.exe, Version: 1.0.0.0, Zeitstempel: 0x66479ae7
Fehlerhafter Modulname: KERNELBASE.dll, Version: 10.0.26100.1591, Zeitstempel: 0x3e0f7b9b
Ausnahmecode: 0xe0434352
Fehleroffset: 0x00000000000c6d9a
Fehlerhafte Prozess-ID: 0x1440
Fehlerhafte Anwendungsstartzeit: 0x1DB62604AD65108
Fehlerhafter Anwendungspfad: C:\Users\paul\Downloads\aasx-package-explorer.2024-06-10.alpha\AasxPackageExplorer\AasxPackageExplorer.exe
Fehlerhafter Modulpfad: C:\WINDOWS\System32\KERNELBASE.dll
Berichts-ID: 84d1373e-3622-411c-9966-d36fbeff97fe
Vollständiger Name des fehlerhaften Pakets: 
Fehlerhafte paketbezogene Anwendungs-ID: 

Video
https://github.com/user-attachments/assets/e3b3de8f-24bb-40f4-aefc-4f11cabd93d0

@BlackRose01 BlackRose01 added the bug Something isn't working label Jan 9, 2025
@BlackRose01
Copy link
Author

The problem is solved. On a fresh windows installation it is required that you have installed the latest Microsoft Visual C++ Redistributable version which you can find here: https://learn.microsoft.com/en-gb/cpp/windows/latest-supported-vc-redist?view=msvc-170

Please mention that in the README.md file under installation.

KR,
BlackRose01

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

No branches or pull requests

1 participant