http://bugs.winehq.org/show_bug.cgi?id=4454
Summary: Any program run through wine crashes if wine is set to
anything other than 24 bit
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ergzay(a)everyoneproductions.com
I am not sure if this problem is local to my system or not, but whenever I use
winecfg or regedit to turn off double buffering and turn on a bit setting other
than the default (24) when I open any application using wine (also winecfg,
regedit, etc) it spits this out and exits:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 13
Current serial number in output stream: 14
To fix this I have to edit by hand (because winecfg and regedit no longer work)
the user.reg file and change the value back to 24 and/or set double buffering to
"Y".
I am running Fedora Core 4 on a 933 Mhz Pentium III. The video card is a RIVA
TNT2 built-in.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3958
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-31-01 15:57 -------
This bug still exists. Furthermore you cannot load saved games.
If you try, it crashes with
ERROR: You are viewing a message intended for the developers of Wizardry 8.
Please report the following information to technical support.
We apologize for this inconvenience.
Debug assertion in module C:\Projects\Wizardry 8\Local
Screens\PleaseWaitScreen.cpp line 293 failed:
Expression [ fVerify ] evaluates to false.
According to the appdb-entry, there are also other people affected by this bug.
Using native msvcrt.dll solves both the font problem and the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4081
martin-fuchs(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1795 is|0 |1
obsolete| |
------- Additional Comments From martin-fuchs(a)gmx.net 2006-31-01 15:51 -------
Created an attachment (id=1801)
--> (http://bugs.winehq.org/attachment.cgi?id=1801&action=view)
better patch to launch Photoshop again
OK, here is a better patch. Please try it out - I will send it to the patch
mailing list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From wine.dev(a)web.de 2006-31-01 15:39 -------
Hi.
I'm searching the Place, where the Printername changed:
Starting with the correct Result of "GetDefaultPrinter"
(without a space) over the incorrect Parameter of "GetPrivateProfileStringW"
(with space) on the code-Path to "OpenPrinterW" (with space).
See "1)" at comment #39.
There was a typo in my last comment (between snoop and relay, i send you a mail
about this).
WINEDEBUG="+winspool+,+profile,+snoop,+relay,+seh,+msvcrt" wine ... 2>large.log
grep -C 1000 'L" ' large.log >not_so_large.log
Nothing must be stripped between "GetDefaultPrinter" (without space) and
"GetPrivateProfileStringW" (with space), so higher numbers might be needed.
I tried the grep on the logs you alredy attached to this Bug and see the
change from "printername" to L" printername".
(First is ANSI without space, second is UNICODE with space).
Windows has string-functions at several places and i hope to see the used
functions and the memory-locations from relay.
And when we have luck, it's msvcrt (that's why i suggested to test also with
native msvcrt to compare the logs).
(If it's done with OLE, then I'm lost...).
Machine is not special, as long as the Space is inserted, but please use a
Default Printer with only simple characters (a-z,A-Z,0-9) first.
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3749
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-31-01 12:29 -------
Everything is builtin, but i don't see any output (not even one fixme) in the
console. How could i check if msiexec is called, or if it tries to detect the
version? thx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4451
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-31-01 12:03 -------
*** Bug 4450 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4450
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-31-01 12:03 -------
oops
*** This bug has been marked as a duplicate of 4451 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4451
Summary: Regression:err:opengl:wglGetPixelFormatAttribivARB
(0x8ac): unexpected iPixelFormat
Product: Wine
Version: CVS
Platform: PC
URL: http://www.ogre3d.org/index.php?option=com_remository&It
emid=57&func=fileinfo&filecatid=6&parent=category
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, i don't hope this a duplicate but as far as i know i haven't seen this error
before in bug reports.
Download the zipfile from the link above, and run the file Demo_Water.exe. The
complete log is in the attachment hereafter. The demo doesn't start but trows
out a million of these errors:
err:opengl:wglGetPixelFormatAttribivARB (0x8ac): unexpected
iPixelFormat(2076610992) vs nFormats(19), returns FALSE
The demo worked in wine 0.9.4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4450
Summary: Regression:err:opengl:wglGetPixelFormatAttribivARB
(0x8ac): unexpected iPixelFormat
Product: Wine
Version: CVS
Platform: PC
URL: http://www.ogre3d.org/index.php?option=com_remository&It
emid=57&func=fileinfo&filecatid=6&parent=category
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, i don't hope this a duplicate but as far as i know i haven't seen this error
before in bug reports.
Download the zipfile from the link above, and run the file Demo_Water.exe. The
complete log is in the attachment hereafter. The demo doesn't start but trows
out a million of these errors:
err:opengl:wglGetPixelFormatAttribivARB (0x8ac): unexpected
iPixelFormat(2076610992) vs nFormats(19), returns FALSE
The demo worked in wine 0.9.4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4345
------- Additional Comments From brandm(a)xs4all.nl 2006-31-01 11:15 -------
I just checked out from CVS (on 2006-01-31), built, and tried again. This
version does not seem to have the problem described above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
Summary: Invisible fonts in Steam
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
I can no longer see any fonts in Steam. I can see the fonts when Steam starts
up, but then it loads some kind of new modern skin, and I can't see any fonts
after that.
This is actually an old problem, it used to work some time ago, and then it
broke. It is possible that system upgrades broke it, rather than a wine upgrade,
or a steam upgrade, but I have no idea what might be the problem.
What would be useful traces to attach - I see no error output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3763
------- Additional Comments From ivg2(a)cornell.edu 2006-31-01 10:18 -------
Additional information about this can be found in this bug:
http://bugs.winehq.org/show_bug.cgi?id=3293
..which I just closed, because I can no longer reproduce.
If you want, you can reopen, but one of those two bugs should be closed, since
they seem to be duplicates.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 3293, which changed state.
Bug 3293 Summary: Steam dies on startup (memstd.cpp 143: assertion failed)
http://bugs.winehq.org/show_bug.cgi?id=3293
What |Old Value |New Value
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3293
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From ivg2(a)cornell.edu 2006-31-01 10:14 -------
I can no longer reproduce this bug, after reinstalling the OS, and switching to
x86_64. I have the same amount of memory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4448
------- Additional Comments From dank(a)kegel.com 2006-31-01 09:37 -------
oleaut32/tests/vartest.c doesn't currently have a test that tickles
trace:variant:VariantChangeTypeEx
(0x790f1a70->(VT_BSTR|VT_BYREF),0x7b91eed8->(VT_BSTR|VT_BYREF),0x00000400,0x0000,VT_VARIANT|VT_BYREF)
I guess we should add one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4448
------- Additional Comments From dank(a)kegel.com 2006-31-01 08:43 -------
The line reporting the error seems to be 5283 of oleaut32/typelib.c,
hres = VariantChangeType(&rgvarg[varindex], src_arg,
0, rgvt[varindex]);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4448
Summary: VB6 IDE complains "Key is not unique in collection" on
startup
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Set Wine for win98, then install Visual Basic 6.
Start the IDE. It puts up its main interface,
then pops up a dialog box "Key is not unique in collection".
This appears to be a treeview control error
(cf. http://support.microsoft.com/kb/q162523/ )
Immediately before this error box appears,
wine outputs
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_VARIANT|VT_BYREF from
VT_BSTR|VT_BYREF
I'll attach the relevant bits of the log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3800
------- Additional Comments From roli8200(a)yahoo.de 2006-31-01 05:41 -------
Has somebody an idea where this problem can occure? It seems to me that it has
something to do with (maybe) glx or a font library function which cannot be
correctly accessed by wine. Is there a winedebug option which shows the error?
I cannot test the behaviour on a Fedora machine in case of a very strange
kernel32.TlsAlloc() hang.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.