• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux getting wine to work for RME

ziggy46802

Active Member
Joined
Aug 19, 2012
Messages
418
Reaction score
27
how do you use wine for RME in linux?

Do you download the windows installer in wine and install it? (I just did that and it seems to have done nothing, but I did the wrong path too).

Or do you download the linux version and run the exe with wine?

Both ways didnt work for me.
 
Like Loney said, there's already a Linux package for RME. The only popular OS that shouldn't be able to run it is Mac OSX.. I've tried even with wine and it doesn't load properly.
 
Code:
Installation complete, run ./rme to launch the editor
Press any key to exit... ./rme
root@steven-desktop:/home/steven/rme1# ./rme
./rme: error while loading shared libraries: libboost_thread-gcc42-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory
root@steven-desktop:/home/steven/rme1# ./rme
./rme: error while loading shared libraries: libboost_thread-gcc42-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory
root@steven-desktop:/home/steven/rme1#

what the hell?
 
Code:
sudo getlibs -p gvfs
sudo getlibs -w http://ftp.osuosl.org/pub/ubuntu/pool/universe/b/boost/libboost-date-time1.34.1_1.34.1-16ubuntu1_i386.deb http://ftp.osuosl.org/pub/ubuntu/pool/universe/b/boost/libboost-filesystem1.34.1_1.34.1-16ubuntu1_i386.deb http://ftp.osuosl.org/pub/ubuntu/pool/universe/b/boost/libboost-iostreams1.34.1_1.34.1-16ubuntu1_i386.deb http://ftp.osuosl.org/pub/ubuntu/pool/universe/b/boost/libboost-regex1.34.1_1.34.1-16ubuntu1_i386.deb http://ftp.osuosl.org/pub/ubuntu/pool/universe/b/boost/libboost-signals1.34.1_1.34.1-16ubuntu1_i386.deb http://ftp.osuosl.org/pub/ubuntu/pool/universe/b/boost/libboost-thread1.34.1_1.34.1-16ubuntu1_i386.deb http://ftp.osuosl.org/pub/ubuntu/pool/main/i/icu/libicu40_4.0.1-2ubuntu2_i386.deb
sudo ldconfig
 
Just tell me what packages to get I'll get them in the synaptic package manager, that never works for me to try and get packages through the terminal. And I have almost all the libboost packages 1.50 so I don't see where the problem is.
 
ok so what command do I type in my terminal to uninstall whatever I have (1.50 I'm assuming) and install what it wants?
 
root@steven-desktop:/home/steven# apt-get update wine
E: The update command takes no arguments
root@steven-desktop:/home/steven#
 
Back
Top