http://bugs.winehq.org/show_bug.cgi?id=9972
Summary: Catan: sound runs 2x fast then freezes game
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bsmeyer29(a)hotmail.com
Created an attachment (id=8484)
--> (http://bugs.winehq.org/attachment.cgi?id=8484)
report while running the game
When running catan under wine, the game starts up fine but the sound plays
twice as fast until it finishes playing through the first loop. It then plays
three times as fast until the game/wine just freezes and the music studders.
You can close the application window to make it quit.
--
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=20097
Summary: Halo Trial install menu buttons don't work - even with
mfc42. Prevents installation.
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: delan.azabani(a)gmail.com
Created an attachment (id=23665)
--> (http://bugs.winehq.org/attachment.cgi?id=23665)
Shows how the menu button borders aren't rendered, nor can they be clicked.
Normally there's blue rounded borders around the "Install" and "Web Connection"
buttons.
When installing Halo Trial (single executable installer), even after installing
mfc42 with winetricks (or doing it manually and regsvr32/winecfg'ing it), the
buttons on the installer program don't work, preventing 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=18097
Summary: Missing extrac32.exe tool causes some prerequisite
installers to fail (msjavx86.exe)
Product: Wine
Version: 1.1.19
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=1dacdb3d-50d1-41b2-a107-fa75ae960856&di
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while testing old stuff, I noticed some installers require "extrac32.exe"
utility present in system32.
An example is the M$ Java VM prerequisite installer "msjavx86.exe" from
M$ Visual C++ 6.0 and Embedded Visual C++ 4.x.
Due to missing extrac32.exe:
--- snip ---
002b:Call user32.SetDlgItemTextA(00060034,000003e9,0033f2e0 "Installing
Component: XML Classes") ret=00401392
...
002b:Call KERNEL32.CreateProcessW(00000000,0033ced4
L"C:\\windows\\system32\\extrac32.exe /c /y
C:\\windows\\temp\\IXP000.TMP\\xmldso.cab
C:\\windows\\Java\\Classes\\xmldso.cab",00000000,00000000,00000000,04000200,00000000,00150440
L"C:\\windows\\temp\\IXP000.TMP",0033ce60,0033ce50) ret=714d15da
...
002b:Call KERNEL32.CreateProcessW(00000000,0033ced4 L"rundll32
C:\\windows\\system32\\msjava.dll,JavaPkgMgr_Install
C:\\windows\\Java\\classes\\xmldso.cab,0,0,0,0,4,42",00000000,00000000,00000000,04000200,00000000,00150450
L"C:\\windows\\temp\\IXP000.TMP",0033ce60,0033ce50) ret=714d15da
--- snip ---
failure later:
--- snip ---
002b:Call KERNEL32.CreateProcessW(00000000,0033ced4 L"rundll32
C:\\windows\\system32\\msjava.dll,JavaPkgMgr_Install
C:\\windows\\Java\\classes\\xmldso.cab,0,0,0,0,4,42",00000000,00000000,00000000,04000200,00000000,00150450
L"C:\\windows\\temp\\IXP000.TMP",0033ce60,0033ce50) ret=714d15da
...
0047:CALL msjava.JavaPkgMgr_Install(<unknown, check return>) ret=601d6475
0047:Call KERNEL32.lstrcpynA(0033fa90,0012fd48
"C:\\windows\\Java\\classes\\xmldso.cab,0,0,0,0,4,42",00000023) ret=00500bf4
...
0047:Call KERNEL32.GetFullPathNameA(0033fa90
"C:\\windows\\Java\\classes\\xmldso.cab",00000105,0033f880,0033fd10)
ret=005012e8
0047:Ret KERNEL32.GetFullPathNameA() retval=00000022 ret=005012e8
0047:Call KERNEL32.GetFileAttributesA(0033f880
"C:\\windows\\Java\\classes\\xmldso.cab") ret=00516697
0047:Ret KERNEL32.GetFileAttributesA() retval=ffffffff ret=00516697
...
0047:Call user32.MessageBoxA(00000000,0033ef54 "Unable to install Java packages
from C:\\windows\\Java\\classes\\xmldso.cab.\r\n\r\nUnknown HRESULT:
(80070002h)",00133bd0 "Java Package Manager",00000030) ret=00500fe4
....
--- snip ---
Bug 12852 was initially about this problem but that app no longer ships with
this dependency and the issue went out of focus.
Therefore I create a separate bug for this "extrac32.exe" tool.
A wine-devel thread talked about this tool some time ago:
http://www.winehq.org/pipermail/wine-devel/2007-July/057886.html
It looks like the Ethersoft guys went their own route ...
A google search didn't really come up with useful info.
Although it says the tool is "part of Internet Explorer" all installers will
detect IE already installed in WINEPREFIX and do not attempt to install any
earlier version (like IE4).
Hence Extrac32.exe will never be installed as prerequisite.
Extrac32 is the win32 gui version of the console "extract" utility from
Microsoft Cabinet Software Development Kit.
--- snip ---
EXTRACT [/Y] [/A] [/D | /E] [/L dir] cabinet [filename ...]
EXTRACT [/Y] source [newname]
EXTRACT [/Y] /C source destination
cabinet - Cabinet file (contains two or more files).
filename - Name of the file to extract from the cabinet.
Wild cards and multiple filenames (separated by
blanks) may be used.
source - Compressed file (a cabinet with only one file).
newname - New filename to give the extracted file.
If not supplied, the original name is used.
/A Process ALL cabinets. Follows cabinet chain
starting in first cabinet mentioned.
/C Copy source file to destination (to copy from DMF disks).
/D Display cabinet directory (use with filename to avoid extract).
/E Extract (use instead of *.* to extract all files).
/L dir Location to place extracted files (default is current directory).
/Y Do not prompt before overwriting an existing file.
--- snip ---
Maybe another attempt can be made by someone to get this tool in to fix older
installers.
Regards
--
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=11759
Summary: Microsoft Silverlight installer - unimplemented
functions
Product: Wine
Version: 0.9.56.
Platform: Other
URL: http://www.microsoft.com/silverlight/resources/install.a
spx
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Following on from bug 8099
When running the Microsoft Silverlight installer, it crashes with a message
about two unimplemented functions
unimplemented function gdiplus.dll.GdipGetImagePaletteSize
unimplemented function gdiplus.dll.GdipGetImageThumbnail
--
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=25468
Summary: Windows Live Movie Maker fails to install
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: hans(a)meelstraat.net
Created an attachment (id=32430)
--> (http://bugs.winehq.org/attachment.cgi?id=32430)
Standard output
Windows Live Movie Maker from the previous version of Live Essentials is no
longer installable even after working around some installer bugs with native
IE. The installer reports that a dependency (Microsoft Visual Studio Runtime)
could not be installed. Regression testing indicated:
a23514eece083011140513853c5db10357af6cea is the first bad commit
commit a23514eece083011140513853c5db10357af6cea
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Nov 11 10:45:42 2010 +0100
msi: Add support for installing side-by-side assemblies.
:040000 040000 6e3244306b1cdce4af9bd963048445913433d933
820db510d39486aa37cad45d1ebeb9e2397f6224 M dlls
I tried to revert the patch from git, but several hunks failed to apply.
These are the steps to reproduce the problem:
1. winetricks ie7
2. winetricks -q mono26
3. Change Windows version to Vista - Movie Maker isn't available for XP
4. Uncheck all installable programs except Movie Maker
--
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=25424
Summary: Windows Live Photo Gallery [for XP] fails to install
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32359)
--> (http://bugs.winehq.org/attachment.cgi?id=32359)
Standard output
Windows Live Photo Gallery from Windows Live Essentials for Windows XP is no
longer installable, even after working around earlier installer bugs with
native IE. The installation fails because "an unknown error occurred." Steps to
reproduce:
1. winetricks ie7
2. winetricks -q mono26
3. Run the installer and uncheck all programs except Photo Gallery
Regression testing indicated:
ca7cd1bf89d057d9c48896b70c441fad941e6ee0 is the first bad commit
commit ca7cd1bf89d057d9c48896b70c441fad941e6ee0
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Oct 6 15:44:08 2010 +0200
msi: Validate packages based on supported version, platform and languages.
:040000 040000 1ef576e28c83ea59db6043d13d6921f475e26b9d
9d1df66c16e2c640d0a24677ec122f1ac773421c M dlls
Reverting this patch fixes the 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=33092
Bug #: 33092
Summary: Melodyne Studio demo crashes on startup
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jules.bernable(a)laposte.net
Classification: Unclassified
Created attachment 43757
--> http://bugs.winehq.org/attachment.cgi?id=43757
wine backtrace
Could the same issue as #16650, however this is happening with wine 1.4.1 on
debian wheezy.
--
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=33404
Bug #: 33404
Summary: CAJViewer 7.2 crashes while open a file
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 44200
--> http://bugs.winehq.org/attachment.cgi?id=44200
terminal output
Hi, folks
This software is a document viewer. It's free. The download URL has been
uploaded.
0. There is a problem on the display of Chinese font.
1. then install it. Just click on (N) to go next;
2. cd to its directory, run it: $wine CAJVieweru.exe ;
3. Click File(F)->Open(O) to open a *.nh file, (Well, the .nh file isn't free
to get, here is the home page http://oversea.cnki.net/kns55/default.aspx.)
when the file is opening, a messagebox displays with the title which means
Fatal Error. Here is its contents:
---snip---
Windows: 5.1.2600, SP 3.0, Product Type 1
Process: C:\Program Files\TTKN\CAJViewer 7.2\CAJVieweru.exe
Date Modified: 03/27/2013
Version: 7.2.109.0
Exception Addr: 28054940
Exception Code: C0000005
Read Address: 00000000
Instruction: 8B 01 FF 50 24 0F BF 43 1C 89 45 FC 8B 86 EC 00
Registers:
EAX: 00ABA5B8 EBX: 00ABA600 ECX: 00000000 EDX: 0000006A
ESI: 00A65588 EDI: 00001C20 ESP: 0032A4E0 EBP: 0032A508
EIP: 28054940 EFlags: 00010202
Call Stack:
28054940
28057E11
28048DF0
28047E3E
2804AFA9
280301FB
00454EB5
0046320D
7C280711
7C27F326
0046468F
7C27F3C5
7C27EC47
7C27EBF5
7E9E086A
7E9E0F2C
7E9E3635
7E9A42C2
7C283587
---snip---
While click on OK(O), it crashes.
Ready to provide more information.
--
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=21884
Summary: Resident Evil 2: no sound and annoying dialog window
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mariusz.libera(a)gmail.com
Created an attachment (id=26525)
--> (http://bugs.winehq.org/attachment.cgi?id=26525)
Terminal output
When trying to run Resident Evil 2 I get no sound, but lots of annoying dialog
windows saying "StreamOpen Error". No matter if ALSA or OSS is set in winecfg.
When I uncheck ALSA (and/or OSS) dialogs go away.
--
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.