log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- September 2023 News Summary (News:)
- Developer Fireside chat on saturday night (News:)
- Updated RISC OS Git client sent to beta testers (News:12)
- Rougol September 2023 meeting is an informal chat (News:)
- Elesar releases an Econet adapter for RiscPC (News:3)
- Custom RISC OS cases (News:)
- London Show 2023 cancelled (News:)
- WROCC September 2023 meeting - Mark Moxon on Elite (News:3)
- WROCC September meeting is very Elite (News:)
- August 2023 News Summary (News:)
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
Site Search
 
Article archives
Acorn Arcade forums: Games: RailPro
 
  RailPro
  Buggeye (16:14 7/5/2023)
  gerph (22:07 8/5/2023)
    Buggeye (15:57 16/5/2023)
 
Michael Smith Message #125437, posted by Buggeye at 16: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 22:07, 8/5/2023, in reply to message #125437
Member
Posts: 35
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 15: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 ]
 

Acorn Arcade forums: Games: RailPro