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=5257
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|msi |-unknown
CC| |focht(a)gmx.net
--
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=5040
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Fixed by SHA1| |65d9723dc4c45e691132ac0fef5
| |0087895935c34
--
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=4517
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Severity|major |normal
URL|http://msdn.microsoft.com/v |https://web.archive.org/web
|studio/express/visualcsharp |/20110608233907/http://down
|/download/ |load.microsoft.com/download
| |/C/6/F/C6F4733B-67C7-4C15-9
| |F21-61F7A3167505/VCS.iso
Component|-unknown |msi
--
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=6254
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|super_man(a)post.com |
--
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=50336
Bug ID: 50336
Summary: Wizard101 login failed
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guest26118280(a)gmail.com
Distribution: ---
Created attachment 68922
--> https://bugs.winehq.org/attachment.cgi?id=68922
backtrace
Installed and tried to launch Wizard101. Error message says WizardBrowser.exe
had a serious problem. Login was aborted.
https://termbin.com/xs0f contains system information
/proc/4181/cwd/WizardLauncher.Log.txt
/usr/bin/wine64-stable 4.0-2
/home/james/Documents/backtrace_WizardBrowser.txt contains the backtrace
generated when WizardBrowser.exe crashed, causing the login to fail.
I am including the full path as I am only allowed to send one file and I choose
to send the backtrace. You may request the other files using the full path so I
may quickly find the correct file. Other file requests will be satisfied if I
can find the file.
Please send an email to guest26118280(a)gmail.com if I need to log-in to either
provide more information or read more about the problem.
--
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=6254
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
URL|http://www.kremlinencrypt.c |https://web.archive.org/web
|om/download/krem221.exe |/20070207122605/http://www.
| |kremlinencrypt.com/release/
| |krem221.exe
--- Comment #90 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
confirming, still present.
2006: "Here, have a patch."
2010: "Here, have a set of better patches."
2010: "Won't make into Wine 1.2."
2010: "Let this lie for a little while."
2020: "Little delay, but generally we're on track guys."
2030: "Just minor cleanups. It will be beautiful."
I guess at one point it becomes a meme ;-)
Adding stable download link via Internet Archive from Dan's comment #78
https://web.archive.org/web/20070207122605/http://www.kremlinencrypt.com/re…
Wine source:
https://source.winehq.org/git/wine.git/blob/9d7a710fc0d1a0ecea17a68675d3899…
--- snip ---
3606 /* Handle messages for windowless and windowed richedit controls.
3607 *
3608 * The LRESULT that is returned is a return value for window procs,
3609 * and the phresult parameter is the COM return code needed by the
3610 * text services interface. */
3611 LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
3612 LPARAM lParam, BOOL unicode, HRESULT* phresult)
3613 {
3614 *phresult = S_OK;
3615
3616 switch(msg) {
3617
3618 UNSUPPORTED_MSG(EM_DISPLAYBAND)
3619 UNSUPPORTED_MSG(EM_FINDWORDBREAK)
3620 UNSUPPORTED_MSG(EM_FMTLINES)
3621 UNSUPPORTED_MSG(EM_FORMATRANGE)
...
--- snip ---
$ sha1sum krem221.exe
4f19ef2a1a55eddbadb49e7583aca67b9f8a3deb krem221.exe
$Â du -sh krem221.exe
1.1M krem221.exe
$Â wine --version
wine-6.0-rc3-34-g9d7a710fc0d
Regards
--
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=3866
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.schmitz-huebsch. |https://web.archive.org/web
|net/gs4word/ |/20060502094322/http://www.
| |schmitz-huebsch.net/gs4word
| |/Gs4Word_331_Komplett.exe
--- Comment #10 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
this bug report is way too "meta". Please describe an individual problem.
One obviously needs Microsoft Office installed to test something something.
>From the author homepage:
http://www.schmitz-huebsch.net/gs4word/
--- quote ---
Gs4Word können Sie unter allen Windows-Betriebssystemen von Microsoft ab
Windows 95 und allen Word- oder Office-Versionen ab der Version 97 verwenden.
Die älteren Versionen wurde mit folgenden Office-Versionen und Betriebssystemen
getestet
Word 2000 unter Windows 95 und ME,
Office 97 unter Windows 98, NT und 2000,
Office 2000 unter Windows 98, NT, 2000 und XP ,
Office 2002 unter Windows NT, 2000 und XP .
Office 2003 unter Windows XP
Diese Version wurde mit folgenden Office-Versionen und Betriebssystemen
getestet
Word 2000 unter Windows 98, ME und 2000,
Office 97 unter Windows 2000,
Office 2003 unter Windows XP.
--- quote ---
Stable download link via Internet Archive:
https://web.archive.org/web/20060502094322/http://www.schmitz-huebsch.net/g…
Even if you manage to install one of the supported MS Office versions properly
using some workarounds/Wine-Staging you won't be able to run the VBA/macro
based add-in installer 'Setup.dot' which is a prerequisite.
The ticket is pointless in its current state.
Move along, there is nothing to see here.
$ sha1sum Gs4Word_331_Komplett.exe
a2cce9429c059c4e817b3663feda9fb9eb8d68e3 Gs4Word_331_Komplett.exe
$Â du -sh Gs4Word_331_Komplett.exe
13M Gs4Word_331_Komplett.exe
$Â wine --version
wine-6.0-rc3-34-g9d7a710fc0d
Regards
--
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.