[Bug] Mutiple VRCX Instances #922

Closed
opened 2026-04-05 16:34:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Hackebein on 1/15/2024

Describe the bug
2nd instance of VRCX always crashes

To Reproduce
Steps to reproduce the behavior:

  1. start 1st VRCX
  2. check if webserver port is turned off (otherwise it would fail to start on port conflict)
  3. start 2nd VRCX (with --config argument)
  4. confirm popup to start 2nd instance

Current behavior
Hard crash. No further windows, notification or log from this point

Expected behavior
2nd VRCX instance to open

Screenshots
n/A

What version you are running
VRCX Nightly 2024-01-09T10.24-8488a9c

Logs

2024-01-10 06:45:37.8361 [INFO ] VRCX                 - VRCX Nightly 2024-01-09T10.24-8488a9c
 Starting... 
2024-01-10 06:45:37.8594 [DEBUG] VRCX.ProcessMonitor  - Added process vrchat to process monitor. 
2024-01-10 06:45:37.8594 [DEBUG] VRCX.ProcessMonitor  - Added process vrserver to process monitor. 
2024-01-10 06:45:38.5289 [INFO ] VRCX.WorldDBManager  - World database is disabled. Not starting.
*Originally created by @Hackebein on 1/15/2024* **Describe the bug** 2nd instance of VRCX always crashes **To Reproduce** Steps to reproduce the behavior: 1. start 1st VRCX 2. check if webserver port is turned off (otherwise it would fail to start on port conflict) 3. start 2nd VRCX (with `--config` argument) 4. confirm popup to start 2nd instance **Current behavior** Hard crash. No further windows, notification or log from this point **Expected behavior** 2nd VRCX instance to open **Screenshots** n/A **What version you are running** VRCX Nightly 2024-01-09T10.24-8488a9c **Logs** ``` 2024-01-10 06:45:37.8361 [INFO ] VRCX - VRCX Nightly 2024-01-09T10.24-8488a9c Starting... 2024-01-10 06:45:37.8594 [DEBUG] VRCX.ProcessMonitor - Added process vrchat to process monitor. 2024-01-10 06:45:37.8594 [DEBUG] VRCX.ProcessMonitor - Added process vrserver to process monitor. 2024-01-10 06:45:38.5289 [INFO ] VRCX.WorldDBManager - World database is disabled. Not starting. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#922