- I'm running Debian/Mint/Ubuntu, and getting a crash on startup: "Floating point exception"
- We left some strict debugging in for some of the deb packages, which converts a minor problem into a major one, but only on some machines (we are not sure why). To solve this, you need to update to 0.0.8 or later. We have set up a PPA for Ubuntu users.
- I'm running Mac OSX, and when trying to update to the new version, I get the error "A newer version of this software already exists on this disk"
- This was due to us not specifying a version number in some early releases. Go to spotlight, then type "terminal", and open Terminal.app. Now cut and paste the following command into the terminal to remove the old version data.
sudo rm /private/var/db/receipts/net.sourceforge.threedepict.3Depict.pkg.plist /private/var/db/receipts/net.sourceforge.3Depict.pkg.plist
don't forget to press enter. You will be prompted for your password for this action.