similar to: LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]

Displaying 20 results from an estimated 100 matches similar to: "LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]"

2001 Jun 27
1
err:ntdll:RtlpWaitForCriticalSection...
Hi there, I'm relativly new to this linux-stuff an especially to wine. I'm trying to bring up an software that is using the FOXW2600.ESL als runtime library (as far as i understand this). All i can get out of wine is a blank and black (managed) screen an a bunch of messages at starting konsole. At the end wine claims to be successful. I'm running SuSE 7.2 codeweavers-wine-20010305
2005 May 05
2
LockWindowUpdate
Hi, I've got a program that produces these error messages when started with wine. fixme:dc:LockWindowUpdate (0x10024), partial stub! fixme:dc:LockWindowUpdate ((nil)), partial stub! fixme:dc:LockWindowUpdate (0x10024), partial stub! fixme:dc:LockWindowUpdate ((nil)), partial stub! fixme:dc:LockWindowUpdate (0x10024), partial stub! fixme:dc:LockWindowUpdate ((nil)), partial stub! The program
2002 Nov 14
0
WIN 3.1 App crashes.. Unhandled Exception
The program is Atwin.exe (Accuterm) and going back to the 3.1 version as it's reliance on Windows specific .dll's is better than recent versions... However, I get as far as the initial splash screen and nothing.. If I hit the enter key twice it continues running for a bit, and then hangs.. When I run a trace, I get the following: Can anyone see at a glance if this is a bug, or just a
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
2001 Dec 05
1
Wine segfaulting
Hi! I just tried to install an older app from its CD and I've got immediate segfault. When run with --debugmsg +relay, the following was output: (of course just the end of a very long dump) ... 0806ea10:Call x11drv.ShowWindow(00010028,00000005) ret=40715676 0806ea10:Call window proc 0x406e2d90 (hwnd=00010028,msg=WM_SHOWWINDOW,wp=00000001,lp=00000000) 0806ea10:Ret window proc 0x406e2d90
2001 Dec 11
1
VirtualProtect and app crash: exception handling?
I downloaded (shudder) Microsoft's windbg program (http://www.microsoft.com/ddk/debugging/installx86beta.asp) and ran it for the app under Win2000/VMWare. It also shows an exception at the same access! However, windbg displays the exception and then allows the user to continue the program, letting whatever exception handler the program installed handle the exception. And the program does
2001 Nov 23
5
Communications problem
I am trying to get an home automation system called Thinkboxx to run on a linux system, Thinkboxx has a windoze program that controls the Thinkboxx over the com port. the program seems to be running well, but when it tries to open the com ports it say that it has an "Unknown Communications problem". I think my configuration of wine and the com port is ok, i have spent some time reading
2001 Sep 21
1
NEWS on this SOUND PROBLEM !!!!! details !!!! CODERS WANTED ! HACKERS WANTED !
this is the problem !!! ---------- 08068c60:Call winmm.mixerGetLineControlsA(00008000,405c2090,00000000) ret=00403117 08068c60:Ret winmm.mixerGetLineControlsA() retval=00000000 ret=00403117 08068c60:Call winmm.mixerGetControlDetailsA(00008000,405c6c18,00000000) ret=004033f4 08068c60:Ret winmm.mixerGetControlDetailsA() retval=00000000 ret=004033f4 08068c60:Call kernel32.TlsGetValue(00000001)
2001 Dec 08
0
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Oh, I think I see now. There was a call to VIRTUAL_SetProt, which protected memory mapped regions of memory, before the first exception: 0806d398:trace:virtual:VIRTUAL_SetProt 0x459000-0x459fff c-r-- View: 0x400000 - 0x765fff 28 0x400000 - 0x400fff c-r-- 0x401000 - 0x458fff c---- 0x459000 - 0x459fff c-r-- 0x45a000 - 0x758fff c---- 0x759000 - 0x765fff c-rw- And
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
Hello, capserve.exe is part of Adobe Acrobat 5's PaperCapture plugin. Runnning "wine capserve.exe" I get an error saying "Insufficient memory to perform operation" (although all runs fine under Windows). It seems that several calls to kernel32.VirtualAlloc(), ntdll.NtAllocateVirtualMemory() and related functions are executed right before the error message is issued. See
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
Here is my thought process on why the application crashes with a protection violation reading a section of memory. I used IDA to disassemble the app. Here's the section where it reads from memory and crashes because of a protection violation: 00760D4A sub_760D4A proc near ; CODE XREF: sub_75FCB0+159^Xp 00760D4A push ebp 00760D4B mov
2004 Mar 11
1
lotus notes 6
hi, i have downloaded newest wine version (20040309) and installed lotus notes on it. i use debian woody/stable. i have followed the german mini-howto, installed the dll's and so on, noticed on this site, but when i try to start it, i get many information, til it stops. here the last lines: rr:module:import_dll No implementation for COMCTL32.dll.FlatSB_SetScrollRange imported from
2008 Mar 07
0
Wine release 0.9.57
This is release 0.9.57 of Wine, a free implementation of Windows on Unix. What's new in this release (see below for details): - Support for multiple OpenGL pixel formats. - Improved support for color profiles. - Many window management fixes. - Better fullscreen support. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel, Can you run your app under winedbg? When I run my app under winedbg, it segfaults inside the application code with a bad read access. The specific instruction it faults on is movl 0x10(%esi),%eax (aka mov [esi+0x10],eax for IDA users). I'm curious to know if your app uses the same library as mine... --Rob
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
More information on exception #2. The offending function is: /********************************************************************** * find_entry_by_id * * Find an entry by id in a resource directory */ static const IMAGE_RESOURCE_DIRECTORY *find_entry_by_id( const IMAGE_RESOURCE_DIRECTORY *dir, WORD id, const void *root ) {
2001 Dec 08
0
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hmm. I'm just throwing this out there. Maybe the problem will always happen when the application wants to catch an exception but wine catches it instead, and then some internal data structures get trashed when the app resumes? --Rob
2001 Dec 08
0
VIRTUAL_SetProt and app crashes [Was: Re: LoadOEMResource crash]
Interesting. In my app, the first exception appears to occur because the app tries to read memory at 0x456010 from a segment that had been declared c---- by a previous call to VIRTUAL_VirtProt. Pavel, I'm willing to bet your error is the same. So what gives? --Rob
2002 Jan 07
0
Unhandled exception: page fault on read access
Skipped content of type multipart/alternative-------------- next part -------------- wine --debugmsg +seh wlaunch.exe fixme:module:CreateProcessA (sciw.exe,...): NORMAL_PRIORITY_CLASS ignored fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid <snip> repeated 52 times /<snip> fixme:font:AddFontResourceA ("C:\\WINDOWS\\Fonts\\reale___.ttf"): stub! Read the Wine
2001 Dec 02
1
Is it impossible to use Windows ME
Is it impossible to use Windows ME as the windows partition? The only application I can execute is ARACHNID.EXE I haved tried other simple like sol.exe, notepad.exe but it all fails If a start wine in debug mode it always end up in an endless loop and the debugger saying over and over again 0806d8b8:trace:seh:EXC_CallHandler calling handler at 0x400785d code=c0000005 flags=10
2009 Mar 09
7
Noob problems with Darwine
I've installed darwine 1.1.9 on my mac. I've read all of the tutorials and forums that I could find but I'm still not able to solve my problem. I imagine I must be missing something that's so obvious that it doesn't even make its way into a tutorial. I can't run programs. If I start winehelper and try to run a program (say regedit.exe) I get the errors at the end of