I have Ubuntu 13.04 64bit running. I have installed jackd (1:0.121.3), compiled wineasio successfully, done regsvr32.
Then I tried some wine software, which could use ASIO, but it didn't work. This is wine asio debug log from trying to run vsthost.exe. All seems fine (at least to me) to the point when it starts to terminate the driver.
I have Ubuntu 13.04 64bit running. I have installed jackd (1:0.121.3), compiled wineasio successfully, done regsvr32.
Then I tried some wine software, which could use ASIO, but it didn't work. This is wine asio debug log from trying to run vsthost.exe. All seems fine (at least to me) to the point when it starts to terminate the driver.
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 1 lpvReserved: (nil))
trace:asio:DllGetClassObject rclsid: {48d0c522-bfcc-45cc-8b84-17f25f33e6e8}, riid: {00000001-0000-0000-c000-000000000046}, ppv: 0x33087c)
trace:asio:CF_AddRef iface: 0x7cfad560, ref has been set to 2
trace:asio:CF_CreateInstance iface: 0x7cfad560, pOuter: (nil), riid: {48d0c522-bfcc-45cc-8b84-17f25f33e6e8}, ppobj: 0x33fba0)
trace:asio:CF_CreateInstance Creating the WineASIO object
trace:asio:WineASIOCreateInstance riid: {48d0c522-bfcc-45cc-8b84-17f25f33e6e8}, ppobj: 0x33fba0
trace:asio:WineASIOCreateInstance pobj = 0x194f48
trace:asio:WineASIOCreateInstance return 0x194f48
trace:asio:CF_Release iface 0x7cfad560, ref has been set to 1
trace:asio:Init iface: 0x194f48, sysRef: 0x10092
trace:asio:Init JACK client opened as: 'vsthost'
trace:asio:Init 32 IOChannel structures allocated
trace:asio:Init 32 IOChannel structures initialized
trace:asio:Init WineASIO 0.9.0 initialized
trace:asio:GetDriverName iface: 0x194f48, name: 0xad57ec
trace:asio:GetDriverVersion iface: 0x194f48
trace:asio:CanSampleRate iface: 0x194f48, Samplerate = 44100, requested samplerate = 44100
trace:asio:CanSampleRate iface: 0x194f48, Samplerate = 44100, requested samplerate = 48000
trace:asio:CanSampleRate iface: 0x194f48, Samplerate = 44100, requested samplerate = 88200
trace:asio:CanSampleRate iface: 0x194f48, Samplerate = 44100, requested samplerate = 96000
trace:asio:CanSampleRate iface: 0x194f48, Samplerate = 44100, requested samplerate = 176400
trace:asio:CanSampleRate iface: 0x194f48, Samplerate = 44100, requested samplerate = 192000
trace:asio:GetBufferSize iface: 0x194f48, minSize: 0xade384, maxSize: 0xade388, preferredSize: 0xade38c, granularity: 0xade390
trace:asio:GetBufferSize Buffersize fixed at 1024
trace:asio:GetChannels iface: 0x194f48, inputs: 16, outputs: 16
trace:asio:CreateBuffers iface: 0x194f48, bufferInfo: 0x33fb00, numChannels: 4, bufferSize: 1024, asioCallbacks: 0x33fb70
trace:asio:CreateBuffers Buffersize fixed at 1024
trace:asio:CreateBuffers The ASIO host supports ASIO v0
trace:asio:CreateBuffers 32 ASIO audio buffers allocated (256 kB)
trace:asio:CreateBuffers 4 audio channels initialized
trace:asio:GetLatencies iface: 0x194f48 Latency = 1024 frames
trace:asio:DisposeBuffers iface: 0x194f48
trace:asio:Release iface: 0x194f48, ref count is 0
trace:asio:Release 32 IOChannel structures released
trace:asio:Release WineASIO terminated
fixme:asio:DllCanUnloadNow (void): stub
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 2 lpvReserved: (nil))
fixme:thread:SetThreadIdealProcessor (0xe0): stub
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 2 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 2 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 2 lpvReserved: (nil))
fixme:win:LockWindowUpdate (0x100c2), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x20126), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x20126), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x20144), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x20144), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 3 lpvReserved: (nil))
trace:asio:DllMain hInstDLL: 0x7cf90000, fdwReason: 0 lpvReserved: 0x1)
Sorry for the late reply, but this looks totally normal so no idea what the problem is..