-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Vulkan info is not displayed #82
Comments
Hi .. Is this via flathub or AUR ? |
Hi-
AUR.
…-------- Original Message --------
On 10/5/24 13:14, Arun Sivaraman wrote:
Hi .. Is this via flathub or AUR ?
—
Reply to this email directly, [view it on GitHub](#82 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BEMO2SB4XGIU6IIJG235N53Z2AUAZAVCNFSM6AAAAABPNRIWGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGEZTQNBYHA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Is it not displaying even the first tab ? or is it the extension tab ... I can see its all Syntax warning which is Ok and should not crash the App .. if you can provide me the vulkaninfo output that would be great pls |
Hi- |
Thanks for the vkinfo file , i have tested that file in my machine and it works Ok .. I suspect the Ryzen logo is not loading for you ...thats why its failing ... i too have a Ryzen machine and it works just fine for me. I will see if i can change the logo from .svg to .png |
Just so you know. This is happening for more than one person:
This was built from AUR Dec 1 on an up to date Arch install. Also
but it is not found (eg log above will contain multiple "error: XDG_RUNTIME_DIR is invalid or not set in the environment." entries unless I set it in the the commandline. Thanks |
@edt-xx Can you try clone and installing the application, I have updated the Ryzen logo .. if its fixed i will update the Release |
Thanks for the update. I still have the same issues as above. Here are some error outputs: (python3:106298): Gtk-CRITICAL **: 20:37:07.627: gtk_box_append: assertion 'gtk_widget_get_parent (child) == NULL' failed Traceback (most recent call last): File "/usr/share/gpu-viewer/Files/VulkanViewer.py", line 1184, in radcall Devices(text) File "/usr/share/gpu-viewer/Files/VulkanViewer.py", line 198, in Devices cpu_logo = getLogo(valueRHS[i]) ^^^^^^^^^^^^^^^^^^^^ File "/usr/share/gpu-viewer/Files/Common.py", line 306, in getLogo logo_pixbuf = fetchImageFromUrl(const.Ryzen_logo,32,28, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/gpu-viewer/Files/Common.py", line 61, in fetchImageFromUrl return GdkPixbuf.Pixbuf.new_from_file_at_scale( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ gi.repository.GLib.GError: gdk-pixbuf-error-quark: Couldn’t recognize the image file format for file “../Images/Ryzen_Dark.svg” (3) 0.36589860916137695 /usr/share/gpu-viewer/Files/OpenCL.py:47: SyntaxWarning: invalid escape sequence '\(' oclPlatformslocal[i] = [j.replace("(", "\(") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:48: SyntaxWarning: invalid escape sequence '\)' oclPlatformslocal[i] = [j.replace(")", "\)") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:72: SyntaxWarning: invalid escape sequence '\(' oclPlatformslocal[i] = [j.replace("(", "\(") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:73: SyntaxWarning: invalid escape sequence '\)' oclPlatformslocal[i] = [j.replace(")", "\)") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:108: SyntaxWarning: invalid escape sequence '\(' oclPlatformslocal[i] = [j.replace("(", "\(") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:109: SyntaxWarning: invalid escape sequence '\)' oclPlatformslocal[i] = [j.replace(")", "\)") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:113: SyntaxWarning: invalid escape sequence '\/' fetch_device_details_file_command = "cat %s | awk '/%s/&& ++n == 2,/%s*/' | awk '/Device Name.*/&& ++n == %d,/Preferred \/.*/' | grep -v Preferred | grep -v Available" % (Filenames.opencl_output_file,oclPlatformslocal[value2], oclPlatformslocal[value2 + 1], value + 1) /usr/share/gpu-viewer/Files/OpenCL.py:190: SyntaxWarning: invalid escape sequence '\(' oclPlatformslocal[i] = [j.replace("(", "\(") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:191: SyntaxWarning: invalid escape sequence '\)' oclPlatformslocal[i] = [j.replace(")", "\)") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:244: SyntaxWarning: invalid escape sequence '\(' oclPlatformslocal[i] = [j.replace("(", "\(") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:245: SyntaxWarning: invalid escape sequence '\)' oclPlatformslocal[i] = [j.replace(")", "\)") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:248: SyntaxWarning: invalid escape sequence '\/' fetch_device_vector_details_file_command = "cat %s | awk '/%s/&& ++n == 2,/%s/' | awk '/Device Name.*/&& ++n == %d,/Extensions.*/'| awk '/Preferred \/.*/{flag=1;print}/Address.*/{flag=0}flag' | uniq" % (Filenames.opencl_output_file, oclPlatformslocal[value2], oclPlatformslocal[value2 + 1], value + 1) /usr/share/gpu-viewer/Files/OpenCL.py:298: SyntaxWarning: invalid escape sequence '\(' oclPlatformslocal[i] = [j.replace("(", "\(") for j in oclPlatformslocal[i]] /usr/share/gpu-viewer/Files/OpenCL.py:299: SyntaxWarning: invalid escape sequence '\)' oclPlatformslocal[i] = [j.replace(")", "\)") for j in oclPlatformslocal[i]] I did a fresh build from AUR and it complied without issue. Let me know if you need anymore info. |
@archiebug Sorry is this the one tested with latest commit ? or is it still the one updated in Arch .. I have pushed a fix but haven't release that fix .. want someone to test that and see if it works before pushing it out for a Release |
https://aur.archlinux.org/packages/gpu-viewer Looks like v3.08 is what I upgraded to. |
@archiebug @edt-xx i have updated the app again .. when you get time and when the AUR is updated .. please do check and let me know .. thank you |
Did a fresh pull and compile on v3.10. It works now. Thank you for the fix! |
Thank you for the update I will close the incident now
…On Wed, 4 Dec 2024, 01:58 archiebug, ***@***.***> wrote:
@archiebug <https://github.com/archiebug> @edt-xx
<https://github.com/edt-xx> i have updated the app again .. when you get
time and when the AUR is updated .. please do check and let me know ..
thank you
Did a fresh pull and compile on v3.10. It works now. Thank you for the fix!
Screenshot.from.2024-12-03.19-57-45.png (view on web)
<https://github.com/user-attachments/assets/801708f2-292e-476b-aea4-d1859462d013>
—
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHJ2DJFIOFBYSBFRTJOALF32DZOVJAVCNFSM6AAAAABPNRIWGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJVHE4TGOJQGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi-
Thanks for the great app!
With the latest update, the Vulkan tab no longer displays anything. When I launch the app from the terminal, i get the following exceptions. It seems to be the second awk command.
This exception also appears and seems to be a separate issue.
The text was updated successfully, but these errors were encountered: