https://bugs.winehq.org/show_bug.cgi?id=43503
Bug ID: 43503
Summary: FUJITSU Software ATLAS: unimplemented function
msvcr80.dll._ismbcl0 called in 32-bitt code
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: yasuakit+winehq(a)gmail.com
Distribution: ---
Created attachment 58884
--> https://bugs.winehq.org/attachment.cgi?id=58884
backtrace of ATLAS translatation editor crash
ATLAS V14 translation editor crashes when it tries to detect cp932 (Japanese)
Kanji exists or not, because _ismbcl0 is not implemented.
URL:
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/ismbcl0-is…
Expected behavior:
It detect Kanji automatically, and translate between English and Japanese
properly.
Actual behavior:
It crashes.
Environment:
Fedora 26 x86_64
--
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=43324
Bug ID: 43324
Summary: Beamng.drive requires msvcr120.dll.vsscanf
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Self explanatory:
wine: Call from 0x7b450d1a to unimplemented function msvcr120.dll.vsscanf,
aborting
Wine-2.12-staging
Setting msvcr120 to native is the workaround
--
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=43163
Bug ID: 43163
Summary: Mixcraft 8 crashes when adding a video track
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
Distribution: ---
Created attachment 58418
--> https://bugs.winehq.org/attachment.cgi?id=58418
backtrace from crash
Steps to reproduce:
1. Create a new project in Mixcraft 8.
2. Go to "Track" -> "Add Track" -> "Video Track"
Result: Mixcraft crashes. Backtrace and Mixcraft application log file are
attached.
** My System **
OS: KDE Neon 5.10.1 64-bit (Plasma Desktop 5.10.1, KDE Frameworks 5.35.0, Qt
5.7.1)
Wine: 2.9 (Staging)
Linux Kernel: 4.8.0.54-generic
Motherboard: ASRock X58 Extreme3 (Intel X58 chipset)
CPU: Intel Core i7 930 (2.8 GHz quad-core)
RAM: 12GB DDR3
Video: NVIDIA GeForce GTX 970 w/ 4GB RAM (PCI Express)
NVIDIA video driver: 375.66
--
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=43603
Bug ID: 43603
Summary: clipboard PIXMAP regression after upgrading from 1.8.x
to 2.x
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: spumer-tm(a)yandex.ru
Distribution: ---
Created attachment 59018
--> https://bugs.winehq.org/attachment.cgi?id=59018
Debug application log
I use "Commfort" application to chat with friends. It's support copy-paste
images from clipboard.
After upgrading wine from 1.8.7 to 2.0.2 (and 2.15 in next) it's broken.
I try to trace with cmd:
WINEDEBUG=fixme-all,warn+cursor,+clipboard wine CommFort.exe
See logs in attachment
--
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=43877
Bug ID: 43877
Summary: "Cannot allocate DOS memory" error with 16-bit Windows
applications
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: palswim+winehq.org(a)palswim.net
Distribution: ---
Trying to start a 16-bit Windows application (both the Civilization 1 install
and Civilization game itself), WINE immediately gives me the error and exits
with an error code:
> wine SETUP.EXE && echo 'Success' || echo 'Fail'
err:dosmem:DOSMEM_Init Cannot allocate DOS memory
Fail
>
With WINE 2.0.1, I did not have this error, and was able to run the
installation program successfully. However, I was experiencing page fault
errors when running the game program, so I updated to the latest version.
I'm pretty sure that this game is abandonware, so I can probably provide any
necessary files upon request.
--
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=28741
Bug #: 28741
Summary: Odd coordinate in hit test causes uninitialized value
references in MONTHCAL_CalculateDayOfWeek()?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make monthcal.ok" in comctl32/tests with Valgrind reports:
Conditional jump or move depends on uninitialised value(s)
at __moddi3 (in dlls/ntdll/ntdll.dll.so)
by RtlTimeToTimeFields (time.c:126)
by FileTimeToSystemTime (time.c:858)
by MONTHCAL_CalculateDayOfWeek (monthcal.c:469)
by MONTHCAL_GetMonth (monthcal.c:486)
by MONTHCAL_HitTest (monthcal.c:498)
by MONTHCAL_WindowProc (monthcal.c:2861)
by ??? (in /oldhome/dank/wine-git/dlls/user32/user32.dll.so)
by call_window_proc (winproc.c:242)
by WINPROC_CallProcAtoW (winproc.c:601)
by CallWindowProcA (winproc.c:960)
by monthcal_subclass_proc (monthcal.c:566)
by ??? (in dlls/user32/user32.dll.so)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2211)
by send_message (message.c:3084)
by SendMessageA (message.c:3286)
by test_hittest (monthcal.c:1042)
by func_monthcal (monthcal.c:1957)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at MONTHCAL_CalculateDayOfWeek (monthcal.c:462)
Something seems to be creating an out of range date; then when
MONTHCAL_CalculateDayOfWeek() converts to (and then back from)
a different time representation, the conversion fails, leading to
use of garbage.
My guess is that test_hittest() is picking some area to hittest that
is driving the code bonkers. We get lucky, and the test passes anyway.
I don't know if a real hittest could give the wrong answer in some
situations.
--
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=43707
Bug ID: 43707
Summary: [GdiPlus] HatchStyle is incorrectly named in Wine.
Should be GpHatchStyle
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: hughbellars(a)gmail.com
The following code compiles fine on Windows. On Wine, it fails to compile. The
fix is to rename "GpHatchStyle" to "HatchStyle"
#include "Windows.h"
#include "GdiPlus.h"
using namespace Gdiplus;
using namespace DllExports;
int main()
{
GpHatchStyle hatchStyle;
return 0;
}
--
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=42715
Bug ID: 42715
Summary: wont boot
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
cxbx-reloaded build march 26 2017
wine: Invalid address.
err:ntdll:RtlLeaveCriticalSection section 0x112f0 is not acquired
--
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=40025
Bug ID: 40025
Summary: Winrar installer fails to start
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffz(a)jeffz.name
http://www.rarlab.com/rar/wrar531b1.exe
$ shasum wrar531b1.exe
61d9f4a058f13acc2c3260fdfdd2886c323a5f40 wrar531b1.exe
Tested wine-1.7.46 and 1.9.2. Installer fails to start on either.
--
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.