Application Details:
Version: | 4.2.2 |
License: | Demo |
URL: | http://www.spacialaudio.com |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.6.2 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
N/A
What does not
Installation error: OLE error 8000FFFF This problem appears after wine 1.3.33 (on 1.3.32 it works great)
Workarounds
What was not tested
Not Installable - Nothing to test
Hardware tested
Graphics:
Additional Comments
Something wrong after update to wine 1.3.33 After system reboot SAM says that couldn't connect to MySQL database (but server is OK)... after reinstall it shows an error...
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Jan 02 2015 | 1.6.2 | Yes | Yes | Gold | an anonymous user | ||
Show | Ubuntu 13.10 "Saucy" amd64 (+ variants like Kubuntu) | Feb 17 2014 | 1.6.1 | Yes | No | Garbage | an anonymous user | ||
Current | Ubuntu 11.10 "Oneiric" amd64 (+ variants like Kubuntu) | Nov 28 2011 | 1.3.33 | No | Not installable | Garbage | an anonymous user | ||
Show | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | Aug 16 2010 | 1.2 | Yes | Yes | Silver | an anonymous user | ||
Show | Ubuntu 9.04 "Jaunty" amd64 (+ variants like Kubuntu) | Nov 25 2009 | 1.1.33 | Yes | Yes | Silver | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
FOR USE WITH FIREBIRD DATABASE (written by a previous maintainer, kept for archive): prefer mysql
1. Install the latest Wine
2. Download the winetricks sh script, remember where you save it, and name it 'winetricks.sh'
3. Open a terminal in the directory with the winetricks script.
4. type 'sh winetricks.sh'
5. In the window that comes up, choose gecko, msxml3, and richedit20
step five is very important.
6. When the winetricks script is done you should configure wine to your liking if necessary.
7. Run the sam broadcaster setup, use firebird sql, then when it gives the two radio buttons, choose the custom settings one, and in the options that show there, select the embedded one.
8. setup should continue without trouble.
9. Run sam
--------------------------------------------------------------
FOR USE WITH 'HOST' MYSQL SERVER (written by electronico 2009-03-01)
1. install & configure mysql-server on your OS (Ubuntu Hardy X64 in my case) : sudo apt-get install mysql-server
2. install the latest wine and add repository to your /etc/apt/sources.list : sudo apt-get install wine, then sudo nano /etc/apt/sources.list and add deb http://wine.budgetdedicated.com/apt hardy main at the end. Then refresh repositories : sudo apt-get update
3. download winetricks. in a terminal, go to the directory where you've downloaded winetricks and run sh winetricks. Choose : corefonts gecko msxml3 riched30
4. run sam broadcaster setup, choose MySQL as database, choose custom settings (for mySQL) and enter your MySQL root password. Ignore error message about mySQL not found.
5. as told by the previous writter : some minor issues are some button not working (encoders start/stop, same for PAL scripts), the turnaround is to use the pop-up menu by right-click in the wanted fields.
Simple HOWTO: (written by m3gab0y 2009-10-20)
1. Install the latest Wine
2. Install the latest MySQL Server and SETUP it! Just a simple setup, create a root password and start the MySQL Daemon.
The install is easy for some distros. Run this as root:
# yum install mysql mysql-serverfor Fedora, CentOS and all in between :)
# apt-get install mysql mysql-server
for Debian, Ubuntu and all in between :)
for other distros, consult your documentation or google "MySQL setup your distro".
After install it's a good idea to set MySQL server to run everytime after a reboot. Do that with this command in the console as root:
# chkconfig --level 2345 mysqld on; service mysqld startLogin to MySQL Server with this command as root:
# mysql -u rootmysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('mynewpass');Where 'mynewpass' is the password. It should return:
Query OK, 0 rows affected (0.00 sec)Then flush:
mysql> FLUSH PRIVILEGES;This is a really quick and dirty way to do it! So if you are not testing, please read on how to securely setup MySQL server.
3. Download SAM 4.2.2. Start the setup, choose MySQL as server, select to specify the setup details, enter the root password and click next. Ignore the errors.
4. Run SAMBC.exe, it should run, if not, install gecko, msxml3, and richedit20 as described above with the winetricks.sh script
Comments for this application have been disabled because there are no maintainers.