Skip to content

Not opening?

Sophia edited this page Feb 1, 2025 · 1 revision

First check common questions/fixes, then come back if its not fixed.

Why doesn't Aimmy open?

Sometimes, you have to move the cursor while it loads.

  1. Open Aimmy
  2. Move the Mouse Cursor (constantly) while loading Aimmy
  3. Aimmy should now open

Aimmy still isn't opening?

Use <#1232728722050646179> or Download net 8.0 desktop runtime and net 7.0 desktop runtime and vcredist

If aimmy works on 1.5.2 (below v2 vers), but not v2, it might be this error: (Check with event viewer)

CoreCLR Version: 8.0.824.36612
.NET Version: 8.0.8
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Management.ManagementException: Invalid class 
   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

This is due to a corrupt WMI repo on their system

Step 1: Stop the WMI Service, open Command Prompt (admin) net stop winmgmt

Step 2: Rename old repo folder to any other name I do "Repository_Old"

Find this folder C:\Windows\System32\wbem\Repository

Rename to Repository_Old (you can do ren C:\Windows\System32\wbem\Repository Repository_old in command prompt too)

Step 3: Restart the WMI Service on command prompt (admin) net start winmgmt

Then open Aimmy, user should restart after finding that it launches.

Clone this wiki locally