Situation:
Game data (iwd) copied to a linux partition. In
GemRB.cfg the flag CaseSensitive is set to '1'. When
gemrb is started, it dies with the message "Cannot find
Dialog.tlk."
First analysis:
The file "Dialog.tlk" does exist in the correct path, but
the code explicitely looks for a file named "dialog.tlk".
The problem is twofold: 1) the case sensitivity flag does
not work for the file "Dialog.tlk" and 2) the error message
should show the exact path and filename that was not
found (in stead of a static message).
Work-around:
Rename the file "Dialog.tlk" to "dialog.tlk".
Logged In: YES
user_id=66394
That's a known issue, we'll fix that ASAP.
Thanks
Logged In: YES
user_id=885460
I'm working on a fix.