EngstromJimmy / ZXSpectrum

Due to popular demand I have added my ZX Spectrum emulator

Home Page:http://zxbox.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when clicking on "Start Tape" before selecting a .tap file

JDHnz opened this issue · comments

commented

If you click on the "Start Tape" button before you've selected a .tap file with the "Chose file" button, then an exception happens and the Blazor error bar appears at the bottom of the page, and the devtools console fills up with lots of "ThreadPool Callback threw an unhandled exception of type System.ArgumentOutOfRangeException" errors

Thanks =)
I will take a look at that =)
My plan is to introduce a tape player into the UI to replace the button.
And add clearer instructions.

commented

Yeah, I worked out that I need to select the .tap file, then type J Alt-P Alt-P Enter (for LOAD ""), then click Start Tape. I tried to load a copy of The Sentinel that I got from World Of Spectrum, but it looks like it is failing, while that same TAP file works on the ZEsarUX emulator.

Solved this issue by not showing the start button until you select a tape.
Moving the sentinel issue to a new issue.