[LDPartEditor] 0.8.14 Beta Released - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html) +--- Thread: [LDPartEditor] 0.8.14 Beta Released (/thread-21523.html) |
[LDPartEditor] 0.8.14 Beta Released - Nils Schmidt - 2016-05-13 Hi, the bug hunt is over, 0.8.14 is ready to go. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (14 bug fixes) The following critical issues were fixed:
The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 100.000 lines of code. Make sure that you choose the right architecture for your OS and Java Virtual Machine (JVM) (64bit or 32bit). A short guide how to check if a 64bit JVM is installed on your system is located at the bottom of this message.
You can search for updates if you do the following steps:
LDPE is a 3D CAD application: The overall system requirements are higher. While I recommend to use a powerful 64-bit multicore system, it could be possible, to run LDPE on older machines as well. System Requirements: Minimum System Requirements:
How to check your JVM version (32- or 64-bit): -------------------------------------------------------------------------------- You can try on the command line: Code: java -d64 version If it's not a 64-bit version, you'll get a message that looks like: Code: This Java instance does not support a 64-bit JVM. Please install the desired version. In general, I recommend to install the 64-bit version of the JVM for Java 8. RE: [LDPartEditor] 0.8.14 Beta Released (Bug Fix) - Magnus Forsberg - 2016-05-13 Is there something wrong in this patch? I tried using the 'update.bat' as usual, but it gets stuck, trying to extract something....? Update problems? - Nils Schmidt - 2016-05-13 (2016-05-13, 15:35)Magnus Forsberg Wrote: Is there something wrong in this patch? No, there is nothing wrong with the patch. I test "update.bat" for each release and had no problems with it on 32 and 64bit windows. You can also download the version manually from github or sourceforge. RE: [LDPartEditor] 0.8.14 Beta Released (Bug Fix) - Magnus Forsberg - 2016-05-13 I've tried it again now, and this time it went all well. I'm up and running again. |