http://bugs.winehq.org/show_bug.cgi?id=24931
Summary: Age of Empires 3 Trial needs native d3dx9_25 (or 36)
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
aoe3 bundles a copy of d3dx9_25, and without it, most of the game is black.
You only see the problem if you try to run with builtin d3dx9, so
this only affects purists at the moment.
--
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=24912
Summary: Age Of Empires 3 Demo Installer hangs in background
after successfull install
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Age Of Empires 3 Demo installs with great success but leaves behind an
InstallShield window title on the panel. wineserver -k makes it go away
Terminal shows:
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706ba
Bug 5233 (from a long time ago) showed a similar error but was closed as fixed.
--
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=18774
Summary: The Westerner: X11 mouse exits window before win mouse
reaches border
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
In either desktop or fullscreen mode, the mouse pointer regularly stops moving
in either X or Y direction long before hitting the border.
A little work-around (in desktop window mode) is to come back into the window
at another location and try again ... and again. Sadly, this is not good
enough e.g. for the in-game options menu where the CPU% goes high and I can't
manage to move the mouse over the vsync scroller to disable it.
Maybe this is an issue of missing relative mouse coordinates?
This issue makes the application unplayable as items can hardly be clicked on.
Using the Intel Xorg driver on Ubuntu Intrepid. Maybe other HW would not
exhibit this behaviour, the AppDB rating might then jump from bronze to gold.
To have the application start, you need to copy l3codecx.ax as well as a native
quartz.dll from cdrom/DirectX9\DirectX.cab into windows\system32\ cf. bug
#18773
wine regsvr32 l3codecx.ax
WINEDLLOVERRIDES=quartz=n wine PICTuRE.exe
The default log did not reveal me any hint (not attached). Actually producing a
full log with WINEDEBUG=+all,-some made the matter worse, the mouse was almost
nailed at the center of the virtual desktop (and CPU% went 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=20056
Summary: The Westerner: crash follows bogus DSOUND:SetFormat
call
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
When DSOUND_PrimarySetFormat is given a broken format, it will
nevertheless HeapReAlloc() and thus forget the old format.
The Westerner happens to call DSOUND_PrimarySetFormat with a completely bogus
format. Why? I don't know.
DSOUND_PrimarySetFormat (formattag=0x0001,chans=0,
samplerate=0,bytespersec=0,
blockalign=0,bitspersamp=0,cbSize=0)
>From there, two execution traces are possible, each leading to a crash.
A) ReopenDevice fails as WAVE_Open refuses the bogus new format.
The device is left in floating state, neither open nor closed, and
with a bogus format description in device->pwfx.
A subsequent DSOUND_PerformMix() will choke on the broken format.
DSOUND_ReopenDevice waveOutOpen failed
DSOUND_PrimarySetFormat DSOUND_ReopenDevice failed: 80070057
DSOUND_PerformMix (0x213620)
DSOUND_PrimaryGetPosition pwplay=0, pwqueue=0
DSOUND_PrimaryGetPosition playpos = 0, writepos = 0 ( time=8688)
DSOUND_PerformMix primary playpos=0, writepos=0,
clrpos=0, mixpos=0, buflen=65536
wine: Unhandled division by zero -- likely BytesPerSec=0
B) One winmm:WAVE_Open initiated by DSOUND_PrimaryOpen succeeds.
trace:winmm:WAVE_Open wFormatTag=1, nChannels=3, nSamplesPerSec=96000,
nAvgBytesPerSec=576000, nBlockAlign=6, wBitsPerSample=16
The original format structure is still bogus (wBitsPerSample=0) and
PrimaryOpen crashes in a division by zero in this case as well.
This is the case I have to investigate further, as I thought my recent
patches to wodOpen in wineoss.drv and winecoreaudio.drv for bug #12349
and bug #19901 would have taken care of it. Apparently there are
several WAVE_FORMAT structures floating around that one does not know
which one to correct.
I also need to find out why the app keeps crashing now while I had it
working in the past (IIRC I did not use the demo).
--
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=19124
Summary: The Westerner: dsound heap overflow prevented by
warn+heap
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=22087)
--> (http://bugs.winehq.org/attachment.cgi?id=22087)
short backtrace
The Westerner crashes without WINEDEBUG=warn+heap in DSOUND_bufpos_to_mixpos()
100 DWORD ret = pos * 32 / device->pwfx->wBitsPerSample;
So either the application or dsound is guilty of heap corruption / producing
broken data.
With the memory fence installed by using WINEDEBUG=warn+heap, the application
seems to work "normally", except 2 lines are repeated very often and always in
pair:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 5120,
block size = 64626
warn:heap:allocate_large_block Could not allocate block for fc720000 bytes
I tried out ALSA, emulation, 22050Hz 8bit, or default full HW (and also OSS
IIRC). No difference.
Note that in my test data from 2009-06-14, I required a native quartz.dll, but
one also gets this crash with pure Wine components, before quartz gets used.
Using Ubuntu 8.10 on Intel/SigmalTel/AC'97 audio HW.
--
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=21785
Summary: The Westerner: no background in menu + errors when
loading
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
causes 2 bugs in The Westerner.
1. The graphics background and mouse are missing from the main menu, after
displaying this log a hundred times:
fixme:gdiplus:GdipImageRotateFlip (0x0 6) stub
err:d3d_surface:surface_prepare_system_memory Surface without memory or pbo has
SFLAG_INSYSMEM set!
2. Afterwards, starting or loading a game (via the cursor keys), the app
displays many, many requesters, each time about a different file, like this:
error: no es pontencia de 2 "RData\Textures\maderas\madera_fuelle.tif w:0 h:0
I didn't click through all of them to see what would be left to see.
What's surprising is that there is a GdiPlus.dll in the app's directory. The
app's installer must have added it as I found no note of adding one myself in
my installation notes. This setup worked fine until Vincent's commit changed
the priorities.
I was not using any override except for quartz, as my AppDB entry explains.
Unlike bug #21604 about gdiplus, the above fixme+err suggest that the missing
functionality is clearly identified and could be added to the builtin gdiplus,
so that it becomes useable with The Westerner.
--
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=26637
Summary: Tom Clancy's HAWX is not running
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=33909)
--> (http://bugs.winehq.org/attachment.cgi?id=33909)
Tom Clancy's H.A.W.X execution backtrace
After installing Tom Clancy's HAWX, launching it the first time leads to
install the patch. After this installion, which is OK, the game doesn't launch
and the following message appears :
"Save dump file to C:/Program Files/Tom Clancy's H.A.W.X/HAWX.exe.dmp"
Hawx process is until running (HAWX and wine process are noticed in Program
Manager), but nothing happens...
Hardware configuration :
ATI RADEON HD 5x series
Software configuration :
Kubuntu 10.10
Catalyst 11.2
Tom Clancy's HAWX and patch installation
--
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=20886
Summary: Adobe InDesign CS4 demo - NtLockFile /
SetNamedSecurityInfoW etc
Product: Wine
Version: 1.1.32
Platform: PC
URL: https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&pr
omoid=EBYES&product=indesign
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tethys(a)gmail.com
Created an attachment (id=25029)
--> (http://bugs.winehq.org/attachment.cgi?id=25029)
Wine output
Tried to install the trial version of InDesign CS4 from the above URL.
After taking seemingly forever to uncompress and extract the archive,
it failed when trying to launch the app itself. It was also unable to
launch the wine debugger:
The program winedbg.exe has encountered a serious problem and
needs to close. We are sorry for the inconvenience.
It seems to be stuck in a loop, and clicking the close button just
brings up the same error dialog again.
--
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=16940
Summary: Indesign cs4 crashes wineserver on launch
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: donkjunk(a)softhome.net
Created an attachment (id=18710)
--> (http://bugs.winehq.org/attachment.cgi?id=18710)
backtrace
Indesign crashes on launch. Program begins to launch though the initial splash
screen is garbled. It crashes around the time when indesign reports 'starting
up service registry'.
--
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=18070
Summary: Regresion in Dreamweaver CS3 Installer
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
This commit make the installer fail when it's starting.
b8965ee7c90a687af4c84ad0ede73b1df901e16c is first bad commit
commit b8965ee7c90a687af4c84ad0ede73b1df901e16c
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Mar 24 10:26:24 2009 +0100
msi: Don't initialize COM for custom action threads.
:040000 040000 e3395252ab46bf3c623252deb94ceba713c0596a
7e7d74822b91c0a5981893f375a05c22bb144360 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.