search for: releasemutex

Displaying 8 results from an estimated 8 matches for "releasemutex".

Did you mean: release_mutex
2005 Nov 25
1
Sudden failure!
Wine 20050111 has been working fine until today ... now it fails when I go to run Quicken 2002. I am running Fedora Core 3 on a Pentium 3 with all of the current updates, wine 20050111. Windows Version is set to "Win98" Error message: fixme:msvcrt:_setmbcp Unreal codepages (e.g. -3) not implemented. What has happened? Thanks, David Johnson
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
...d the unnecessary information/output) # export WINEDEBUG=+relay # wine PrjPatientInfo.exe 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=65f3b30e 0009:Call ntdll.RtlFreeHeap(00110000,00000000,00133528) ret=65f014db 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=65f014db 0009:Call KERNEL32.ReleaseMutex(0000009c) ret=65f3b1ae 0018:Ret user32.GetMessageW() retval=00000001 ret=7ef58ee2 0018:Call user32.DispatchMessageW(0033f960) ret=7ef58ebf 0018:Call window proc 0x7ef5ab40 (hwnd=0x10026,msg=WM_TIMER,wp=00000001,lp=00000000) 0018:Ret window proc 0x7ef5ab40 (hwnd=0x10026,msg=WM_TIMER,wp=00000001,lp...
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
...d the unnecessary information/output) # export WINEDEBUG=+relay # wine PrjPatientInfo.exe 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=65f3b30e 0009:Call ntdll.RtlFreeHeap(00110000,00000000,00133528) ret=65f014db 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=65f014db 0009:Call KERNEL32.ReleaseMutex(0000009c) ret=65f3b1ae 0018:Ret user32.GetMessageW() retval=00000001 ret=7ef58ee2 0018:Call user32.DispatchMessageW(0033f960) ret=7ef58ebf 0018:Call window proc 0x7ef5ab40 (hwnd=0x10026,msg=WM_TIMER,wp=00000001,lp=00000000) 0018:Ret window proc 0x7ef5ab40 (hwnd=0x10026,msg=WM_TIMER,wp=00000001,lp...
2008 May 18
2
Pure win32-thread library?
...NORMAL = THREAD_PRIORITY_NORMAL CRITICAL = THREAD_PRIORITY_TIME_CRITICAL VERSION = ''0.1.0'' WinThreadFunc = API::Callback.new(''L'', ''L''){ |args| block = args.pop block.call(args) ReleaseMutex(@@mutex) } attr_reader :thread_id def initialize(*args, &block) raise ArgumentError, ''block must be provided'' unless block_given? args.push(block) thread_id = [0].pack(''L'') dwArgs = nil # What...
2008 Dec 05
3
Poor performance on smp system
...wine as on windows. And during this phase my cpu load is ~100% (i.e. one cpu is idle). My program and wineserver are about ~50% each. So it is clear, where it looses its performance. Running with WINEDEBUG=+warn, all a lot of KERNEL32.WaitForSingleObject, KERNEL32.InterlockedExchange and KERNEL32.ReleaseMutex messages show up (see logfile attached). What is going on here? Markus -- Sensationsangebot verl?ngert: GMX FreeDSL - Telefonanschluss + DSL f?r nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a -------------- next part -------------- A non-text attachment was scrubbed... Name...
2002 Mar 18
0
Wine's working, Buzz ain't happy...
...2.WaitForSingleObject(00000054,00000005) ret=413e651f 0807ec38:Ret kernel32.WaitForSingleObject() retval=00000000 ret=00457105 0807ec38:Call kernel32.QueryPerformanceCounter(41c96e9c) ret=00430a32 0807ec38:Ret kernel32.QueryPerformanceCounter() retval=00000001 ret=00430a32 0807ec38:Call kernel32.ReleaseMutex(00000090) ret=00455893 0806edd8:Ret kernel32.CloseHandle() retval=00000000 ret=4062c0e6 0806edd8:Call kernel32.FreeEnvironmentStringsA(40340530) ret=4062e337 0806edd8:Ret kernel32.FreeEnvironmentStringsA() retval=00000001 ret=4062e337 0806edd8:Call kernel32.FreeEnvironmentStringsW(40342960) ret=...
2011 Sep 23
0
Wine release 1.3.29
...pe can be used for multiple operations at the same time, so use overlapped operations for ReadFile and WriteFile. rpcrt4: Switch to non-overlapped named pipe operations and use a thread for the async listen operation. server: Certain access flags are illegal for OpenMutex. server: ReleaseMutex doesn't need any access rights. server: Correct mapping of mutex access rights. Bruno Jesus (1): ws2_32: SO_OOBINLINE sockets must always return TRUE to SIOCATMARK request. Christian Costa (1): cmd: Move externals list at the same place as the builtins one so it's easier...
2012 Jan 09
4
"timeGetTimeā€œ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret