-
-
Notifications
You must be signed in to change notification settings - Fork 191
1. Common troubleshooting
Tim Schneeberger edited this page May 25, 2021
·
3 revisions
In cases when your application misbehaves and crashes you could try to delete all configuration data of the app:
- Press Win+R
- Copy
%localappdata%\GalaxyBudsClient
into the text box of the Run dialog and hit enter - An explorer window should popup, you can delete all folders and files in there. They are either config files or logs.
- Start the app again, maybe it'll work
If this didn't help or you would like to submit a crash report to help the developer look into the problem, that will require "Event Files". Here is how to get them:
- Check the current time, start the application. Wait around 30 seconds for all invisible background processes to finish.
- Press Win + R
- Copy
eventvwr
into the text box of the Run dialog and hit enter - Event Viewer will open. Go to Windows Logs -> Application
- According to your timeframe search for errors that concern ".NET Runtime" or ".NET Framework"
- Check their details (bottom part of Event Viewer, first row) to confirm that they concern GalaxyBudsManager.exe
- Using Shift+Arrow Keys select those that fall into roughly +- 1 minute from your attempt to launch the application
- Right-click and "Save selected events"
- On multi-lingual systems there might be a popup about what language files to save. If such occurs - select English. Be aware that if you have that popup, after saving there might be created additional folder with the same name as evtx file. Please do not lose that if such exists
- Collect created files, zip archive them, and use the "Crash report" issue template to transfer files to the developer.