Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Crashing!!

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

Re: Crashing!!

Post 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?
Virus 44
Image
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Crashing!!

Post 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.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

Re: Crashing!!

Post 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
Virus 44
Image
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

Re: Crashing!!

Post by lzrstrm »

Hello?
anyone?
Virus 44
Image
mihai.alexandru9
Member
Member
Posts: 2
Joined: December 20th, 2011, 3:32 pm

Re: Crashing!!

Post 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??
Locked