http://bugs.winehq.org/show_bug.cgi?id=15955
Summary: Tomb Raider underworld demo crashes at startup
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
URL: http://forums.eidosgames.com/showthread.php?t=81768
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
CC: julliard(a)winehq.org
Created an attachment (id=17140)
--> (http://bugs.winehq.org/attachment.cgi?id=17140)
Crash log.
Tomb Raider underworld demo crashes at start up. This is a regression with the
following patch.
5e2ed6bfe94eb322efe891c07aa8e58b125f36c2 is first bad commit
commit 5e2ed6bfe94eb322efe891c07aa8e58b125f36c2
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 5 20:32:32 2008 +0100
ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile.
:040000 040000 2f0316597d54dc0ee871c80465dc4dac295a0f3e
3e9d23a0110f6767160cda3ad4aadaf376c3e508 M dlls
:040000 040000 e3944bdf24bb46aad3b8266661b79d54336690aa
29feaf47301e9cd65d2c216e6bef96c0ad5612bf M include
:040000 040000 04899ab2458e13db1c7a3357483bfef1b9123fcc
158732825f15930c0d3cdeaddfff4e36b75f3cb5 M server
--
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=26589
Summary: A Farewell to Dragons: game becomes slow during fights
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33850)
--> (http://bugs.winehq.org/attachment.cgi?id=33850)
terminal output
Character animations and scrolling the screen with the mouse become slow during
fightings. As if characters moved in slow motion. As soon as you finished off
your opponents, game speed is back to normal immediately.
It doesn't matter whether you are fighting against a horde of enemies or simply
smashing a barrel/crate in the game, the problem is there.
What makes the issue more 'mysterious' is that it only happens when your
character is equipped with a melee weapon (dagger, sword etc.) If you are
fighting with a bow there's no such problem: the gameplay is as smooth as it
should be during the fights.
Lowering the screen resolution/detail level has no effect on the slowdown.
The attached log was created while smashing some barrels in the game.
No demo available.
Fedora 14
Nvidia GeForce 250 GTS / driver 260.19.36
--
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=26917
Summary: Endless Alice Crysis starts with a black screen.
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.g4g.it/2011/04/23/endless-alice-crysis/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=34320)
--> (http://bugs.winehq.org/attachment.cgi?id=34320)
~/wine-git/wine alicry.exe 2> logs.txt
There is only a black screen at start of the game plus the game runs at a low
resolution and thus you have to run in a virtual desktop.
--
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=27076
Summary: Darkspore: Character customization screen is dark with
fog
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fjuni5(a)msn.com
The character customization room is noticeably darker with a brown fog that is
not seen in the windows counterpart. The character also drawn darker.
REPRO: To enter the Character Customization Room, after logging in, on the
squad selection screen click on middle Editor button on the navigation console
in the upper right hand corner of the UI.
Log entry when entering:
doing transition
playing sound ui_map_nav_rollover
fixme:thread:SetThreadIdealProcessor (0x318): stub
fixme:thread:SetThreadIdealProcessor (0x328): stub
Scale9Grid has negative width -1021.200000
Scale9Grid has negative height -4.050000
Scale9Grid has negative height -0.050000
--
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=15950
Summary: wine won't build with bison 2.4
Product: Wine
Version: 1.1.8
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-2008(a)ryandesign.com
With bison 2.3 installed (using MacPorts), wine bulids, but with bison 2.4, it
doesn't. It says:
/usr/bin/gcc-4.0 -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/mp/include -O2
-o parser.tab.o parser.tab.c
parser.y: In function 'parser_parse':
parser.y:320: error: parse error before '}' token
make[2]: *** [parser.tab.o] Error 1
make[1]: *** [jscript] Error 2
make: *** [dlls] Error 2
Here is the MacPorts project's ticket about this issue:
http://trac.macports.org/ticket/17135
Here's a description of a backwards-incompatible change made in bison 2.4 by
the developer of pure, another program that won't build with bison 2.4
(actually I don't know if that's the same reason wine won't build):
http://groups.google.com/group/pure-lang/browse_thread/thread/60593b93dc8fc…
--
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=27239
Summary: O.R.B. (Off-World Resource Base): build menu
inoperative
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.fileplanet.com/117383/110000/fileinfo/O.R.B
.-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34819)
--> (http://bugs.winehq.org/attachment.cgi?id=34819)
terminal output
The build menu plays a major role in the game (just like in any other strategy
games): here you can build new ships for your fleet.
Sadly, this part of the game is unusable in Wine simply because you cannot
interact with the build menu in any ways. Clicking on the buttons has no
effect.
Strangely enough, this is the only part of the game that shows such a problem:
all of the other menus (Research, Manpower etc.) work correctly.
To reproduce the problem in the demo:
1) Install the demo as usual. Launch it by orb.exe.
2) In the main menu choose Single Player, skip the tutorials, select Skirmish.
When the map is loaded press 'b' to bring up the build menu (located at the
bottom of the screen). Try to interact with the menu: clicking on anything
inside the menu has no effect.
The same problem in Wine 1.2.3.
Tried it in virtual desktop mode and in fullscreen mode, too.
Fedora 14
Nvidia GeForce 250 / driver 270.41.06
Gnome 2.32.0 + Metacity
--
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=27246
Summary: Control panel items description truncated
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Open wine control panel with "wine control", and select "View > Details".
The descriptions are truncated, e.g. I get
"Allows you to install new software, or remove existing software"
instead of
"Allows you to install new software, or remove existing software from your
computer."
Same for other descriptions.
--
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=27257
Summary: Unimplemented function xmllite.dll.CreateXmlWriter
Product: Wine
Version: 1.3.20
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Created an attachment (id=34859)
--> (http://bugs.winehq.org/attachment.cgi?id=34859)
Crash
Function CreateXmlWriter unimplemented.
--
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=27280
Summary: BHDCInstall_per can not install (unimplemented
function cfgmgr32.dll.CM_Get_Device_ID_List_SizeA )
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34888)
--> (http://bugs.winehq.org/attachment.cgi?id=34888)
Log: install BHDCInstall_per.exe
1. Download BHDCInstall_per
http://www.icbc.com.cn/ICBC/html/download/dkq/BHDCInstall_per.exe
2. install
$ wine BHDCInstall_per.exe &> bhdcinstall.log
An unhandled exception dialog says:
""" Error Number: 0x80040707
Description: DLL function call crashed: HHInst_x86.Install
Setup will now terminate. """
Log:
wine: Call from 0x7b839bb2 to unimplemented function
cfgmgr32.dll.CM_Get_Device_ID_List_SizeA, aborting
--
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=27302
Summary: Star Fury doesn't detect 3D device correctly
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.fileplanet.com/130638/130000/fileinfo/Space
-Empires:-Starfury-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34918)
--> (http://bugs.winehq.org/attachment.cgi?id=34918)
screenshot, 3D device selection screen
In the setup menu of the game you can change the screen resolution, detail
level, 3D device etc.
The problem: the 3D device selection screen contains only garbage. If I click
on the <Change> button 3 entries appear but all of them show some unrecognized
strings (see attached screenshot).
A plain terminal output is very sparse, showing only
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x32f5f8,0x00000000), stub!
The same problem is present in Wine-1.0.1 and it affects Space Empires V, too.
To reproduce the problem in the demo:
1) Install the demo as usual.
2) Start the launcher by StarFury.exe. Click on <Setup>: the game seems to be
hung up for some unknown reasons. Be patient, the configuration window will
appear. On my system it takes more than a minute until the screen appears. See
the garbage text under 3D device.
Fedora 14
Nvidia GeForce 250 / driver 270.41.06
--
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.