http://bugs.winehq.org/show_bug.cgi?id=26302
Summary: outliner Keynote NF has a several problems
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wit9(a)yandex.ru
Created an attachment (id=33527)
--> (http://bugs.winehq.org/attachment.cgi?id=33527)
listing of "fixmes"
There is a popular outliner Keynote NF (Mozilla Public License 1.1)
(http://code.google.com/p/keynote-nf/downloads/list). It's written in Delphi
with using of some additional components, so author has no plans to port it to
Linux.
Using the Keynote NF with the Wine causes several problems, including
1. error when pasting from the clipboard
2. using lists
and other
In the terminal appear a lot of "fixme" (see attachment).
--
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=54028
Bug ID: 54028
Summary: [cause crash - two problem] dwrite function
"create_colorglyphenum" returns DWRITE_E_NOCOLOR and
causing null pointer crash on 7.12 but not on 7.22
Product: Wine
Version: 7.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
(This problem can be reproduced without any account)
There are two problems here.I found out that the first problem existed in 7.12
and cause crash, but was fixed in 7.22 (doesn't exist).The second problem
exists in 7.22 and cause crash, but not in 7.12.
I found that the first problem has been fixed, so I would like to ask which
commit was fixed it (because there are many commits, I think the developer of
wine may know better and can give the answer at once,if You feel this bothered
you, first of all I'm sorry) .
The second issue renders the application completely unusable (QQ Music APP can
worked in 7.12, but not in 7.22)
--------
Question 1:
Describe the crash below (note that the font file msyh.ttf needs to be added in
the ./wine/fonts directory to trigger the crash)
> Let me explain here why the font msyh.ttf is added to the ./wine/fonts directory instead of using the original wine
> Because only after adding the font, QQ Music will call this function "create_colorglyphenum", which will cause a crash. If this font is not added, QQ Music will not call this function and use other logic.
> Because I don't have the source code of QQ Music, I don't know the logic of calling the function, so it is necessary to add this font file. The font file is added to reproduce the crash, not to change the wine.
Here's a description of how the crash happens:
Background:
In the QQ Music program, this APP want to use the font "Microsoft YaHei" to
output the four characters "QQ音乐". The function to call is:
dwritetextlayout_Draw -> QQMusic logic -> create_colorglyphenum -> crash
The cause of the crash is that in the function "create_colorglyphenum", there
is a judgment of "!colorfont".
> if (!colorfont)
> return DWRITE_E_NOCOLOR;
The "Microsoft YaHei" is not colorfont, it will return DWRITE_E_NOCOLOR
directly, thus triggering a null pointer crash. But I found that in the current
wine7.22, the same return here but no longer triggers the crash, so I would
like to ask which commit fixed this problem (the dichotomy method consumes a
lot of time, so I want to ask if you know the commit first, if You feel this
bothered you, first of all say sorry)
In summary,All you have to do is to add the font file, run the exe file I sent
with wine7.12 .
QQ Music official website link: https://y.qq.com/
(I will attach the corresponding exe installation package in the next reply,
the attached exe file is worried that you are inconvenient to download from the
official website)
crash information:
> 01d8:trace:dwrite:dwritefontface2_IsColorFont 03159B38.
> wine: Unhandled page fault on read access to 00000000 at address 511406CB (thread 01d8), starting debugger...
--------
Question 2:
Use the original wine 7.22 without any modification, after installing QQ Music,
open the application, the application cannot be displayed (without any UI
interface),which makes the entire application unusable, but 7.12 can be
displayed UI and text normally.
Figure 1 shows how 7.12 can be displayed normally, and Figure 2 shows how 7.22
cannot display normally
--
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=57002
Bug ID: 57002
Summary: touch screen does not click the right location for
surface pro
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
i try to touch but it can only select the item, while I cannot click it.
--
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=36788
Bug ID: 36788
Summary: Wine doesn't show anything with Photodex slideshow
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ostash(a)ostash.kiev.ua
CC: julliard(a)winehq.org
Regression SHA1: ea07c310ecfee6b301e7af8413760eb446e6f184
I have one exe file which seems to be Photodex generated slideshow application.
It used to word perfectly with Wine in 2010-2012, but when I tried to run it
recently I got no output on screen.
Sound plays fine, and it looks like application window is created (it is
present on taskbar), but there is no window, no borders, no title, no output.
Well this slideshow runs fullscreen, but anyway no output.
I've managed to bisect this problem to:
ea07c310ecfee6b301e7af8413760eb446e6f184 is the first bad commit
commit ea07c310ecfee6b301e7af8413760eb446e6f184
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Sep 4 13:34:15 2012 +0200
winex11: Create the whole window at window creation time.
:040000 040000 62dd63d6f45078b96e4305d60fe8d1b7386b1bc0
c02b6dc1c8940fc75d22753888c3fba415848f38 M dlls
Unfortunately code changed too much from that time, so git revert patch can't
be applied.
--
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=56520
Bug ID: 56520
Summary: ChessBase 17 doesn't draw pieces on new 2D board
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 76273
--> https://bugs.winehq.org/attachment.cgi?id=76273
Output when selecting new 2D board option
When selected use new 2D board, the pieces aren't drawn leaving a blank board.
The workaround is to untick use new 2D board.
See attached log for console output
--
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=37615
Bug ID: 37615
Summary: wineconsole: user backend won't detect font -> white
boxes
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: david(a)ixit.cz
Distribution: ---
Created attachment 50064
--> https://bugs.winehq.org/attachment.cgi?id=50064
wineconsole.log
Wine compiled without ncurses.
When wineconsole is started, it shows white boxes instead of font. Log with
WINEDEBUG=+wineconsole attached.
This code is from 2002:
programs/wineconsole/user.c : line 442
/* FIXME:
* the current freetype engine (at least 2.0.x with x <= 8) and its
implementation
* in Wine don't return adequate values for fixed fonts
* In Windows, those fonts are expected to return the same value for
* - the average width
* - the largest width
* - the width of all characters in the font
* This isn't true in Wine. As a temporary workaround, we get as the width of
the
* cell, the width of the first character in the font, after checking that all
* characters in the font have the same width (I hear paranoia coming)
* when this gets fixed, the code should be using tm.tmAveCharWidth
* or tm.tmMaxCharWidth as the cell width.
*/
I tried comment font checking, then output is better, but font isn't
fixed-width (still smaller issue than white boxes instead of font).
In Ubuntu 12.04 is freetype 2.4.8, so IMHO we can rely on 2.4 series + ncurses
is default, so we can go ahead and fix it.
--
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=56881
Bug ID: 56881
Summary: BloodRayne unable to run in wow, but able to run under
none wow build
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 76692
--> https://bugs.winehq.org/attachment.cgi?id=76692
Log with WINEDEBUG=+server,relay
the game seems and anti-cheat in it.
Game is unable to run under wow build of wine
but success run under none wow build
OS is ubuntu 20.04
wine is latest master.
--
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=57508
Bug ID: 57508
Summary: ARM64: PHP Generator for MySQL crashes on startup
Product: Wine
Version: 9.22
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)scito.ch
Created attachment 77539
--> https://bugs.winehq.org/attachment.cgi?id=77539
Last logs before crashing
I'm using PHP Generator for MySQL
(https://www.sqlmaestro.com/products/mysql/phpgenerator/download/lite_editio…)
for many years on Linux and it works perfect.
Now, we try to run this prgram on an M3 Apple computer and it crashes. The
installation runs fine, however it crashes during application startup.
According to https://gitlab.winehq.org/wine/wine/-/wikis/ARM64 ARM64 WoW is
supported.
How to reproduce:
1. Install
https://www.sqlmaestro.com/products/mysql/phpgenerator/download/lite_editio…
2. Run: wine "C:\Program Files (x86)\SQL Maestro Group\PHP Generator for MySQL
Lite\MyPHPGeneratorLite.exe"
3. Crash of program, see logs
--
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=57588
Bug ID: 57588
Summary: Guardant USB key drivers: grdkey.sys crashes
Product: Wine
Version: 10.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: amorozov(a)etersoft.ru
Distribution: ---
Created attachment 77697
--> https://bugs.winehq.org/attachment.cgi?id=77697
Log with WINEDEBUG=+ntoskrnl,+plugplay and winedbg output
I installed Guardant USB key drivers 7.0.224 from here:
https://www.guardant.com/support/users/download/2238/
with WoW64 Wine build.
$ md5sum GrdDrivers.exe
731d388d2ee4c1a4f45d655e4b8c9163 GrdDrivers.exe
After installation windows/system32/drivers/grdkey.sys appears. And it crashes
at Wine start:
wine: Unhandled page fault on read access to 0000000000000008 at address
00006FFFFC8A295B (thread 00f0), starting debugger...
In AddDevice handler grdkey.sys calls IoOpenDeviceRegistryKey. This results in
calling get_device_instance_id -> get_device_id and sending
IRP_MJ_PNP/IRP_MN_QUERY_ID with BusQueryDeviceID to the driver which calls
IofCallDriver(NULL, ....) and crashes.
The crash can be avoided with commenting out this line:
device = IoGetAttachedDevice( device );
in get_device_id function in dlls/ntoskrnl.exe/pnp.c
But I assume that the correct fix should be in avoiding to send IRPs from
IoOpenDeviceRegistryKey. MSDN says that IRP_MN_QUERY_ID is sent before loading
driver and calling AddDevice:
https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/adding-a-…
--
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=57585
Bug ID: 57585
Summary: Make UseTakeFocus default to N on Linux, so games can
accept input when refocused
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: joeytwiddle(a)gmail.com
Distribution: ---
To reproduce the problem:
1. On Linux (e.g. KDE5 with X11), start a game or fullscreen app (e.g. Among Us
or Bad North Jotunn Edition, but you can find many games with the same problem)
2. Once the game has opened and is fullscreen, use Alt-Tab to switch to another
app
3. Now switch back to the game.
4. The game now ignores mouse and keyboard input!
To fix it, kill the game, then run:
wine reg add 'HKEY_CURRENT_USER\Software\Wine\X11 Driver' /t REG_SZ /v
UseTakeFocus /d N /f
Now try the above steps again. It has likely fixed the problem!
Because the problem is so common, please consider making the above fix the
default setting on Linux. Hopefully it will benefit more users than it
inconveniences.
---
The problem and solution have been mentioned here:
-
https://askubuntu.com/questions/299286/how-to-recover-focus-after-losing-it…
- https://bugs.winehq.org/show_bug.cgi?id=47929
- https://bugs.winehq.org/show_bug.cgi?id=48121
- https://bugs.winehq.org/show_bug.cgi?id=37393
- https://bugs.winehq.org/show_bug.cgi?id=56073
--
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.