idolpx / meatloaf

A Commodore IEC Serial multi-device emulator
https://meatloaf.cc
GNU General Public License v3.0
126 stars 23 forks source link

File not found error #19

Open Mingo12 opened 1 month ago

Mingo12 commented 1 month ago

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?

1000007701