Crash on start - unhandled exception
See original GitHub issueWhen I start ChocolateyGUI, I get an unhandled exception error from Windows.
My system: Windows 10 Pro 21H1 (32 bit) Build 19043.1706 Chocolatey version 1.1.0 ChocolateyGUI version 1.0.0
Screenshot below.
The debug log from ChocolateyGUI is here.
I have reinstalled ChocolateyGUI and I tried to delete the %appdata%\Local\Chocolatey Gui\data.db
, but it doesnt help.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Unhandled Exception - crash on start up. :: Sid Meier's ...
The game crashes every time I get past the first video on start-up, with this window saying "Unhandled Exception: EXCEPTION_ACCESS_VIOLATION", ...
Read more >EXCEPTION_ACCESS_VIOLATI...
Hello, I was developing using the Unreal Engine 5 editor and by some reason when I try to get the length of my...
Read more >Solution to those who experience persistent game crashes!
If your game keeps crashing and you get an error: Unhandled Exception: ... Then set Startup type to Disabled, and apply the changes....
Read more >Nothing fixes it (Unhandled exception: c0000005)
I've been using OBS & StreamElements for over a year with no issue, when all of a sudden both applications crash immediately when...
Read more >How can I determine the cause of an AppCrash on ...
App is crashing at startup and Application Error in Event Log gives the following info: Faulting module name: KERNELBASE.dll, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
IIRC the only xml file read in by Chocolatey GUI is the Chocolatey Configuration file found at
$env:ChocolateyInstall/config/chocolatey.config
. @fenderfan7 the error you have there appears to indicate an invalid character as the first character of the Chocolatey config file. Interestingly it sounds like you’re not having Chocolatey issues even though it appears to only be Chocolatey methods mentioned as opposed to Chocolatey GUI.I would check what encoding the
chocolatey.config
has, and ensure it’s saved as UTF8 without BOM if it’s not already.It doesn’t work. The error massage (translated from German): The application could not be started. the file ‘ChocolateyInstall/config/chocolatey.config’ could not be found.
Sad, but let me know, if I can some other tests for you.