-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Describe the bug
While clicking on the Room Setup button, the window appears for a brief moment, all black, and closes itself after a moment.
To Reproduce
Steps to reproduce the behavior:
- Start SteamVR
- Click on "Room Setup"
Expected behavior
Room Setup launching
System Information (please complete the following information):
Please use the latest Steam beta client and SteamVR beta for your bug reports!
- Steam client version (build number or date):1754677506
- SteamVR version: 2.12.11
- Distribution (e.g. Ubuntu): Linux Nobara 42
- Steam runtime diagnostics: diagnostics.tar.gz
- Steam and SteamVR logs: steam-logs.tar.gz
- Minidumps: steam-minidumps.tar.gz
Additional context
Checking other related issues, I have been lead towards problems with the bash script steamvr_room_setup.sh
. Running this in the console, gives following output:
Found path: /home/yami/.local/share/Steam/steamapps/common/SteamVR/tools/steamvr_room_setup/linux64/steamvr_room_setup
Mono path[0] = '/home/yami/.local/share/Steam/steamapps/common/SteamVR/tools/steamvr_room_setup/linux64/steamvr_room_setup_Data/Managed'
Mono path[1] = '/home/yami/.local/share/Steam/steamapps/common/SteamVR/tools/steamvr_room_setup/linux64/steamvr_room_setup_Data/Mono'
Mono config path = '/home/yami/.local/share/Steam/steamapps/common/SteamVR/tools/steamvr_room_setup/linux64/steamvr_room_setup_Data/Mono/etc'
Preloaded 'ScreenSelector.so'
Preloaded 'libopenvr_api.so'
Trace/breakpoint trap (core dumped)
GrabbenD and redinsch