http://bugs.winehq.org/show_bug.cgi?id=31092
Bug #: 31092
Summary: ctest crashes with null this in msvcp90.locale_dtor on
exit?
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
To repeat:
winetricks --no-isolate cmake
cd ~/.wine/drive_c/Program Files/CMake 2.8/bin
wine ctest
Output:
No test configuration file found!
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7e2105f3).
Backtrace:
=>0 locale_dtor+0x23(this=(nil)) [dlls/msvcp90/locale.c:8052]
1 basic_streambuf_char_dtor+0x69(this=0x10af770) [dlls/msvcp90/ios.c:642]
2 basic_stringbuf_char_dtor+0x63(this=0x10af770) [dlls/msvcp90/ios.c:2744]
3 basic_ostringstream_char_dtor+0x5b(this=0x10af76c)
[dlls/msvcp90/ios.c:8671]
0x7e2105f3 locale_dtor+0x23 [msvcp90/locale.c:8052] in msvcp90: movl
0x0(%esi),%eax
8052 if(this->ptr)
--
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=26815
Summary: Mini Golf cannot be played a second time
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.myrealgames.com/download-free-games/mini-go
lf/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Starting the first time works but closing and starting up again doesn't
All that happens in the terminal is this
fixme:msxml:domelem_setAttributeNode (0x1319e0)->(0x1319cc 0x32ee14): semi-stub
fixme:msxml:domelem_setAttributeNode (0x131a10)->(0x1319fc 0x32ee14): semi-stub
fixme:msxml:domelem_setAttributeNode (0x1319c0)->(0x131a34 0x32ee30): semi-stub
...........
With Runtime Error! that pops up.
--
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=30184
Bug #: 30184
Summary: Take advantage of xrandr 1.3 features
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
See bug 30154
"""
(In reply to comment #18)
> Wine is a user level application, it's by definition a kernel/vidoe driver
> bug if doing a simple video modes query (just once at start up!) makes X
> block for several seconds.
>
I don't think anyone denied there was a driver/hardware bug involved as well.
But that doesn't change the fact that the way XRandR is currently used in Wine
causes completely unnecessary EDID polls.
This doesn't happen just once on startup either. As the linked source shows,
calling XRRGetScreenInfo() causes a poll. X11DRV_XRandR_GetCurrentMode() calls
XRRGetScreenInfo(). This is what is used to implement the ENUM_CURRENT_SETTINGS
part of the EnumDisplaySettings*() calls, and it's certainly not unheard of for
applications to call those.
You can certainly argue that this bug isn't a very high priority for Wine, and
that it's more important to get the driver fixed so that polls aren't so
expensive. You can't argue that Wine doesn't cause these polls.
> Wine doesn't do anything of the listed below things as the reporter claims:
>
> > - wine is requesting the information again and again
Calls to EnumDisplaySettings*() with ENUM_CURRENT_SETTINGS do this.
> > - and is forcing xrandr to do a reprobe instead of just getting the current
> > information.
Just about any XRandR 1.2 query will do this. The way to fix it is to use
XRandR 1.3 RRGetScreenResourcesCurrent for querying, and e.g.
RRScreenChangeNotify events to get notified of configuration changes. This is
practically needed for proper multi-head support anyway, and listening for the
appropriate events will also fix the issue where applications are unaware of
mode changes by other applications.
"""
--
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=30986
Bug #: 30986
Summary: Severe frame rate regression in 3D games when changing
cursor graphic (esp with animated cursors)
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimportal(a)gmail.com
Classification: Unclassified
While playing Diablo 3 (D3) frame rates decrease significantly when the game
uses an animated cursor. In World of Warcraft (WoW) you can see a brief hiccup
in animation when you mouse over something that changes the cursor shape. It's
not as severe in WoW but WoW does not use animated cursors like D3 does.
A git bisect led to:
c2c0743ccfd4a945df3b88231d62731e14da3324 is the first bad commit
commit c2c0743ccfd4a945df3b88231d62731e14da3324
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jun 22 15:57:29 2012 +0200
wined3d: Properly retrieve the display mode in
wined3d_device_set_cursor_properties().
:040000 040000 5e0f894018153ba040091ace29474ccd9cfd0288
705cc9dc4e980c64ae3edfda864a3c47a6a9beb4 M dlls
--
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=25312
Summary: WINE needs to support XRandR 1.2
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: owen.riddy(a)gmail.com
Created an attachment (id=32154)
--> (http://bugs.winehq.org/attachment.cgi?id=32154)
A patch to add support for XRandA 1.2. It will break many things.
Wine currently supports XRandR 1.1, which is fine for single-monitor users. It
is bad for multi-monitor users because every time wine tries to change the
resolution it completely mucks everything up, and usually switches off a
monitor, eg, bug 16958 (which is a XRandR problem).
XRandR 1.2 introduced some very major architecture changes (*) to support
multi-monitor setups.
I've attached a badly formatted & crufty patch that implements the required
bits of XRandR 1.2. Some issues remain:
A) Fullscreen applications no longer occupy the whole X Screen - only one
physical screen. Games will need to confine the mouse pointer to that screen to
remain playable, and I don't know where in Wine to do this. This may run afoul
of bug 6971.
B) I'm not certain how this patch might interact with DirectDraw & Direct3D -
it probably breaks the screen co-ordinate assumptions in wine.
I don't think it is worth tidying this patch to the formatting standard
required for Wine until A is dealt with.
The patch includes a lot of garbage included as I tried to work out how ddraw
and xrandr interacted (sorry), and what Xinerama was doing in the mix. The
really important parts are X11DRV_XRandR_Init(void), make_modes(void), int
X11DRV_XRandR_GetCurrentMode(void) and LONG X11DRV_XRandR_SetCurrentMode(int
mode) in xrandr12.c.
(*) http://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt -
Sec. 1.2 - wine should be resizing crtc, not the screen.
--
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=25187
Summary: Sandlot games launcher "Play Now" button does nothing
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After patching crypt32 to get past bug 25174, the game fails to launch
when you run the launcher. The log shows
fixme:mshtml:nsURI_GetAsciiHost Use Uri_PUNYCODE_IDN_HOST flag
0[139448]: file chrome://global/content/commonDialog.js, line 49: TypeError:
window.arguments is undefined
0[139448]: file chrome://global/content/commonDialog.js, line 60: TypeError:
gArgs is undefined
0[139448]: file chrome://global/content/commonDialog.js, line 176: TypeError:
gArgs is undefined
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 28
winetricks ie6 gets rid of log messages, but the game still doesn't launch.
--
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=20809
Summary: 15 Days: Crash at startup
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jojos_band(a)gmx.net
Created an attachment (id=24926)
--> (http://bugs.winehq.org/attachment.cgi?id=24926)
Wine console output and application's own error handler output
The game 15 days from house of tales crashes with an unhandled page fault. It
initializes the fullscreen loading screen (black background, small CD in the
bottom right edge) and reports an error afterwards. The application itself
catches the error and gives some hints in an error dialog.
I'll attach the console output of wine as well as the error information of the
game itself.
Currently, there is no demo of the game available.
--
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=30316
Bug #: 30316
Summary: Pegasus Mail v4.63 err:tooltips:TOOLTIPS_WindowProc
unknown msg 0444 wp=00000004 lp=0032cde8
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
Created attachment 39618
--> http://bugs.winehq.org/attachment.cgi?id=39618
debug codes
Pegasus Mail 4.63 build 325 w/ IERenderer 2.4.7.2
pmail: http://download-us.pmail.com/w32-463.exe
Wine 1.4-rc6
tooltips labels are left blank
--
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=28428
Summary: eXperience 112: broken shadows
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.fileplanet.com/184348/180000/fileinfo/eXper
ience112-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Created an attachment (id=36445)
--> (http://bugs.winehq.org/attachment.cgi?id=36445)
screenshot
Shadows are broken (seem to be fragmented) in the eXperience 112 game.
Terminal output doesn't reveal too much:
...
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting
dynamic buffer, stopping converting
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly
yet.
...
fixme:d3d:resource_check_usage Unhandled usage flags 0x8
...
Shadows appeared correctly in 1.3.22. The result of the regression test:
68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f is the first bad commit
commit 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Apr 19 21:24:26 2011 +0200
wined3d: Give GL_ARB_map_buffer_range another try.
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that
caused major
performance problems. If the user is using an older driver we now drop the
VBO instead of using
doublebuffered loading, which means that we fall back to the current
behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for
GL_ARB_instanced_arrays.
:040000 040000 0cada15043b731febf2ef2a673aaaecc4af75f8d
c474ade74a8db2a9c547674dbb4c809841087a3d M dlls
Other bugs related to this commit: bug #27534, bug #27600, bug #27959.
This might be a dupe of any of those.
As for performance issues due to this commit, I don't see major performance
degradation, just because this game always performed badly on my system, when
one or more cameras were activated in the game (5-6 fps @1024x768 resolution).
Steps to reproduce the problem in the demo:
Install...launch...new game..skip the intro video...the problem can be observed
right in the opening sequences.
Nvidia 250 / driver 280.13
--
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.