ct6502 / apple2ts

Apple II Emulator in TypeScript
Creative Commons Attribution Share Alike 4.0 International
61 stars 10 forks source link

Visicalc Advanced does not boot #69

Closed timriker closed 3 months ago

timriker commented 3 months ago

This works:

https://www.scullinsteel.com/apple/e#https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/productivity/spreadsheet/Visicalc%20Advanced.po

but this does not:

https://apple2ts.com/#https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/productivity/spreadsheet/Visicalc%20Advanced.po

Is this an 800k floppy issue or something else?

ct6502 commented 3 months ago

Hmm, it seems to work for me when I just tried it? It takes a few seconds for it to download the file and then start up, but afterwards it seems fine. I tried on MacOS on both Safari and Chrome. Screenshot 2024-05-22 at 4 06 27 PM

timriker commented 3 months ago

Hmm. Works for me on another system. Might be filtering something on my work computer. Go ahead and close this. Sorry. Thanks for all you do!

ct6502 commented 3 months ago

Closing, unable to reproduce. Let me know if you find out anything more. And thanks for logging bugs!

timriker commented 3 months ago

Just to follow through, my work computer is redirecting the proxy.cors.sh request to opendns and blocking it. My home pc loads it just fine. The iijs instance loads the image directly which works fine.

ct6502 commented 3 months ago

Yes, I wondered if it was a proxy cors problem. That whole cors issue is a pain, but it’s the only way that I know to load content from a completely different website. I don’t understand how iijs does it - maybe they have a backend server or their own cors that is not getting blocked. I don’t understand cors enough to know if there are more clever ways to do this. Thanks for the followup!