![]() |
[LDPartEditor] Link to the latest release post (1.8.61) - 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] Link to the latest release post (1.8.61) (/thread-21647.html) Pages:
1
2
|
(original) [LDPartEditor] 0.8.17 Beta Released (colour palette / usability / bugfix) - Nils Schmidt - 2017-06-17 edit: I just re-posted this, since I changed the main thread into something more useful Hi :) it's a small step to version 0.8.17... here we go! ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (7 new features and 4 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.18 deliver? Bug fixes, usability improvements, maybe some new fancy features... 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] Link to the latest release post (0.8.38b) - Gerald Lasser - 2017-12-22 Did I miss something in the Java world? Since a few days, I cannot start LDPE on any of my machines? I tried three, where it was working before, now, nada. I got the cmd window pop-up that disappears almost immediately, then nothing. Were there recommendations to limit Java permissions or did MS patch something.... Thanks for your help & Merry Christmas! RE: [LDPartEditor] Link to the latest release post (0.8.38b) - Nils Schmidt - 2017-12-22 (2017-12-22, 10:11)Gerald Lasser Wrote: Did I miss something in the Java world? Hi Gerald, please open a command prompt, navigate to the LDPE installation folder and run java -jar -Djava.library.path="natives/" -jar LDPartEditor.jar Then post the output here and attach the error_log.txt file to it. Can't say what is causing the problem. I need more info. I wish you a happy holiday season and a good start into 2018! RE: [LDPartEditor] Link to the latest release post (0.8.38b) - Gerald Lasser - 2017-12-22 [quote pid='26995' dateline='1513944073'] Hi Gerald, please open a command prompt, navigate to the LDPE installation folder and run java -jar -Djava.library.path="natives/" -jar LDPartEditor.jar Then post the output here and attach the error_log.txt file to it. Can't say what is causing the problem. I need more info. I wish you a happy holiday season and a good start into 2018! [/quote] Hi Nils, here's the file. Thanks a lot for your help! Bug: Can't load user settings - Nils Schmidt - 2017-12-22 (2017-12-22, 13:22)Gerald Lasser Wrote: Hi Nils, here's the file. Thanks a lot for your help! Thanks Gerald! I found a temporary workaround. Delete your user configuration file config.gz from the LDPE folder. When you start LDPE again, you have to configure your LDraw path etc. for one time, again. More in-depth info: Unfortunately, I can't detect the real root cause of this issue yet. LDPE loaded an UserSettingState object at startup and failed. The logger tried to log the problem but was unable to, because it needed a locale setting for logging (and this setting is stored in the UserSettingState object). RE: Bug: Can't load user settings - Gerald Lasser - 2017-12-22 (2017-12-22, 20:45)Nils Schmidt Wrote:(2017-12-22, 13:22)Gerald Lasser Wrote: Hi Nils, here's the file. Thanks a lot for your help! Big thumbs up! Thanks a lot Nils, deleting the config.gz made it work again. ...now I need to find out how to move the text-editor into a seperate window...searching for that :-) PS: What gets me wondering, why this happened at all machines more or less at once... RE: [LDPartEditor] Link to the latest release post (0.8.53) - Wysong - 2021-07-02 I just reinstalled windows (unrelated problems) and I'm having trouble with LD Part Editor, namely that the preview is about a quarter of the size of the window: ![]() How can I fix this / is there a 0.8.52 download somewhere? Nevermind. I found and tried an older version and had the same problem. I also noticed the little splash window for Excel was tiny, so I tweaked my display settings and fixed the problem. Wrong size of the window - Nils Schmidt - 2022-01-06 (2021-07-02, 14:41)Wysong Wrote: I just reinstalled windows (unrelated problems) and I'm having trouble with LD Part Editor, namely that the preview is about a quarter of the size of the window: Hi Wysong, you can find a solution here: https://github.com/nilsschmidt1337/ldparteditor/issues/755 You have to change the "Viewport Scale Factor" to two in the LDPE options (Tools...->Options...). Cheers, Nils |