http://bugs.winehq.org/show_bug.cgi?id=15053
Summary: for some apps wine update forces reinstalls
Product: Wine
Version: 1.1.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluedzins(a)wp.pl
It applies not for all applications. It is not only the problem with current
version of Wine, because it happened before.
Take for example Great PWN Dictionary -- you install wine, you install this
app, everything works fine. But when you update wine something is changed in
that way that this app is corrupted and it (not wine) says the installation was
not successful, reinstall is required. After reinstall everything is fine again
until... next wine update. And so on.
I know there is not much details here, please ask what should I add, I will
help for sure.
--
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=16830
Summary: Condor:crash during online game
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsierkkis(a)gmail.com
Created an attachment (id=18534)
--> (http://bugs.winehq.org/attachment.cgi?id=18534)
log taken with WINEDEBUG=+winsock
Typically about 5mins after online game start the game freezes and locks X.
Condor process is in defunct state and needs to be killed from console to
unlock X. Remote server can be any windows based server visible in game
developers site. The same happens regardless of selected map or glider type.
Native "d3dxof.dll", "dplaysvr.exe", "dplayx.dll", "dpnet.dll", "dpnhpast.dll"
and "dpwsockx.dll" are in use.
--
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=19097
Summary: Everquest 1 fails on server launch with a "Microsoft
Visual C++ Runtime Library" error
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ppl.info.portal(a)gmail.com
Created an attachment (id=22049)
--> (http://bugs.winehq.org/attachment.cgi?id=22049)
Output to run eqgame.exe via command line using wine 1.1.23
Using wine 1.1.23 (provided with Fedora 11), the Everquest patcher opens, runs
and completes giving the expected server selection screen however when any of
the servers are selected the program crashes giving a pop-up error box stating:
Runtime Error!
Program: C:\Program Files\Sony\EverQuest\eqgame.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
(screen shot available)
This happens with using the "env WINEPREFIX" and also when using wine without.
This was not experienced with the version of wine provided with Fedora 10
(1.1.15) or before.
Output from wine command via command prompt attached.
--
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=18429
Summary: Printing is weird in educational software
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterson(a)orkutcidio.org
Hello,
I'm from Brazil and in my English school we were trying to use the software
"Click and Change FC" (I believe it's from Cambridge) but we are not able to
print it because it never prints correctly: eveything on the paper gets messy;
there's a big black box in the middle of it, etc. Our printer is an HP Laserjet
1018.
How can I provide information about printing? Is this a known bug (couldn't
find anything about it)? Thanks =)
--
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=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=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.