You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can load D64 images via HTTP, but I cannot load programs that are on the image. This only happens when I load the D64 image via HTTP. Directly loading PRG files via HTTP works perfectly.
Hi
I can load D64 images via HTTP, but I cannot load programs that are on the image. This only happens when I load the D64 image via HTTP. Directly loading PRG files via HTTP works perfectly.
The example in the documentation also does not work:
LOAD"HTTPS://LOADRUN64.COM/D64/SPACEDEMO.D64",8 (works)
LIST (works)
LOAD "*",8,1 (fails).
The error message:
"File not found error"
I am using a Wemos Lolin D32.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: