irusanov / ZenTimings

https://zentimings.com/
GNU General Public License v3.0
339 stars 18 forks source link

1.2.5 (nor previous versions) load past "initializing" splash screen. AGESA 1.2.0.0+ #24

Open lufusol opened 3 years ago

lufusol commented 3 years ago

CPU Ry5 3600 Mobo AsRock B550M SL BIOS 1.9, (AGESA 1.2.0.0) 2.0, 2.1 (AGESA 1.2.0.2) OS Win 10 Pro x64 21H1 RAM OLOy WarHawks DDR4-3600 2x8GB (b-die)

Same issue as some others, only the update prompt on first run and "initializing" splash screen on subsequent runs are shown, program exits before ever making it to the GUI. :( Previous versions back to 1.2.2 more or less the same (1.2.2 hangs on "initializing" for longer)

lHolyDiverl commented 2 years ago

@irusanov

Result are pretty the same.

ZenTimings_v1.2.6.623-debug.zip with ZenStates-Core-test-rembrandt.zip provide following result:

image

With warning:

Could not get power table.
Skipping.

And exception:

image

An exception of type was thrown "System.Exception".

When <AdvancedMode>false</AdvancedMode>

And screenshot of the app:

image

Maybe you would need another configuration for testing to determine what is wrong.

irusanov commented 2 years ago

The error you get is because AMD seems to have removed the command to get memory controller config :/

One more build, but I expect similar results, although a different last error. ZenTimings_v1.2.6.633-debug.zip

If that doesn't work, then I give up for now. Won't be able to fix it unless I have access to such a system. At least it shows main timings and as a last resort I can turn off AdvancedMode for Rembrandt until I figure out what's wrong. I can probably fix the VSOC based on your previous debug reports, but the rest - I have no idea :(

lHolyDiverl commented 2 years ago

ZenTimings_v1.2.6.633-debug.zip running fine with Advanced Mode turned off:

image

And same for Advanced Mode turned on:

image
Could not get power table.
Skipping.
image

With warining:

Exception of type 'System.Exception' was thrown.

With app window:

image

As for Rembrandt you can also add a warning message that "Advanced Mode for Rembrandt is not available yet" or somethin like it and maybe dissable Advanced Mode option in settings.

People could also modified settings.xml but it will be their own choice.

Good luck in your "battle" against Rembrandt :)