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
- Prizes for Wakefield Show announced (News:)
- Heretic update from R-Comp (News:)
- Wakefield Show 2024 is next Saturday (News:)
- Git client updated to 0.07 (News:2)
- Archive Edition 27:1 reviewed (News:)
- Rougol April 2024 meeting on monday is Anniversary time (News:1)
- WROCC April 2024 meeting o...changes to our phone lines (News:1)
- April developer 'fireside' chat is on saturday night (News:)
- March 2024 News Summary (News:4)
- WROCC Newsletter Volume 41:11 reviewed (News:)
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
 
View on Mastodon
@www.iconbar.com@rss-parrot.net
Site Search
 
Article archives
The Icon Bar: 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 ]
 

The Icon Bar: Games: RailPro