maciakl / perfmong

Automatically exported from code.google.com/p/perfmong
0 stars 0 forks source link

Unhandled Exception if ran without the PerfMonG folder being present in %APPDATA% #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the folder %APPDATA%\PerfMonG\ does not exist an unhanded exception
causes the application to crash on startup.

Steps to reproduce the problem:

1. Delete the folder %APPDATA%\PerfMonG\ 
2. Run the application

Original issue reported on code.google.com by maci...@gmail.com on 3 Jun 2007 at 2:04

GoogleCodeExporter commented 9 years ago
Quick workaround - type in the following command in your Run box:

mkdir %APPDATA%\PerfMonG\

Original comment by maci...@gmail.com on 4 Jun 2007 at 4:07

GoogleCodeExporter commented 9 years ago
Note, if you use the setup.exe installer this problem should not appear as the 
folder
is created automatically.

Original comment by maci...@gmail.com on 4 Jun 2007 at 4:19

GoogleCodeExporter commented 9 years ago
This issue was fixed in version 0.2.3. The app will now recreate the PerfMonG 
and
config file if it is not found.

Original comment by maci...@gmail.com on 8 Jun 2007 at 5:46