On trying to launch, an error occurs. #1366

Closed
opened 2026-04-05 17:31:10 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Flicker-Fall on 5/30/2021

when trying to launch VRCX.exe after unzipping it, the following error occurs:

code = CantOpen(14), message =
System.Data.SQLite.SQLiteException (0x800007FF): unable to
open database file
System.Data.SQLite.SQLite3.Open(String strFilename,
String vfsName, SQLiteConnectionFlags connectionFlags,
SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize,
Boolean usePool)
at System.data.SQLite.SQLiteConnection.Open()
at VRCX.Program.Run() in
C:\Work\VS2019\VRCX\Program.cs:line 40
at VRCX.Program.Main() in
C:\Work\VS2019\VRCX\Program.csline 25

This looks to happen regardless of the version being used (or at least that's what we understand so far after attempting to use both versions 20210507 and 20210404_1).

*Originally created by @Flicker-Fall on 5/30/2021* when trying to launch VRCX.exe after unzipping it, the following error occurs: code = CantOpen(14), message = System.Data.SQLite.SQLiteException (0x800007FF): unable to open database file System.Data.SQLite.SQLite3.Open(String strFilename, String vfsName, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool) at System.data.SQLite.SQLiteConnection.Open() at VRCX.Program.Run() in C:\Work\VS2019\VRCX\Program.cs:line 40 at VRCX.Program.Main() in C:\Work\VS2019\VRCX\Program.csline 25 This looks to happen regardless of the version being used (or at least that's what we understand so far after attempting to use both versions 20210507 and 20210404_1).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#1366