Keneg #1 Posted October 14, 2020 I downloaded this game from tigameshelf.net. The disk version is supposed to auto load from extended BASIC. It loads part way and then quits with the LED on the TIPI solid on. I then have to use tipi:9900 to reset the TIPI before it will respond to the TI again. The load program has 3 lines. I have determined that the issue is in the end of the last line. 3 CALL LOAD(“DSK1.TST”):: CALL LINK(“RUN”) I loaded it in classic99 and it works there. There is also a file on the site with a bin suffix, I couldn’t get my FG99 to recognize it at all. Any ideas as to what is wrong? Quote Share this post Link to post Share on other sites
Omega-TI #2 Posted October 14, 2020 Hmmm, come to think of it, I've not seen Quintons game turned into a cartridge either. Did I miss it somewhere? Maybe that one would qualify in the other thread? Quote Share this post Link to post Share on other sites
+arcadeshopper #3 Posted October 14, 2020 I downloaded this game from tigameshelf.net. The disk version is supposed to auto load from extended BASIC. It loads part way and then quits with the LED on the TIPI solid on. I then have to use tipi:9900 to reset the TIPI before it will respond to the TI again. The load program has 3 lines. I have determined that the issue is in the end of the last line. 3 CALL LOAD(“DSK1.TST”):: CALL LINK(“RUN”) I loaded it in classic99 and it works there. There is also a file on the site with a bin suffix, I couldn’t get my FG99 to recognize it at all. Any ideas as to what is wrong? What's the log file say Sent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites
Omega-TI #4 Posted October 14, 2020 It loads fine using the Editor Assembler or straight out of Force Command. Do you only have an XB cartridge? Quote Share this post Link to post Share on other sites
Keneg #5 Posted October 14, 2020 No, I am using my FinalGROM99. I have tried a couple of versions of extended BASIC. I think I also tried ea5. Quote Share this post Link to post Share on other sites
Keneg #6 Posted October 14, 2020 How do I view the log file. Quote Share this post Link to post Share on other sites
+arcadeshopper #7 Posted October 14, 2020 I see a spam of attempt to open a non-existent file on the TIPI log perhaps it's got some hidden file on the disk not copied to the tipi driveSent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites
Keneg #8 Posted October 14, 2020 9 minutes ago, arcadeshopper said: I see a spam of attempt to open a non-existent file on the TIPI log perhaps it's got some hidden file on the disk not copied to the tipi drive Sent from my LM-V600 using Tapatalk So it just won’t work on the real hardware. Bummer! Quote Share this post Link to post Share on other sites
HOME AUTOMATION #9 Posted October 14, 2020 Got 32K? Quote Share this post Link to post Share on other sites
Omega-TI #10 Posted October 14, 2020 7 minutes ago, Keneg said: So it just won’t work on the real hardware. Bummer! It does work on the real hardware, I'm going to take a leap here and assume you have a TIPI but not a real disk drive? I noticed that when I use the XB loader as well as the Editor/Assembler after it loads the program off of disk, it accesses my Lotharek HxC (my physical DSK1.) The TIPI log file confirms the disk access, although I know not what it's doing, maybe some sort of rudimentary protection? However when I did a directory of 1100.DSK1. there was no matching file. Quote Share this post Link to post Share on other sites
HOME AUTOMATION #11 Posted October 14, 2020 1 hour ago, Keneg said: There is also a file on the site with a bin suffix, I couldn’t get my FG99 to recognize it at all. Maybe it's inverted. Quote Share this post Link to post Share on other sites
Omega-TI #12 Posted October 14, 2020 (edited) 9 minutes ago, HOME AUTOMATION said: Maybe it's inverted. Use the disk image (attached below) and use the TIPI's web interface to upload it. It'll create a directory called WARZONE2, not LIVINGTOMB like it should. Anyway after you do that type OLD TIPI.WARZONE2.LOAD in XB, type run and see what happens. If you are using Force Command type LOAD.TIPI.WARZONE2.LIVINGTOMB Lvtomb.dsk Edited October 14, 2020 by Omega-TI Added disk file Quote Share this post Link to post Share on other sites
+arcadeshopper #13 Posted October 14, 2020 How do I view the log file.You can view it on the pi by using ssh on the pc to tipi or telnet in the ti to localhost then use cat /var/log/tipi/tipi.logSent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites
Omega-TI #14 Posted October 14, 2020 I find it's easiest to use the browser... LOG.mp4 The interesting thing about this is that is accesses the physical disk drive, even after setting the virtual DSK1. on the TIPI to WARZONE2 this suggests, at least to me it's accessing the controller card by address. Quote Share this post Link to post Share on other sites
+arcadeshopper #15 Posted October 14, 2020 I find it's easiest to use the browser... LOG.mp4 The interesting thing about this is that is accesses the physical disk drive, even after setting the virtual DSK1. on the TIPI to WARZONE2 this suggests, at least to me it's accessing the controller card by address.It's looking for a non-existent file tipi will pass a request to the other controllers if it doesn't exist in the tipi driveSent from my LM-V600 using Tapatalk 1 Quote Share this post Link to post Share on other sites
Keneg #16 Posted October 14, 2020 (edited) Thanks for the answers. I will try again tomorrow. Edited October 14, 2020 by Keneg Quote Share this post Link to post Share on other sites
+arcadeshopper #17 Posted October 14, 2020 89?Sent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites
Keneg #18 Posted October 14, 2020 Just now, arcadeshopper said: 9? Sent from my LM-V600 using Tapatalk Accidental post. Quote Share this post Link to post Share on other sites
Omega-TI #19 Posted October 14, 2020 I do not believe it's a cartridge BIN... Quote Share this post Link to post Share on other sites
Omega-TI #20 Posted October 14, 2020 ...also, I'm not clear what that disk access is all about... Quote Share this post Link to post Share on other sites
+adamantyr #21 Posted October 14, 2020 Maybe it's attempting to determine the last drive accessed? An old trick you can do, but it requires you to pull the value from the controller card. That may not be compatible with the TIPI. Quote Share this post Link to post Share on other sites
+wolhess #22 Posted October 14, 2020 On my real hardware I can run the game also with CALL TIPI("DSK1.LIVINGTOMB"). I can also run it with CALL TIPI("TIPI.mypath.LIVINGTOMB") If I run any EA5 game from a tipi maped drive I always see a floppy access on the real DSK1. 1 Quote Share this post Link to post Share on other sites
Count9929A #23 Posted October 14, 2020 slightly off-topic, hope it does not bother you: am I right that all Quintons games were originally released in diskette format? Quote Share this post Link to post Share on other sites
+arcadeshopper #24 Posted October 14, 2020 On my real hardware I can run the game also with CALL TIPI("DSK1.LIVINGTOMB"). I can also run it with CALL TIPI("TIPI.mypath.LIVINGTOMB") If I run any EA5 game from a tipi maped drive I always see a floppy access on the real DSK1. I find this weird for other games this one definitely is doing something weird Sent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites
+arcadeshopper #25 Posted October 14, 2020 @Tursi [mention=42954]jedimatt42[/mention] Sent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites