similar to: Wiso Sparbuch terminates with: X Error of failed request ..

Displaying 15 results from an estimated 15 matches similar to: "Wiso Sparbuch terminates with: X Error of failed request .."

2001 Jul 21
0
traceback on save in Camedia Master
Auto-generated debug report by Wine Quick Debug Report Maker Thingy: WINE Version: Wine release 20010629 Windows Version: Windows 98 Distribution: Slackware 7.1 (modified) Kernel Version: 2.4.2 OS Type: Linux CPU: i686 GCC Version: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2
2001 Sep 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
Hi all. We have a win32 application linked to Far Point's Spread32 library; the application crashes when referencing a NULL pointer returned by GlobalLock, but obviously it runs perfectly under win98SE (see previous post about GetWindowLongA) . The behaviour of SCROLL_GetPtrScrollInfo, with nBar parameter = SB_CTL, is to return wndPtr->wExtra as it were a pointer. Actually we found that,
2001 Aug 31
1
GetWindowLongA
hi all, we have a win32 application (no source), and we need it to work under wine. after debugging a bit, we found that it crashes because it obtains a pointer by calling GetWindowLongA() with offset param = 0, and dies after accessing it, since GetWindowLongA returns 0. this happens under wine; under win98SE the same function call returns a valid pointer. we tried executing step by step
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
Hello: On attempt to display text in a box by clicking on a tree item in another box (all in one window) I get BadMatch(invalid parameter attributes) with X_CreateCursor. The application attempts to change the mouse pointer shape, shows the pointer as a circle with a diagonal bar (like the european sign for "no parking") and hangs. The app is not supposed to show this mouse pointer
2002 Feb 05
1
Still no luck on command line parse [Bug 417]
As suggested, I checked that I was getting wine of the right vintage, and as you see below, I indeed seem to have the version designated by the codeweavers rpm name I downloaded (codeweavers-wine-20011108-5.i386.rpm): [cafl@emma cafl]$ which wine /usr/bin/wine [cafl@emma cafl]$ /usr/bin/wine --version Wine release 20011108 Wine exited with a successful status [cafl@emma
2001 Apr 03
1
UnhandledExceptionFilter
High, i'm currently try to get VPinball to run and know hanging at the UnhandledExceptionFilter. It seems that after this messages the application terminates. peter Call user32.335: GetWindowLongA(00000dd4,fffffff0) ret=4096b955 fs=008f Ret user32.335: GetWindowLongA() retval=50000000 ret=4096b955 fs=008f Call kernel32.642: MulDiv(00000001,0000009c,00000064) ret=4096b9d3 fs=008f Ret
2011 Jul 11
1
Trying old multimedia app, get crash
I'm running an old Windows 98-era app created by an outfit called the Media Cafe. It's called "The Ring Disc" and is an interactive version of Wagner's Ring. I'm running Wine 1.3.23 on Mac OS X 10.6.8. The changes I made were to configure audio as CoreAudio, and to set the overall system to Windows 98 (and I tried ME as well). What I see is that the application starts
2016 Sep 16
0
Wine release 1.9.19
The Wine development release 1.9.19 is now available. What's new in this release (see below for details): - Initial version of a udev bus driver for HID. - Various improvements in joystick support. - Initial implementation of DC rendering in Direct2D. - Improved metafile support in GDI+. - Various bug fixes. The source is available from the following locations:
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine except often it doesn't recognize the release of a mouse click, so tools/selections continue even after you've released the mouse button. I have no idea as to how to solve this, but anyone with any info it would be much appreciated. Thanks On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote: > Hello, > Does anyone
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a window) and save to a file. I have this, but I have no idea where it came from, but it gives a corrupted image Paul # -*- ruby -*- # screen capture -- # This script runs with a Ruby/DL which is included in ruby-1.7. require ''dl/import'' module ScreenCapture extend DL::Importable dlload
2001 Aug 07
3
Troubles with Farpoint Spread controls
Hi all. The environment we are working on is a Red Hat Linux 6.2, with XFree 4.0 and KDE 2.1. The wine has been compiled using egcs-1.1.2. Wine itself is latest snapshot (20010731). The application we're trying to run crashes when tries to display a dialog box using Spread controls (from Farpoint). The crash occurs during a WM_PAINT. By exploring the builind of the window, the control
2016 Oct 01
0
Wine release 1.9.20
The Wine development release 1.9.20 is now available. What's new in this release (see below for details): - Reimplementation of the clipboard API. - Message handling in WebServices. - Many more API Set libraries. - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/1.9/wine-1.9.20.tar.bz2
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
the following is the output, when I try to run the app via wine in debug mode(sorry if I have pasted 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
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
the following is the output, when I try to run the app via wine in debug mode(sorry if I have pasted 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
2007 Sep 28
0
Wine release 0.9.46
This is release 0.9.46 of Wine, a free implementation of Windows on Unix. What's new in this release: - A variety of fixes to improve Photoshop CS2 support. - More complete support for device installation in setupapi. - New Bidi text implementation that doesn't depend on libicu. - The usual assortment of Direct3D improvements. - Beginning of I/O completion ports support. -