-
|
I have the linux release downloaded, and have attempted to run with steam-run. preceded in majority by what seems to overlap in the logs: log.txt I believe it works on wine, but it's extremely buggy... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
Hey! Thanks for the report! If PFM doesn't launch with that version either, can you please try launching the "pragma" and "pragma_server" executables and see if they crash as well? |
Beta Was this translation helpful? Give feedback.
-
|
That’s unfortunate… Would it be possible for me to casually switch backends
and try it myself? I.e. OpenGL?
…On Sat, May 10, 2025 at 11:58 PM slawekwaga ***@***.***> wrote:
That answers my doubts actually. I have the same bug. For Vulkan
implementation we use Anvil, which does not support Wayland.
This is high in my priority list.
Solutions to this are two:
1.
Implement Wayland support to Anvil
2.
Switch to different wrapper (auto_vk for example)
Both of which are time consuming.
Later today, I'll check if OpenGL has the same bug.
—
Reply to this email directly, view it on GitHub
<#39 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APPV2WTHKNJ72G6DH3MODOL253DFLAVCNFSM6AAAAAB42I2AHGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJQGQ4DQMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.


Alright, I installed Ubuntu 24 and managed to get it working with Wayland there. With any luck that will also do the trick for NixOS. Could you give it another shot with the latest nightly release? ( https://github.com/Silverlan/pragma/releases/tag/nightly )
(Keep in mind that the nightly release is not stable though, so even if it does run, there will likely be a …