Hello everyone! The editor doesn't want to open any .biq file. It names any file I choose as "._tmp.biq (screenshot №2) and says that makes log file with information about the error, but I can't find it. I start it (the editor) with double click, tried with Azul/Zulu's Java 8 and 21 and the problem still here. Could somebody help me with this, please?
@Quintillus
When it detects a compressed file (which makes sense for the standard "conquests.biq"), the editor will try to decompress it to "._tmp.biq", and then read the decompressed file. Thus the error suggests that either:
- It is unable to decompress it for some reason
- There could be a read/write permissions issue on the drive/folder where it is trying to decompress to
The second one comes to mind as I noticed it's loading from the A:\ drive, traditionally the floppy drive. I'm guessing it's not really a floppy drive, but another drive renamed to it, but the basic point is the same - if it can't write that "._tmp.biq" file, it won't be able to open it.
The log file should be in the same directory as the editor.
There should also be a "BIQDecompressor.jar" in the "bin" folder. If that's missing, that would be another reason that the editor wouldn't be able to decompress the file. It should be there in the download, but just in case it got accidentally moved, that could be checked.
I've verified that the latest version can open "conquests.biq", so that
shouldn't be a problem, although... if the BIQ is using the Cyrllic alphabet, it would make sense to switch the editor's "BIQ Language" setting to "Russian". That shouldn't affect whether the BIQ can be decompressed or opened, but would affect whether the Cyrllic alphabet characters rendered correctly in the editor, and is the other variable that might be at play.