syntax-tm / SteamAchievementManager

Steam Achievement Manager
zlib License
130 stars 3 forks source link

Can't manage achievements for Age of Empires II: Definitive Edition #19

Open csBlackWolf opened 3 months ago

csBlackWolf commented 3 months ago

Hello. If i open SAM and select 'Age of Empires II: Definitive Edition' a loading window is shown and closing after some time without doing anything. I tried some other games and there it is working without any problems.

SAM Version: 0.5.0 Operating system: Windows 11 (Version 10.0.22631 Build 22631) Steam-Version: 1709846872

log.txt errors.txt

syntax-tm commented 3 months ago

First off, thanks for including the logs. I don't own Age of Empires II: Definitive Edition on Steam (or otherwise) so I can't try it myself. What's strange though is I don't see anything in the logs about why it would be exiting. Can you check the Windows event viewer and see if there's anything there? It's possible that it's crashing and doesn't get a chance to log (though it seems unlikely that would be the case).

csBlackWolf commented 3 months ago

I tried it again today and then i looked in the event viewer for any information. There i found 2 entries related to the application.

grafik

grafik

Note: I changed my system language, so i can give you the error message in english, but it looks like the "Response" value is still in german. "Nicht verfügbar" means "Not available".

syntax-tm commented 3 months ago

@csBlackWolf Sorry for the delayed response. Can you run the following in powershell, or pwsh (PowerShell Core) either one, and let me know what the output is?

dotnet --info

If you want to just put that on your clipboard you can use the following:

dotnet --info | Set-Clipboard

From a quick Google search of the "Fault bucket, type 0" it looks like it could be a problem related to the OS. So, some quick questions:

  1. Which version of Windows are you running?
    • Open the Run dialog (Win + R), type winver, and click OK
  2. Which edition of Windows are you running (i.e. Home, Pro, Enterprise)?
  3. Is Windows activated?
  4. When was the last time updates were installed?
  5. Have Windows Update or Windows Defender been disabled?
  6. Do you have any antivirus installed?

If you want some more things to try here is what I would do personally:

If you still need help you can always shoot me a message on Discord (@Gundwn).