-
SummaryWhen i'm trying to create new window i get this Error: i have called Registerplatform for GlfwWindowing and GlfwInput before creating new window Steps to reproduce
Not sure if this is a bug or Silk.NET just simply don't support glfw windowing on linux with wayland windowing system. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You need to install GLFW using your system package manager, which seems to be fedora, so you can use |
Beta Was this translation helpful? Give feedback.
-
installed and still same issue |
Beta Was this translation helpful? Give feedback.
-
I have converted this to a discussion as I'm 100% positive this can work, but I'm not too familiar with Linux package managers. It is possible that the version of GLFW that it's trying doesn't support Wayland or something. Perhaps run with |
Beta Was this translation helpful? Give feedback.
I have converted this to a discussion as I'm 100% positive this can work, but I'm not too familiar with Linux package managers. It is possible that the version of GLFW that it's trying doesn't support Wayland or something. Perhaps run with
LD_DEBUG=all
and see if the output says anything?