Thanks for that, the dumper utility is great.
I finally fixed the issue, so i’ve decided to print the solution just incase someone else has the same problem. This was given to me by a friend just as a check to make sure it definately was the application and not something else, and it turned out fixing the problem.
1) During boot up, hold option-S
2) When you get to the menu, type: fsck -f (enter). This will basically repair permissions without any particular user being logged in.
3) Once it finishes, type the same thing again and hit enter. Repeat this process until it gives you the message that the volume was examined and is ok (ie – no changes were made).
4) Type: reboot (enter).
5) This time log in (as admin or with admin access) and run repair permissions (in utilities>disk utility)
6) Open terminal (utilities>terminal) and type: sudo periodic daily (enter). It’ll ask for your password after that.
7) In terminal, type: sudo periodic weekly (enter), which will run for longer. When that’s done, type: sudo periodic monthly (enter).
8) When that’s finished, type: sudo update_prebinding -root / -force (enter). Let it run.
9) Reboot.
Aparently, you can run this when any program crashes or anytime the machine is glitchy. If you get to the end of this process and the program is still not working, you’ve practically guaranteed that the problem is somewhere in the application.
Thanks for all your help guys, and I hope this helps the next guy with the same problem
Tristan