Search results

  1. M

    Targetted Java Version

    The EXE file is created with launch4J. Features are: Works with a bundled JRE or searches for newest Sun or IBM JRE / JDK in given version range and type (64-bit or 32-bit). Opens Java download page if an appropriate Java version cannot be found or a support website in case of an error.
  2. M

    Stable build 38 out - moar modules !

    The launcher was translated into Polish by Piotr Halama "Halamix2". Thank you!
  3. M

    Launcher and Facades

    Interesting idea.
  4. M

    Internationalisation

    I added an Issue with some links. https://github.com/MovingBlocks/TerasologyLauncher/issues/229
  5. M

    Internationalisation

    Thank you for the links. I will look at it soon. I want to divide the translation from the code releases.
  6. M

    Crash Game doesn't start

    Do you use the launcher? The log file "TerasologyLauncher.log" contains this information.
  7. M

    Crash Game doesn't start

    Which Java version (32 or 64 bit) do you use?
  8. M

    Launcher with spanish translation

    Please, can someone translate some new messages for the next launcher release. https://github.com/MovingBlocks/TerasologyLauncher/issues/201 message_error_downloadDirectory=Cannot create or use download directory! message_noChangeLog=No changes settings_language_pl=Polish...
  9. M

    Launcher with russian translation (1.3.0)

    Please, can someone translate some new messages for the next launcher release. https://github.com/MovingBlocks/TerasologyLauncher/issues/201 message_error_downloadDirectory=Cannot create or use download directory! message_noChangeLog=No changes settings_language_pl=Polish...
  10. M

    Archived Thread Prefixes and Labels

    I would add an "Off-topic" or similiar to "Community". And I would move "Long term planning" under "Development" (not "Administrative"). But this is only my suggestion. What is the intention of "Core Team Discussison"?
  11. M

    Archived Thread Prefixes and Labels

    I like it, except the forum "Long Term Planning".
  12. M

    Terosology Fehler (Terosology Error)

    Hallo, falls das nicht hilft, dann zeig uns doch mal die Log-Datei vom Launcher (TerasologyLauncher.log).
  13. M

    Is there an external map viewer? Would that be useful?

    I tried 1 or 2 years ago to write an external programm which reads map data (export map data into other formats like JPEG/PNG, Google maps, Minecraft, 3D-printer...). It was very difficult. But today it should be easier, because you can use features of the 2d facade.
  14. M

    [LoT] Land of Terra, Rogue-like gamemode.

    I like your idea, but the meaning of the name does not fit. "Terra" means "land" or "earth" -> "Land of land" :-) Do you mean "Land of Terasology"?
  15. M

    Resolved Not detecting all of RAM

    You need to add "-Xms128g -Xmx128g". Old java versions didn't run, if you don't have enough RAM. I tested it with Java 7 (Windows 64 Bit, Oracle). It was possible to start the JVM, but it begins to reserve memory (about 5 MB per second).
  16. M

    Resolved Not detecting all of RAM

    Wolfgange As far as I know you have java skills. Can you write a little test class and analyse the problem with Windows 8.1, please.
  17. M

    Resolved Not detecting all of RAM

    We us this code: private void populateHeapSize() { long max = 512; final OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); if (osBean instanceof com.sun.management.OperatingSystemMXBean) { max = ((com.sun.management.OperatingSystemMXBean)...
  18. M

    Launcher with russian translation (1.3.0)

    I released a new launcher version 1.3.0 some minutes ago. It contains a russian translation. Thank you, Anthony Kireev (Adeon, small-jeeper)! https://github.com/MovingBlocks/TerasologyLauncher/releases/latest
  19. M

    Stick Threads

    I don't see pink elephants. Should I create an issue? ;-)
  20. M

    terrasology grafik fehler

    Wie schon erwähnt, brauchen wir die LOG-Datei. Aber Cervator hat ja schon geschrieben, dass dein Rechner vermutlich zu alt ist.
Top