[LPub] app closes, does not process file - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: General (https://forums.ldraw.org/forum-12.html) +--- Forum: Help (https://forums.ldraw.org/forum-13.html) +--- Thread: [LPub] app closes, does not process file (/thread-28456.html) |
app closes, does not process file - Franklin W. Cain - 2024-10-14 I've got an 18 kb MPD file that LPub refuses to open. Whenever I try to open the file in LPub, the application just spins its wheels for a few seconds, and then closes, without any kind of error message. This same file works perfectly fine in LDView, FWIW... Thanks, Franklin RE: app closes, does not process file - Orion Pobursky - 2024-10-14 Would you be willing to post the file so we can see if we can replicate the problem? RE: app closes, does not process file - Franklin W. Cain - 2024-10-14 Here it is. Lab ship.mpd (Size: 17.31 KB / Downloads: 5) Thanks, Franklin RE: app closes, does not process file - David Manley - 2024-10-15 (2024-10-14, 22:21)Franklin W. Cain Wrote: Here it is. I can open it okay in LPub3D, so perhaps it is something specific to LPub? From just casting my eye over the file, line 300 does look a bit suspect, perhaps missing a leading //? Perhaps that is the cause of the hang? David RE: app closes, does not process file - Orion Pobursky - 2024-10-15 I am also not getting any errors. Do you have latest version installed: https://github.com/trevorsandy/lpub3d/releases/tag/continuous RE: app closes, does not process file - Franklin W. Cain - 2024-10-15 (2024-10-15, 0:20)Orion Pobursky Wrote: Do you have latest version installed: Doesn't look like it. >__< When I click on "Check for updates" it just flashes a pop-up which then disappears. Since my version will not update itself, do I just download one of those files you linked? Where is the "install" file, please? RE: app closes, does not process file - Orion Pobursky - 2024-10-15 This one should be it: https://github.com/trevorsandy/lpub3d/releases/download/continuous/LPub3D-2.4.7.75.3551_20230905.exe RE: app closes, does not process file - Franklin W. Cain - 2024-10-15 Progress, of a sorts... The app loads my file, now, but I get a couple of error messages with every page. (What is Excluded Parts any way? If it's in the LDraw library, I'm using it!) Addendum: The app does not recognize 3023b as a legit part, if this helps diagnose the problem... RE: app closes, does not process file - David Manley - 2024-10-15 (2024-10-15, 3:59)Franklin W. Cain Wrote: Progress, of a sorts... I think that is a "feature" of LPub3D having its own copy of complete.zip. The following might resolve the 3023b absent part issue (on the rash assumption you are using Windows):
If that doesn't resolve the issue, delete the copied complete.zip from %APPDATA%\..\local\lpub3d software\lpub3d\libraries and rename old_complete.zip back to complete.zip David RE: app closes, does not process file - Roland Melkert - 2024-10-15 (2024-10-14, 20:48)Franklin W. Cain Wrote: I've got an 18 kb MPD file that LPub refuses to open. Whenever I try to open the file in LPub, the application just spins its wheels for a few seconds, and then closes, without any kind of error message. Only weird thing i noticed is content in-between 0 NOFILE and the next 0 FILE, maybe lpub doesn't like that? LDCad log: Code: 06626 | 2024-10-15_23:04:21 | Progress | LDraw file load | D:\downloads\Lab ship.mpd | Starting RE: app closes, does not process file - Franklin W. Cain - 2024-10-16 (2024-10-15, 4:22)David Manley Wrote: I think that is a "feature" of LPub3D having its own copy of complete.zip. The following might resolve the 3023b absent part issue (on the rash assumption you are using Windows): Did this... No joy. >__< Here are the error messages I keep getting: Regular expression pattern was not found in titleAnnotations.lst. Be sure the following lines exist in the file header: # File: titleAnnotations.lst # The Regular Expression used is: Code: ^(\b.*[^\s]\b:)\s+([\(|\^].*)$ (file: titleAnnotations.lst) Regular expression pattern was not found in freeformAnnotations.lst. Be sure the following lines exist in the file header: # File: freeformAnnotations.lst # The Regular Expression used is: Code: ^(\b.*[^\s]\b)(?:\s)\s+(.*)$ Regular expression pattern was not found in excludedParts.lst. Be sure the following lines exist in the file header: # File: excludedParts.lst # The Regular Expression used is: Code: ^(\b.*[^\s]\b)(?:\s)\s+(.*)$ Regular expression pattern was not found in pliSubstituteParts.lst. Be sure the following lines exist in the file header: # File: pliSubstituteParts.lst # The Regular Expression used is: Code: ^(\b.*[^\s]\b:)\s+([\(|\^].*)$ Thanks, Franklin RE: app closes, does not process file - Orion Pobursky - 2024-10-16 - Go to Configuration -> Preferences - In the General tab, make sure the path to your LDraw directory is correct (mine, for example, is D:\Lego\LDraw) That's literally all I've done since I download LPub3D the other day to test. |