joulupunikki / Phoenix

Java clone/remake/patch of the game Emperor of the Fading Suns
https://joulupunikki.github.io/Phoenix/
37 stars 14 forks source link

File name conflict between different installations #98

Open joulupunikki opened 7 years ago

joulupunikki commented 7 years ago

A game started on one installation may have different case filenames when loaded on another installation.

As a temporary fix at this time PBEM file integrity checking is disabled.

java.nio.file.NoSuchFileException: DAT/agility.dat
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at util.Util.readFile(Util.java:1427)
at gui.PBEMGui.getHash(PBEMGui.java:156)
at gui.PBEMGui.testDATAHashes(PBEMGui.java:234)
at gui.Gui.loadGame(Gui.java:1853)
at state.MM1.pressLoadGame(MM1.java:62)
at gui.MainMenu$W1$2.actionPerformed(MainMenu.java:318) ...