You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot version:
Master
Reverting this commit 85cc435 fixes the issue
OS/device including version:
Ubuntu 16.04
Awesome WM
Issue description:
The editor opens fine, but when you click to launch the scene within editor it won't open another window and immediately exits with the following error: drivers/unix/net_socket_posix.cpp:199 - Socket error - 104
And in the terminal the following printout
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 20 (X_GetProperty)
Atom id in failed request: 0x0
Serial number of failed request: 199
Current serial number in output stream: 199
Maybe "_NET_FRAME_EXTENTS" is not available on every device/version of x11? edit: after doing more research this appears to be the case awesome WM doesn't support it and apparently many others don't as well.
@bruvzg Tagging you as you were the one to make the commit, any reason why this would cause the issue?
Steps to reproduce:
Compile from master
run
try to play scene from within editor
The text was updated successfully, but these errors were encountered:
To add more info. It seems that I can also fix this on my end by updating my WM. It may be the case that the majority of WMs wont have problems so long as they are up to date. In which case it may not be worth fixing.
Godot version:
Master
Reverting this commit 85cc435 fixes the issue
OS/device including version:
Ubuntu 16.04
Awesome WM
Issue description:
The editor opens fine, but when you click to launch the scene within editor it won't open another window and immediately exits with the following error:
drivers/unix/net_socket_posix.cpp:199 - Socket error - 104
And in the terminal the following printout
My guess is that this line is the culprit
godot/platform/x11/os_x11.cpp
Line 1192 in 48d3163
Maybe
"_NET_FRAME_EXTENTS"
is not available on every device/version of x11?edit: after doing more research this appears to be the case awesome WM doesn't support it and apparently many others don't as well.
@bruvzg Tagging you as you were the one to make the commit, any reason why this would cause the issue?
Steps to reproduce:
The text was updated successfully, but these errors were encountered: