Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: arongooch on July 16, 2019, 11:42:22 AM

Title: BlitzBasic WriteFile Guru Woes
Post by: arongooch on July 16, 2019, 11:42:22 AM
Hi all,

Recently I have been doing a bit of programming in Blitz Basic 2 running on my A2000, 68030 + FPU, KS2.0 machine.

Having some troubles with "WriteFile" in Blitz however. If I do a very basic "WriteFile" routine basically copying the example from the following website:

"https://www.amigacoding.com/index.php/Blitz:File_Access#WriteFile"

I always get a guru software failure "#8000000B". It's been driving me nuts because I have a whole program made up that works well but I want to add "save" & "load" function to it but everytime I try opening a file to write too I get this software failure. Researching the Guru seems to suggest it's an FPU error? I wouldn't know why this would be a problem as I have a working FPU 68882 onboard and why would it require an FPU to write a file out?

Any pointers or information would be greatly appreciated.

Cheers
Title: Re: BlitzBasic WriteFile Guru Woes
Post by: TribbleSmasher on July 16, 2019, 06:11:47 PM
The problem is the rest of your code if you had used the example in the link.

Edit
I hope you did not include anything from AmiBlitz, as this is most certainly incompatible with BlitzBasic.