• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Decha

Private
53 Badges
Jun 7, 2017
18
0
  • Surviving Mars
  • Crusader Kings II: Conclave
  • Stellaris
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • BATTLETECH
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome - Magna Graecia
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Cossacks
  • Cities: Skylines
  • Crusader Kings II: Rajas of India
  • BATTLETECH: Flashpoint
  • Europa Universalis IV
  • Crusader Kings II: Sword of Islam
  • Surviving Mars: Digital Deluxe Edition
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Conquest of Paradise
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Res Publica
  • Cities: Skylines Deluxe Edition
  • Stellaris: Galaxy Edition
  • Crusader Kings II

Integrity​

I have verified my game files (on Steam)​

Yes

I have disabled all mods​

Yes

Required​

Summary​

Unable to load *any* game

Description​

Unable to load any game at all from within the game. Still able to load from the launcher (last savegame).

Reproducable 100% by saving and trying to reload, so not a version mismatch issue.

Please see screenshots:
1. Launcher, "resume" is available, with a savegame.
2. In-game, immediately after game start, no save files found.

Steps to reproduce​

Start a new game, save it, exit. Re-start the game and try to load it.

Game Version​

1.5.12 (8fd2)

OS​

Linux (Other)

Additional​

Bug Type​

Other

Save Game​



Attachments​

scr1.pngscr2.png

Player Pain​

9

 
I saw a similar report that was resolved by clearing out old saves (basically after a certain number of save files, the game can't load them)
 
Hi! That's a strange one. Are you using any mods? How many saves do you have stored in your local distro equivalent of "$HOME/.local/share/Paradox Interactive/Victoria 3/saves" directory? It could also be some kind of a folder access issue, however the QA department is only able to assist with issues reproducible on Ubuntu distros.
 
Which distribution of Linux are you using and what file system? Are you using any symlinks?
The logs clearly indicate that the game cannot find or access the paths where the saves are stored, so it's something specific to your Linux setup.
I'll move the thread to our Technical Support as they might have more OS-specific tips to share.
 
I am using Gentoo, reiserfs for home and xfs for the data mount. No symlinks on either of paths.

Please note the following:
1. The game is enumerating files at the correct path:

Code:
openat(AT_FDCWD, "/home/user/.local/share/Paradox Interactive/Victoria 3/save games", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 175

2. But then it tries to open the filename found at the dir one above:

Code:
lstat("/home/user/.local/share/Paradox Interactive/Victoria 3/russia_1840_03_07.v3", 0x7fb1257f31f0) = -1 ENOENT (No such file or directory)

Note no "save games" in the path here.

If I copy files to this parent dir, they appear on the list in-game.
 
Last I heard we only tested on EXT4. @PDX_Sosanna do you know if xfs and reiserfs are in the test suite these days?