Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

WattmanGTK doesn't launch with the amd-staging-drm-next kernel #62

Open
skeevy420 opened this issue Mar 13, 2019 · 5 comments
Open

WattmanGTK doesn't launch with the amd-staging-drm-next kernel #62

skeevy420 opened this issue Mar 13, 2019 · 5 comments

Comments

@skeevy420
Copy link

skeevy420 commented Mar 13, 2019

uname -r shows 5.0.0-rc1-amd-staging-drm-next-git-b8cd95e15410+
OS is Manjaro XFCE

Everything works just fine with Manjaro's 4.19 kernel and the script WattmanGTK generates works with the amd staging kernel. Running with "-o linux" has the same error.

EDIT: Thought I'd add that it has the same error with both the master and dev branches.

wattmanGTK-output.txt

@ghost
Copy link

ghost commented Mar 17, 2019

@skeevy420 are you using the package wattmanGTK-git? I noticed this behaviour too when using the package from the aur. For its still works whem I download the zip (in the code section) and then run the "run.py"

@skeevy420
Copy link
Author

I just tried that and I'm getting the same error. Thanks for the suggestion.

@Twouan
Copy link

Twouan commented Apr 3, 2019

I have the same error with the kernel 4.15.0-46-lowlatency.
It was working rather well before i update my package.

wattmanERROR.txt

@NTMan
Copy link

NTMan commented Apr 5, 2019

Same error on Vega 64 with 5.1.0-0.rc3 kernel

@Twouan
Copy link

Twouan commented May 1, 2019

I got the answer, there's a new variable named "sclk" that is not linked to a subsystem.
I've inserted a condition l159, check if subsystem exist before calling the function and it solves the crash.

                if subsystem:
                    Plotsignals.append(Plotsignal(signallabel, subsystem_unit_color[subsystem]["unit"],
                                              signalmax,signalmin, signalpath, True, True,
                                              subsystem_unit_color[subsystem]["color"], read))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants