I have used this without issues before but it has been awhile. I loaded it today and tried to run a few games but all get the error below.
13:48:42.88 Run SDFS::RISCOSPi.$.Apps.Games.!JamesPond.!Run
13:48:42.88 @RunType_FEB SDFS::RISCOSPi.$.Apps.Games.!JamesPond.!Run
13:48:42.88 Obey SDFS::RISCOSPi.$.Apps.Games.!JamesPond.!Run
13:48:43.05 ADFBootFloppy F1021101
13:48:43.16 Set ADFFS$sourceDIR <Obey$Dir>
13:48:43.16 Obey -c ADFFS:!fixObey
13:48:43.16 ECHO Set Obey$Dir |<ADFFS$sourceDIR><10> { > ADFFS:!Obey2 }
13:48:43.16 WimpSlot -min 252k
13:48:43.16 Run SDFS::RISCOSPi.$.Apps.Utilities.!CoreUtils.echo Set Obey$Dir |<ADFFS$sourceDIR><10>
13:48:43.18 RMEnsure SharedUnixLibrary 1.07 RMLoad System:Modules.SharedULib
13:48:43.18 RMEnsure SharedUnixLibrary 1.07 RMLoad UnixLib:Modules.SharedULib
13:48:43.18 RMEnsure SharedUnixLibrary 1.07 Error XYZ
13:48:43.18 SetType ADFFS:!Obey2 &FEB
13:48:43.18 PRINT ADFFS:!Obey { >> ADFFS:!Obey2 }
13:48:43.19 Set Alias$ADFFSrunObey Obey -c ADFFS:!Obey2 <ADFFS$sourceENV>
13:48:43.19 ADFFSrunObey
13:48:43.19 Obey -c ADFFS:!Obey2
13:48:43.19
13:48:43.19
13:48:43.19 Cannot open for I/O redirection
File 'Cannot' not found
File 'Cannot' not found
File 'Cannot' not found
13:48:43.19 ** Error **
Error : &000000D6
Message: File 'Cannot' not found
13:48:43.19 ** Error **
Error : &000000D6
Message: File 'Cannot' not found
13:48:43.19 ** WimpError ** from unknown task
Error : &000000D6
Message: File 'Cannot' not found
13:48:43.19 Exec
I booted without !Boot loaded and it still gave me the error, skipping boot helped before, i did have to show it the !Boot.Resources dir for Shared Unix Library
RE: Strange error
Re: RE: Strange error
That looks like *ECHO has been overridden by $.Apps.Utilities.!CoreUtils.echohydro wrote: ↑Tue Feb 18, 2025 2:59 pm 13:48:43.16 ECHO Set Obey$Dir |<ADFFS$sourceDIR><10> { > ADFFS:!Obey2 }
13:48:43.16 WimpSlot -min 252k
13:48:43.16 Run SDFS::RISCOSPi.$.Apps.Utilities.!CoreUtils.echo Set Obey$Dir |<ADFFS$sourceDIR><10>
13:48:43.18 RMEnsure SharedUnixLibrary 1.07 RMLoad System:Modules.SharedULib
13:48:43.18 RMEnsure SharedUnixLibrary 1.07 RMLoad UnixLib:Modules.SharedULib
13:48:43.18 RMEnsure SharedUnixLibrary 1.07 Error XYZ
See if something has set an alias to override *ECHO:
Code: Select all
*Show Alias$echo
Code: Select all
*Unset Alias$echo
Re: RE: Strange error
It was as above, !CoreUtils was causing this, i have just removed it for now, not sure i was using many of the nix commands anyway, thanks for the help!