RE: app closes, does not process file
2024-10-16, 22:51 (This post was last modified: 2024-10-16, 22:53 by Franklin W. Cain.)
2024-10-16, 22:51 (This post was last modified: 2024-10-16, 22:53 by Franklin W. Cain.)
(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):
- In Windows explorer, navigate to %APPDATA%\..\local\lpub3d software\lpub3d\libraries
- Rename complete.zip to something like old_complete.zip
- In Windows explorer, navigate to %LDRAWDIR%. Hopefully it will take you to the directory something like C:\Users\Public\Documents\LDraw
- Copy complete.zip from this folder
- Navigate back to %APPDATA%\..\local\lpub3d software\lpub3d\libraries
- Paste the copied complete.zip into the directory
- Fire up Lpub3D
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