Page 2 of 2
Re: Crashing!!
Posted: December 5th, 2011, 10:28 pm
by lzrstrm
I also use Code::Blocks, you may require MinGW or another program to work.
To do that:
1) Get MinGW
2) Open Code::Blocks, go to settings, view compiler/debugger. Adjust paths as needed.
1)Where can i get MinGW?
2)Is there a special path i need to download MinGW to?
Re: Crashing!!
Posted: December 5th, 2011, 10:34 pm
by chocolatepie33
http://www.mingw.org/
I don't think it matters where you install it, I'd say perhaps within the Code::Blocks folder, that's what I did (however, I use the portable version), but within CB, go to settings and all that like I said and go to executive toolchains. There should be some file paths there, browse and change to the MinGW folder. Then try it.
Re: Crashing!!
Posted: December 5th, 2011, 11:14 pm
by lzrstrm
Ok thx the MinGW installed and works but...
the patch i was given has 8 errors and 5 warnings
Help!
is there any other way to fix my crashing problem
Re: Crashing!!
Posted: December 7th, 2011, 10:59 pm
by lzrstrm
Hello?
anyone?
Re: Crashing!!
Posted: December 20th, 2011, 3:42 pm
by mihai.alexandru9
Code: Select all
Index: trunk/src/rpggame/rpgrender.cpp
===================================================================
--- src/rpggame/rpgrender.cpp (revision 3359)
+++ src/rpggame/rpgrender.cpp (revision 3360)
@@ -42,6 +42,7 @@
void rendergame(bool mainpass)
{
+ if(!curmap) return;
startmodelbatches();
if(editmode)
I also get 5 errors on applying the above patch code.
"stray @"
"index does not name a type"
Can any1 help pls??