Hi.
I was having trouble with entering the serial number for ParaSheet (/LocalApps/ParaSheet.app/ParaSheet) that is supplied. All the other Lighthouse apps I could enter the serial number ok running it as root.
I got the following error when running as root via su -:
Assertion failed: loadNIBSection: could not find data
TIFF Error: Cannot read TIFF.
TIFF Error: Cannot read TIFF.
objc: FullImpactApp: does not recognize selector -loadGlobalMacroSheet
IOT trap
When I ran the app as me it says I don't have access to write to the folder or the files in /LocalApps/ParaSheet.app.
I managed to get this going by using chown -R me *.* on the folder and in the folder /LocalApps/ParaSheet.app and then entering the serial. Afterwards when the serial number was saved I changed it back to root by chown -R root *.* in the /LocalApps/ParaSheet.app folder.