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=32061
Bug #: 32061
Summary: Guild Wars: Launcher hangs sometimes
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If Im starting the launcher it will hang sometimes. For example this happens on
the command "'/wine/drive_c/Program Files (x86)/GUILD WARS/Gw.exe'" and even
with the -image parameter "'/wine/drive_c/Program Files (x86)/GUILD
WARS/Gw.exe' -image".
If the problem happens the launcher will use 200% of cpu time (6-core
processor) and I'm getting the error "err:ntdll:RtlpWaitForCriticalSection
section 0xa33108 "?" wait timed out in thread 002a, blocked by 003b, retrying
(60 sec)". After 60 seconds I'm getting the same error again (this seems to be
an infinite loop).
--
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=31942
Bug #: 31942
Summary: Office Professional 2003 Installer Crashes Almost
Immediately
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: abc.mikey(a)googlemail.com
Classification: Unclassified
Created attachment 42073
--> http://bugs.winehq.org/attachment.cgi?id=42073
Office Professional 2003 Installer
When running the installer for Office Professional 2003 it briefly shows a
window which looks like it might have a progress bar in it and then crashes.
This may be a more general problem with a certain type of installer because
when I tried working around the problem by using a custom install (which may
not have been of any use) see:
https://office.microsoft.com/en-us/office-2003-resource-kit/custom-installa…
I tried installing the "Office 2003 Editions Resource Kit" (ork.exe) which
appears to produce a very similar error and may be useful for testing. The
installation window that appears briefly also looks very similar to the Office
2003 install window.
Ork.exe can be found on this page:
http://www.microsoft.com/office/orkarchive/2003ddl.htm
I am running:
Lubuntu 12.04.1 LTS.
3.2.0-31-generic
lxde 0.5.0-4ubuntu3
openbox 3.5.0-2ubuntu2
wine-1.5.14
--
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=32478
Bug #: 32478
Summary: The Settlers III heavy performance issue
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fantonifabio(a)tiscali.it
Classification: Unclassified
I have installed The Settlers III on Ubuntu 12.04 with Cinnamon as DE, applied
1.60 patch and XP exe following the "Installation HOWTO" of the game.
The game run slow also on small map 1 vs 1, PC have good hardware (vga is
nvidia 9500 GT), tried with wine 1.4.1 and wine 1.5.19.
Seem not need installation of other things, I also tried some standard
winetrick but nothing change.
Someone can tell me what another things to try and if you need other details
and logs?
Thanks for any reply and sorry for bad english.
--
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=28601
Bug #: 28601
Summary: cnet download app can't initialize GUI
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://www.download.com/Catan-The-Computer-Game/3000-7
562_4-10396066.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 9972
Classification: Unclassified
Created attachment 36749
--> http://bugs.winehq.org/attachment.cgi?id=36749
terminal output
All cnet downloads now go through their custom downloader app thing.
Running, however, gives an error dialog:
Unable to initialize installer GUI.
FIXME's are mostly ieframe. Native ie7 doesn't help, however.
29ca026c58f62266cee2bcf360a305c53b83b277 cnet_Catan_exe.exe
--
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=28911
Bug #: 28911
Summary: cnet download app cannot download anything without
native wininet
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.download.com/Catan-The-Computer-Game/3000-7
562_4-10396066.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: ocean04(a)suomi24.fi
Depends on: 28601, 28910
Classification: Unclassified
Created attachment 37158
--> http://bugs.winehq.org/attachment.cgi?id=37158
wininet,seh,tid
These lines look interesting:
fixme:wininet:InternetCanonicalizeUrlW Unhandled flags 0x04000000
fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100
full wininet,tid,seh trace attached. winetricks -q wininet avoids it. You need
native msxml3/ie6 to get this far, see bug 28601 / bug 28910.
--
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=28910
Bug #: 28910
Summary: cnet download app never gets past loading screen
without native msxml3
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.download.com/Catan-The-Computer-Game/3000-7
562_4-10396066.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: ocean04(a)suomi24.fi
Depends on: 28601
Classification: Unclassified
Terminal shows:
fixme:msxml:ClassFactory_QueryInterface interface
{342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
winetricks -q msxml3 works around it.
You'll need native ie6 (not ie7!) to get this far, see bug 28601.
--
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.