Jump to content

Clock Tuner for Ryzen error

Go to solution Solved by KnabberKnabber,

Guys im so sorry. If you manually open the log datei the first sentence is "This processor is not supported!" but like wtf, why isn't it in the error window in the prg itself O.o

Hello Guys,

for the first time i want to undervolt my CPU. I got a Ryzen 5600 and a Gigabyte b450m ds3hv2. To make it simple i want to use 1usmus CTR but when i open it i get following error:
 

System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. [Translation: The referral of the object isn't tied to an object instant]
   at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c5c2452607c2665392a3543b056d8caa4()
   at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c851a92f7e153dde284accde57e5e21c4()
   at System.Threading.Tasks.Task.Execute()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2..ctor()
---> (Inner Exception #0) System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c5c2452607c2665392a3543b056d8caa4()
   at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c851a92f7e153dde284accde57e5e21c4()
   at System.Threading.Tasks.Task.Execute()<---

 

If someone tells me how to change the errormassage to be completly in english i would be happy aswell.

Can anyone help me? Maybe it's because i didn't set a load line calibration level as mentioned in Linus video (https://youtu.be/W872lQcy65I?t=163). I cannot find it anywhere in the Bios. I'm running the latest Bios "F63" with "AMD AGESA V2 1.2.0.7". I haven't touched any bios settings aswell. I only enabled XMP and everything cpu regarding is on auto (frequenzy, voltage and so on).

I'm just realising that it might be because the non x Version of the Ryzen 5600 isn't supported? CTR doesn't specifically mention support for non x just for the x version.

Before someone starts to questioning my reasons to undervolt. There are 2 reasons for it. 1. I don't need any performance at all this CPU is overkill for my Setup anyways (rtx 3050, 4k Display 60hz, no "esport Games") 2. energy cost is very high at my location. Don't ask me why i chose this configuration it totally made sense in my case.
Ps: I'm running Windows 11 in case that matters.

 

Thanks for any advice.

Link to comment
https://linustechtips.com/topic/1480402-clock-tuner-for-ryzen-error/
Share on other sites

Link to post
Share on other sites

You should really not bother with an as complicated thing than 1usmus Clock Tuner...

Undervolting often don't even reduce power consumption, when CPU clocks higher for same consumption

So rather go to BIOS, set max PPT power to whatever you want, but I suspect you need at least 45W or so, and it's done

Note that you won't have massive energy bill reduction going from 65W to 45W but still..

If ever you have some courage left set a slight -10 undervolt over all cores in Curve Optimiser to have better clocks

 

Another energy saving solution if you don't need 6 cores is to disable 2 (the worst ones) in BIOS as well

 

AMD R9  7950X3D CPU/ Asus ROG STRIX X670E-E board/ 2x32GB G-Skill Trident Z Neo 6000CL30 RAM ASUS TUF Gaming AMD Radeon RX 7900 XTX OC Edition GPU/ Phanteks P600S case /  Arctic Liquid Freezer III 360 ARGB cooler/  2TB WD SN850 NVme + 2TB Crucial T500  NVme  + 4TB Toshiba X300 HDD / Corsair RM850x PSU/ Alienware AW3420DW 34" 120Hz 3440x1440p monitor / ASUS ROG AZOTH keyboard/ Logitech G PRO X Superlight mouse / Audeze Maxwell headphones

Link to post
Share on other sites

Here you go:                                                                                                                                                                                                            System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt    [Translation:: The referral of the object isn't tied to an object instant]

 at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c5c2452607c2665392a3543b056d8caa4()                                                                                    

 at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c851a92f7e153dde284accde57e5e21c4()

 at System.Threading.Tasks.Task.Execute()

--- End of inner exception stack trace ---

 at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)

 at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)                                                           

 at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.. ctor()

---> (Inner Exception #0) System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.  [Translation:: The referral of the object isn't tied to an object instant]

at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c5c2452607c2665392a3543b056d8caa4()

at A.c7ef8ec682dd21d60b7ea8e49e2ff83f2.c851a92f7e153dde284accde57e5e21c4() 

at System.Threading.Tasks.Task.Execute()<--

 

Basically what is saying is that the application is referring to an object that does not exist either where they're supposed to be or are non-exixtant .

And to all you coders out there I realize that this is an extremely over simplified explanation of what is actually occurring.

Link to post
Share on other sites

5 hours ago, PDifolco said:

1.You should really not bother with an as complicated thing than 1usmus Clock Tuner...

2.Undervolting often don't even reduce power consumption, when CPU clocks higher for same consumption

3.So rather go to BIOS, set max PPT power to whatever you want, but I suspect you need at least 45W or so, and it's done

4.Note that you won't have massive energy bill reduction going from 65W to 45W but still..

5.If ever you have some courage left set a slight -10 undervolt over all cores in Curve Optimiser to have better clocks

 

6.Another energy saving solution if you don't need 6 cores is to disable 2 (the worst ones) in BIOS as well

 

Thanks for the feedback.
1.I thought Clock Tuner is an easy way into overclocking and stuff and i wanted to try it out therefore aswell.

2.Yeah i didn't quiet keep that in mind. But if there is no higher work for the Cpu for example a framerate limit it shouldn't clock higher, am i wrong?
3.That's an great idea! I somewhat forgot about that option. What exatly is PPT again? If i remember it right there was a difference between the power amd mentioned on theire cpu to the actual power draw right (becasue it's refering to the amount of heat you need to get rid of).

4.I know it's partly just becasue i want to start to "play around with cpu settings". So a lower power consumption felt like a good goal to work on.

5.Yeah i think Curve Optimiser is what i was looking for the whole time, do i do it in ryzen master?

6.Thanks for such an advanced idea for my given question, but i don't want to go that drastic.

Thank you so much for you're helpful suggestions :DD. I always felt on any forum that ppl don't answer my question's but always trying to discuss me out of stuff and don't realy answering my question.

 

Link to post
Share on other sites

5 hours ago, Thomas4 said:
Basically what is saying is that the application is referring to an object that does not exist either where they're supposed to be or are non-exixtant .

And to all you coders out there I realize that this is an extremely over simplified explanation of what is actually occurring.

Well i mean i guessed something like that myself, but that doesn't help. Do you know how to fix it? Do you think it's an installation errror and i should reinstall both or is it more likely a different error and i just have to wait for someone that knows how to fix it?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×