Giter Club home page Giter Club logo

Comments (6)

bsns avatar bsns commented on August 19, 2024 1

测试正常了;
看ryzenadj的issue,有可能是 安全启动 的原因。
我很久之前就关闭过;但是我查阅记录,发现win11的系统更新可以更新bios版本,导致设置被刷新,重新关闭后就正常了。

from ryzentuner.

zqhong avatar zqhong commented on August 19, 2024

相关代码:

_ry = RyzenAdj.init_ryzenadj();
if (_ry == IntPtr.Zero)
{
throw new Exception("init ryzenadj failed");
}

public class RyzenAdj
{
[DllImport("libryzenadj.dll")]
public static extern IntPtr init_ryzenadj();

这看起来是上游 ryzenadj 初始化出现问题。

请下载 https://github.com/FlyGoat/RyzenAdj/releases/download/v0.11.1/ryzenadj-win64.zip

使用管理员身份打开 cmd.exe,执行 ryzenadj.exe

提供执行结果,如果确实有 bug,请提交 https://github.com/FlyGoat/RyzenAdj/issues

from ryzentuner.

bsns avatar bsns commented on August 19, 2024

image

ryzenadj正常,可以使用

from ryzentuner.

zqhong avatar zqhong commented on August 19, 2024

那你试试看 ./ryzenadj --stapm-limit=45000 --fast-limit=45000 --slow-limit=45000 --tctl-temp=90,看看提示什么。

你的 RyzenTuner 是哪个版本的?

目前 RyzenTuner 依赖 ryzenadj 下面几个文件:

/**
* RyzenAdj.cs
* Author:Valkirie
* Refer:https://github.com/Valkirie/ControllerService/blob/main/ControllerCommon/Processor/AMD/RyzenAdj.cs
*
* 依赖:
* inpoutx64.dll
* libryzenadj.dll
* WinRing0x64.dll
* WinRing0x64.sys
*
* 当前 ryzenadj 版本:v0.11.1
*/

相关的代码在:
https://github.com/zqhong/RyzenTuner/tree/master/Common/Processor

from ryzentuner.

zqhong avatar zqhong commented on August 19, 2024

@bsns
你好,目前问题是否解决了?具体什么原因?

from ryzentuner.

zqhong avatar zqhong commented on August 19, 2024

谢谢反馈!

from ryzentuner.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.