Page 1 of 1

Loading *.bas games with Atari800Win Plus

Posted: Wed May 07, 2008 9:05 pm
by rdefabri
I've searched the forums, seen the suggestions - nothing seems to work. Running Atari800Win Plus, any mode, and it crashes if I load a basic game using the "attach tape, override *.cas with *.bas" method. If I load from D: I get a 146 error.

What am I missing???

Thanks in advance - great site! Still have my original Atari 400 and tons of disks I need to go through!

Posted: Thu May 08, 2008 6:41 am
by Trooper
When I load up a (non booting) .bas file I insert the DOS disk, starts emulation, when the Atari is started I replace the DOS disk with the disk with my .bas file on it and then I write:

load "D1:mygame.bas"

done.

Posted: Thu May 08, 2008 2:17 pm
by rdefabri
Tried that - getting error 172 (I forget my error codes, it's been like 30years!). No dice - still not working...must be something I am doing wrong.

Posted: Thu May 08, 2008 2:30 pm
by deathtrappomegranate
Which .bas files are you using?

Many will work if you just double-click on them from Windows Explorer.

Posted: Thu May 08, 2008 2:37 pm
by Atari Frog
Please check this thread: http://www.atarimania.com/atarimania_bo ... .php?t=772

Works fine for me all the time!

--
Atari Frog
http://www.atarimania.com

Posted: Fri May 09, 2008 7:03 am
by Trooper
As far as I can find error 172 could mean 2 different things depending on what DOS you're using:

172 SmartDOS: Illegal append
172 MyDOS: File/directory name exists in parent directory

Posted: Fri May 09, 2008 5:41 pm
by rdefabri
I am trying to load some old basic games I'd played when younger...Trench, Camel, etc. So I loaded DOS, warm reset, got the ready prompt and tried the LOAD "D1:xxx.BAS" - error pops up.

I've tried a few different DOS and Machine versions, with no luck.

Atari Frog - I tried to use the ".cas" to ".bas" switch - it caused the Atari800Win PLus to crash. I am running version 4.0, not sure if that has any implication.

Posted: Fri May 09, 2008 6:14 pm
by deathtrappomegranate
If double-clicking from Windows Explorer doesn't work, it might be worth re-installing the emulator.

Posted: Fri May 09, 2008 6:24 pm
by Atari Frog
rdefabri wrote:Atari Frog - I tried to use the ".cas" to ".bas" switch - it caused the Atari800Win PLus to crash. I am running version 4.0, not sure if that has any implication.
Not sure what you're doing wrong actually...

Is the virtual disk drive off? Did you manage to bypass the message stating that the file isn't a tape image? Do you see the file with the number of blocks when pressing ALT+T? You should be able to CLOAD and RUN it with no hassle.

This definitely works with the latest version of the emulator.

You can also load the files from the H: device but some of them will have to be renamed to a more standard format: LOAD"H:AAAAAAAA.BAS then RUN works.

--
Atari Frog
http://www.atarimania.com

Posted: Fri May 09, 2008 6:25 pm
by Atari Frog
deathtrappomegranate wrote:If double-clicking from Windows Explorer doesn't work, it might be worth re-installing the emulator.
No, double-clicking doesn't work with these files.

--
Atari Frog
http://www.atarimania.com

Posted: Fri May 09, 2008 9:24 pm
by rdefabri
Atari Frog wrote: Is the virtual disk drive off? Did you manage to bypass the message stating that the file isn't a tape image? Do you see the file with the number of blocks when pressing ALT+T? You should be able to CLOAD and RUN it with no hassle.
Virtual drive is off. I can see the message that says the file isn't a tape image. When I hit "ok" to bypass, the system crashes.
Atari Frog wrote: You can also load the files from the H: device but some of them will have to be renamed to a more standard format: LOAD"H:AAAAAAAA.BAS then RUN works.
Seem to be getting similar errors, although this time its 176...frustrating. Sorry to be a pain over this, but now I am determined to figure it out. The emulator works like a champ otherwise, so I am not sure if re-installing it will do much.

Posted: Fri May 09, 2008 10:17 pm
by Atari Frog
You're right: it crashes. Dang... All is not lost though...

I did notice something weird. Instead of using ALT+T, just click on the "Atari" tab then choose the "tape recorder" option. Follow the same instructions and... it doesn't crash anymore!

--
Atari Frog
http://www.atarimania.com

Posted: Mon May 12, 2008 2:14 pm
by rdefabri
BINGO! That did it! Thanks for that pickup, much appreciated!