Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
csBlackWolf opened this issue Apr 8, 2024 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@csBlackWolf
Copy link

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 syntax-tm self-assigned this Apr 8, 2024
@syntax-tm syntax-tm added the bug Something isn't working label Apr 8, 2024
@syntax-tm
Copy link
Owner

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
Copy link
Author

csBlackWolf commented Apr 8, 2024

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
Copy link
Owner

syntax-tm commented Apr 16, 2024

@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:

  • Manually check for Windows updates
    • Recommend enabling the Receive updates for other Microsoft products setting in Settings > Windows Update > Advanced options
  • Update GPU drivers
    • Unlikely to be the cause but this is what I would do since unlike WinForms, which the old version of SAM was build on, WPF has hardware rendering using DirectX (info)
    • image
  • Run SFC
    • Open an Admin PowerShell or Command Prompt and run the following:
      • sfc /scannow
      • If corruption is detected, run DISM
    • I created a Gist awhile ago for friends and family that ask for help
    • The .bat is for Command Prompt and the .ps1 is for PowerShell (both do the same thing)
  • Install the .NET 7 Desktop Runtime
    • This is why I asked about the dotnet --info earlier since it will say what you have installed
    • Installation Methods
      • Manually
      • Choco
        • choco install dotnet-7.0-desktopruntime
      • Winget
        • winget install --id=Microsoft.DotNet.DesktopRuntime.7 -e

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants