I'm not sure if this was reported, but I'll post here.
I recently bought Mount and Blade: Warband on GOG, and tried running the Linux version (1.16

. I got all kind of weird errors in the loading screen, like
插入代码块:
STR NOT FOUND ui_processing_ini_file
And when the game loads, all the text in the UI shows similar errors. I suspected it has something to do with my large XFS partition (1+TB), since a lot of games on Linux have such kind of bugs.
So I created a small loop partition (also XFS) and run the game from there. It worked like a charm! Can you please fix this?
Common issues with XFS include:
* Forgetting to pass -D_FILE_OFFSET_BITS=64 to gcc (this is usually relevant for 32 bit games on 64 bit systems, which is the case with Warband and my OS).
* Not knowing that XFS doesn't support dirent::d_type and tripping over DT_UNKNOW in readdir_r
Usually one of those two is a source of such problems. Can you please direct this to developers? I have links which describe these issues in more detail, but the forum doesn't let me to posting them.
Thanks!