http://bugs.winehq.org/show_bug.cgi?id=10081
Summary: City of Heroes does not run if asked to use a dual core
processor
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.b.gerber(a)gmail.com
If I run CohUpdater.exe with the -renderthread 1 flag to inform it of the
presence of a dual-core processor, the game appears to:
* Enter an endless loop (continually spamming SetLayeredWindowAttributes calls
to the terminal Wine was run from) rather than finishing loading, and
* Mess up at least part of the Wine registry while doing it (graphics settings
are lost after the game and Wine are killed, whereas they're properly saved
after a normal session.
CoH is optimized for dual-core processors; top confirms that it isn't detecting
the dual-core processor on its own under Wine.
OS: Ubuntu 7.0.4
CPU: Intel Core 2 Duo
GPU: nVidia GeForce 6800 Ultra
--
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=21222
Summary: Mall Tycoon 2 Deluxe: Page fault on write access
Product: Wine
Version: 1.1.35
Platform: x86-64
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=25492)
--> (http://bugs.winehq.org/attachment.cgi?id=25492)
wine: Unhandled page fault on write access to 0x00000004 at address 0x7bc47aa3
(thread 0009), starting debugger...
Impossible to launch Mall Tycoon 2 Deluxe retail version after install. It just
dies with a page fault, which is 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=18894
Summary: Dungeon Keeper 2 game (animation) speed is too fast
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
Installed version: Dungeon Keeper 2 v1.7
The game speed is too fast for some elements. Scrolling for example is almost
impossible since it is so fast - going from one end of a map to the other in a
second. The animation speed of torches on the walls are also way too fast as
well as smoke animations.
This only happens with hardware acceleration on and therefore suggests this is
a problem related to d3d.
Wine 1.1.23, nVidia 180, Kubuntu 9.04 x64
--
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=20520
Summary: SolidWorks 2007: Crahses after splashscreen
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24447)
--> (http://bugs.winehq.org/attachment.cgi?id=24447)
Wine 1.1.32
I'm using Wine 1.1.32 on Fedora 11 i386.
Steps to reproduce:
1) clean ~/.wine
2) winetricks dotnet20 mfc42
3) install SolidWorks2007
4) start SolidWorks2007 and get error message after splashscreen
The crash seems to appear after
err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed: 80004005
Bug can be workarounded by
winetricks ie6
--
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=13968
Summary: 3d graphics are positioned incorrectlly on the screen
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julianlubenov(a)abv.bg
3d graphics in Chessmaster 11 - Grandmaster Edition are positioned so
incorrectly on the screen that they aren't displayed at all or pushed upper and
displayed partially if you are using the 3d desktop in ubuntu. The reason that
the graphics are displayed somehow when you are using 3d desktop is because the
backbuffer is smaller. I think the whole problem is in the
IWineD3DSwapChainImpl_Present function in swapchain.c file in wined3d. The
problem is that handling the pSourceRect and pDestRect parameters (which
control the copying parts from the backbuffer to the window) of the function is
not implemented yet (FIXME("Unhandled present options %p/%p\n", pSourceRect,
pDestRect);).
--
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=14666
Summary: [wined3d] volume/volumetex locking implementation
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
this bug should be sort of a "metabug" for fixing the locking behaviour of
volume and volumetexture objects in D3D (version 8 and 9 currently, because 7
and below doesn't have/support volumes).
I already wrote some patches and testcases to fix/illustrate the problem, but
they were rejected on wine-patches. The main problem that the problem should be
adressed much lower in wined3d.
I now post all my current patches here, so other people can take a look.
Some things what are currently not implemented:
(1) locking of volume/volumetex objects always succeeds althoug it shouldn't
- specifying to large lockboxes should fail for example
- some volumes are not lockable at all
(2) creating volumes/volumetextures always succeeds, usage and pool types are
not checked
Only a few things the patches should adress.
I intend on working on this, but I need a bit more input about why and where to
fix this exactly.
Attaching patches now...
Also adding Stefan Dösinger, Henri Verbeet, Alexander Dorofeyev and Roderick
Colenbrander to CC (sry guys *g*, but I'm sure you know where my stuff should
go).
I currently have these DX SDK docs on my system:
version 9, 8, 7 and 6
(someone asked me if I got the 7 SDK)
Greets,
Tobias
--
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=19400
Summary: Quicken Will Maker 2007 crashes wine
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Just as soon as you start Quick Will Maker 2007, it crashes. I have included
the following trace from the FAQ
WINEDEBUG=+relay,+seh,+tid wine qwp.exe &> /home/temp/qwp.trace.txt
-T
--
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=20411
Summary: X11DRV_AlphaBlend not a dibsection
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sportflieger2004-wbug(a)yahoo.de
Starting a sector of AtcWindows with the option "Transparent Supplementary
Dialogs" checked, prints the following message on the console:
fixme:xrender:X11DRV_AlphaBlend not a dibsection
The transparent message box (for the communication) is not displayed (as is
should) thus leaving you with no initial calls and read backs from the
aircrafts (making controlling the aircrafts impossible).
--
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=21081
Summary: Wine does not seem to register installed codec for
Final Fantasy 7
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=25285)
--> (http://bugs.winehq.org/attachment.cgi?id=25285)
terminal log
I have set up an installation of Final Fantasy 7 as per the appdb guidelines
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=183).
It requires installation of the TrueMotion2.0 codec.
I have installed the codec via an installer which can be found at
http://www.free-codecs.com/download/ace_mega_codecs_pack.htm (which seems to
crash sometimes - going to file a bug when I know more)
I'm pretty sure it's installed correctly.
Videos still do not play. I did ONCE hear sound but not since :(
After a short period of black for the intro video the 'New Game/Load' option
does appear so it's definitely a problem with the codec.
Installing it worked on Vista.
Log when running ff7.exe 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=20120
Summary: Autocad 2005 Graphic issue with mltext
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deejaypelle(a)gmail.com
Created an attachment (id=23685)
--> (http://bugs.winehq.org/attachment.cgi?id=23685)
image showing the bug
In autocad 2005 ,if you try multiline command, the colour box it is not of the
correct size. Default colour is black i don't know if it should be this. the
font box is blank.
Look the image 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.