pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

Oricutron crashes when retrieving an Author document #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load Author 
(http://www.oric.org/index.php?page=software&fille=detail&letter=&num_log=15)
2. Choose Retrieve, answer yes to question "Destroy old text?"
3. Give any name you like or leave it blank
4. Press return ...

What is the expected output? What do you see instead?
It was expected to load a document from an ort file. Instead of that, Oricutron 
died.

What version of the product are you using? On what operating system?
Version 0.9 of Oricutron. Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by ero...@gmail.com on 3 Mar 2012 at 7:34

GoogleCodeExporter commented 9 years ago
OK, confirmed. To work around it for now, insert another tape image with the 
file you want to load on it BEFORE trying to load a file, then it should work.

Original comment by p...@petergordon.org.uk on 4 Mar 2012 at 11:38

GoogleCodeExporter commented 9 years ago
Well, it looks like you can't really use author with Oricutron at the moment... 
it seems it doesn't use the ROM routines for saving or loading. Tape capture to 
ORT does capture the saved data, but loading it back in doesn't seem to work. 
I'll try and work on this.

Original comment by p...@petergordon.org.uk on 4 Mar 2012 at 11:45

GoogleCodeExporter commented 9 years ago
I've fixed the crash in SVN r446, but saving/loading still doesn't work.

For some reason, the ort file captured when saving an author document contains 
all 1 pulses, which is why the load routine never sees any data, so the problem 
is in the emulation of the save routine, it seems.

Original comment by p...@petergordon.org.uk on 14 Apr 2012 at 9:43