Amiga.org

Amiga computer related discussion => Amiga Gaming => Topic started by: Havie on August 24, 2013, 09:29:56 AM

Title: Help With Blitz Basic 2
Post by: Havie on August 24, 2013, 09:29:56 AM
Hi - I am trying to get BB2 working on winuae so I can create a programming environment for my Amiga 1200. I have followed the instructions and installed BB2 on the hard disk and it all works except the debugger.  My current games keeps crashing but the debugger is not running!  I have tried installing a new and improved debugger (although instructions seem contrary to BB2 install - i.e. names of drawers etc.).  This is driving me mad....:mad:
 
Any help in getting the debugger work would be most appreciated so I can get on with my game!
Title: Re: Help With Blitz Basic 2
Post by: ElPolloDiabl on August 24, 2013, 11:23:50 AM
Have you tried setting WinUAE to better compatibility level.
Also what version of WinUAE are you using?
Title: Re: Help With Blitz Basic 2
Post by: Havie on August 24, 2013, 01:44:56 PM
Using an old one - 1.5.3.  Will try a newer version.
 
Also, I am runninga similar spec to my A1200 - 020, 8 meg fast, 64 meg z3, 3.1 rom, plain install of 3.1 (I did it myself), no RTG.  
 
Thanks for your help!:pint:
Title: Re: Help With Blitz Basic 2
Post by: Havie on August 24, 2013, 10:30:18 PM
Have downloaded latest version of Winuae and fiddled with the settings but still no joy.  Debugger is obviously enabled as when I disable it and put a stop in my program, it tells me that the debugger needs to be enabled.
 
Good news is that the program is now running ok even though it didn't this morning and I haven't changed anything???  Blitz was always a little flaky if I remember...
 
Any more helpful suggestions with the debugger?
Title: Re: Help With Blitz Basic 2
Post by: nicholas on August 24, 2013, 10:47:11 PM
There's a community support site for Blitz Basic here: http://www.blitz-2000.co.uk/

Or you could try the newer Amiblitz 3 by Bernd Roesch of AfA_OS fame.

http://sourceforge.net/projects/amiblitz3/files/
Title: Re: Help With Blitz Basic 2
Post by: ChaosLord on August 24, 2013, 10:57:33 PM
Blitz Basic 2 is old and not uptodate.  Definitely try switching to Amiblitz.
Title: Re: Help With Blitz Basic 2
Post by: asymetrix on August 24, 2013, 11:25:09 PM
Try not using FPU and disable JIT/acceleration. standard A600/A1200 profile.
Title: Re: Help With Blitz Basic 2
Post by: Havie on August 24, 2013, 11:43:29 PM
Want my games to work on classic Amigas so my understanding is that Amiblitz 3 is not suitable?  Have downloaded Amiblitz 2 and it works including the debugger.  I assume that allthough a FPU is required to write programs. the code doesn't need it?
 
Will test this out...
Title: Re: Help With Blitz Basic 2
Post by: nicholas on August 24, 2013, 11:49:36 PM
Quote from: Havie;746130
Want my games to work on classic Amigas so my understanding is that Amiblitz 3 is not suitable?  Have downloaded Amiblitz 2 and it works including the debugger.  I assume that allthough a FPU is required to write programs. the code doesn't need it?
 
Will test this out...


If it works for you then that's the best choice. :)
Title: Re: Help With Blitz Basic 2
Post by: Havie on August 25, 2013, 12:55:43 AM
Have created executable and tried on real Amiga 1200 and it works.  Enough for now - time for sleep.:crazy:
Title: Re: Help With Blitz Basic 2
Post by: Amiga_Nut on August 25, 2013, 03:27:03 AM
Cammy would be able to offer lots of advice on Blitz related coding but haven't seen her around for ages.
Title: Re: Help With Blitz Basic 2
Post by: Havie on August 25, 2013, 07:19:10 AM
Quote from: Amiga_Nut;746159
Cammy would be able to offer lots of advice on Blitz related coding but haven't seen her around for ages.

Good call - may need a lot of help with sprites!
Title: Re: Help With Blitz Basic 2
Post by: nicholas on August 25, 2013, 07:51:18 AM
There's always Pure Basic and AmigaE/ECX/PortablE for alternative high-level programming languages.

http://www.purebasic.com/download/PureBasic.lzx
http://www.purebasic.com/documentation/index.html
http://www.blubbedev.net/ecx/
http://cshandley.co.uk/portable/
Title: Re: Help With Blitz Basic 2
Post by: ChaosLord on August 25, 2013, 06:34:29 PM
Quote from: Havie;746130
Want my games to work on classic Amigas so my understanding is that Amiblitz 3 is not suitable?

Why would you say something like that???  Did they change something that I didn't hear about?


Quote

Have downloaded Amiblitz 2 and it works including the debugger.  

I told ya so :p


Quote

I assume that allthough a FPU is required to write programs. the code doesn't need it?

I would assume that is the case.  But I am not an AmiBlitz user, just a fan.

If Amiblitz requires an FPU then that would probably be a bug.  But we should send out the BerndSignal to get a clarification and find out if he coded it that way on purpose.