https://bugs.winehq.org/show_bug.cgi?id=42206
Bug ID: 42206
Summary: Gauntlet character screen background is corrupted.
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 56843
--> https://bugs.winehq.org/attachment.cgi?id=56843
Windows Image
The Gauntlet character selection screen is missing some textures.
--
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=37404
Bug ID: 37404
Summary: A right click on a registry key does not select it
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Steps to reproduce:
1. Open regedit.
2. Make a right click on a non-selected registry key.
Expected result:
The registry key should get selected (at least this is the case with a native
Windows XP).
Actual result:
The selection is still kept on the previous selected registry key.
--
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=42992
Bug ID: 42992
Summary: wine can't be compiled by gcc-2.95.4
(dwrite/opentype.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986, bug 42990 and bug 42991:
wine-2.7 @ gcc-2.95.4: compilation fails:
/dlls/dwrite/opentype.c: In function `opentype_get_cpal_entries':
/dlls/dwrite/opentype.c:1903: structure has no member named `r'
/dlls/dwrite/opentype.c:1904: structure has no member named `g'
/dlls/dwrite/opentype.c:1905: structure has no member named `b'
/dlls/dwrite/opentype.c:1906: structure has no member named `a'
make[1]: *** [opentype.o] Error 1
--
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=42995
Bug ID: 42995
Summary: wine can't be compiled by gcc-2.95.4 (netprofm/list.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: netprofm
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986, bug 42990, bug 42991, bug 42992, bug 42993 and bug
42994:
wine-2.7 @ gcc-2.95.4: compilation fails:
In file included from /dlls/netprofm/list.c:38:
/dlls/netprofm/list.c: In function `init_networks':
/dlls/netprofm/list.c:1696: structure has no member named `IfIndex'
make[1]: *** [list.o] Error 1
--
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=42626
Bug ID: 42626
Summary: unimplemented function
msvcr110.dll.__crtUnhandledException
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
Distribution: ---
when i run Titan Quest - Immortal Throne, choice custom missions, got abort
error, message is:
wine: Call from 0x7b43b72d to unimplemented function
msvcr110.dll.__crtUnhandledException, aborting
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
does it mean wine need to implement function crtUnhandledException in
msvcr110.dll?
if i copy 32bit native msvcr110.dll and msvcp110.dll to the game root
directory, wine still load buildin so with message 'wrong architecture' or tips
nothing.
play as single user, normal missions is ok.
debian 8, wine 2.3.
--
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=42736
Bug ID: 42736
Summary: scanf doesn't work as expected when using format
string contains non-ascii chars
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: zhangboyang.id(a)gmail.com
Distribution: ---
Created attachment 57728
--> https://bugs.winehq.org/attachment.cgi?id=57728
working example, should link msvcrt.dll (e.g. use mingw to compile)
(1) assume test.txt has this content
hexdump -C test.txt
00000000 ef bb bf 68 65 6c 6c 6f |...hello|
00000008
// the content is UTF8 BOM + "hello"
(2) fscanf(fp, "\xef\xbb\xbf") doesn't work as expected (using crossover
16.2.0)
char s[1000];
fscanf(fp, "\xef\xbb\xbf"); ///// won't read utf-8 bom as expected
fscanf(fp, "%s", s);
/opt/cxoffice/bin/wine test.exe | hexdump -C
00000000 73 3d ef bb bf 68 65 6c 6c 6f 0d 0a |s=...hello..|
0000000c
(3) expected behavior is (under windows)
E:\winebug>test2
s=hello
--
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=42993
Bug ID: 42993
Summary: wine can't be compiled by gcc-2.95.4
(gdiplus/metafile.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986, bug 42990, bug 42991 and bug 42992:
wine-2.7 @ gcc-2.95.4: compilation fails:
/dlls/gdiplus/metafile.c: In function `METAFILE_GraphicsDeleted':
/dlls/gdiplus/metafile.c:950: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c: In function `GdipGetMetafileHeaderFromEmf':
/dlls/gdiplus/metafile.c:1916: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c: In function `GdipCreateMetafileFromEmf':
/dlls/gdiplus/metafile.c:2019: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2020: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2021: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2021: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2023: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2023: structure has no member named `EmfHeader'
make[1]: *** [metafile.o] Error 1
--
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=20215
Summary: Extra mouse buttons do not work in Firefox
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rainmaker526(a)hotmail.com
When running firefox under Wine, the extra mouse buttons on my mouse (the
"thumb" buttons) do nothing.
When using firefox under Windows or under Linux, the buttons act as a forward -
back button, but not when it's running under Wine.
I am sure this is not an modmap issue, as the buttons do work with some other
applications in Wine (SWAT4 for instance). The buttons do not seem to generate
any event to the application.
--
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=42490
Bug ID: 42490
Summary: Assertion failure when clicking boxes in altWinDirStat
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
This bug is reproduced in the same way as bug 31076, but I don't think they're
the same bug. After scanning a folder, click the upper-left box and hold down
the down arrow until you've cycled through all the boxes. Then click a box in
the middle. You'll see an error dialog that says:
Debug Assertion Failed!
Program: C:\windirstat_debug_32.exe
File: TreeListControl.cpp
Line: 1771
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
If you click Abort, the program closes. If you click Retry, the program
crashes. If you click Ignore, the program continues until you click another
box.
Line 1771 of TreeListControl.cpp says:
VERIFY( CListCtrl::RedrawItems( i, item_count ) );
CListCtrl::RedrawItems sends LVM_REDRAWITEMS with i and item_count. Apparently,
even though the documentation says that the first parameter is the index of the
first item to redraw and the second parameter is the index of the last item to
redraw, LVM_REDRAWITEMS does not complain about getting indices outside of the
range of defined items.
I'm using the 32-bit debug build of altWinDirStat 0.9.5.
--
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.