WineASIO for amd64 (Wine 1.4, kubuntu 12.04.1 LTS x64)

Questions about Wine on Linux
Locked
unclechu
Newbie
Newbie
Posts: 2
Joined: Sun Sep 30, 2012 3:22 am

WineASIO for amd64 (Wine 1.4, kubuntu 12.04.1 LTS x64)

Post by unclechu »

Hello. I was compiled WineASIO in 64 bits but I can't use it. When I try this:

Code: Select all

regsvr32 wineasio.dll.so
It's working for 32-bit WineASIO, but not working for 64-bit WineASIO. If I try this for 64-bit WineASIO — I've got: “Failed to load DLL blablabla”. How I can register 64-bit dll.so for Wine? Thanks!

Sorry my english.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: WineASIO for amd64 (Wine 1.4, kubuntu 12.04.1 LTS x64)

Post by dimesio »

WineASIO is not part of plain Wine and is not supported here. I believe they have a mailing list for support.
unclechu
Newbie
Newbie
Posts: 2
Joined: Sun Sep 30, 2012 3:22 am

Re: WineASIO for amd64 (Wine 1.4, kubuntu 12.04.1 LTS x64)

Post by unclechu »

dimesio wrote:WineASIO is not part of plain Wine and is not supported here. I believe they have a mailing list for support.
No, WineASIO is not general, I need to know how I can register 64-bit dll(.so) in Wine?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: WineASIO for amd64 (Wine 1.4, kubuntu 12.04.1 LTS x64)

Post by vitamin »

Not all dlls support registration. All you need to do for such dll is to copy it into system32 or put it into same directory with program you are running.
tiago
Newbie
Newbie
Posts: 2
Joined: Wed Oct 10, 2012 3:47 pm

Re: WineASIO for amd64 (Wine 1.4, kubuntu 12.04.1 LTS x64)

Post by tiago »

Take a look at this post:

Getting REAPER with Wine and JACK in a 64bit Debian GNU/Linux system
http://acaia.ca/~tiago/posts/Reaper_+_w ... ux_system/
jhernberg
Newbie
Newbie
Posts: 3
Joined: Sun Jan 27, 2013 9:38 am

Re: WineASIO for amd64 (Wine 1.4, kubuntu 12.04.1 LTS x64)

Post by jhernberg »

There is no public code for building jack for 64bit, it needs you to modify the Steinberg header asio.h for 64bit. That said you would register it in a 64bit prefix by doing: wine64 regsvr32 wineasio.dll

P.S. Sorry for the late reply, since I normally don't read this board
Locked