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
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.
I dont know which version, I downloaded ole32.dll from dlldump.com
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
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
On Fri, Jan 23, 2009 at 10:59 PM, iceblue25.1 <wineforum-user at winehq.org> 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