For all who are active in sports and want to run a event with www.raceresult.com:
In our case we have some Linux laptops which we want to use (Windows OS licenses missing).
RaceResult consists some some components
- SEServer2.exe
- Presenter.exe
- CameraServer.exe
- Transponder.exe
- Moderator.exe
- RRWS.exe
We want to run the Presenter.exe on a Linux box. So first step:
Install raceresult software with wine.
Preinstallation step:
winetricks vb6run
Installation step:
wine raceresult_12.4.25.0_386_stable.exe
(the exe is provided by raceresult)
Important thing: to run the Presenter.exe you need the SEServer2.exe running as well. Because RaceResult decided to let this server listen on port 1023, the installation has to be done twice. One with sudo and one without.
For the sudo installation please select all components. For the user installation only the presenter is needed (but you can go with all as well):
Then: start the SEServer
sudo bash
cd /root/.wine/drive_c/Program Files (x86)/race result/race result 11/SEServer2
wine SEServer2.exe
Startup the presenter as well
cd ~/.wine/drive_c/Program Files (x86)/race result/race result 11/Presenter
wine Presenter.exe
Now the next tricky thing: You got a ses file from raceresult (rot.ses). Copy this in both .wine directories to ./wine/drive_c and the open this ses file in the presenter:
Bam done. :)
No comments:
Post a Comment