Native dlls for applications
-
- Level 2
- Posts: 13
- Joined: Fri Jan 16, 2009 3:40 pm
Native dlls for applications
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
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
Re: Native dlls for applications
If it's set to native, builtin, Wine will load builtin if it can't load native.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....
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.
-
- Level 2
- Posts: 13
- Joined: Fri Jan 16, 2009 3:40 pm
Native dlls for applications
On Fri, Jan 23, 2009 at 7:30 PM, iceblue25.1 <[email protected]> wrote:
--
-Austin
Use 'winetricks dcom98' instead.I dont know which version,
I downloaded ole32.dll from dlldump.com
--
-Austin
-
- Level 2
- Posts: 13
- Joined: Fri Jan 16, 2009 3:40 pm
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
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
Native dlls for applications
iceblue25.1 wrote:
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
Go back to the original advapi.dll. This is one of the files thatAfter 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....
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
-
- Level 2
- Posts: 13
- Joined: Fri Jan 16, 2009 3:40 pm
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
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
Native dlls for applications
On Fri, Jan 23, 2009 at 10:59 PM, iceblue25.1 <[email protected]> wrote:
--
-Austin
What application is this?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
--
-Austin