Project

General

Profile

Bug #4765

No support for 64 bit file system

Added by tomato almost 9 years ago. Updated almost 9 years ago.

Status:
Not a Bug
Severity:
Low
Assignee:
-
Category:
Application
Target version:
-
Start date:
04/27/2015
% Done:

0%

Version:
Platform:
Linux
Expansion:
Language:
English (US)
Mod Related:
No
Votes:
Arrow u r green
Arrow d r red

Description

I have over 3TiB XFS file system that is mostly full with inode64 enabled, that makes the files created to have inodes that have IDs that don't fit inside 32 bit variables. As a result the game is unable to load any additional data like flags, scenarios, training missions, etc. (the menus are simply empty).

After I moved the steam library to a small partition, the game works just fine.

Running on Arch Linux (current as of 2015-04-26)
Linux 3.19.3
glibc 2.21

See at https://github.com/virtual-programming/witcher2-linux/issues/106 for a similar issue.

History

#1 Updated by sr almost 9 years ago

Could you try running the 64bit build of KSP (KSP.x86_64) and see if the problem persists?
Unfortunately, the cause will be an issue with the game engine not KSP itself, so there is little the devs will be able to do here.

#2 Updated by sr almost 9 years ago

  • Status changed from New to Not a Bug
  • % Done changed from 0 to 100

#3 Updated by tomato almost 9 years ago

sr wrote:

Could you try running the 64bit build of KSP (KSP.x86_64) and see if the problem persists?
Unfortunately, the cause will be an issue with the game engine not KSP itself, so there is little the devs will be able to do here.

And the game engine is available to you as binaries, and not compiled together with the game? Compilation with `-D_FILE_OFFSET_BITS=64` is all that should be needed.

Yes, the 64 bit build does work correctly.

Also available in: Atom PDF