gametechmods

Robot Arena => General Support => Topic started by: El Chickenado on June 13, 2014, 01:42:48 PM

Title: start screen appears then crashes
Post by: El Chickenado on June 13, 2014, 01:42:48 PM
i start the game the infogrames logo comes up and then
"robot arena 2 has stopped working" appears and the game closes
Title: Re: start screen appears then crashes
Post by: Badnik96 on June 13, 2014, 01:51:51 PM
Have you tried AIing anything recently? Usually that happens when you screwed up something in the bindings.
Title: Re: start screen appears then crashes
Post by: El Chickenado on June 13, 2014, 01:57:20 PM
Have you tried AIing anything recently? Usually that happens when you screwed up something in the bindings.
yes
any way to fix it?
Title: Re: start screen appears then crashes
Post by: Gazea2 on June 13, 2014, 04:56:40 PM
Post the relevant bindings. People are usually quick at finding mistakes
Title: Re: start screen appears then crashes
Post by: El Chickenado on June 13, 2014, 06:34:43 PM
ok
Title: Re: start screen appears then crashes
Post by: Gazea2 on June 13, 2014, 06:43:26 PM
In which team did you AI your bot?
Title: Re: start screen appears then crashes
Post by: El Chickenado on June 13, 2014, 06:44:14 PM
20
Title: Re: start screen appears then crashes
Post by: Gazea2 on June 13, 2014, 06:56:02 PM
Code: [Select]
    list.append(("M.O.E.","DirectionalSpinner",{'invertible':True,'nose':math.pi,'range':99,'radius':.5,'turn':30,'turnspeed':2.5,'weapons':(12,13,25,26,27,28,29,30)}))
should say 'radius':0.5 instead of 'radius':.5 I think
Title: Re: start screen appears then crashes
Post by: Clickbeetle on June 14, 2014, 02:18:15 AM
Code: [Select]
    list.append(("M.O.E.","DirectionalSpinner",{'invertible':True,'nose':math.pi,'range':99,'radius':.5,'turn':30,'turnspeed':2.5,'weapons':(12,13,25,26,27,28,29,30)}))
should say 'radius':0.5 instead of 'radius':.5 I think

That's always been there.  This is an unmodified DSL 2.1 Bindings.py, as near as I can tell.  The problem must be elsewhere.  How did you try to AI your bot, if you didn't edit Bindings.py?
Title: Re: start screen appears then crashes
Post by: El Chickenado on June 14, 2014, 11:24:43 AM
i did modify the bindings
Title: Re: start screen appears then crashes
Post by: S.T.C. on June 14, 2014, 01:19:19 PM
Did you remove any .py or .pyc files from the AI folder?
Title: Re: start screen appears then crashes
Post by: El Chickenado on June 14, 2014, 04:44:29 PM
maybe i dont think so
Title: Re: start screen appears then crashes
Post by: Gazea2 on June 14, 2014, 04:45:19 PM
i did modify the bindings

C'mon, we're gonna need more info than that. What did you change? Where did you change it?
Title: Re: start screen appears then crashes
Post by: El Chickenado on June 14, 2014, 05:06:12 PM
i aid a bot into team 20 i thought
ill just reinstall
Title: Re: start screen appears then crashes
Post by: yugitom on June 14, 2014, 05:41:47 PM
If you have already reinstalled then this may be too late but, when Aing, these are the things you have to consider:
1. Are the bots and teams listed in the bindings?
2. Does the amount of robots in the team bot folder correspond to the Team.py folder?
3. Is the team index number correct (some forget to change it when copying, myself included)
4. Are the teams and robots in the bindings correctly laid out?

I may have missed one or two but these are the major factors that, if you get them wrong, can cause RA2 to crash.
Title: Re: start screen appears then crashes
Post by: 090901 on June 14, 2014, 05:57:48 PM
i did modify the bindings
The bindings you uploaded weren't modified in anyway at all.