-
Notifications
You must be signed in to change notification settings - Fork 180
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
Warning "failed to decompile DSDT.aml" #18
Comments
Had the same problem, this happened because I forgot to run |
Mostly something wrong with |
I'm having this issue on Windows, followed all instructions, tried multiple times? |
Have the same problem, I run DSDTTime on my Tiny ThinkCenter M900 and got the same result. |
I get the same errors on my Windows Machine (fresh install, fully updated). I also tried to decompile by hand using iasl.exe, but it throws the following:
Is it normal that it says Intel in the first line although it is an AMD machine? Hardware: Ryzen 3 3100, Asrock B550 Phantom Gaming ITX/ax |
have the same issue, not able to solve by changing or replacing |
@BurneyFM I have the same MB as you, downgrading BIOS to 1.20 works, any version > 1.20 will fail, not sure what happened |
I fixed this issue by doing a fresh install of Windows so it was non-OEM. I think there was an Alienware software that conflicted with it (because it also conflicted with my Magic Trackpad) |
RESOLVED FINALLY(On Linux) |
I tried to delete
|
Not sure if you still need this. But I've faced with the same problem and found this version of iasl worked for me. |
windows fix |
Linux Mint Fix! https://dortania.github.io/Getting-Started-With-ACPI/Manual/compile.html#windows download the iasl file from linux section here, then place it in your SSDTTime-master\Scripts folder then open the terminal in SSDTTime-master\Scripts folder and type "sudo chmod +x iasl" and hit run now go back to SSDTTime-master folder and open separate terminal there and type python3 SSDTTime.py it will run this time for sure. |
on the sapphire nitro+ b550i the ways described above do not work. any idea how to fix it? upd: |
I have a B550 motherboard from china manufacturer Soyo, model SY-YL B550M.
I then used the file |
hello! I have the same board, did you happen to get the hackintosh successfully? If so, I would be happy if you could provide me with the a sssdt |
Same problem with a JGINYUE B550i. Apparently the Chinese Manufacturers all copied the same (flawed) code for their B550 boards. 🤣 Apparently it is not just IASL complaining about [_GPE._L08], AE_ALREADY_EXISTS; but also Linux and Mac OS when you boot either system. |
On my target machine:
Select dump
Is this warning something I should care about? Or can I use the aml anyways?
The text was updated successfully, but these errors were encountered: