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
$ OPENSTUDIO_APPLICATION_DEBUG=1 ./OpenStudioApp
[OpenStudioApp.main] <-2> main received argc=1 arguments
[OpenStudioApp.main] <-2> Argument 0=./OpenStudioApp
Warning: Could not find the Qt platform plugin "wayland" in "" ((null):0, (null))
Warning: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin. ((null):0, (null))
Info: Could not load the Qt platform plugin "xcb" in "" even though it was found. ((null):0, (null))
Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
((null):0, (null))
Aborted (core dumped)
sudo apt install libxcb-cursor0
I still get Warning: Could not find the Qt platform plugin "wayland" in "" ((null):0, (null)) but it launches anyways
Issue overview
bin/OpenStudioApp
can't findlib/libopenstudiolib.so.
Current Behavior
RPATH is broken
Expected Behavior
Should work
Possible Solution
sudo patchelf --set-rpath "\$ORIGIN:\$ORIGIN/../lib" OpenStudioApp
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
Reported during RC2 testing #669
The text was updated successfully, but these errors were encountered: