![]() |
[LDPE] 0.8.52 Beta Released (bugfix for newer Java versions) - 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: [LDPE] 0.8.52 Beta Released (bugfix for newer Java versions) (/thread-24190.html) |
0.8.52 Beta Released (bugfix for newer Java versions) - Nils Schmidt - 2020-09-01 Hey, this release added support for newer Java versions (e.g. Java 9, Java 10...). The minimum required Java version is still version 8. You can skip this release if you like, since no other features were added. ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (1 bug fix) With this release the following critical issue is fixed:
The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 140.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: This Java instance does not support a 64-bit JVM. Please install the desired version. Problem with 0 BFC INVERTNEXT in last line - Philippe Hurbain - 2021-01-26 Probably not related to this version (and not so annoying since it shouldn't happen!), but if last line of a file is "0 BFC INVERTNEXT", 3D view freezes (and even if you open an other file, there is no refresh of 3D view). You have to close/reopen to get ldpe working again. RE: Problem with 0 BFC INVERTNEXT in last line - Magnus Forsberg - 2021-01-26 (2021-01-26, 16:41)Philippe Hurbain Wrote: Probably not related to this version (and not so annoying since it shouldn't happen!), but if last line of a file is "0 BFC INVERTNEXT", 3D view freezes (and even if you open an other file, there is no refresh of 3D view). You have to close/reopen to get ldpe working again. Confirmed, but I'm also still running a 0.8.50 version on my machine. I sometimes see the little vertex editor window stick to my screen. It stays on top a few seconds if I switch to my web browser. It most often goes away, but sometimes it doesn't. Make subpart from 3D selection - Philippe Hurbain - 2021-02-10 I just became aware of the "Make subpart from 3D selection" button (very useful!) but found a little bug: in the created subpart, all "0 BFC INVERTNEXT" metas get duplicated. RE: Make subpart from 3D selection - Nils Schmidt - 2021-02-12 (2021-02-10, 13:50)Philippe Hurbain Wrote: I just became aware of the "Make subpart from 3D selection" button (very useful!) but found a little bug: in the created subpart, all "0 BFC INVERTNEXT" metas get duplicated. Thanks. I was able to reproduce the bug and created an issue (#756). RE: Make subpart from 3D selection - Philippe Hurbain - 2021-02-15 (2021-02-12, 10:27)Nils Schmidt Wrote: Thanks. I was able to reproduce the bug and created an issue (#756).Probably related: when creating subpart from 3D selection, comments of source file gets copied to subpart though they are obviously not part of the 3D selection. RE: Make subpart from 3D selection - Magnus Forsberg - 2021-02-15 (2021-02-15, 12:30)Philippe Hurbain Wrote: .... comments of source file gets copied to subpart .... But I want them to be copied. I want to select a section in the text editor, and then hit "Create a Subpart". As it is now, I have to first select in the text editor, then hit "Show selection in 3D view", and then press "Create a Subpart", RE: Make subpart from 3D selection - Philippe Hurbain - 2021-02-15 (2021-02-15, 16:20)Magnus Forsberg Wrote: But I want them to be copied. I want to select a section in the text editor, and then hit "Create a Subpart".This is indeed another (useful too) functionnality. But for current one with 3D view, including comments is mostly meaningless. RE: Problem with 0 BFC INVERTNEXT in last line - Nils Schmidt - 2021-03-20 (2021-01-26, 16:41)Philippe Hurbain Wrote: Probably not related to this version (and not so annoying since it shouldn't happen!), but if last line of a file is "0 BFC INVERTNEXT", 3D view freezes (and even if you open an other file, there is no refresh of 3D view). You have to close/reopen to get ldpe working again. Thanks Philo. I was able to reproduce the issue (#769). The fix is included in the next release. It is not so easy to reproduce since it depends on the current render mode (OpenGL 2.0 only). The following modes will currently cause a freeze from an invalid INVERTNEXT without a type 1 line:
0.8.53 Beta is ready soon / configuration: breaking changes - Nils Schmidt - 2021-05-22 The next version "0.8.53 Beta" will use a different configuration file. Therefore, it will be necessary to reset all your custom LDPE settings. What you can do as a workaround:
Version 0.8.53 is not ready yet. It will include some bug-fixes and a lot of major/minor code optimizations. In total, the release fixes about 100 different code issues. I also started automated testing to further improve the software quality. RE: 0.8.53 Beta is ready soon / configuration: breaking changes - Philippe Hurbain - 2021-05-22 (2021-05-22, 17:27)Nils Schmidt Wrote: In total, the release fixes about 100 different code issues. ![]() ![]() ![]() |