http://bugs.winehq.org/show_bug.cgi?id=24268
Summary: mono's gluezilla uses unimplemented function
msvcr80._stat32
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
mono bundles microsoft's msvcr80. If wine wants to provide mono as
a download, we might have to remove that, at which point we might run
into the following two references to stubs (found by mscodescan.pl):
./wineprefix/drive_c/Program Files/Mono-2.6.7/bin/gluezilla.dll imports
following stub symbols:
msvcr80:?_type_info_dtor_internal_method@type_info@@QAEXXZ
msvcr80:_stat32
--
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=15497
Summary: WineD3D_ChoosePixelFormat errors when starting game
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcdermott.michaelj(a)gmail.com
Created an attachment (id=16423)
--> (http://bugs.winehq.org/attachment.cgi?id=16423)
Log of the crash
When I fire up Medieval Total War (the original, not the new one), using the
option to bypass movies, wine crashes with what appear to be Direct3D related
errors.
--
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=17893
Summary: The Alien Nations / Die Völker crashes: amstream
GetFormat stub
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
I'd rather split the bug entries for "Die Völker / The Alien Nations" and
Motocross Madness 2, bug 17836, comment 3, to warrant each application its own.
Although the common cause is stubbed functionality in amstream, these apps
might be fixed independently.
At start, The Alien Nations tries to display two Intel Indeo videos, somewhat
differently. Unimplemented functionality in amstream and the app's not checking
for some return codes yields to an exception and crash. More specifically,
GetFormat() is expected to fill in a DDSURFACEDESC structure, which wine leaves
uninitialised, causing the application to use random uninitialised data.
The first crash is prevented by having GetFormat() in
dlls/amstream/mediastream.c fill in the dwWidth and dwHeight fields of the
DDSURFACEDESC structure (I used 1 as stub value). The code used seems similar
to that of
http://msdn.microsoft.com/en-us/library/ms787928(VS.85).aspx
except the app doesn't check the return code of GetFormat and hence proceeds
with uninitialised memory from these two fields.
These two values are not enough to avoid a crash when displaying the second
video. As the logs http://bugs.winehq.org/attachment.cgi?id=20129 in bug 17836,
comment 4 suggest, the app presumably reads more fields from GetFormat: Z
buffer depth and pixelformat, and passes that to ddraw.
Actually, whether the app crashes there depends on WINEDEBUG settings, as the
initialisation of the stack-based DDSURFACEDESC depends on former stack use.
I've been able to play the game using
WINEDEBUG=+all,-syslevel,-fixup,-dbghelp_dwarf,-heap,warn+heap,-gdi
I yet have to disassemble and see which other fields from DDSURFACEDESC are
used in the second case.
BTW, one needs to work past bug #15915 in order to see this crash in "Alien
Nations", which is a blocker for this issue. I did it by quickly hacking the
fourcc comparison test in iccvid.c.
There exists a demo for this application, but demos typically display no intro
videos, so I doubt it would exhibit this bug.
--
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=13816
Summary: Klingon Honor Guard crashes on playing ingame movies
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: garnoth(a)gmail.com
Created an attachment (id=13859)
--> (http://bugs.winehq.org/attachment.cgi?id=13859)
the windows error displayed when game crashes
The game Klingon honor Guard will crash when it tries to play the ingame
videos. This should be the last bug before the game would be platinum as using
the nocd patch allows one to play through the whole game.
This won't work with the demo as it has none. This bug only affects the retail
version, I'd be happey to send it to anyone if needed.
This doesn't seem to be a cd checking bug as the game askes for the cd one
screen before and it works. Playing multiplayer also requires the cd to be in
the drive and that works just fine.
The 'play' cd simply contains avi videos and can be played in Mplayer.
i did this in win 98 mode as that mode best supports the game.
To reproduce.
Install game.
Apply 1.1 patch.
Start new game.
--
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=13272
Summary: Scrapland: ACCESS VIOLATION when starting
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmatra(a)citromail.hu
Black screen hangs and I have to kill the process to get my Desktop back. I
only see the error message about access violation when I switch Wine to Emulate
Desktop.
I get it with a PC-GURU magazine, without protection. (On Win it starts without
the disc) Maybe the original doesn't have this issue.
Log 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=32185
Bug #: 32185
Summary: Bug in BasePinImp_GetMediaType()
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: amstream
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
A bisect shows that the patch below causes a regression in the amstream
conformance tests. See for instance the Winetest results for fg-deb64-t32.
http://test.winehq.org/data/3e264ced0f2502093940ddda21ecbd024b7dd815/linux_…
commit 7e82db784a448c6802001345d6230f72a711d237
Author: Christian Costa <titan.costa(a)gmail.com>
Date: Fri Oct 12 23:07:31 2012 +0200
amstream: Implement BasePinImp_GetMediaType in media stream filter.
:040000 040000 ca189e47205be4d08dd271ba14dc12f6d1c2fced
5fd0731b35d83671c7fb0ecfa622e7834344238b M dlls
However it's also possible that the bug is in the previous patch as both
functions are used in the test and it's possible that implementing
BasePinImp_GetMediaType() caused BasePinImpl_CheckMediaType() to be called, or
that the bug is in fact in EnumMediaTypes_Construct() (from strmbase).
I tried to figure out the source for the bug but did not get anywhere. What I
gathered is that:
* It looks like a stack corruption issue. Adding traces in the test executable
can make the crash go away and I seem to have more luck reproducing the issue
using the PE test executable.
* A backtrace shows the crash happening in CopyMediaType() (called by
EnumMediaTypes_Construct() from strmbase) due to an insane size for
pSrc->cbFormat.
--
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=12851
Summary: LEGO Rock Raiders amstream crash
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=12540)
--> (http://bugs.winehq.org/attachment.cgi?id=12540)
+amstream log with crash
LEGO Rock Raiders crashes when trying to play the "LEGO Media" splash video.
+amstream log included. I don't think that this game has a demo. One needs a
nocd crack to bypass safedisc and a native d3drm.dll to avoid a crash if they
want to run the game.
--
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=15508
Summary: Risk II crash while loading the game
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.reflexive.com/RiskII.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Tested in Ubuntu 8.10 and wine 1.1.5
--
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=10581
Summary: swat 3 v2.1 needs some amstream stuff to work
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizvekov(a)gmail.com
Created an attachment (id=9373)
--> (http://bugs.winehq.org/attachment.cgi?id=9373)
everything builtin
with builtin amstream.dll, sierra's SWAT 3 version 2.1 shows a messagebox
saying it needs directx at least version 6.1 to run and then it quits.
with windows xp native amstream, it dies further down the road
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.