http://bugs.winehq.org/show_bug.cgi?id=1660
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 06:29 -------
I forgot to mention that I used Wine 0.9.5 on Gentoo Linux.
--
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=1660
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 06:28 -------
I tried the demo. It installs fine, but when I start the game, the only thing
that happens is that a black screen appears and the resolution is changed, then
it crashes and returns me to the desktop with an annoying 640x480 resolution.
The full game, however, works pretty well.
--
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=4249
------- Additional Comments From wine(a)smallblackflowers.co.uk 2006-07-01 04:15 -------
Is there any particular word/code I can search the log for?
--
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=4250
------- Additional Comments From wijn(a)wanadoo.nl 2006-07-01 01:46 -------
Simply reverting the change would generate test failures. Can you try this patch?
--- wine/dlls/user/menu.c 2006-01-04 19:02:33.000000000 +0100
+++ mywine/dlls/user/menu.c 2006-01-07 08:42:04.000000000 +0100
@@ -3295,7 +3295,7 @@ INT WINAPI GetMenuStringA(
SetLastError( ERROR_MENU_ITEM_NOT_FOUND);
return 0;
}
- if (!str || !nMaxSiz) return strlenW(item->text);
+ if (!str || !nMaxSiz) return item->text ? strlenW(item->text) : 0;
if (!WideCharToMultiByte( CP_ACP, 0, item->text, -1, str, nMaxSiz, NULL,
NULL ))
str[nMaxSiz-1] = 0;
TRACE("returning '%s'\n", str );
Rein.
--
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=2037
------- Additional Comments From nospam(a)thenerdshow.com 2006-07-01 00:34 -------
This is not a bug. It's a botched IE install. Don't copy from windows. Use
the installer, which should work with newer wine. PCAnywhere 11.0 works fine
for me on Fedora 4_64, wine .9.5
--
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=4249
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-01 21:49 -------
Well you need to go much ferther back in relay log to see the relevant information.
--
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=4194
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
URL| |http://www.solidworks.com/do
| |wnloads/API/Downloads%5C0000
| |0%5C0300s%5C0348%5Capi_sdk.z
| |ip
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
--
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=4251
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
------- Additional Comments From mike(a)codeweavers.com 2006-06-01 21:02 -------
Please let me know which version of Wine you're using, and where I can download
"e-Sword 6.5" or a demo of it from.
thanks,
--
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=4250
------- Additional Comments From mike(a)codeweavers.com 2006-06-01 20:49 -------
So you know the problem, and you know the solution. How about submitting a
patch to wine-patches(a)winehq.org? You'll even get your name in the ChangeLog.
--
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.