007d:err:mscoree:loadlibraryshim Error Reading Registry Key for Installroot

Old 03-18-2014, 06:28 PM #561

Human being existence with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Kingdom of denmark

Posts: 407

Default


Those errors might not be that serious. Can you launch Reaper afterwards this installation?

Cybolic is offline Reply With Quote
Old 03-22-2014, 04:47 AM #562

Human being with feelings

atte's Avatar

Join Engagement: Mar 2014

Posts: 34

Default


Hi

I'm new to reaper, but not to linux. I've managed to setup a running install of reaper/wine with linreaper. However at that place were a couple of things that weren't really working (managed to become Loomer Aspect installed, but now I tin't reproduce the installation (with the new version of reaper), never figured out how to install synth1).

First, cheers for your script! Actually helpful!

While running linreaper was easy, I'd really adopt to understand and handle the install myself. Ane kickoff pace would be to look at the python code, but is not straight available. Is in that location a reason you lot wrapped python (beauty) in bash (ugly)?

Another reason for looking that the python code, is this bug:

Traceback (most contempo call last):
File "./main.py", line 92, in change_installation_path
cocky.installpath = self.widgets['filechooserbutton-installer'].get_filename() + '/' + entry.get_text()
TypeError: unsupported operand type(south) for +: 'NoneType' and 'str'

Sad if this has been asked before..

atte is offline Reply With Quote
Old 03-22-2014, 05:10 AM #563

Human being with feelings

atte's Avatar

Join Date: Mar 2014

Posts: 34

Default


Hullo once again

How can I completely remove all stuff added past linreaper?

I cleared everything related to reaper in .local (including the MIME stuff, or and so I thought):

atte@skagen:~/.local$ find | grep -i reaper
atte@skagen:~/.local$

All the same, I still see reapers icons with rpp, rpp-bak and reapeaks files in my file managing director (thunar).

I'grand running debian...

atte is offline Reply With Quote
Old 03-22-2014, 08:19 AM #564

Man with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


atte, these are the files installed outside of ~/.local/reaper:
~/.local/share/applications/Reaper.desktop
~/.local/share/applications/LinReaperCfg.desktop
~/.local/share/applications/VSTTool.desktop

Removing these and running

Code:

$ update-desktop-database "$Dwelling/.local/share/applications"

should exist plenty to get rid of any traces of LinReaper.

If y'all want admission to the Python/Bash source, just run the installer like this:

Lawmaking:

$ ./LinReaper0.88.run --noexec --target targetDirectory

It'due south just wrapped using Makeself; nothing too fancy

The reason it's wrapped is that virtually people using LinReaper practise then to get a simpler method of installing that'due south preferably similar to Windows or Mac and double-clicking an installer executable really does fit that rather well.

I'm not getting that error... Could you tell me what directory you selected in that widget and which version of python-gtk2 you lot have installed?

Cybolic is offline Reply With Quote
Old 03-22-2014, 09:39 AM #565

Human being with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


I've put up LinReaper on GitHub now, in case anyone else is interrested in the code: https://github.com/Cybolic/LinReaper

Cybolic is offline Reply With Quote
Old 03-22-2014, ten:fourteen AM #566

Human with feelings

Cybolic's Avatar

Bring together Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Quote:

Originally Posted by atte View Post

[...] never figured out how to install synth1 [...]

Open up "LinReaper Options", go to the "Plugins" tab and click "Open VST folder"; now just elevate'due north'drib the synth1 DLL into the directory - washed

Cybolic is offline Reply With Quote
Old 03-22-2014, 11:09 AM #567

Human being with feelings

atte's Avatar

Join Engagement: Mar 2014

Posts: 34

Default


Sweet, will cheque it out. Thanks.

I run across y'all're from Copenhagen, I live in �lstykke, near Ballerup :-) Hyggeligt!

atte is offline Reply With Quote
Old 03-23-2014, 06:18 AM #568

Human existence with feelings

atte's Avatar

Join Date: Mar 2014

Posts: 34

Default


Cheers again for putting the code upward on github! I had a quick look and have a few questions.

In chief.py line 92 I suppose you meant get_current_folder() instead of get_filename() (which ever returns None)...

I'm a little puzzled most what you lot're trying to achieve in scripts/run_install.sh office pathfromreg(). What would you expect the result of that part to be? Here it returns nothing (resulting in linreaper trying to install in /REAPER/. I can't find anything in my .wine/system.reg that looks like the path you're grep'ing for.

Unless i is extremely disiplined, I found that python is simply much more than robust than bash. I think it would be a great step forward if everything could be done from main.py. I realize it would require a lot of work to port the bash lawmaking to python, though...


Last edited by atte; 03-23-2014 at 11:10 AM.

atte is offline Reply With Quote
Old 03-23-2014, 08:05 PM #569

Human with feelings

Cybolic's Avatar

Join Engagement: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Here'due south a fix for that and comments to explicate the code.
https://github.com/Cybolic/LinReaper...f74dc67d3a9267

Basically, it looks up keys in the registry and returns the value as a UNIX path.

Line 92 in main.py was wrong indeed, merely not because of get_filename(). The FileChooserWidget works weirdly for binder selection, so you really have to heed to the selection-changed event and update based on that - the get_current_folder and get_filename functions will never return the actual selected folder.
This has now been fixed in this commit https://github.com/Cybolic/LinReaper...9c15db04d220b7

Thank you for the help!
Could you see if this works for you?

Cybolic is offline Reply With Quote
Old 03-24-2014, 12:26 AM #570

Human being beingness with feelings

atte's Avatar

Join Engagement: Mar 2014

Posts: 34

Default


Cheers. I don't become the error message on line 92 anymore. However in my install dir I still get a symlink reaper -> /REAPER. Looks like some path that's supposed to prepend /REAPER is missing. I'm prette certain it's something to do with pathfromreg, equally far as my investigations went.

I created /REAPER and chown'ed it me. Now linreaper fills it upwards with stuff I believe are supposed to go somewhere else:

atte@skagen:~/software/reaper/current$ ll /REAPER/
total 7.3M
drwx------ 2 atte atte 4.0K Mar 24 08:17 Docs
drwx------ 7 atte atte 4.0K Mar 24 08:17 $INSTDIR$[40]
-rw-r--r-- one atte atte eight.8K Jan 13 2013 license.txt
drwx------ 3 atte atte 4.0K Mar 24 08:17 $MUSIC
drwx------ iii atte atte four.0K Mar 24 08:17 Plugins
drwx------ 2 atte atte 4.0K Mar 24 08:17 $PLUGINSDIR
-rwxr-xr-x 1 atte atte 854K Mar 20 14:46 reamote.exe
-rwxr-xr-ten 1 atte atte 6.3M Mar 20 fourteen:51 reaper.exe
-rw-r--r-- 1 atte atte 14K Mar 20 14:44 REAPERReWireDev.dll
-rw-r--r-- ane atte atte two.2K Feb 16 2012 reaper-to-usb.bat
-rw-r--r-- one atte atte 19K Mar twenty fourteen:43 rearoute.dll
-rw-r--r-- 1 atte atte 4.8K February xvi 2012 tips.txt
-rw-r--r-- ane atte atte 95K Mar 20 14:41 whatsnew.txt

the $INSTDIRS[40] and other dirs starting with $ looks a bit funny, is that right?

atte is offline Reply With Quote
Old 03-24-2014, 03:21 AM #571

Human beingness with feelings

Cybolic's Avatar

Bring together Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Yep, it looks like ProgramData isn't found in the registry :/
Could you send me your ~/.local/reaper/.wine/system.reg file?

Cybolic is offline Reply With Quote
Old 03-24-2014, 03:41 AM #572

Human beingness with feelings

atte's Avatar

Join Appointment: Mar 2014

Posts: 34

Default


How-do-you-do,

I merely send you two organisation.reg files..

atte is offline Reply With Quote
Old 03-25-2014, 12:47 AM #573

Man being with feelings

atte's Avatar

Join Engagement: Mar 2014

Posts: 34

Default


Hi

Thanks for looking into information technology and thank you for the update

I still get the strange symlink to /REAPER

Code:

atte@skagen:~/.local/reaper$ ll total 16K lrwxrwxrwx 1 atte atte   10 Mar 25 08:44 atte -> /abode/atte lrwxrwxrwx one atte atte   43 Mar 25 08:44 ColorThemes -> /home/atte/.local/reaper/reaper/ColorThemes lrwxrwxrwx 1 atte atte   36 Mar 25 08:44 Data -> /home/atte/.local/reaper/reaper/Data lrwxrwxrwx ane atte atte   39 Mar 25 08:44 Effects -> /home/atte/.local/reaper/reaper/Furnishings lrwxrwxrwx 1 atte atte   39 Mar 25 08:44 KeyMaps -> /habitation/atte/.local/reaper/reaper/KeyMaps -rwxr-xr-x 1 atte atte iv.9K Mar 25 08:44 linreapercfg.py lrwxrwxrwx one atte atte   39 Mar 25 08:44 Plugins -> /home/atte/.local/reaper/reaper/Plugins lrwxrwxrwx 1 atte atte    seven Mar 25 08:44 reaper -> /REAPER -rwxr-xr-x ane atte atte 6.4K Mar 25 08:44 reaper.sh atte@skagen:~/.local/reaper$

I noticed this in the output

Waiting for registry files to be updated... Done.
grep: /home/atte/.wine/system.reg: No such file or directory
grep: /dwelling house/atte/.wine/system.reg: No such file or directory
grep: /dwelling/atte/.wine/arrangement.reg: No such file or directory
grep: /home/atte/.wine/system.reg: No such file or directory
grep: /habitation/atte/.wine/system.reg: No such file or directory

It seems like linreaper is looking in the wrong system.reg (I don't have ~/.wine)

atte is offline Reply With Quote
Old 03-25-2014, 01:fourteen PM #574

Man with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Woops, leftover test code. Deplorable about that, should be fixed now.

Cybolic is offline Reply With Quote
Old 03-25-2014, 02:31 PM #575

Human being with feelings

atte's Avatar

Bring together Date: Mar 2014

Posts: 34

Default


Thank you, now the grep messages are gone.

However, I however have the messed up symlinks, for example reaper->/REAPER (see last mail).

So long story short: /REAPER is not present and the user "atte" is not allowed to to create a directory here (root of file system). So I'thousand pretty sure linreaper is all the same getting some path that's supposed to become earlier that incorrect, (blank) so whatever is supposed to prepend /REAPER is gone and some part (not sure how much) of the resulting reaper/vino install is de-funkt.

I hope I'thou not taxing y'all too much with this, I'g only guessing you'd similar to get this fixed as well :-)

Thanks once more for you patience!

atte is offline Reply With Quote
Old 03-25-2014, 03:01 PM #576

Human beingness with feelings

Cybolic's Avatar

Join Appointment: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Okay, non all the code was using the new lawmaking, that should be fixed now. Last try? *crosses fingers*

Cybolic is offline Reply With Quote
Old 03-25-2014, 11:27 PM #577

Human being with feelings

atte's Avatar

Join Date: Mar 2014

Posts: 34

Default


Still the aforementioned...

atte is offline Reply With Quote
Old 03-30-2014, 07:39 AM #578

Human with feelings

Join Appointment: Mar 2014

Posts: iv

Default


Shit, been away for a min. No I couldn't launch reaper afterward all that.

The.Owl.138 is offline Reply With Quote
Old 03-30-2014, 07:forty AM #579

Human existence with feelings

Bring together Engagement: Mar 2014

Posts: 4

Default


Terminal:

Verifying annal integrity... All expert.
Uncompressing LinReaper Reaper Installer For Linux............................................. ........................
Downloading Reaper
--2014-03-18 xiii:29:38-- http://reaper.fm/files/four.x/reaper4602-install.exe
Resolving reaper.fm (reaper.fm)... 174.129.249.41
Connecting to reaper.fm (reaper.fm)|174.129.249.41|:80... continued.
HTTP request sent, pending response... 302 Institute
Location: http://dl.reaper.fm/4.x/reaper4602-install.exe [following]
--2014-03-18 13:29:38-- http://dl.reaper.fm/4.10/reaper4602-install.exe
Resolving dl.reaper.fm (dl.reaper.fm)... 176.32.98.231
Connecting to dl.reaper.fm (dl.reaper.fm)|176.32.98.231|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7754160 (7.4M) [application/10-msdos-programme]
Saving to: `/tmp/linreaper-reaper-install.exe'

100%[======================================>] 7,754,160 2.86M/southward in 2.6s

2014-03-18 thirteen:29:forty (ii.86 MB/south) - `/tmp/linreaper-reaper-install.exe' saved [7754160/7754160]

Creating directory /home/elliott/.local/reaper.
Creating Wine directory
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry central for installroot
err:mscoree:LoadLibraryShim error reading registry cardinal for installroot
err:mscoree:LoadLibraryShim fault reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry cardinal for installroot
fixme:seh:RtlAddFunctionTable 0x61e45620 1 61e40000: stub
fixme:seh:RtlAddFunctionTable 0x61776ba0 1 61700000: stub
fixme:seh:RtlAddFunctionTable 0x64f69540 1 64f40000: stub
fixme:seh:RtlAddFunctionTable 0x622c6620 i 622c0000: stub
fixme:seh:RtlAddFunctionTable 0x6ce47620 i 6ce40000: stub
fixme:seh:RtlAddFunctionTable 0x682d4b20 one 682c0000: stub
fixme:seh:RtlAddFunctionTable 0x638d1dc0 1 63800000: stub
fixme:seh:RtlAddFunctionTable 0x3b6ea0 1 390000: stub
fixme:seh:RtlAddFunctionTable 0x68f5b6a0 i 68f40000: stub
fixme:seh:RtlAddFunctionTable 0x6b431bc0 1 69c40000: stub
fixme:iphlpapi:NotifyAddrChange (Handle 0xdbe2f8, overlapped 0xdbe2c0): stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.then: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:storage:create_storagefile Storage share fashion not implemented.
err:mscoree:LoadLibraryShim error reading registry primal for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry cardinal for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:iphlpapi:NotifyAddrChange (Handle 0xe9e8cc, overlapped 0xe9e8b0): stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open up shared object file: No such file or directory
vino: configuration in '/home/elliott/.local/reaper/.wine' has been updated.
Waiting for registry files to be created... Done.
Running the installer
fixme:shell:SHAutoComplete stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.and then: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
Linking "Desktop" to "/habitation/elliott/Desktop".
Linking "My Documents" to "/home/elliott/Documents".
Linking "My Music" to "/home/elliott/Music".
Linking "My Pictures" to "/dwelling house/elliott/Pictures".
Linking "My Videos" to "/dwelling house/elliott/Videos".
Setting up Reaper installation directory.
Installing menu shortcuts and file associations.
Installing WineAsio to the Reaper installation dir.
Failed to load DLL /habitation/elliott/.local/reaper/.winelib/wineasio.dll.so
Asking permission to install WineAsio system-wide instead.

Note that '/dwelling/elliott/.local/reaper/.local/share' is not in the search path
gear up by the XDG_DATA_HOME and XDG_DATA_DIRS
environment variables, so applications may not
be able to find it until you fix them. The
directories currently searched are:

- /habitation/elliott/.local/share
- /usr/share/ubuntu
- /usr/share/gnome
- /usr/local/share/
- /usr/share/

err:module:load_builtin_dll failed to load .and so lib for builtin Fifty"wineasio.dll": libjack.then.0: cannot open up shared object file: No such file or directory
Failed to load DLL wineasio.dll

Then in a sperate error window:

WineAsio failed to install to the local Reaper installation.
Would you like to install WineAsio version 0.7.4 to /usr/lib/wine instead?

Note that this will crave your administrator password.
The.Owl.138 is online at present Written report Post Edit/Delete Message

The.Owl.138 is offline Reply With Quote
Old 05-18-2014, 06:32 AM #580

Human being with feelings

benf's Avatar

Bring together Engagement: Oct 2008

Location: France

Posts: 3,397

Default


Hi Cybolic,

I'grand a full newbie on Linux.

I've gone on Github and seen no LinReaperxxxx.run file.
I tried to launch the LinReaper.glade, but it opens Firefox.
I tried to open the Main.py in Idle and run it from at that place, but it gives me an "invalid syntax" warning related to the line 128.

On your first posts, I've seen you did LinReaper0.87.run files. At beginning double-clicking on it was launching Gedit which freezes. Then, I went as required in Backdrop - Permission tab checking "Allow executing file as a program" - in one case more Gedit launched and freezes.
Then, by correct clicking on LinReaper, I selected "Run every bit a software" or something like that (I use Ubuntu in french). I launch it again and zilch however happens.

Whatever clue ?

Thanks

benf is offline Reply With Quote
Old 05-24-2014, 10:37 AM #581

Homo with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Kingdom of denmark

Posts: 407

Default


Hi benf, your instinct to utilize the LinReaper0.87.run file was correct as GitHub is only for the source code for LinReaper, not the bodily installer file.

I'm assuming yous're on Ubuntu equally they recently changed the defaults for running files/installers like LinReaper. The issue is in Preferences, where the new default is "View executable text files when they are opened", making it nigh impossible to open most installers from the file manager.

To fix this, select either "Run executable text files when they are opened" or "Ask each time" in the Preferences window under the Behaviour tab, equally shown hither:
I recommend "Ask each time" every bit that won't let y'all get defenseless by surprise in the futurity.

Feel free to complain to the Ubuntu developers for making this change

Cybolic is offline Reply With Quote
Old 05-29-2014, 05:38 AM #582

Human being with feelings

Bring together Engagement: May 2014

Posts: 3

Default


Hi everyone, my first postal service here!

When I'thousand running LinReaper0.87 it says:

Traceback (about contempo call last):
File "./main.py", line 4, in <module>
import os, gtk, gobject, gtk.glade, subprocess, sys, threading, urllib, time, locale, re
ImportError: No module named glade

I'm using Ubuntu fourteen.04. What should I do?


Last edited by ipa; 05-29-2014 at 05:44 AM.

ipa is offline Reply With Quote
Old 05-29-2014, 05:47 AM #583

Homo beingness with feelings

Cybolic's Avatar

Join Engagement: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Hi and welcome ipa,

Brand certain you have python-glade2 installed, either through the Software Centre or the usual 'sudo apt-go install python-glade2' terminal command, then it should work.

Cybolic is offline Reply With Quote
Old 05-29-2014, 06:35 AM #584

Homo being with feelings

Bring together Appointment: May 2014

Posts: three

Default


Quote:

Originally Posted past Cybolic View Post

Hello and welcome ipa,

Make sure yous have python-glade2 installed, either through the Software Centre or the usual 'sudo apt-go install python-glade2' terminal command, then it should work.

Information technology's working now. Thank you very much.

ipa is offline Reply With Quote
Old 05-29-2014, 08:04 AM #585

Homo beingness with feelings

benf's Avatar

Bring together Date: October 2008

Location: French republic

Posts: three,397

Default


Thanks a lot. I've been able to run the script. It installed the latest version of Reaper. I face another problem now : Reaper don't see WineASIO. So strange, because the dll is in Reaper binder.

benf is offline Reply With Quote
Old 05-29-2014, 08:45 AM #586

Man existence with feelings

Jack Winter's Avatar

Join Date: Aug 2007

Location: Grand duchy of luxembourg/Spain

Posts: 1,922

Default


Quote:

Originally Posted by benf View Post

Thanks a lot. I've been able to run the script. Information technology installed the latest version of Reaper. I face another problem at present : Reaper don't see WineASIO. And then strange, because the dll is in Reaper folder.

Wineasio doesn't go into the reaper folder... it goes into the wine subdirectory of where your distro keeps the system libs...

Once copied there you lot need to practice a (wine64) regsvr32 wineasio.dll to register it into the wineprefix also.

__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)

Jack Winter is offline Reply With Quote
Old 05-29-2014, 08:54 AM #587

Homo with feelings

benf's Avatar

Join Date: October 2008

Location: France

Posts: 3,397

Default


Quote:

Originally Posted by Jack Wintertime View Post

it goes into the wine subdirectory of where your distro keeps the system libs...

Once copied at that place you demand to do a (wine64) regsvr32 wineasio.dll to annals information technology into the wineprefix too.

In the .local/Reaper/.wine subdirectory, or some other one ?

benf is offline Reply With Quote
Old 05-29-2014, 02:28 PM #588

Human being with feelings

Cybolic's Avatar

Join Engagement: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Quote:

Originally Posted by Jack Wintertime View Post

Wineasio doesn't go into the reaper binder... it goes into the wine subdirectory of where your distro keeps the system libs...

In one case copied there you need to do a (wine64) regsvr32 wineasio.dll to annals it into the wineprefix too.

Actually it goes into the LinReaper folder, ~/.local/reaper/.winelib to be precise. This way yous can keep your Reaper configuration and your regular Wine configuration completely separate.

benf, the wineasio.dll that'due south included with LinReaper is the 32bit 1 so if you're running 64bit Reaper, you lot need to go a concord of a 64bit version of the wineasio.dll file also and and so run the command that Jack Winter gave. If you're running 32bit Reaper, and so Wine _should_ take option information technology upwards already.

Cybolic is offline Reply With Quote
Old 05-29-2014, 02:44 PM #589

Human with feelings

benf's Avatar

Bring together Appointment: Oct 2008

Location: France

Posts: iii,397

Default


Yes. I got wineasio.dll.so at that place, and I'm using Reaper 32bits, but Wine don't seem to run into it equally I got no Asio option in Preferences / Audio page.

benf is offline Reply With Quote
Old 05-29-2014, 03:56 PM #590

Human being existence with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


benf, what output practise you get if you lot try the post-obit command

Code:

env LD_LIBRARY_PATH="$HOME/.local/reaper/.winelib:$LD_LIBRARY_PATH" WINEDLLPATH="$HOME/.local/reaper/.winelib:$WINEDLLPATH" WINEPREFIX="$HOME/.local/reaper/.vino" regsvr32 wineasio.dll
Cybolic is offline Reply With Quote
Old 05-31-2014, 02:05 PM #591

Human beingness with feelings

benf's Avatar

Join Date: Oct 2008

Location: France

Posts: 3,397

Default


It works now... Thanks a lot.

benf is offline Reply With Quote
Old 07-02-2014, 12:25 AM #592

Human existence with feelings

Join Date: Jul 2014

Posts: 7

Default


1. I have a trouble with external editor in Reaper. When I try to open a recorded wav file by PPM→Open up items in editor→brazenness, I go:

Lawmaking:

Can't open up file:/dwelling/wojtek/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915.wav

Bitwig studio gives me

Code:

Could not open project com.bitwig.base.io.CouldNotCopyFileException: Could not copy file /domicile/wojtek/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915.wav to /home/wojtek/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915.wav

That's a strange hybrid of windows and linux paths :/ What can I practise ?

ii. BTW, I couldn't run Reaper past $USER/.local/reaper/reaper.sh because information technology was looking for an install directory in Program Files simply Reaper installed itself in Program Files (x86). I changed all "Program Files" to "Program Files (x86)" in file reaper.sh and at present it runs. Simply is information technology a correct solution or I spoiled that ?


Last edited by wojtek2s; 07-02-2014 at 12:32 AM.

wojtek2s is offline Reply With Quote
Old 07-02-2014, 03:07 AM #593

Human being with feelings

Cybolic's Avatar

Join Appointment: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Quote:

Originally Posted by wojtek2s View Post

ane. I have a problem with external editor in Reaper. When I try to open up a recorded wav file by PPM→Open up items in editor→brazenness, I get:

Lawmaking:

Can't open file:/home/wojtek/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915.wav

Bitwig studio gives me

Code:

Could not open project com.bitwig.base of operations.io.CouldNotCopyFileException: Could not copy file /dwelling/wojtek/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915.wav to /dwelling/wojtek/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140702_0915.wav

That'south a strange hybrid of windows and linux paths :/ What can I exercise ?

I believe y'all'd accept to create a small shell script to catechumen that path and and then run the desired program using the converted path.
I haven't tested information technology, but something similar this might piece of work:

Lawmaking:

#!/bin/fustigate audacity "$(winepath -u "${i#/habitation/*/}" | sed 'south/\.wine\/dosdevices/.local\/reaper\/.wine\/dosdevices/')"

Quote:

Originally Posted by wojtek2s View Post

2. BTW, I couldn't run Reaper by $USER/.local/reaper/reaper.sh because information technology was looking for an install directory in Program Files but Reaper installed itself in Program Files (x86). I changed all "Program Files" to "Program Files (x86)" in file reaper.sh and now information technology runs. But is it a right solution or I spoiled that ?

Arh... still that old trouble :/ I'grand glad y'all got it fixed, just yes that is a bug in LinReaper failing to properly notice the install dir. Thank you for letting me know it'due south withal around.


Final edited by Cybolic; 07-02-2014 at eleven:04 AM. Reason: Removed the "$" from "$1" and then the script works

Cybolic is offline Reply With Quote
Old 07-02-2014, 08:43 AM #594

Human being with feelings

Bring together Date: Jul 2014

Posts: 7

Default


Thanks for the response! I saved and ran the script only the terminal says

Lawmaking:

wojtek@wojtek-komputer:~$ sudo sh skrypt.sh  [sudo] password for wojtek:  skrypt.sh: 2: skrypt.sh: Bad substitution Segmentation fault
wojtek2s is offline Reply With Quote
Old 07-02-2014, 11:05 AM #595

Man being with feelings

Cybolic's Avatar

Join Engagement: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Quote:

Originally Posted by wojtek2s View Post

Thanks for the response! I saved and ran the script merely the final says [...]

There, fixed it (remove the $ from $one). Hope this helps.

Cybolic is offline Reply With Quote
Old 07-02-2014, 01:32 PM #596

Human with feelings

Join Date: Jul 2014

Posts: seven

Default


I modified it and got

Code:

wojtek@wojtek-komputer:~/.local/reaper$ sudo sh skrypt.shwine: /dwelling house/wojtek/.wine is not owned by yous Segmentation mistake

And then I run chown -R root /home/wojtek/.wine and got

Lawmaking:

wojtek@wojtek-komputer:~/.local/reaper$ sudo sh skrypt.sh err:menubuilder:init_xdg fault looking up the desktop directory Segmentation error

If I try run your script non as root, it gives me a looong list of errors and audacity starts with some comunicates ;/

wojtek2s is offline Reply With Quote
Old 07-02-2014, 02:41 PM #597

Man being with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


Why exercise you desire to run it every bit root? I wouldn't recommend that.

Your vino directory shouldn't have been accessed either, and then try replacing "brazenness" with "echo" in the script to brand sure it figures out the right path.

That your wine directory isn't endemic past you is different problem (i I assume "sudo chown wojtek. /home/wojtek/.wine" would gear up), but shouldn't be related to LinReaper or this script (LinReaper uses $HOME/.local/reaper/.wine).

Cybolic is offline Reply With Quote
Old 07-05-2014, 03:xi AM #598

Man with feelings

Bring together Engagement: Jul 2014

Posts: vii

Default


I replaced "audacity" with "echo" and there isn't whatsoever comunicate when I'm running the script. Problem still exists, audacity shouts "Can't open file:/abode/wojtek/C:\users\wojtek\Moje Dokumenty\REAPER Media\01-140705_1203.wav" and concluding says

Code:

wojtek@wojtek-komputer:~$ /home/wojtek/.local/reaper/reaper.sh p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.and so: Yous tin not open shared object file: No such file or directory ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open up slave ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open up slave ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Błąd wejścia/wyjścia(five) ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Błąd wejścia/wyjścia(5) ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Błąd wejścia/wyjścia(5) ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Błąd wejścia/wyjścia(v) ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports just playback stream ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave Cannot connect to server socket err = Nie ma takiego pliku ani katalogu Cannot connect to server socket jack server is not running or cannot be started Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4541 Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4541 Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4541  (Audacity:25563): LIBDBUSMENU-GLIB-Alarm **: Trying to remove a kid that doesn't believe we're information technology's parent.  (Audacity:25563): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're information technology's parent.  (Audacity:25563): LIBDBUSMENU-GLIB-Alert **: Trying to remove a child that doesn't believe nosotros're it's parent.  (Audacity:25563): LIBDBUSMENU-GLIB-Alarm **: Trying to remove a child that doesn't believe we're information technology's parent.  (Audacity:25563): LIBDBUSMENU-GLIB-Alarm **: Trying to remove a child that doesn't believe we're it's parent.  (Brazenness:25563): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a kid that doesn't believe we're it's parent.  (Audacity:25563): LIBDBUSMENU-GLIB-Alert **: Trying to remove a kid that doesn't believe we're information technology's parent.  (Audacity:25563): LIBDBUSMENU-GLIB-Alert **: Trying to remove a child that doesn't believe we're it'due south parent.  (Brazenness:25563): LIBDBUSMENU-GLIB-Alarm **: Trying to remove a kid that doesn't believe nosotros're information technology'southward parent.

(distressing for the language, it'due south polish; "Błąd wejścia/wyjścia" means "I/O mistake")

wojtek2s is offline Reply With Quote
Old 07-05-2014, 06:twenty PM #599

Human existence with feelings

Cybolic's Avatar

Join Date: May 2007

Location: Copenhagen, Denmark

Posts: 407

Default


wojtek2s, is Reaper set to running that script? I don't encounter how audacity can get run if it is and you lot changed "audacity" to "echo" :/

Cybolic is offline Reply With Quote
Old 07-06-2014, 08:33 AM #600

Human with feelings

Join Date: Jul 2014

Posts: vii

Default


So...

Lawmaking:

wojtek@wojtek-komputer:~$ '/habitation/wojtek/.local/reaper/reaper.sh'  p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.then: You can not open shared object file: No such file or directory

There isn't any "pcks11" directory in /usr/lib/i386-linux-gnu. I have gnome-keyring installed.
But it appears when I'thousand running Reaper. When I'g trying to run your script via Reaper, there appears a window with comunicate

Code:

External Editor Notation One or more external editors could not be launched

I also have checked it with a path to Bitwig Studio launcher in the script and the results are the aforementioned.

wojtek2s is offline Reply With Quote


Posting Rules

Yous may not post new threads

You may non postal service replies

You may not postal service attachments

Yous may not edit your posts


BB code is On

Smilies are On

[IMG] code is On

HTML code is Off


Forum Rules

Forum Leap

All times are GMT -vii. The time now is 01:15 AM.



Powered by vBulletin® Version iii.8.eleven
Copyright ©2000 - 2022, vBulletin Solutions Inc.

fogartytanduch.blogspot.com

Source: https://forum.cockos.com/showthread.php?p=1331698

0 Response to "007d:err:mscoree:loadlibraryshim Error Reading Registry Key for Installroot"

Enregistrer un commentaire

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel