Skip to content

The program crashes at launch; SQLite Error 1 #6

Description

@AdamEternal
  • Platform: Windows 11 25H2
  • Paradox Launcher: 2026.8.1
  • Stellaris: 4.4.6
  • Tech Relations: v1.5.6

I followed the instructions. I:

  1. Installed the .NET desktop runtime for Windows.
  2. Downloaded the Windows version of StlTechRelGen.
  3. Extracted the tool.
  4. Created the target mod.
  5. Put the target mod on the bottom of the load order.
  6. Launched Stellaris (for good measure).
  7. Closed the game and all launchers.
  8. Ran the executable, both by double-clicking and via terminal (both PowerShell and the old CMD line).

Below is the error I receive, with my file path replaced with [Path].

PS [Path]> .\StlTechRelGen.exe

  100% Connecting to launcher database ---------------------------------------- 00:00

Microsoft.Data.Sqlite.SqliteException: SQLite Error 1: 'no such column: p.lastServerChecksum'.
  at void Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(int rc, sqlite3 db)
  at (ValueTuple<sqlite3_stmt, int> Statement) Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()
  at IEnumerable<sqlite3_stmt> Microsoft.Data.Sqlite.SqliteCommand.GetStatements()
  at bool Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  at SqliteDataReader Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  at DbDataReader Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReader(CommandBehavior behavior)
  at RelationalDataReader Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(
     RelationalCommandParameterObject parameterObject)
  at bool Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator
     enumerator)
  at bool Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__21_0(
     DbContext _, Enumerator enumerator)
  at TResult Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute<TState,TResult>(TState state,
     Func<DbContext, TState, TResult> operation, Func<DbContext, TState, ExecutionResult<TResult>> verifySucceeded)
  at bool Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()
  at SelectionPrompt<T> Spectre.Console.SelectionPromptExtensions.AddChoices<T>(SelectionPrompt<T> obj, IEnumerable<T>
     choices) in /_/src/Spectre.Console/Prompts/SelectionPromptExtensions.cs:56
  at Playset StlTechRelGen.Inquiries.SelectPlayset(LauncherV2DbContext db) in /Inquiries.cs:103
  at (string destPath, Mod[[]] mods) StlTechRelGen.Inquiries.SelectOutputTarget(Config config, LauncherV2DbContext db)
     in /Inquiries.cs:84
  at async (ValueTuple<string, Mod[[]]> destPath) StlTechRelGen.Program.GetTarget(Config config) in /Program.cs:184
  at async Task StlTechRelGen.Program.Execute(Config config) in /Program.cs:74
  at async Task StlTechRelGen.Program.Main(string[] args) in /Program.cs:15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions