GithubHelp home page GithubHelp logo

Comments (6)

dmsc avatar dmsc commented on July 20, 2024

Hi!

Please, can you attach an ATR to test with?

Thank you!

from fastbasic.

77poker125 avatar 77poker125 commented on July 20, 2024

Maybe I do not have the syntax correctly. I also tried the NOPEN command, but it always gives me a parse error. Can you provide a code snippet which is correct, which reads some data from a URL into a string variable?

from fastbasic.

dmsc avatar dmsc commented on July 20, 2024

For the NOPEN and other commands, you need the git version (not the release)

Which version are you using?

And it would be easier to solve the OPEN crash issue if you attach the problematic ATR to test here.

Have Fun!

from fastbasic.

77poker125 avatar 77poker125 commented on July 20, 2024

I am using 4.6. Here is the ATR.
FBTEST2.atr.zip

from fastbasic.

dmsc avatar dmsc commented on July 20, 2024

Hi!

This is the problem:

MyDOS uses memory up to $1DE8, then if you load the AUTORUN.SYS it installs a resident handler that uses memory up to $233A.

This is too high for FastBasic (and many other Atari programs), that loads at $2000, so on loading of FB.COM you overwrite the Fujinet handler. This in turn causes it to crash when calling the fujinet functions.

Sadly, there are very few DOS that would give you enough free RAM to install a handler of 1362 bytes without passing the $2000 (16KB) limit.

I do know that some people use FastBasic with Fujinet - perhaps you could ask how they load the driver using less memory?

Have Fun!

from fastbasic.

77poker125 avatar 77poker125 commented on July 20, 2024

Aha! Thank you. That is an amazing solution for the mystery. I will ask on the Fujinet Discord!

from fastbasic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.