The Icon Bar: Games: RailPro
|
RailPro |
|
Buggeye (15:14 7/5/2023) gerph (21:07 8/5/2023) Buggeye (14:57 16/5/2023)
|
|
Michael Smith |
Message #125437, posted by Buggeye at 15:14, 7/5/2023 |
Member
Posts: 2
|
My favourite game from RiscPC days. However, having managed to get it loaded on raspberry pi I get error 'SPLAY_BELL' not found at 3000 Any idea where can be found please? Thank you. |
|
[ Log in to reply ] |
|
Charles Justin Ferguson |
Message #125438, posted by gerph at 21:07, 8/5/2023, in reply to message #125437 |
Member
Posts: 48
|
As I recall, the modules for sound are not 32bit safe in RailPro. Load the !RunImage file into an editor and comment out the command by prefixing it with a '|' character. You probably need to do the same for other instances of *SPlay commands.
Alternatively, update the !Run file with something like the following, before it calls the !RunImage:
Set Alias$SPlay_telef || Set Alias$SPlay_apla || Set Alias$SPlay_acco || Set Alias$SPlay_aurot || Set Alias$SPlay_warn || Set Alias$SPlay_bell || Set Alias$SPlay_trei2 ||
I'm a little surprised that the application starts as the modules that provide the sound should have generated errors. |
|
[ Log in to reply ] |
|
Michael Smith |
Message #125443, posted by Buggeye at 14:57, 16/5/2023, in reply to message #125438 |
Member
Posts: 2
|
Thank you for this. I have just got round to trying it out. Used the Set Alias method and game runs OK. Big problem now is that there is no sound. Is there any way to have sound? Aeumlor does a great job with the basic program, but sound would make it much more playable. Thanks again Michael |
|
[ Log in to reply ] |
|
|
The Icon Bar: Games: RailPro |