Main siteMain site  ForumForum  ForumSearch  Private messageEmail contact  RegisterRegister  Log inLog in 
Topic: Help loaded OneRewardOneInhibitRacerGame and in loop!
Reply to topic
Author Message
Billlion



Joined: Aug 14, 2016
Posts: 2

PostPosted: Aug 14, 2016 12:09 PM    Post subject: Help loaded OneRewardOneInhibitRacerGame and in loop!

I loaded the example code OneRewardOneInhibitRacerGame.bpd but what happens is BioEra loads the code, puts up several windows, then reloads them, indefinitely!

To stop it without rebooting I went to the command line and typed taskkill /im Bio* and that killed it.

However if I restart BioEra from my shortcut to "C:\Program Files (x86)\BioEraPro\bioera.exe" it tries to reload the same example and goes around in a loop.

Is there a command line argument to say load different design?

I could rename the file but that seems heavy handed.

Is there a version of the example without this bug!

Thanks
Billlion



Joined: Aug 14, 2016
Posts: 2

PostPosted: Aug 14, 2016 12:18 PM    Post subject: Sorry I meant OneRewardOneInhibitVideoContrast

... the window wasnt open for long enough for me to see which one I loaded!

This might be a design that came with the Neurobit disk.

In any case same problem. How do you stop BioEra from auto loading a broken design!
jarek



Joined: Oct 22, 2007
Posts: 1073

PostPosted: Aug 14, 2016 4:53 PM    Post subject:

If a design is misbehaving here is what you can do (choose one):
1. Rename it (if you know the design name) or delete it (if you do not need it)
2. Edit start_console.bat and add -stop option at the end of the line with bioera.exe. Then start BioEra with console. This will force the design to stop. You should be able then to edit the design (and fix it) or load another.
3. Edit start_console.bat and add -design <design_path.bpd> . This will load the design you specified.
Reply to topic