Native dlls for applications

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
iceblue25.1
Level 2
Level 2
Posts: 13
Joined: Fri Jan 16, 2009 3:40 pm

Native dlls for applications

Post by iceblue25.1 »

Hello,

I am trying to install an application on Wine.

It needs an ole function which has not been implemented as of now.

I downloaded ole32.dll, I copied it @ windows/system32 and I changed to library to load native ole32 first.
However, Wine says fixme:ole:.... Why Wine still looks for the builtin function. The native function shouldn't say fixme....

Also, How can I check the status of particular functions?(not dll status)

Any ideas?
Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Native dlls for applications

Post by dimesio »

iceblue25.1 wrote: I downloaded ole32.dll, I copied it @ windows/system32 and I changed to library to load native ole32 first.
However, Wine says fixme:ole:.... Why Wine still looks for the builtin function. The native function shouldn't say fixme....
If it's set to native, builtin, Wine will load builtin if it can't load native.

What version of ole32 are you using? The one from dcom98 is not the same as one copied from XP or Vista. Try whatever version you haven't tried.
iceblue25.1
Level 2
Level 2
Posts: 13
Joined: Fri Jan 16, 2009 3:40 pm

Post by iceblue25.1 »

I dont know which version,

I downloaded ole32.dll from dlldump.com
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Native dlls for applications

Post by austin987 »

On Fri, Jan 23, 2009 at 7:30 PM, iceblue25.1 <[email protected]> wrote:
I dont know which version,

I downloaded ole32.dll from dlldump.com





Use 'winetricks dcom98' instead.

--
-Austin
iceblue25.1
Level 2
Level 2
Posts: 13
Joined: Fri Jan 16, 2009 3:40 pm

Post by iceblue25.1 »

After installing dcom, I got the message
fixme:advapi so i added advapi32.dll

Now I get the the message:

err:process:__wine_kernel_init boot event wait timed out
err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)

err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)

and it doesn't startup at all....

Any clue?

Thanks
James McKenzie

Native dlls for applications

Post by James McKenzie »

iceblue25.1 wrote:
After installing dcom, I got the message
fixme:advapi so i added advapi32.dll

Now I get the the message:

err:process:__wine_kernel_init boot event wait timed out
err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)

err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0024, blocked by 0000, retrying (60 sec)

and it doesn't startup at all....
Go back to the original advapi.dll. This is one of the files that
cannot be swapped out to a native dll without breaking Wine.

Please post the fixme message, if it affects the ability to run your
application.

James McKenzie
iceblue25.1
Level 2
Level 2
Posts: 13
Joined: Fri Jan 16, 2009 3:40 pm

Post by iceblue25.1 »

For a reason it takes some time to load the application:

These are the errors that I got:

err:process:__wine_kernel_init boot event wait timed out
fixme:advapi:ParseStringSidToSid String constant not supported: L"DG"
fixme:advapi:ParseStringSidToSid String constant not supported: L"LG"
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:ntdll:NtQuerySystemInformation (0x00000021,0x13bb50,0x00000010,0x32be9c) stub
fixme:ntdll:NtQuerySystemInformation (0x0000002d,0x13bb50,0x00000020,0x32be9c) stub
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_INTERRUPT_INFORMATION
fixme:advapi:ParseStringSidToSid String constant not supported: L"DG"
fixme:advapi:ParseStringSidToSid String constant not supported: L"LG"

Thanks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Native dlls for applications

Post by austin987 »

On Fri, Jan 23, 2009 at 10:59 PM, iceblue25.1 <[email protected]> wrote:
For a reason it takes some time to load the application:

These are the errors that I got:

err:process:__wine_kernel_init boot event wait timed out
fixme:advapi:ParseStringSidToSid String constant not supported: L"DG"
fixme:advapi:ParseStringSidToSid String constant not supported: L"LG"
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:ntdll:NtQuerySystemInformation (0x00000021,0x13bb50,0x00000010,0x32be9c) stub
fixme:ntdll:NtQuerySystemInformation (0x0000002d,0x13bb50,0x00000020,0x32be9c) stub
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_INTERRUPT_INFORMATION
fixme:advapi:ParseStringSidToSid String constant not supported: L"DG"
fixme:advapi:ParseStringSidToSid String constant not supported: L"LG"

Thanks





What application is this?

--
-Austin
iceblue25.1
Level 2
Level 2
Posts: 13
Joined: Fri Jan 16, 2009 3:40 pm

Post by iceblue25.1 »

It is called fair use 4 wm
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

iceblue25.1 wrote:It is called fair use 4 wm
It won't work. M$' DRM will not ever work on Wine.
Locked