TRSE auto inject program not working

You need an actual VIC.

Moderator: Moderators

Post Reply
chepprey
Vic 20 Newbie
Posts: 2
Joined: Fri Dec 27, 2024 5:45 pm

TRSE auto inject program not working

Post by chepprey »

Hi. I'm wondering if the "auto inject program" feature of Turbo Rascal isn't working? I'm assuming that when you build and run a TRSE project it should start up the emulator and automatically load and run your program.

This is for VIC-20, with VICE, on Ubuntu 24.04.

In TRSE, tapping ctrl-R does start Vice, but nothing is loaded or run.

In the TRSE Settings panel's Emulators tab, it's pointing to /usr/bin/xvic. I do also have some parameters set in the "params" dialog, I wonder if this is interfering with the auto-inject somehow?

Or, are there special Vice start-up parameters that I need to add to achieve this?

Thanks

(mod: thread moved from Programming to Emulation and Cross Development section)
User avatar
Mike
Herr VC
Posts: 5134
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Re: TRSE auto inject program not working

Post by Mike »

chepprey wrote:[...] are there special Vice start-up parameters that I need to add to achieve this?
You should check where the compiled executable from your TRSE project is stored, and whether VICE actually has something to load at all.

Otherwise, any relevant settings can be accessed from the command line used to start up VICE, so whatever you have as 'personal settings' in VICE should not matter: TRSE should be able to run VICE with the settings from your project.
chepprey
Vic 20 Newbie
Posts: 2
Joined: Fri Dec 27, 2024 5:45 pm

Re: TRSE auto inject program not working

Post by chepprey »

I'm able to manually start xvic, and type LOAD"MAIN.PRG",8,1 and RUN ... and the TRSE app works just fine that way.

I've eliminated the need to send any params through the TRSE settings, but it still doesn't autostart the app. TRSE starts VICE, but it just comes up to the READY. prompt, with nothing loaded.

I wonder how the TRSE-to-VICE hand-off is actually implemented? I wonder if I have some other settings in VICE that are conflicting with the hand-off.

I know this isn't a TRSE forum and I have a very TRSE-specific issue. So thanks for the response. :)
User avatar
AndyH
Vic 20 Afficionado
Posts: 442
Joined: Thu Jun 17, 2004 5:51 am
Website: https://www.hewco.uk
Location: UK
Occupation: Developer

Re: TRSE auto inject program not working

Post by AndyH »

I've never used TRSE on Linux but it should be all working. Could you raise a report on Github:
https://github.com/leuat/TRSE/issues
--
AndyH
HEWCO | Vic 20 blog
Post Reply