https://bugs.winehq.org/show_bug.cgi?id=41237
Bug ID: 41237
Summary: Repeatable unhandled exception in Word 2003
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2460acc(a)gmail.com
Distribution: ---
Created attachment 55526
--> https://bugs.winehq.org/attachment.cgi?id=55526
Error log
When using Word 2003 there is a repeatable unhandled exception when exiting
Equation Editor. It happens when you exit Equation Editor via the menu
File->Exit and Return to Document. It doesn't happen if you exit Equation
Editor via the [x] in the top right corner.
--
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=48447
Bug ID: 48447
Summary: GetUnicodeRanges() returned data is inaccurate
Product: Wine
Version: 5.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Current GetUnicodeRanges() implementation returns ranges as specified by cmap,
while some point might still fall on zero glyph, splitting ranges further or
discarding some ranges. Windows takes that into account, and returns ranges
that will tell exactly which points are covered with non-zero glyphs. We'll
have to follow that, but it should most likely be disk-cached somehow, because
iterating whole cmap every time is not very practical.
Once does correctly this data could be used for binary lookup in
HasCharacter(), if it turns out not to be slower that looking up actual glyph
id.
Test failures for that problem will entirely depend on the font, and could look
like this:
---
font.c:3742: Test failed: L"DejaVu Sans" - L"ExtraLight": unexpected range
count 181, expected 182.
font.c:3742: Test failed: L"DejaVu Sans" - L"ExtraLight Oblique": unexpected
range count 181, expected 182.
...
font.c:3742: Test failed: L"DejaVu Sans Mono" - L"Oblique": unexpected range
count 209, expected 210.
font.c:3742: Test failed: L"DejaVu Sans Mono" - L"Bold": unexpected range count
252, expected 253.
font.c:3742: Test failed: L"DejaVu Sans Mono" - L"Bold Oblique": unexpected
range count 209, expected 210.
---
--
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=50627
Bug ID: 50627
Summary: MS Word 2013 bug in Arabic ligature of "lam" with
"alef" text shaping
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: i.bilux(a)gmail.com
Distribution: ---
Created attachment 69324
--> https://bugs.winehq.org/attachment.cgi?id=69324
MS Office 2013 جلال
The word "جلال" is written using four characters "ج" "ل" "ا" "ل" like in the
first word in attachment (Upper word), but its not showing correctly as the the
third character "ا" should be italic (diagonal).
I added the second word in the same attachment (Lower word) as show case of how
the correct ligature supposed to be showing. In Arabic, the actual shape of
the character depends on the context of the character in the word.
PS: I'm using "Times New Roman" font. When using "Noto Sans Arabic" this bug
does not occur.
--
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=43114
Bug ID: 43114
Summary: Sub-program of Internet Security Program, Astx.exe
crashes on unhandled exception error
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kchn.lee(a)daum.net
Distribution: ---
Created attachment 58313
--> https://bugs.winehq.org/attachment.cgi?id=58313
Output text for executing $wine "setup file"
I have a problem in installing Ahnlab Safe Transaction S/W,
which is an internet transaction security program. (Not commercial)
When I execute the above S/W setup file, Wine stops installation saying there
is a problem in Asdcli.exe (created in the installation process).
Same error occurs when I execution Asdcli.exe directly.
The main error message is as follows :
Unhandled exception: assertion failed in 32-bit code (0xb7769d40).
When I tried to install this program in previous Wine (2.0.1), the error
message was like this :
wine: Call from 0x7b43ba7c to unimplemented function
setupapi.dll.CM_Get_Sibling, aborting
It's somewhat difficult to find the textual link of Ahnlab Safe Transaction
S/W.
How can I solve this problem... Need help~.
Wine version : Wine-devel-i386 (2.8.0~jessie)
Platform : i386
Windows Version : Windows 7
Linux : Debian 3.16.43-2 (2017-04-30) i686 GNU/Linux
--
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=44239
Bug ID: 44239
Summary: Twin Usb Joystick not work force feedback (vibration)
in some games
Product: Wine
Version: 2.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: joy.cpl
Assignee: wine-bugs(a)winehq.org
Reporter: kz99(a)protonmail.com
Distribution: ---
Force Feedback (vibration) work in wine control, but in games this not work, i
have installed "Legacy Of Kain Defiance" and not work, is occurs in others
games force feedback no work.
My device ID is:
ID 0810:0001 Personal Communication Systems, Inc. Dual PSX Adaptor
--
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=49506
Bug ID: 49506
Summary: Using LLVM's libunwind causes wine build failure
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bero(a)lindev.ch
Distribution: ---
Created attachment 67634
--> https://bugs.winehq.org/attachment.cgi?id=67634
Proposed fix
There are multiple different implementations of libunwind -- but when building
for Linux, wine assumes https://www.nongnu.org/libunwind/ is being used.
That is true on most Linux systems, but some use LLVM libunwind
https://github.com/llvm/llvm-project/tree/master/libunwind instead.
Since Apple uses LLVM libunwind as well, all the code needed to support this is
there already - just not triggered by the various ifdefs in signal_x86_64.c.
AFAIK there is no official #define to tell libunwind implementations apart -
but checking for an implementation detail (such as the presence of
____LIBUNWIND_CONFIG_H__) should do the right thing.
--
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=39190
Bug ID: 39190
Summary: Ableton dies with - unimplemented function
msvcr120.dll.fminf
Product: Wine
Version: 1.7.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
On the Ableton 9 trial (32 bit version). It dies with the error if you add
the instrument Impulse/Backbeat Room
wine: Call from 0x7b83bfee to unimplemented function msvcr120.dll.fminf
Here is a video of triggering the bug
http://youtu.be/02gj_SpzteY
Notes - I don't have Jack audio setup, this is running with the pulseaudio
backend - no idea if that matters here.
Download for 32 bit ableton trial
https://www.ableton.com/en/download/?os_arch=win&release_article_code=BuSu9…
OS: Ubuntu 15.04 - 64 bit.
Hardware: Asus N56VZ
--
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=39189
Bug ID: 39189
Summary: Ableton dies with - unimplemented function
msvcr120.dll._DTest
Product: Wine
Version: 1.7.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
On the Ableton 9 trial (32 bit version). It dies with the error if you add
the instrument Electric/Bass/Wobble Bass
wine: Call from 0x7b83bfee to unimplemented function msvcr120.dll._DTest
Here is a video of triggering the bug
http://youtu.be/02gj_SpzteY
Notes - I don't have Jack audio setup, this is running with the pulseaudio
backend - no idea if that matters here.
Download for 32 bit ableton trial
https://www.ableton.com/en/download/?os_arch=win&release_article_code=BuSu9…
--
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=51748
Bug ID: 51748
Summary: NIK Dfine2 crashes/hangs (worked before)
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pit(a)astro.su.se
Distribution: ---
Created attachment 70633
--> https://bugs.winehq.org/attachment.cgi?id=70633
Backtrace of running Dfine2 from within GIMP
I'm using wine to run the (free) NIK collection from Google for image
processing (version 1.2.11, e.g., from here:
https://www.techspot.com/downloads/6809-google-nik-collection.html)
This was working great so far, for many years (at least 3). I run openSUSE
Tumbleweed that regularly upgrades applications. After the last upgrade to
Wine 6.15 this crashes when processing/saving the image. I use gimp and the
plugin ShellOut.py as a wrapper. There, I get an error message from wine
(Unhandled exception: page fault on read access, see attached
backtrace_Dfine2_new.txt)
To check, I renamed my current ~/.wine and did a clean new install of NIK (wine
nikcollection-full-1.2.11.exe). I get the same error (the backlog above is
from this run). Finally I copied the temporary (16bit tif) file gimp saves and
ran Dfine2 from command line, to catch the output. Irritatingly, this did not
crash, but just hang hogging the CPU at 100%....
The console output is attached, too.
--
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.