http://bugs.winehq.org/show_bug.cgi?id=25797
Summary: Dogfighter (Steam) hangs when changing the video
settings
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: nerv(a)dawncrow.de
Created an attachment (id=32874)
--> (http://bugs.winehq.org/attachment.cgi?id=32874)
terminal output
The game hangs when I change any video related settings in the main menu. The
video options menu contains settings for the screen resolution, detail level
etc. After changing any of the options and pressing on <Accept> the game
freezes.
Wine-1.3.5: the game is starting properly, no crash when changing the settings
Wine-1.3.6: the game crashes early during the initial loading stage, due to
commit cd957f5b6458c5f92c216f0f3da82f34ddc106a6
The console is filled with :
'fixme:d3d9:IDirect3DDevice9ExImpl_CheckDeviceState iface 0x124708, dst_window
0x300a6 stub!'
Wine-1.3.7: the game is starting correctly again but shows the mentioned
problem when changing the settings.
Bisecting between 1.3.6 and 1.3.7 revealed the following commit:
ce0e1f07dc597fd157b914baa70588423b7eb6c6 is the first bad commit
commit ce0e1f07dc597fd157b914baa70588423b7eb6c6
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Thu Nov 11 20:35:20 2010 +0100
d3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7.
I had to revert *both* commits to get the game to behave correctly.
Fedora 14
Nvidia GeForce 250 / driver 260.19.29
--
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.
http://bugs.winehq.org/show_bug.cgi?id=30221
Bug #: 30221
Summary: Pegasus Mail v4.63 starts w/ exception "(0x80040100)
(0x80040100) @01AD84F5" (OleCommandTarget_Exec
Unsupported cmdID = 63)
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
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
The package generates the following exceptions in safecall methods at start up:
(0x80040100) (0x80040100) @01AD84F5
(OleCommandTarget_Exec Unsupported cmdID = 63 )
--
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=20170
Summary: Gruntz: Slow down a lot when displaying text
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miro(a)hroncok.cz
Gameplay slows down a lot, when text is displayed in game window. I mean white
text with information in top left corner or text when writing cheats.
Displaying text in game guides is OK, same as text in classic Windows dialogs.
Steps to reproduce:
For white text in top lef corner:
1. start playing the game (SINGLEPLAYER > QUICKSTART)
2. click the mouse button twice, to actually start playing the game
3. hit F5 to quicksave the game
4. set a name of the game and click on Save
5. OK all the dialogs
6. F5 again
5. the white text appears in top left corner, game slows down until text
disappears
(This may not work in the demo.)
For writing a cheat:
1. start playing the game (SINGLEPLAYER > QUICKSTART)
2. click the mouse button twice, to actually start playing the game
3. hit Enter and write something
4. game slows down
5. hit Enter again
6. game is OK again
It is not playable during the time, game is slowed down. Also I know two
things:
1. Neither CPU or Memory usage goes up during the slow down.
2. There are no errors or text in the terminal during the slow down.
Demo link: http://download.cnet.com/Gruntz-demo/3000-7562_4-10026065.html
PS Sorry, but I didn't test this in any earlier version of Wine, so it is
possible this is happening since ever...
--
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=30321
Bug #: 30321
Summary: wine iexplore
http://www.mozilla.org/en-US/plugincheck/ crash in
mshtml
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 39622
--> http://bugs.winehq.org/attachment.cgi?id=39622
console output with backtrace
wine iexplore http://www.mozilla.org/en-US/plugincheck/
Scrolling down result in a crash in mshtml/htmlnode.
(called from jscript/engine).
When the page opens and you increase the Window size, the page has the notice,
that JavaScript is disabled.
I have no Idea, if this is a reason for this bug or a
separate problem for a new bug.
Reverting 6c6744f80066f0aa46939a2d4c0af9c34f932e8b allow you
to scroll the page again without a crash and removes the
"JavaScript disabled" notice.
Patch 84979 ( http://source.winehq.org/patches/data/84979 ) does not change
the result.
--
By by ... Detlef
--
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=28949
Bug #: 28949
Summary: VBSCript fail to parse in statement
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
The following code fails to parse correctly.
dim currentModel as EA.Package
for each currentModel in Repository.Models
....
fixme:vbscript:parse_script parser failed on parsing L" in
Repository.Models\n\t\t\n\t\tVBTrace( currentModel.Name )\n\t\t\n\t\t' Iterate
through all packages in the model\n\t\tdim currentPackage 's
EA.Package\n\t\tfor each currentPackage in
currentModel.Packages\n\t\t\t\n\t\t\tVBTrace ( \" \" & currentPackage.Name
)\n\t\t\t\n\t\t\t' Iterate through a"
--
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=21487
Summary: hh,exe: Missing icons, problem displaying initial pag
of sample CHM-file
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.istinger(a)gmx.at
CC: michael.istinger(a)gmx.at
When displaying the sample CHM file, the "closed book" and "open book" in
the tree control on the left side of the window are missing.
The right window complains that "the page cannot be displayed".
I have verified that the file displays ok on Windows XP SP3, so
the problem appears to be in my wine setup.
I assume that this may be related to the "err:" messages I receive when running
hh.exe.
I will upload the following material:
a) Sample CHM file
b) output generated from hh.exe
c) sample screenshot showing display on Windows XP SP3.
Is there anything I can do to get hh.exe to display correctly, or is this
a genuine bug that needs to be fixed?
All the best
Michael
--
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=21346
Summary: Ashampoo Slide Show 2010: Slideshow preview window
crashes the app
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://hdlroot01.ashampoo.com/public/ash/0166/ashampoo
_slideshow_studio_2010_1.00_6121.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25702)
--> (http://bugs.winehq.org/attachment.cgi?id=25702)
Many and Err...
The video preview window in the bottom right of the main window has a play
button. If you click it the entire application hangs.
I've added the url of the trial version for anyone interested in testing it.
--
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=23906
Summary: Starcraft 2 : graphic problem with mission Safe Haven
(save colony)
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30011)
--> (http://bugs.winehq.org/attachment.cgi?id=30011)
Screenshot
The screen is covered in fog, hence making the mission unplayable. The screen
is fine in Windows. So far, I have experienced this only in the mission Safe
Haven if you save the colony.
Gentoo Linux X64
Nvidia 8800GT
nvidia-drivers 256.35
--
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=27090
Summary: Gecko crashes on HTTPREQ_QueryDataAvailable on
fresh-prefix wineboot
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=34527)
--> (http://bugs.winehq.org/attachment.cgi?id=34527)
WINEDEBUG=seh,appwizcpl,mshtml,msi wineboot
Forgot to file...
=>0 0x00007fb800bde0e6 HTTPREQ_QueryDataAvailable+0x1a6(hdr=0x2dfd0,
available=0x2a5a8, flags=<is not available>, ctx=<is not available>)
Attached is a WINEDEBUG=+seh,appwizcpl,mshtml,msi.
Ill provide a mhtml,msi,appwizcpl,seh,wininet,urlmon,tid when I wake 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=23811
Summary: Total Overdose installs, but crashes as soon as it
starts.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fetter_oml(a)web.de
Created an attachment (id=29873)
--> (http://bugs.winehq.org/attachment.cgi?id=29873)
crashlog of total overdose with wine 1.2
Total Overdose (PC-Game, 2005) crashes as soon as it is started.
Not much to say, better have a look at the log (attachment)
--
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=23610
Summary: world editor: ui flashing in terrain editor
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
UI flashing in the world editor, when you move, button appear and flash and
make the scrolling slow. This take a part of your processor and make it laggy.
--
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=12663
Summary: Need for Speed: Hot Pursuit 2 demo has invisible cars
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Actually in 0.9.60, but there isn't an option for that yet...
In both the car selection screen and the races, the cars in the Need for Speed:
Hot Pursuit demo are all but invisible. The only trace of them in the race is
the shadows and the sparks that fly when you hit stuff.
The cars used to be rendered perpendicular and textureless (See bug 10613). Now
they don't render at all, and the output at the command line is decidedly
different. (See attached file)
When you have vertex/pixel shaders turned off manually in winecfg, you get Bug
12252.
The game should run without shaders, as it supports nvidia chipsets all the way
back to the original GeForce. My card is an nvidia Geforce 4 MX 440 with the
latest nvidia drivers for the card.
--
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=23490
Summary: Final Fantasy VII hangs in
IDirectInputDevice::GetDeviceState loop
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewfewfe(a)wh4f.org
This problem is probably not only with Final Fantasy VII but that's the only
affected application I know of. Basically, the normal flow of the game has a
message loop like any other with translatemessage/dispatchmessage etc. However,
sometimes it goes into a loop which doesn't handle window messages and this is
where the problem appears, suddenly it doesn't see any input anymore and you
can't do anything but kill the application. I traced the input routines and
found that the game uses GetDeviceState for keyboard input, I can only guess
that this is not updating if no messages are being processed, I haven't
actually run it through a debugger to check. In windows this works fine of
course, input is recognized as usual and the game does not hang. An easy way to
trigger this is to try to quit the game from the ingame menu, a confirmation
dialog appears and the game is still running but you can't do anything.
--
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=23550
Summary: Cannot successfully unlock Tales of Monkey Island:
Chapter 2 - The Siege of Spinner Cay anymore
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.telltalegames.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hein(a)kde.org
"Tales of Monkey Island: Chapter 2 - The Siege of Spinner Cay" is a 3D
adventure game made by Telltale Games.
The game is available for purchase and download online at
http://www.telltalegames.com/.
After purchasing the game, you download an installer executable:
ToMI_SiegeOfSpinnerCay_Setup.exe. This installer appears to complete
successfully.
Upon launching the installed game, you're presented with a launcher window in
which you can either enter your Telltale online account name and password, or
the game-specific serial key (which you can find out on the website after
logging in), to unlock the game.
Unfortunately, the launcher gets stuck on "Unlocking, please wait."
indefinitely after entering either information.
This is a regression: In older Wine versions - unfortunately, I don't quite
remember what version - the game installed, unlocked and then worked
flawlessly.
Of note is that with this older version, the launcher was just a white
rectangle with a HTML line edit where you put the serial and a Submit button to
then unlock it. Now, the launcher appears graphically much more sophisticated,
with proper backgrounds, themed input forms and animations. But it's probably
still HTML-based. Thus my assumption is that what happened here is that Wine's
MSHTML implementation has greatly improved, but those code changes have also
broken the crucial bit that makes unlocking work.
My Wine is 1.2-rc6 on Fedora 13 x86_64. I started with a fresh ~/.wine with
default settings, then used the latest version of winetricks to install the
gecko component, and then ran the installer.
--
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=28155
Summary: Windows application stopped working after patch 1.3.26
of wine
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: franc(a)kristan-sp.si
Created an attachment (id=36075)
--> (http://bugs.winehq.org/attachment.cgi?id=36075)
Debugger output
Im using and old application - some dictionaries with ASP32.EXE as main
application executable. After latest wine update to 1.3.26 the application wont
start and i've attached the debug code below. Any help regarding regression in
my case would be helpful.
--
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=25416
Summary: not compatible witch old version
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 10mkudela(a)gmail.com
A game Train Simulator (witch official and unofficial updates) works properly
on this version of WINE:
http://www.lamaresh.net/apt/dists/lenny/main/binary-i386/wine_1.1.42~winehq…
but on others witch huge graphic bugs (can't see anything). I know that to run
on 1.1.42 Direx 9 is needed.
--
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=23994
Summary: Game crash at random during combat
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann.eeckhoudt(a)laposte.net
Created an attachment (id=30131)
--> (http://bugs.winehq.org/attachment.cgi?id=30131)
error message
During a combat, the game freeze and there is an error message explaining that
the application has encountered an error and must close. I do not know if that
problem occurs also in windows or not.
--
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=23325
Summary: ART OF MURDER 3 - Mouse problem clickin'
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clownbepi(a)fastwebnet.it
I've already installed AoM3 and Directx. It works until It reaches the menu.
The cursor works fine but no one click.
Thanx
D
--
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=28209
Summary: persistent wine error with wine1.3
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grey_wolf_03(a)hotmail.com
I'm trying to run Jedi Knight 3: Jedi Academy, however the game starts to load
and then crashes. My output from the console is err:seh:setup_exception_record
stack overflow 1220 bytes in thread 0009 eip 7bc3e5ce esp 01330e6c stack
0x1330000-0x1331000-0x1b30000. I'm not a programmer so this is all speaking
greek to me. From my understanding, JKA is suppose to work great in multiplayer
for JKA.
--
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=19195
Summary: Etherlords 1.07 hangs up after several minutes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
URL: http://www.etherlords.com/etherlords1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
Created an attachment (id=22196)
--> (http://bugs.winehq.org/attachment.cgi?id=22196)
Output of wine-1.1.25
Game hangs up. When I turn off second cpu, game works longer but also hangs up.
Generally, game works slow and unstable.
System: PC athlon64 X2 2611 MHz, 1Gb RAM. Gentoo linux 2007.
--
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=26612
Summary: Unhandled exception: page fault on write access to
0x00000000 in 32-bit code (0x7edc03b2).
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.malaterre(a)gmail.com
Created an attachment (id=33881)
--> (http://bugs.winehq.org/attachment.cgi?id=33881)
log file
I cannot install Visual C++ 2005 Express Edition SP1 -
VS80sp1-KB926748-X86-INTL.exe.
After following suggestions from:
http://bugs.winehq.org/show_bug.cgi?id=20110#c7
Here is what I have:
$ md5sum vcsetup1.cab vcsetup.msi VS80sp1-KB926748-X86-INTL.exe
bf8e5bd81b02d708c7f7ea3befe708fe vcsetup1.cab
34ee1cdfd9cb7b58d42be91f28d92890 vcsetup.msi
a5129e83a91fc1ec44f45189f27244be VS80sp1-KB926748-X86-INTL.exe
I then execute
$ wine VS80sp1-KB926748-X86-INTL.exe
which leads to segfault (see attached file)
--
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=25035
Summary: Red Ocean Demo requires unimplemented function
d3dx9_36.dll.D3DXCreateVolumeTextureFromFileInMemory
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://games.on.net/file/6422/Red_Ocean_English_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31729)
--> (http://bugs.winehq.org/attachment.cgi?id=31729)
~/wine-git/wine Red\ Ocean\ Demo.exe &> log.txt
Red Ocean Demo requires unimplemented function
d3dx9_36.dll.D3DXCreateVolumeTextureFromFileInMemory
Using native d3dx9_36, Red Ocean starts but not all graphics is rendered
properly.
--
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=29923
Bug #: 29923
Summary: appwiz: Mistake in the text
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lauri.kentta(a)gmail.com
Classification: Unclassified
The main dialog of appwiz advises the user to "click Change/Remove." However,
the available buttons are "Modify..." and "Remove".
--
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=29256
Bug #: 29256
Summary: Unhandled exception code c0000005 flags 0 addr
0x7d8d6c6c
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dandart(a)googlemail.com
Classification: Unclassified
Pulsen freezes on startup with error;
Unhandled exception code c0000005 flags 0 addr 0x7d8d6c6c
Setting msvcp90 to native fixes it.
--
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=26907
Summary: HaoZip: Crash when pressing right mouse button on tree
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://storage2.dobreprogramy.pl/akcesoria/haozip_v2.2
.6302.multi_(dobreprogramy.pl).exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34311)
--> (http://bugs.winehq.org/attachment.cgi?id=34311)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install HaoZip (default installation)
4) wine HaoZip.exe
5) Click right mouse button on Desktop (see attachment)
Behaviour:
Crash.
Expected behaviour:
No crash.
--
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=25336
Summary: nimbuzz disconnects user after a few seconds
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jose1711(a)gmail.com
nimbuzz pc client (http://www.nimbuzz.com/en/pc/) is unusable at the moment
since after a short while user is disconnected.
the following message is written in stdout when the disconnection occurs:
397 2010-11-28T14:57:13 [WARNING]: XMPPConnection: isNetwork UP returned FALSE
398 2010-11-28T14:57:13 [WARNING]: XMPPConnection::timerEvent !NetworkUp ||
!isMyAddressUp
399 2010-11-28T14:57:13 [INFO]: UI - SignInStackControllerBase: No network
available
400 2010-11-28T14:57:13 [INFO]: UI - SignInStackControllerBase - State change :
4 to 8 Prepare to suspend called
401 2010-11-28T14:57:13 [INFO]: **** Signing Out
user=xxxx(a)nimbuzz.com/nimbuzzdesktop6533
402 2010-11-28T14:57:13 [INFO]: LoginSequenceController::logout() stoping login
sequence
403 2010-11-28T14:57:13 [INFO]: CallManager: Shutdown()
404 2010-11-28T14:57:13 [INFO]: CallManager: successfull shutdown
405 2010-11-28T14:57:13 [INFO]: nimbuzz_out::NimbuzzOutManager::shutdown
406 2010-11-28T14:57:13 [INFO]: Authenticator: Sign out ending stream
407 2010-11-28T14:57:13 [INFO]: SslSocket::disconnectFromHost.
prerequisity for testing is a nimbuzz account: free and can be created directly
from the application
--
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=24144
Summary: Sample OBJ file is not rendered in OpenGL OBJ Viewer
Demo
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/GLObjViewer.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
The sample OBJ file supplied in the demo does not render brick tecture on the
cube.
Graphics card is a Nvidia GeForce 6600GT with the 195.36.24 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=29932
Bug #: 29932
Summary: Testdrive Sound works now, but mouse pointer does not
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulthetall(a)gmail.com
Classification: Unclassified
Created attachment 38955
--> http://bugs.winehq.org/attachment.cgi?id=38955
Testdrive dinput, cursor debug
Testdrive sound works now. However, mousepointer doesnt move anymore in the
menu or in the game. In 1.4 RC3 it worked just fine but then no music/sound. I
made a testdebugrun output. See attachment. Hope you can fix it before
laucnhing 1.4
--
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=25252
Summary: Need For Speed Hot Pursuit (2010) crashs out
(Unhandled page fault)
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sexy_b14(a)hotmail.com
Created an attachment (id=32068)
--> (http://bugs.winehq.org/attachment.cgi?id=32068)
console output
Trying to run Need For Speed Hot Pursuit on wine 1.1.37 wineperfix=32 vanilla
game will crash out with.
fixme:wbemprox:wbem_locator_ConnectServer 0x1cb238, L"ROOT\\CIMV2", (null),
(null), (null), 0x00000000, (null), (nil), 0xbb811cc)
wine: Unhandled page fault on read access to 0x00000000 at address 0x758aa1
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00758aa1).
Have tryed running it in Eum desktop same issiue occurs.
please see attchments with console output
system:
AMD Phenom(tm) II X4 955 Processor
ATI HD5700 X2 in crossfire Catalys 10.10
Archlinux x86_64
--
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=27389
Summary: unimplemented function
msvcp80.dll.??0?$basic_ostringstream@_WU?$char_traits@
_W@std@@V?$allocator@_W@2@@std@@QAE@H@Z
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
wine: Call from 0x7ed8ce92 to unimplemented function
msvcp80.dll.??0?$basic_ostringstream@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@H@Z,
aborting
Affects Bioshock's patcher application
--
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=10458
Summary: Poptray 3.2 external exception with hotmail
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leviatan1(a)gmx.net
Created an attachment (id=9166)
--> (http://bugs.winehq.org/attachment.cgi?id=9166)
Source code from hotmail plugin
I try to use hotmail plugin in poptray. When Poptray check it hotmail, I get
warning "External exception E06D7363" and:
fixme:msxml:domdoc_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
--
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=29637
Bug #: 29637
Summary: MS Word 2007 cover page crashes
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winestuff(a)viller.org
Classification: Unclassified
When I open Word 2007 (SP2) and go to the Insert->Cover-Page, the MS crash
report comes up and forces me to restart Word. I run Ubuntu 11.10 64. I have
attached the console output - to me this smells like some threading issue.
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
I have also seen similar crashes in e.g. the insert footnote and header, but
the list does not pre-load as many at once, so it is not as consistent.
--
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=26914
Summary: setvbuf() breaks iostream input (msvcrt/msvcp)
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: UncombedCoconut(a)gmail.com
This bug affects Stockfish, a chess engine. I've made a simplified test case.
This C++ program copies a line from stdin to stdout, or complains on EOF.
It works on WinXP, but under Wine 1.2.2 or 1.3.17 it says "No input". (You do
have to type a line before it will terminate.)
Here's the code and build command. The exe is attached.
$ cat setvbuf-test.cpp
#include <iostream>
#include <cstdio>
#include <string>
int main() {
std::string input;
setvbuf(stdin,NULL,_IONBF,0);
setvbuf(stdout,NULL,_IONBF,0);
if (std::getline(std::cin, input))
std::cout << "Input was: " << input << "\n";
else
std::cout << "No input\n";
return 0;
}
$ i686-w64-mingw32-g++ -o setvbuf-test.exe -static-libgcc setvbuf-test.cpp
--
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=26025
Summary: Atom Zombie Smasher demo: fails to run with builtin
msvcr80
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.bigdownload.com/games/atom-zombie-smasher/p
c/atom-zombie-smasher-demo/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installs fine, but when you run it, it gives a Wine C++ runtime error. Terminal
shows:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50608.0)
Stacktrace:
at (wrapper managed-to-native) SFML.Graphics.Image.sfImage_CreateFromFile
(string) <0x00004>
at (wrapper managed-to-native) SFML.Graphics.Image.sfImage_CreateFromFile
(string) <0x00004>
at SFML.Graphics.Image..ctor (string) <0x00010>
at BlendoEngine.Assets.LoadTextures () <0x0008d>
at BlendoEngine.LoadScreen.LoadAsset () <0x0000a>
at BlendoEngine.LoadScreen.UpdateInput (single,BlendoEngine.InputManager)
<0x00012>
at BlendoEngine.ScreenManager.Update (single) <0x00242>
at BlendoEngine.Game1.Go (string[]) <0x0021d>
at BlendoEngine.Game1.Main (string[]) <0x00045>
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object
(object,intptr,intptr,intptr) <0x00043>
winetricks vcrun2005 worked around it.
--
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=16596
Summary: Spirits of Metropolis doesn't work properly without
using 'Emulate a Virtual Desktop'
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lostoverthere(a)gmail.com
The game, Spirits of Metropolis, does not display either full screen (default)
or windowed mode correctly. However, this issue is easily resolved by enabling
Emulate Virtual Desktop and setting it to 800x600.
However, if you dont do that and let the game run by itself. When it starts for
the first time in full screen. The game appears in the top left hand corner if
the users resolution is larger then 800x600, with the rest of the space just
being black. The game is meant to be stretched to the users resolution by
default.
If the user changes the games settings in options to run in windowed mode, the
game goes into windowed mode but the game itself shifts up approximately 500px
so the bottom 100px are only visible in the top of the game (the rest is
black).
Although this problems are irritating and should be easily fixed this in no way
alters or distracts the user from the game as the problem can be very easily
sorted by setting WINE's global settings to run in an Emulated Virtual Desktop
at 800x600 (the game's native resolution). Problem temporarily solved.
--
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=16246
Summary: Setting WINEPATH has no effect.
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aziz.koeksal(a)gmail.com
Hi,
The following doesn't work as expected:
$ export WINEPATH="C:\dir"
$ printenv | grep WINEPATH # Check if it's in the shell's environment.
WINEPATH=C:\dir
$ wine ./environment.exe # E.g.: printf("PATH=%s", getenv("PATH"));
PATH=C:\windows\system32;C:\Windows
I expect that by defining WINEPATH it would get appended to PATH. I also expect
wine to search in WINEPATH folders to locate a command, e.g. "wine
compiler.exe".
Before filing this report I did some research into this, and apparently there
has been only one person so far who complained about this feature not working
anymore (http://www.winehq.org/pipermail/wine-users/2006-August/023179.html).
I have also browsed the source code, and found the following identifiers that
should be of interest:
http://source.winehq.org/ident?i=__wine_main_environhttp://source.winehq.org/ident?i=build_initial_environment
I could help debugging this, but only if someone guided me through setting up
everything that is required to debug wine in a graphical and sane environment.
--
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=21569
Summary: urlmon/url tests crash if +heap is enabled (crypt32 to
blame?)
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://test.winehq.org/data/7aaaf738ecd06c12bfd69200ee
74abd5cc9aef8b/wine_ae-ub910-heap/urlmon:url.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26008)
--> (http://bugs.winehq.org/attachment.cgi?id=26008)
terminal output
The backtrace is a LONG line of crypt32 related stuff, along with
wininet/libssl/libcrypto/etc. See 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=24316
Summary: Level-R downloader needs
msvcp90.dll.??0?$codecvt@_WDH@std@@QAE@I@Z,
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://cdn.pandonetworks.com/pando/gamigo/LevelRDownlo
ader_DE_03242010.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 16976
Found while checking bug 16976.
--
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=17296
Summary: VMware Infrastructure Client 2.5 could not validate
server's SSL certificate
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: wine(a)doty.ru
While starting VMware Instrastructure Client 2.5 after typing hostname, user
and password and hitting Login button, got error: "VMware Infrastructure Client
could not establish the initial connection with server 'XX.XX.XX.XX'. Details:
The client could not validate the server's SSL certificate".
Console log errors appeared:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53
Thus program could not check servers' SSL certificate and don't run next. I
used .NET Framework 2.0 installed with this program version.
--
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=12966
Summary: Broken Sword 4 Demo fails to start
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Created an attachment (id=12710)
--> (http://bugs.winehq.org/attachment.cgi?id=12710)
Broken sword and WINE output
Broken sword demo fails to start. Opens only the window, and then exits
gracefully (creates a bug report file). Both files (WINE output and Broken
Sword output) are in the attachment below (gzipped)
--
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=21701
Summary: CompuWright Fails to Run but Installs
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
The Designer Application Installs but locks up at the loading screen.
This is with the latest GIT tree.
What information do you want submitted for locking problem.
--
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=28577
Bug #: 28577
Summary: Gangsters 2 Demo (German): Timing errors
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://www.pcgames.de/Gangsters-2-PC-16428/Downloads/G
angsters-2-spielbare-Demoversion-9842/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: earns.61(a)gmail.com
Classification: Unclassified
Thanks to the latest improvements in Wine, it's now possible to watch the
intros of game missions, which didn't even reveal in the quite recent past. But
I've noticed at least two strange things.
To see the first one:
1. Download the demo
2. Install and run it.
3. Get into the main menu.
4. Click "Neue Kampagne"
5. Keep everything in its default values and click "Spiel starten"
6. Make a click to skip a short video
7. Now you see street view; mission details are being explained to you and,
periodically, "camera" switches in top view mode. When it is acting in top view
mode, the rotated red aim moves from one key building to another.
This happens between screenshot 1 and screenshot 2.
Here is the first issue: in Windows, these movements are smooth and last for
several seconds; in Wine, they are done nearly immediately.
The second issue: when the intro is over, click the "X" button on the bottom
right. When the black area is shown up, take a look at the blinking adviser
icon on the bottom left. In Windows, it blinks around two times a second. In
Wine, it does so a few times faster.
WINEDEBUG=+tid,+seh,+relay ~/wine-git/wine explorer /desktop=name,800x600
./Gangsters2Demo.exe &> log.txt
I uploaded the trace to http://www.mediafire.com/?ewczqjo02oe02sa
--
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=15982
Summary: Geometry Wars game does not start
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=17168)
--> (http://bugs.winehq.org/attachment.cgi?id=17168)
log file
After starting a new game, nothing happens. The background is drawn, but the
ship or enemies never appear, the game never starts
--
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=28922
Bug #: 28922
Summary: Atom Zombie Smasher hangs while starting
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
The game just hangs while starting and the console shows a crash on an
unimplemented function:
fixme:msvcp90:locale_ctor_cstr (0x37f5268 63) stub
fixme:msvcp90:locale__Getfacet (0x37f5268 2130680936) stub
wine: Call from 0x7ed63dd2 to unimplemented function
msvcp90.dll.?_Getcat@?$ctype@_W@std@@SAIPAPBVfacet@locale@2@PBV42@@Z, aborting
err:seh:setup_exception_record stack overflow 1656 bytes in thread 005b eip
7ef83196 esp 00540cb8 stack 0x540000-0x541000-0x740000
I have installed the game through Steam, and I'm using wine-1.3.31-172-g7df0245
--
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=16831
Summary: NETCON_secure_connect SSL_connect failed
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://www.audible.com/adbl/site/softwareWizard/Software
Windows.jsp?BV_UseBVCookie=Yes
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)tjworld.net
Audible's Manager.exe (version 5.5.0.0) fails to 'Activate' a device (part of
the Digital Restrictions Management for the audio books) using SSL (requires an
Audible account). This may be related to bug #15482.
The relevant trace fragment (+wininet,+secur32,+schannel) shows:
trace:wininet:HTTP_OpenConnection -->
trace:wininet:GetAddress L"www.audible.com"trace:wininet:HTTP_ResolveName
resolved L"www.audible.com" to 88.221.113.139
err:wininet:NETCON_secure_connect SSL_connect failed: error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
warn:wininet:HTTP_OpenConnection Couldn't connect securely to host
trace:wininet:HTTP_OpenConnection 0 <--
Wireshark doesn't show *any* SSL/TLS attempts (on port 443).
Extracting the URL AudibleManager is attempting to open (a GET that includes
username and encrypted password) from the trace and pasting it into Firefox, a
successful response is returned (and Wireshark shows a complete TLS v1
session).
I'm aiming to test the patch attached to bug #15482, "negotiate TLSv1 instead
of SSL2/3" against 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.