akorb / SteamShutdown

Automatic shutdown after Steam download(s) has finished.
MIT License
362 stars 28 forks source link

Crash on Start #18

Closed DreiPixel closed 6 years ago

DreiPixel commented 6 years ago

it crashes for me on startup Windows 10 Build 16299.125 SteamShutdown_Log.txt

i tried to start as adminstrator but that didnt worked

akorb commented 6 years ago

Thanks for your report. Would you please execute the modified attached version and send me the log file once again? The resulting log file should contain the content of the .acf file from which the crash is caused. You might want to remove the number in the line with "LastOwner", because that's the ID of your steam profile.

SteamShutdown.zip

DreiPixel commented 6 years ago

SteamShutdown_Log.txt here you go

akorb commented 6 years ago

Well, that's confusing. Your file E:\Steam Software\SteamApps\appmanifest_22320.acf contains the wrong data. It's an INDX file. These files contain information about a NTFS filesystem. The acf file should usually be about The Elder Scrolls III: Morrowind® Game of the Year Edition. If you don't have that game installed, you can delete this acf file.

DreiPixel commented 6 years ago

It works now after deleting that file. I have no idea how that file got like that.

akorb commented 6 years ago

Maybe repartitioned anytime? Just a guess.

But anyways, I would say the program shouldn't crash just because of one corrupt acf file. I will change that. Thanks for your report.