My mod will not run. help?

  • firefreak11
    27th Mar 2012 Member 0 Permalink
    i successfully compiled my mod without errors.  now it won't run.  suggestions?
  • pilojo
    27th Mar 2012 Member 0 Permalink
  • firefreak11
    27th Mar 2012 Member 0 Permalink
    the code is fine and if anything is wrong it would give me an error message and even if it didn't it would be hard to find a problem in the code 
  • vanquish349
    27th Mar 2012 Member 0 Permalink
    @firefreak11 (View Post)
    what happens when you try to run it.
  • jenn4
    27th Mar 2012 Member 0 Permalink
    @firefreak11 (View Post)
    If your mod doesn't run, there must be something with the code.
  • boxmein
    27th Mar 2012 Former Staff 0 Permalink
    @firefreak11 (View Post)
    Fun fact: Not all errors are compile time errors which the compiler easily finds.
  • firefreak11
    27th Mar 2012 Member 0 Permalink
    if i click on the link to the application, it will say it is opening but it will not open. 
  • AngrySpam
    27th Mar 2012 Member 0 Permalink
    @firefreak11 (View Post)
    I got this for a while...really pissed me off. Check to see if you followed the wiki EXACTLY, and everything is the same. If it still doesn't work, get a new, clean source and try to compile it again. (worked for me :D)
    EDIT: If neither of those work, try building it under 'Build' instead of 'Release'.
  • firefreak11
    27th Mar 2012 Member 0 Permalink
    @AngrySpam (View Post) k thanks bro. i'll try

    EDIT: none of them worked. im going to go over the source and if i cant find any errors i will put the source up to see if anyone could find errors
  • pilojo
    27th Mar 2012 Member 0 Permalink
    @firefreak11 (View Post)
    What I meant is, it does compile, but something you did made the game crash on opening. So, fix the code.