Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

[Linux] World not saved to OpenTerrainGenerator/worlds/ if name does not match preset

7thfleet opened this issue ยท 2 comments

commented

This issue only occurs on Linux. It occurs with both OpenJDK and Oracle's JDK. I have reproduced it on two separate computers, both running Arch. The same computer running Windows does not exhibit this issue.

This is forge, client.

This issue occurs on v7 and v8, but not v6.

If a world is not saved with the same name as the preset name, it is not written to OpenTerrainGenerator/worlds/.
It is written to saves/, and still appears in the world selection menu. See screenshot.

Screenshot

As a result, This returns null.

Compare the directory information in the above screenshot to the values below.
Locals

Let me know if there is anything you'd like me to do to help.

commented

I found that part of the problem is the use of the Windows-style slashes instead of / or File.separator here.

Fixing this allows OTG to successfully load vanilla worlds generated through the OTG menu. However, BiomeBundle fails to load, as seen below.
Screenshot

An inspection of the OpenTerrainGenerator/worlds/ directory shows that some of the relevant folders exist, but are empty. Examine the tree here to see the difference.

commented

Hey @7thfleet, thanks for reporting this and sorry, I've neglected the Linux users a bit. I've changed all filepaths (I could find) to use platform-independent file separators. Will be included in v8_r2 (dev build), to be posted on the OTG Discord at #openterraingen asap. When you have the chance, please let me know if it fixes the problems for Linux.