similar to: Re: Please die if you wait "too long" RtlpWaitForCriti

Displaying 20 results from an estimated 1000 matches similar to: "Re: Please die if you wait "too long" RtlpWaitForCriti"

2008 Aug 28
0
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > On Wed, Aug 27, 2008 at 1:08 AM, vitamin <wineforum-user at winehq.org> wrote: > Code like what you posted works. > What does not work apparently is tee and 3>&1 1>&2 2>&3 > > Yes there were bugs and something I don't understand. > 1) My logic bug: There was no need to call the following before my > code block -- I thought I was
2008 Aug 25
1
Please die if you wait "too long" RtlpWaitForCriticalSection
I'm receiving the following error in a custom app: err:ntdll:RtlpWaitForCriticalSection section 0x110048 "heap.c: main process heap section" wait timed out in thread 001a, blocked by 001c, retrying (60 sec) wine: Critical section 00110048 wait failed at address 0x7bc3ad00 (thread 001a), starting debugger... err:ntdll:RtlpWaitForCriticalSection section 0x110048 "heap.c: main
2008 Aug 25
3
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > How can I insure that it gets unlocked? > What you describe indicates that something has gone wrong because a critical section has not been released in a reasonable amount of time. Normally one might be entered for a few milliseconds, if that. Try turning on debug flags to look at the logs to see what calls have been made but have not returned before the
2008 Aug 25
1
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > On Sun, Aug 24, 2008 at 10:33 PM, vitamin <wineforum-user at winehq.org> wrote: > > > It can only work from cmd.exe. However I'm not sure if it's properly implemented there yet. > > Of course your app have to be console app not gui. > > > > My app is console. But this is an MSVC++ compiled app which runs on > MS Windows cmd.exe
2008 Aug 25
1
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > On Sun, Aug 24, 2008 at 9:14 PM, vitamin <wineforum-user at winehq.org> wrote: > > > No this is impossible. If you do that most every program will brake. > > > > So what steps can I take to avoid this error? It can only work from cmd.exe. However I'm not sure if it's properly implemented there yet. Of course your app have to be console
2008 May 09
4
VB6 and wine_get_unix_file_name
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As
2008 Jul 26
0
No subject
But the if statement should guard for that. No? I'm not even going to bother putting in braces for the "after" call, but I'm not understanding why I seemed to be getting heap corruption (when I had the "before" call) when I'm not even supposed to be calling it due to the guarded if statement. From MSDN Calling HeapFree twice with the same pointer can cause heap
2007 Aug 15
2
chown and chgrp on 4.5 vs 5.0
I just noticed that on centso 4.5 I have an executable with the +s (chmod +s myexe) doing a chmod root myexe and chown root myexe does NOT affect the +s setting. However, on centos 5 this is not the case. chmod +s myexe chown root myexe or chgrp root myexe will DROP the +s status. How can I get around this? I want to keep the owner, group, world settings. Thanks, Jerry
2001 Mar 13
3
problems running homesite
Hi there, I have just installed wine (release 20010305) and it looks to work good. I can run notepad without trouble, winecheck.pl has one bad and one critical result: 023. Checking device needed for DGA (option "UseDGA"): /dev/BAD (/dev/mem is not writable for you). - ADVICE: Use chmod as root to fix it ("man chmod"). 025. Checking availability of windows registry
2008 Jul 26
0
No subject
(((echo "some stuff" | wine myexe | tee stdout.txt) 3>&1 1>&2 2>&3 | tee stderr.txt) 3>&1 1>&2 2>&3) > mypipe 2>&1 But I don't think cmd.exe likes pipes nor redirection. I'd hate to have to resort to splitting myexe into two exe's so that I can see if the problem is in the quote section or the ordering section (UNLESS
2001 Aug 05
4
Abiword as test of Wine
One problem with Wine has been that there were few serious open source win32 applications out there to test Wine with (ok, maybe my opinions are from 1997 :-) In any case, we have some great open source Win32 applications to test with. AbiWord is one. I just tried installing AbiWord 0.9 under the latest Codeweavers preview. The install worked -- but generated about a billion warnings of the
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel, Right, my app also crashes in a different place under winedbg, although it crashes in the same winedbg place under gdb. I took a closer look at wine --winver nt40 --debugmsg +all. I found something interesting. If I search for queue_exception, I find that there is an exception raised before the LoadOEMCall, about 328klines in: 0806d398:Call
2001 Dec 06
2
Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA?
This was an error I got when running a self-installing executable, power-structure-demo.exe, available from www.write-brain.com (a demo for Power Structure). A error box appears with title SHRINKER.ERR and message: (path)\power-structure-demo.exe (3.4) (time&date) - Pager initialisation error 2 - File not found and then the program quits. Running with --debugmsg
2008 Apr 30
1
How do I test janitorial task ReplaceMalloc for console.c?
How do I test janitorial task ReplaceMalloc for console.c? I finished replacing the Malloc() functions with HeapAlloc() functions and the corresponding Free() functions with HeapFree() functions, but how do I test if it works? Here is my modified console.c code from wine version 0.9.60 http://www.pastebin.com/f5307c42f
2001 Mar 27
1
United Devices Client
The installer for the UD client seems to work wonderfully, installing itself and a bunch of dll's into the windows\system directory. The client however, pops up a message box on startup claiming "Invalid picture". Which debugmsg options would be helpful in finding the problem? Most of the 200 lines before this with +relay are TlsGetValue, HeapAlloc, HeapFree,
2019 Mar 13
0
[Bug 109996] New: Bug
https://bugs.freedesktop.org/show_bug.cgi?id=109996 Bug ID: 109996 Summary: Bug Product: xorg Version: 7.6 (2010.12) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org
2004 Jan 11
1
Re: Asterisk-Users digest, Vol 1 #2448 - 10 msgs
John, Pounds Sterling Screw You (purely optional :-) Your Call Is Being Connected Please Wait Sorry, Your Call Will Be Answered Soon Your Call Is Important. (That is why we have not yet bothered to answer it, instead dancing around the office high on tip-ex.) And for the girlfriend filter: Sorry, that number has not been recognized. Please hangup and try again. or This number is no longer in
2004 Jan 11
24
More words for Allison
Here's the latest batch of words to get shipped out to Allison Smith. Please submit reasonably small changes to me by tomorrow 10:00 AM Eastern time, and I'll add them. As usual, donations to what will be a ~$110 USD expense would be appreciated, as I am paying for this round out of my pocket. Please send to paypal address "jtodd@loligo.com". I did not include all
2016 Jul 08
0
Wine release 1.9.14
The Wine development release 1.9.14 is now available. What's new in this release (see below for details): - More Shader Model 5 support in Direct3D. - Some more write support in WebServices. - Performance improvements in GDI. - Some more progress towards the Direct3D command stream. - Various bug fixes. The source is available from the following locations:
2001 Mar 25
1
Debuginfo for: Not enough system resources to create window
Hi, here is the debuginfo for the above message, which occured during a creation of a window. Hopefully somebody can tell me how to overcome this trouble. Thanks in advance Hans -------------- next part -------------- Ret user32.621: UnregisterClassA() retval=00000001 ret=61ed29cb fs=008f Call kernel32.949: lstrlenA(61ed91b4 "Centura:ChildTable") ret=61ed29d2 fs=008f Ret