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.
https://bugs.winehq.org/show_bug.cgi?id=42209
Bug ID: 42209
Summary: Native Instruments Native Access crashes on load
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kim.ake(a)gmail.com
Distribution: ---
Created attachment 56847
--> https://bugs.winehq.org/attachment.cgi?id=56847
Error message content
I have Visual C++ 2015 redistributables installed. WhenI try to run the
program, I get the error message.
--
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=42138
Bug ID: 42138
Summary: bug when running reaktor 6: "Unhandled exception:
unimplemented function
concrt140.dll.??0_ReentrantBlockingLock@details@Concur
rency@@QAE@XZ called in 32-bit code (0x7b43bf1c)."
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: someidiot64(a)gmail.com
Distribution: ---
Created attachment 56699
--> https://bugs.winehq.org/attachment.cgi?id=56699
crashlog
see:
(https://github.com/Winetricks/winetricks/issues/711#issuecomment-269997532)
i have been trying to install reaktor 6 under wine on my machine so that i can
use it with reaper. i believe that the crashlog of reaktor (also attached)
points to concrt140.dll being missing, thus i am trying to obtain the virtual c
package (2015) which will give me the library - though this is also broken on
my system.
since i used winetricks to obtain the libraries, i reported the vc bug to them.
they have instructed me to report this bug.
note 1: my hardware is 64-bit but i am using a 32-bit version of wine so that i
can use various old and free VSTis.
note 2: i do recognise that the vc2015 package did not install well in a test
which was conducted a year ago and submitted to the wine database.
--
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=40956
Bug ID: 40956
Summary: unimplemented function
msvcr110.dll._Lock_shared_ptr_spin_lock when starting
Zoner Photo Studio 18
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomas(a)jikos.cz
Created attachment 55095
--> https://bugs.winehq.org/attachment.cgi?id=55095
Backtrace obtained from wine
The application does not even start. The only action I did
was starting with:
DYLD_FALLBACK_LIBRARY_PATH="${DYLD_FALLBACK_LIBRARY_PATH}:/usr/X11/lib" ./wine
"C:\Program Files\Zoner\Photo Studio 18\Program32\Zps.exe"
Installed without issues from
https://www.zoner.com/en/free-photo-editor-download
--
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=41408
Bug ID: 41408
Summary: GOG Galaxy crashes with unimplemented function
msvcp140.dll.??0task_continuation_context@Concurrency@
@AAE@XZ
Product: Wine
Version: 1.9.19
Hardware: x86-64
URL: https://cdn.gog.com/open/galaxy/client/setup_galaxy_1.
1.17.3.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Now updater crashes with
wine: Call from 0x7b43b53c to unimplemented function
msvcp140.dll.??0task_continuation_context@Concurrency@@AAE@XZ, aborting
wine-1.9.19-161-gaf37b18
--
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=30764
Bug #: 30764
Summary: regedit: a key created from right-click context menu
is in incorrect position
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
In Windows when you right-click a key and select New->Key, the new key is
created as a subkey of the key you clicked. In Wine it is a subkey of a key
that was previously selected by left-clicking or keyboard - click position is
ignored.
--
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.