http://bugs.winehq.org/show_bug.cgi?id=13195
Summary: GLXMakeCurrent error with BadMatch (invalid parameter
attributes) in SolidWorks
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Created an attachment (id=13020)
--> (http://bugs.winehq.org/attachment.cgi?id=13020)
+wgl,+opengl,+tid trace
Regression from 0.9.47 (last tested version) :
Solidworks 2007 crashes with :
0009:trace:wgl:X11DRV_wglMakeCurrent make current for dis 0x7c03e5f8, drawable
0x4400013, ctx 0x7c1d412c
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 285350
Current serial number in output stream: 285350
when giving focus to the graphics window (i.e. when selecting a function in the
menu, the screen is correctly refreshed, but then the error occurs)
I tried to do a regression test, but it is a real pain as some other bugs are
preventing direct git bisect, many patches are needed, and some other issues
are appearing randomly. Worse, older versions (0.9.47) known to work are not
compilable with ubuntu hardy. As far as i can test, the issue was already there
in versions around 0.9.55
I'm suspecting a nvidia driver problem, too, but there are no clues.
I guess that the issue is there :
0009:trace:wgl:wglGetCurrentContext returning (nil)
0009:trace:wgl:wglMakeCurrent hdc: (0xbe04), hglrc: (0x4309748)
0009:trace:wgl:X11DRV_wglMakeCurrent (0xbe04,0x4309748)
0009:trace:wgl:X11DRV_wglMakeCurrent make current for dis 0x7c03e5f8, drawable
0x4400013, ctx 0x7c1d412c
X Error of failed request: BadMatch (invalid parameter attributes)
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12736
Summary: d3d:sampler GL_INVALID_ENUM from glActiveTextureARB @
state.c
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
fixme:d3d:sampler >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from
glActiveTextureARB @ state.c / 2485
dlls/wined3d/state.c:sampler contains
if (GL_SUPPORT(ARB_MULTITEXTURE)) {
if (mapped_stage >= GL_LIMITS(combined_samplers)) {
return;
}
GL_EXTCALL(glActiveTextureARB(GL_TEXTURE0_ARB + mapped_stage));
checkGLcall("glActiveTextureARB");
The message is caused by an apparently incorrect use of GL_LIMITS().
GL_LIMITS(combined_samplers) seems not to be the correct test.
The spec for glActiveTexture says that the upper bound would be
"the larger of (GL_MAX_TEXTURE_COORDS - 1) and
(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1)".
http://www.opengl.org/sdk/docs/man/xhtml/glActiveTexture.xml
I couldn't find the limits for glActiveTextureARB(), except for
- a Darwin MacOS X manual page
http://developer.apple.com/documentation/Darwin/Reference/Manpages/man3/glA…
- a Python page
http://pyopengl.sourceforge.net/documentation/manual/glActiveTextureARB.3G.…
- and XFree86 http://www.xfree86.org/4.2.0/glActiveTextureARB.3.html
which all say the upper bound is GL_MAX_TEXTURE_UNITS_ARB.
So it looks like the above wine code performs a check appropriate for
glActiveTexture() but not for glActiveTextureARB(). It should have been
GL_LIMITS(textures) for GL_MAX_TEXTURE_UNITS_ARB, cf.
include/wine/wined3d_gl.h:WineD3D_GL_Info and dlls/wined3d/directx.c:FillGLCaps
As a result of the incorrect check, the sampler() continues processing, instead
of returning early.
I'm using a laptop with the i810 Xorg driver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12419
Summary: eISLP crashes in ole on exit
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.softprogres.sk/files/eislpinstall.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11945)
--> (http://bugs.winehq.org/attachment.cgi?id=11945)
+ole,+olerelay+typelib log in git
eISLP crashes in ole on exit. Native dcom98 fixes this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11495
Summary: Unhandled page fault on read access
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.ea.com/prostreet/home.jsp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ruesch(a)fresh-powder.de
Created an attachment (id=10654)
--> (http://bugs.winehq.org/attachment.cgi?id=10654)
log file with +relay,+snoop debug level
I tried playing the demo of "Need For Speed: Pro Street" and got this problem:
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_R32F
...followed by an unhandled exception. Hence I changed the resolution to 16 Bit
as I assumed it might have to do with my 32 Bit resolution. Now the output
above doesn't show up anymore but the game crashes with an unhandled exception
though. A +relay,+snoop debug is attached.
My System:
- Kubuntu 7.10
- AMD Athlon 3800+
- NVidia GeForce 7800GTX
- X.org 11.0 with nvidia module from www.nvidia.com
- wine 0.9.54
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10342
Summary: Implement ClearType also known as SubPixel Rendering
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehacker(a)gmail.com
Newer FreeType builds have support for this and without it Wine currently looks
very bad on LCD displays.
http://en.wikipedia.org/wiki/Subpixel_rendering
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9990
Summary: Google Pack installer aborts with dialog "Invalid
command line -install -extra ..."
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://pack.google.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
First you have to install Firefox for Windows to
access http://pack.google.com to work around bug 9291.
That lets you download Google Updater.exe.
But that app fails to start, and aborts with a dialog:
0009:Call KERNEL32.CreateProcessW(00000000,0031c84c
L"C:\\windows\\temp\\gis716\\GoogleUpdaterSetup.exe -install -extra
\"\6c66\776f\523d\6765\6c75\7261\6150\6b63\6326\756f\746e\7972\753d\2673\7473\7461\6f3d\266e\3d72\3841\3938\3345\3037\412d\3731\2d33\3434\3862\392d\3434\2d34\3246\4643\4237\3641\4132\3835\"",00000000,00000000,00000000,00000400,00000000,0031e070
L"C:\\windows\\temp\\gis716",0031c728,0031c76c) ret=7e6380c3
...
000e:Call user32.MessageBoxW(00000000,001370a0 L"Invalid command line
\"-install -extra
\"\6c66\776f\523d\6765\6c75\7261\6150\6b63\6326\756f\746e\7972\753d\2673\7473\7461\6f3d\266e\3d72\3841\3938\3345\3037\412d\3731\2d33\3434\3862\392d\3434\2d34\3246\4643\4237\3641\4132\3835\"\".",00131460
L"Google Updater",00000010) ret=6000d58b
The -extra commandline argument probably indicates which apps
google pack should install after installing itself.
If you run GoogleUpdaterSetup.exe with no args, it
fails with a different problem (no BITS service started).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9464
Summary: err:ole:CoMarshalInterface Failed to marshal the
interface {00000001-0000-0000-c000-000000000046},
80004002
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klaus.layer(a)gmx.de
Created an attachment (id=7804)
--> (http://bugs.winehq.org/attachment.cgi?id=7804)
err:ole:marshal_object object doesn't expose interface
Geogrid viewer from EADS (a program to display maps
http://appdb.winehq.org/appview.php?iAppId=1649) makes use of a EXE-Plugin
Interface. At startup it compains about not being able to initialize the plugin
interface. A +relay,+msgbox trace reveals some errors and fixmes. Please see
attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14506
Summary: Google Pack installer aborts with dialog "cannot
continue"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://pack.google.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Today's Google Pack (aka Google Updater) fails with the dialog
"Google Updater cannot continue (error 0x8007041d)."
Looking at +relay, it seems that the installer's troubles are
centered around the warning
fixme:sync:CreateTimerQueue stub
so I'm calling this a kernel32 bug for now.
(This is separate from bug 9990.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10828
Summary: SQLNotes - won't start properly
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
URL: http://www.sqlnotes.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clark(a)lodge.org
Created an attachment (id=9696)
--> (http://bugs.winehq.org/attachment.cgi?id=9696)
console log of SqlNotes - startup
Several errors displayed on console. (See attached)
SQLNotes screen opens, but has error on status line:
Warning Load User Functions
Invalid procedure call or argument(I=0)
-----
Subsequent to that - on execution of many command line options - error pops:
Runtime Error 429
ActiveX Component can't create object
Console then displays:
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not
registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000}
could be created for context 0x1
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not
registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000}
could be created for context 0x1
err:ole:CoGetClassObject class {00000535-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000535-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no class object {00000535-0000-0010-8000-00aa006d2ea4}
could be created for context 0x5
Pressed OK to error msg and program terminates.
Thanks, Clark
P.S. - what's best 'search' method for id'ing if something is already reported?
I'm grabbing what I think are interesting snippets from console, and pasting
into bugzilla - search. So far, haven't seen any 'exact' matches. Other -
better way to do this??? (I'm a linux/wine newbie...) And are there other
debug info, or command line args that would help?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.