Displaying 11 results from an estimated 11 matches similar to: "BadMatch on X_CreateCursor (cvs 010712)"
2011 Nov 13
0
Major opcode of failed request: 93 (X_CreateCursor)
Hi,
I got selected for beta testing SW:TOR and managed to get the installer to work on wine but it keeps crashing when I try with the launcher. It opens for a smidgen then crashes. Here's all the script I get;
fixme:iphlpapi:NotifyAddrChange (Handle 0x32e604, overlapped 0x8f8d58): stub
fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
fixme:winsock:WSALookupServiceBeginW (0x32e628
2001 Oct 02
1
int3d: unknown/not implemented parameters:
Hi all,
I am trying to run my last Windoze app (proprietary banking software) under
Wine, and it is *almost* there... however some functions fail, the program
will pop up error boxes saying 'Type mismatch' and/or 'Invalid property
value'. Sometimes this is no problem because the program just continues as
normal. However, in other situations I'm stuck.
The errors that are
2001 Oct 18
2
X Error of failed request: BadMatch (invalid parameter attributes)
Hey all,
When I first start an Xsession (from dtlogin) I can telnet to the app
server (my linux box) and run Notes under WINE and it will display on my
HP box just fine. All Notes functions work, even printing. However,
when I File|Exit from Notes and then try to restart it, I get an error.
here is the error message:
X Error of failed request: BadMatch (invalid parameter attributes)
Major
2012 Mar 04
8
[Bug 46956] New: Selecting 2xAntiAliasing causes Nexuiz to crash "X Error: BadMatch, failed request (X_CreateWindow)"
https://bugs.freedesktop.org/show_bug.cgi?id=46956
Bug #: 46956
Summary: Selecting 2xAntiAliasing causes Nexuiz to crash "X
Error: BadMatch, failed request (X_CreateWindow)"
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status:
2009 Mar 11
8
[Bug 20612] New: nouveau xv crash with BadMatch ( invalid parameter attributes)
http://bugs.freedesktop.org/show_bug.cgi?id=20612
Summary: nouveau xv crash with BadMatch (invalid parameter
attributes)
Product: xorg
Version: 7.4
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo:
2001 Nov 16
0
Getting Groupwise to run setup.exe
Hello I'm having trouble trying to run setup.exe from either the 32bit or
16bit versions of Groupwise. I copied the win32 version of ncftp.exe and
was able to get it to load up ok. I didn't have sol.exe to play with.
Here's the details.
Wine release 20011108
wine-cvs-unstripped-111601-1.i386.rpm
Redhat 7.2
Trace below.
trace:dosfs:DRIVE_Init Drive A: path=/mnt/floppy type=floppy
2009 May 12
2
compile error of libtheora example
hi all:
i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it,
such error message popped.
i tried to run player_example.c under /libtheora_1.0/examples/.
error message:
ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player
player_example.c
/tmp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to
2011 Nov 24
10
SWTOR requires 30Gb, wine has only 20 Gb. Allocate memory+?
I have been chosen for beta testing of Star Wars: The Old Republic. First day is tomorrow. The installer program says that I require at least 30 Gb, but Wine only has 20 Gb available. Is there a way to increase the space on the hard drive available to wine? Is any body else doing SWTOR on wine?
darKoram
2011 Nov 23
0
nouveau git + v3.2-rc2 + NV18 Oops
My old machine started getting a bit flaky, so I have kicked it off my
desk, but still wanted to get some nouveau bugs fixed on it. (In fact
it's easier now that I can reboot it more easily.)
So I put a spare old hard drive on it and rebuilt it, but I'm having
a heck of a time getting it working. Whenever it tries to load the
nouveau module, it blows up.
What's funny is that it
2017 Nov 06
0
[PATCH v2] pmu/fuc: don't use movw directly anymore
Fixes failure to compile with recent envyas as a result of the 'movw'
alias being removed for v5.
A bit of history:
v3 only has a 16-bit sign-extended immediate mov op. In order to set
the high bits, there's a separate 'sethi' op. envyas validates that
the value passed to mov(imm) is between -0x8000 and 0x7fff. In order
to simplify macros that load both the low and high word,
2016 Feb 26
0
[PATCH 2/4] pmu/fuc: replace mov+sethi with imm32
on gk208+ we can simply mov 32bits, so we should have a single mov there
Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
---
drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h | 1598 +++++++++++------------
drm/nouveau/nvkm/subdev/pmu/fuc/gf119.fuc4.h | 1494 +++++++++++-----------
drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5.h | 1424 ++++++++++-----------