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.
https://bugs.winehq.org/show_bug.cgi?id=46173
Bug ID: 46173
Summary: Used e-Sword successfully a few months ago, but when I
try now I get a Program Error.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skyfats(a)gmail.com
Distribution: ---
Created attachment 62831
--> https://bugs.winehq.org/attachment.cgi?id=62831
Program error details
Successfully used e-Sword many times some months back. Now when I try to open
it I get a Program Error. I am attaching the dump.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40265
Bug ID: 40265
Summary: Payday 2 Randomly Crashes
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: Other
Created attachment 53883
--> https://bugs.winehq.org/attachment.cgi?id=53883
Payday 2 Crash Backtrace
Payday 2 randomly crashes.
Wine build is standard 1.9.5 from PlayOnLinux.
Backtrace attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42755
Bug ID: 42755
Summary: can not install iTunes
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: claudiodileone(a)libero.it
Distribution: ---
Created attachment 57767
--> https://bugs.winehq.org/attachment.cgi?id=57767
backtrace
I tried to install iTunes but it failed almost immediately-
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46972
Bug ID: 46972
Summary: Adobe DNG Converter 11.2+ no longer works in wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: lebedev.ri(a)gmail.com
Distribution: ---
download for 11.2: https://supportdownloads.adobe.com/detail.jsp?ftpID=6589
Errors:
0039:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Foundation.Metadata.ApiInformation"
wine: Call from 0x7b44fd66 to unimplemented function
api-ms-win-core-winrt-error-l1-1-0.dll.GetRestrictedErrorInfo, aborting
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49540
Bug ID: 49540
Summary: Silverlight configuration tab "Webcam / Mic" now
crashes
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Distribution: ---
Steps to reproduce:
wget
http://silverlight.dlservice.microsoft.com/download/B/A/9/BA94BEC9-5DBC-4B5…;
rm -rf ~/.wine;
WINEARCH=win32 wine Silverlight.exe /q /doNotRequireDRMPrompt /noupdate;
WINEARCH=win32 wine ~/.wine/drive_c/Program\ Files/Microsoft\
Silverlight/5.1.30214.0/Silverlight.Configuration.exe;
then click "Webcam / Mic" tab
===
f7265d97ee12b67adc82cff63b70ee9d70e01b32 is the first bad commit
commit f7265d97ee12b67adc82cff63b70ee9d70e01b32
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Thu Jun 25 17:57:40 2020 -0500
quartz: Try to create the VMR7 in video_renderer_default_create().
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 928495735bf5c97a0eb0ba285f557cd5d2bfb6ec
a6ab0a9df5c52d65dfd8ef4607904dd76eed028a M dlls
===
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49350
Bug ID: 49350
Summary: Silverlight 5.1 installer no longer works
Product: Wine
Version: 5.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Distribution: ---
Steps to reproduce:
wget
http://silverlight.dlservice.microsoft.com/download/B/A/9/BA94BEC9-5DBC-4B5…;
rm -rf ~/.wine;
WINEARCH=win32 wine Silverlight.exe /q /doNotRequireDRMPrompt /noupdate;
ls ~/".wine/drive_c/Program Files/Microsoft Silverlight" >/dev/null && echo
success || echo failure
Note: same happens if you run the GUI (without flags), but this makes it easier
to reproduce.
===
808f3158bbcf229d6eb935a7afe7291e9152ce1a is the first bad commit
commit 808f3158bbcf229d6eb935a7afe7291e9152ce1a
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Fri Oct 20 22:18:41 2017 +0200
msi: Improve installation with no argument of already installed product.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
===
--
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.