http://bugs.winehq.org/show_bug.cgi?id=25764
Summary: Windows Movie Maker breaks uninstaller.exe
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cheery314(a)hotmail.com
Created an attachment (id=32834)
--> (http://bugs.winehq.org/attachment.cgi?id=32834)
Debugger log
After I installed WIndows Movie Maker 2.6, it did not work, so I decided to
remove it. But uninstaller.exe (WINE built in one) now crashes.
--
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=10788
Summary: Windows Movie Maker, install OK... but hangs up after
start
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lmiranda(a)lexplan.cl
CC: lmiranda(a)lexplan.cl
When i start the Windows Movie Maker (after normal install), the software hangs
up.
Then i need to force quit.
The error is:
wine: Call from 0x7b843f50 to unimplemented function
gdiplus.dll.GdipCreateBitmapFromHICON, aborting
--
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=23601
Summary: Windows Movie Maker 2.6: installs but does not start
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajparag(a)yahoo.co.in
Windows movie maker 2.6 crashes as soon as i click on the launch button. no
error message is displayed.
A suggestion: the new 1.2 RC-7 version supports icon images for .exe files but
it does not support for .msi files. kindly see if that can be added too.
--
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=16971
Summary: Windows Movie Maker needs ole32.dll.StgOpenPropStg
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=18751)
--> (http://bugs.winehq.org/attachment.cgi?id=18751)
crash trace
Movie Maker installs without any problems without any overrides.
After a start it immediately crashes calling unimplemented
ole32.dll.StgOpenPropStg.
--
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=25409
Summary: Windows Live Essentials for XP installer crashes on
attempting to install Photo Gallery
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: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32337)
--> (http://bugs.winehq.org/attachment.cgi?id=32337)
Standard log
To see this, you need to run winetricks ie7 and then remove all overrides
except urlmon to work around bug 25408. When prompted to select programs,
uncheck everything except Photo Galley (didn't test any others yet) and
proceed. After a moment, it crashes.
Workaround: leave the native override for mshtml in place too.
--
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=27229
Summary: printf() newline missing with multibyte strings
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: itakingiteasy(a)gmail.com
Created an attachment (id=34797)
--> (http://bugs.winehq.org/attachment.cgi?id=34797)
Code example making case for missing newline in wine printf when multibyte
string is printed
Wine's printf is missing newline when "Multibyte string пукпукпук\n" is
supplied to printf(). Attached code is a test-case reproducing the bug. When
same binary exectued on windows, or same code compiled for- and executed on-
linux - all goes fine. Only when executed under wine newline is missing. It
results in that printed string shares same line with next PS1 prompt here is
screenshot illusrating the problem (FIG1):
(FIG1)
ftp://neverb.net/images/special/screenshot/wine_issue/linux_wine_cmd_exe.png
Note that extra newline in wine cmd.exe is missing.
Here is refference windows screenshot (FIG2) showing where this extra newline
should be:
(FIG2) ftp://neverb.net/images/special/screenshot/wine_issue/native_windows.png
Known possible workarounds for this problem:
* add '\r' before '\n'
* use only ascii (non-multibyte) characters in printing string
* use WCHAR instead of wchar_t
* use wprintf(L"%ls\n"~ instead of printf("%s"~
But all this workarounds are just a sideways. I hope that there is some real
solution.
Thanks.
--
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=14980
Summary: Powerpoint 2007 fails to start
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=15589)
--> (http://bugs.winehq.org/attachment.cgi?id=15589)
Console from 1st attempt to run Powerpoint
Powerpoint 2007 fails to start in 1.1.3 on openSUSE 10.3, installed to a clean
wineprefix with no overrides.
The first time trying to run Powerpoint, the splash screen appears briefly,
then Powerpoint just shuts down.
The second time, a dialog box appears with the message "PowerPoint failed to
start correctly last time. Starting PowerPoint in safe mode will help you
correct or isolate a startup problem in order to successfully start the
program. Some functionality may be disabled in this mode. Do you want to start
PowerPoint in safe mode?" If I click yes, the splash screen appears briefly,
then Powerpoint shuts down.
The third time, a dialog box appears with the message "PowerPoint failed to
launch in safe mode. Do you want to start Detect and Repair?" If I click yes,
it just shuts down.
This cycle repeats for subsequent attempt to run the program.
--
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=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.