Getting an error when trying to create a window on Linux #477
-
Hi, Unhandled exception. System.NotSupportedException: The currently bound window platform(s) only support views, instead of windows. Use the view APIs instead. Process finished with exit code 134. I switched to Windows 10 and am able to get a window to show without any problems. Is there anything I'm missing on LInux? Any dependencies? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try installing libglfw3 using |
Beta Was this translation helpful? Give feedback.
Try installing libglfw3 using
sudo apt-get install libglfw3