creating executable programs

Started by
10 comments, last by spacemonkey90 18 years, 1 month ago
If you've check that it's not a missing data file problem, the easiest thing to do is make an error log. It doesn't even have to be errors, just write what you are doing in the program. For example:

Game StartedInitializing OpenGLCreating WindowLoading Texturesetc ect ect


Then you can see exactly where it is crashing on their machine. Or if it's a friend that lives near you, bring over the whole workspace and debug on there machine :D

Matt
__________________________________[ Website ] [ Résumé ] [ [email=contact[at]matthughson[dot]com]Contact[/email] ][ Have I been Helpful? Hook me up! ]
Advertisement
I just got my first compiler delivered yesterday from Amazon and the same thing happened to me. Then I realised that I still have to keep the images and other files in the same folder. When you compile it just mean that it can run independently without requiring the programming tool to interpret it. You can still run it on other computers as long as it still has all its files with it.

This topic is closed to new replies.

Advertisement