[LDPE] 1.8.66 Released (change winding / merge / library.ldraw.org) - 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] 1.8.66 Released (change winding / merge / library.ldraw.org) (/thread-27190.html) |
[LDPE] 1.8.66 Released (change winding / merge / library.ldraw.org) - Nils Schmidt - 2023-03-15 Hey, this version will extend the "change winding"-tool to work with lines and condlines, too. It also corrects a "Merge to Nearest Vertex" bug. This merge function will now skip pure condline control points. There was an important change on the LDraw library URL, too (www.ldraw.org -> library.ldraw.org). As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (4 new features and 3 bug fixes) With this release you will be able to...
The following critical issues were fixed:
The program was tested intensively with "real world" files. However, something can go wrong in about 140.000 lines of code. Installation on Windows:
I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software. 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:
RE: [LDPE] 1.8.66 Released (change winding / merge / library.ldraw.org) - Gerald Lasser - 2023-03-15 Hi Nils, should the "Part Review" work now? I always get a "cannot download from PT" message Gerald Can't download from PT - Nils Schmidt - 2023-03-15 (2023-03-15, 19:15)Gerald Lasser Wrote: Hi Nils, should the "Part Review" work now? Hi Gerald, sorry, I was not seeing this error on my test system during debugging, but was able to reproduce it on another instance now! LDPE can't verify the SSL server certificate from library.ldraw.org and will therefore refuse to download anything from it. There is currently no quick workaround for it. The keystore of the Java Virtual Machine needs to be updated. I can do this only with a new release of LDPE. RE: Can't download from PT - Gerald Lasser - 2023-03-15 (2023-03-15, 19:57)Nils Schmidt Wrote: Hi Gerald, Didn't we have such an issue before? I could not fiind anything quickly in the forum, but I thought there was a discussion on this SSL Topic before and how LDPE is handling it or the Server is responding. RE: Can't download from PT - Orion Pobursky - 2023-03-15 (2023-03-15, 20:37)Gerald Lasser Wrote: I thought there was a discussion on this SSL Topic before and how LDPE is handling it or the Server is responding. Previously I was able to exclude LDPE from https. Now that we're on a new server we're using new webserver software that I'm not as familiar with and haven't determined how to do this exclusion yet. I assure you that a work around is high on my radar as it also affects LDView. RE: [LDPE] 1.8.66 Released (change winding / merge / library.ldraw.org) - Gerald Lasser - 2023-03-15 Thanks! RE: [LDPE] 1.8.66 Released (change winding / merge / library.ldraw.org) - Willy Tschager - 2023-03-16 (2023-03-15, 18:55)Nils Schmidt Wrote: ...have the "verbose" option common to nearly all tools, and be remembered between sessions. Please excuse my ignorance but what is the "verbose" option? w. RE: [LDPE] 1.8.66 Released (change winding / merge / library.ldraw.org) - Philippe Hurbain - 2023-03-16 (2023-03-16, 14:47)Willy Tschager Wrote: Please excuse my ignorance but what is the "verbose" option?For most tools the verbose option allows to display a text box that summarizes the changes done by the tool. Eg. For edger 2 it displays the number of lines/condlines/orphaned lines created. RE: [LDPE] 1.8.66 Released (change winding / merge / library.ldraw.org) - Willy Tschager - 2023-03-16 (2023-03-16, 15:05)Philippe Hurbain Wrote: For most tools the verbose option allows to display a text box that summarizes the changes done by the tool. Eg. For edger 2 it displays the number of lines/condlines/orphaned lines created. Found it. Didn't know. w. RE: Can't download from PT - Orion Pobursky - 2023-03-16 (2023-03-15, 19:57)Nils Schmidt Wrote: Hi Gerald, I've opened the parts path to non-HTTPS traffic (at least my internal testing suggests that it is) and LDPE part review still fails. Verbose doesn't really tell me why. RE: Can't download from PT - Gerald Lasser - 2023-03-17 (2023-03-16, 23:48)Orion Pobursky Wrote: I've opened the parts path to non-HTTPS traffic (at least my internal testing suggests that it is) and LDPE part review still fails. Verbose doesn't really tell me why. I just tried a bit of wireshark to see the traffic. When I open anything on LDraw.org, the communication is running on TLSv1.3. When I want to do a Part Review in LDPE, LDPE tries to set up a TLSv1.2 connection with the "ClientHello", but this is immediately refused by the server with a "Handshake Failure" As TLS1.2 and TLS1.3 are not compatible, this looks like the server does not want a TLS1.2 connection and refuses it. So in my view: - either LDPE uses a non-encrypted connection to ldraw.org as Orion opened the traffic - or LDPE tries to set up the connection using TLSv1.3 hope that points into the right direction.... Dowload error will be solved with version 1.8.67 - Nils Schmidt - 2023-03-19 (2023-03-17, 8:38)Gerald Lasser Wrote: I just tried a bit of wireshark to see the traffic. [...] Thanks Gerald! With this info I was able to find the root cause. I just forgot to add a required module to support the correct TLS handshake. It will be solved with the next release. RE: Dowload error will be solved with version 1.8.67 - Gerald Lasser - 2023-03-19 (2023-03-19, 8:07)Nils Schmidt Wrote: Thanks Gerald! With this info I was able to find the root cause. Glad to hear! Thanks! |