Hello,
I have a Windows-only language lab program ('Logolab') which provides students with listen and repeat exercises on audio and video material loaded by the teacher. It operates in conjuction with a Firebird database which stores subtitles (I think) and the sequencing data (the lengths of each segment) for recording (a recorded piece will be subdivided into small audio/video segments during which the student repeats what's been said).
The audio and video functions are run internally by Windows Media Player, and the video input must be in .WMV format for the system to function.
Using Wine, I've managed to install the language lab program on Ubuntu, as well as the Firebird database program. However, each time I start the language lab program, I get the message "Firebird database not started!".
There is a BIN folder with the language lab software that contains a .INI file with the following contents:
[Général]
BaseDonnee=1
[BaseDeDonnee]
ServerName=administrateur
DatabaseName=C:\firebird\logolab\logolab.fdb
Username=logolab
Password=D2UZ-ASF1-P61Q-FM47
DriverName=Interbase
Perhaps that needs to be modified for Linux or Wine on Linux? I've tried changing the DataBase field with the Linux path to the appropriate .FDB file, and likewise the ServerName field to the Ubuntu computer name or the ip address, but to no avail. Lately, I've installed the Linux version of Firebird and Flame Robin (which I couldn't understand).
If anyone can provide any help or suggestions, I'd be most grateful (it's the only thing preventing me from migrating 100% to Linux).
Thanks again,
Regards,
Dominic King
contact@mobilangue.com