http://bugs.winehq.org/show_bug.cgi?id=5587
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-12-09 15:05 -------
This is another case of missing version info. Following patch fixes the problem:
diff --git a/dlls/mshtml/version.rc b/dlls/mshtml/version.rc
new file mode 100644
index 0000000..37ad35d
--- /dev/null
+++ b/dlls/mshtml/version.rc
@@ -0,0 +1,27 @@
+/*
+ * Copyright 2003 Francois Gouget (for CodeWeavers)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#define WINE_OLESELFREGISTER
+#define WINE_FILEDESCRIPTION_STR "Wine core dll"
+#define WINE_FILENAME_STR "mshtml.dll"
+#define WINE_FILEVERSION 6,0,2800,1106
+#define WINE_FILEVERSION_STR "6.0.2800.1106"
+#define WINE_PRODUCTVERSION 6,0,2800,1106
+#define WINE_PRODUCTVERSION_STR "6.0.2800.1106"
+
+#include "wine/wine_common_ver.rc"
I'll send it to wine-patches
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6181
------- Additional Comments From the3dfxdude(a)gmail.com 2006-12-09 14:45 -------
Do you have a GF2-FX? Try this.
>From Roderick:
"Users of Geforce-GeforceFX cards can improve the performance of StarCraft a lot
(starting from Wine 0.9.19 or Wine CVS from August 1st or later) by adding some
new registry options. Set the option
HKEY_CURRENT_USER\Programs\Wine\Direct3D\DirectDrawRenderer to 'opengl' (if the
Direct3D key doesn't exist add it). Further you need to set the option
'Direct3D\RenderTargetLockMode' to 'readtex'.
The rendering performance should be VERY fast in 24bit mode now, it should reach
DGA speeds. In the near future I will add similar fixes for other cards to
improve performance but the boost will never be as big as for these old nvidia
cards using GL_EXT_paletted_texture support. "
"BTW note that the options I provided are now set for all applications, the
options won't work fine for all apps yet so add some application specific
options. (HKCU\Software\Wine\AppDefaults\starcraft.exe\Direct3D) "
If you do not have such a card, other solutions are to run X in the same bit
depth the game requires.
Old 2d games are going slow by default because wine uses software surfaces. Some
acceleration is possible using the opengl backend.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6184
Summary: Winapp bug
Product: Wine
Version: 20050830
Platform: Other
URL: http://maverickoutlook.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crashfourit(a)gmail.com
Winamp plays fine audio in linux+wine when the user is doing nothing but when
the cpu usage starts to spike the sound skips for a few seconds until the cpu
spike levels down.
Also there is a bug in playing video that it is not being displayed coorectly.
When I move the video window aroud it the video does not move with it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4632
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-12-09 13:04 -------
Latest issue was fixed in CVS. Please download the latest CVS Wine, and the
latest MediaShout installer and try again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.