https://bugs.winehq.org/show_bug.cgi?id=51027
Bug ID: 51027
Summary: Fonts blurred for some words in Logos Bible Software
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 69879
--> https://bugs.winehq.org/attachment.cgi?id=69879
shows some blurred words
There seems to be an issue with some words being a little blurred. Screenshot
attached. This applies to all fonts. Including greek characters as well as
English. This is even with font smoothing rgb on.
--
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=50757
Bug ID: 50757
Summary: (Regression) Hyperdimension Neptunia Re;Birth1
Crashes/freezes frequently with FAudio
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: orbea(a)riseup.net
Distribution: ---
When playing the GOG version of Hyperdimension Neptunia ReBirth 1
(https://www.gog.com/game/hyperdimension_neptunia_rebirth1) it will frequently
freeze/crash.
This only occurs when built wine is built against FAudio and happens most often
during battles or less frequently the area maps. Sometimes it will also occur
in other places such as during dialogue scenes or menus. It usually occurs
within a few battles, but sometimes will take a bit longer. During the crashes
the graphics will freeze and input will be unresponsive, but usually music
continues to play only rarely stopping with the crash.
When wine is not built against FAudio there will be no sound in the title
screen or during game play, but this can be worked around by installing xact
with winetricks and setting the wine prefix to XP compatibility where after
extensive testing it remains stable without crashing.
I tested FAudio versions 21.01 and 21.03 without changes.
With older wine versions (roughly 5.10 and older) the above workaround with
native xact and XP compatibility is needed regardless if wine is built against
FAudio and it does not crash.
So I bisected this and found the first bad commit:
-----
127ef80f0f9370a148357b7c1f001c3477a52264 is the first bad commit
commit 127ef80f0f9370a148357b7c1f001c3477a52264
Author: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Date: Sat Jul 18 22:27:46 2020 +0200
xactengine3_7: Implement IXACT3SoundBank::Play function.
Based on patch from Ethan Lee.
Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/xactengine3_7/xact_dll.c | 35 +++++++++++++++++++++++++++++++++--
1 file changed, 33 insertions(+), 2 deletions(-)
-----
However the parent commit (568227cc039ce16f232008f34fb72fc6aecc5029) will crash
just before the title screen consistently. This can be worked around with
setting WINEDLLOVERRIDES='xactengine3_7=n' in the environment where sound will
be missing in the title screen and during game play, but like above can be
fixed with a native xact and using XP compatibility mode. Several preceding
commits do not crash before the title screen, but require setting
WINEDLLOVERRIDES='xactengine3_7=n' in the environment for the sound to not be
missing.
With the first bad commit (
127ef80f0f9370a148357b7c1f001c3477a52264) a default prefix works and there is
no missing sound, but it introduces the issue with frequent crashes.
Issue https://bugs.winehq.org/show_bug.cgi?id=50416 may be related.
--
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=52044
Bug ID: 52044
Summary: Safe exambrowser needs msctfmonitor.dll
Product: Wine
Version: 6.21
Hardware: x86-64
URL: https://sourceforge.net/projects/seb/files/seb/SEB_3.3
.1/SEB_3.3.1.388_SetupBundle.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 71055
--> https://bugs.winehq.org/attachment.cgi?id=71055
patches to add stub msctfmonitor
Follow-up of bug https://bugs.winehq.org/show_bug.cgi?id=51938
When you start the program an errormessagebox appears: MsCtfMonitor.dll
assembly:<unknown assembly> type:<unknown type> member:(null)\n\n at (wrapper
managed-to-native) SafeExamBrowser.Client.App.InitLocalMsCtfMonitor(int)\r\n
at SafeExamBrowser.Client.App.OnStartup (System.Windows.StartupEventArgs e)
[0x0000e] in <0234e4d933094aa59b63e70b5"..., -1, [(0,0)-(264,0)] 00000c50
Added patches for stub dll in attachment
Adding a stub dll for msctfmonitor works around it to run into next bug :(. I'
ll send attached patches to wine-devel later. The next bug seems afaict not
related to this one. An endless 'fixme SwitchDesktop' is spawned in the
console, and the program keeps initializing forever
sha1sum SEB_3.3.1.388_SetupBundle.exe
6a0500976012e0ad31a5b143baa2131a6e44dd3c SEB_3.3.1.388_SetupBundle.exe
Note:
Source is available at https://github.com/SafeExamBrowser/seb-win-refactoring
>From SafeExamBrowser.Client/App.cs:
// We need to manually initialize a monitor in order to prevent Windows
from automatically doing so and thus rendering an input lanuage
// switch in the bottom right corner of the desktop. This must be
done before any UI element is initialized or rendered on the screen.
InitLocalMsCtfMonitor(ILMCM_CHECKLAYOUTANDTIPENABLED |
ILMCM_LANGUAGEBAROFF);
instances.BuildObjectGraph(Shutdown);
instances.LogStartupInformation();
var success = instances.ClientController.TryStart()
.
.
.
void shutdown()
{
instances.ClientController.Terminate();
instances.LogShutdownInformation();
UninitLocalMsCtfMonitor();
base.Shutdown();
}
Dispatcher.InvokeAsync(shutdown);
}
--
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=22260
Summary: Editable dropdown is gray when opened and empty
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
I noticed in Total Commander: Press F5 to copy a file, then click the "Only
files of this type:" dropdown BUTTON (see attached screenshot). Notice the
dropdown field turns gray. This does not happen on Windows XP, where it remains
white. If you type anything it turns white again, like it should..
Total Commander 4.50a
--
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.
http://bugs.winehq.org/show_bug.cgi?id=21572
Summary: KFSensor 4.5.0 Professional Trial: Trouble starting
and stopping the service
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://www.keyfocus.net/kfsensor/download/kfsens40.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26016)
--> (http://bugs.winehq.org/attachment.cgi?id=26016)
advapi and more -- Operation Failure
This one is a fairly erratic but greatly prolific bug. In the log attached, you
see my first launch of the application works after running the wizard, followed
by closing the application and attempting to start the server to no avail until
you see the "LockWindowUpdate" when it finally starts.
--
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=45443
Bug ID: 45443
Summary: Diablo 3: Starting the game causes a black screen
softlock on the X-environment
Product: Wine
Version: 3.12
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: ---
Created attachment 61776
--> https://bugs.winehq.org/attachment.cgi?id=61776
Terminal output
On starting Diablo 3 I usually see a gray fullscreen before the game loads its
ingame-login screen. But with Wine 3.12 it stops at the gray screen (which
turns black if switched to the console and back). There are a few symptoms:
- Terminating all applications in Wine does not prevent the black screen to go
away or Wine to exit.
- The winedevices.exe does not respond to a SIGTERM and needs to be terminated
with a SIGKILL.
- Wine still refuses to exit automatically even if only the wineserver64
remains.
- After terminating all processes and switching from the console to the
X-environment again the screen is still black (not sure if this is caused by
Wine or if this is a bug in the X-Server).
In the attachments is the terminal output which I had to log to disk (the game
was started via "sworddragon@ubuntu:/wine/drive_c/Program Files (x86)/Diablo
III$ setarch i386 -3 './Diablo III.exe' -launch -opengl").
--
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=30498
Bug #: 30498
Summary: Shadows broken on many games because of wrong depth
formats
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tizbac2(a)gmail.com
Classification: Unclassified
D3DCMP_EQUAL and D3DCMP_NOTEQUAL are broken when used with incompatible depth
format, and that breaks shadows on all CryEngine games, on MAFIA 2, and
probably many other games
On the logs the line "fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do
not work correctly yet." will appear when this bug is causing problems
--
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=52022
Bug ID: 52022
Summary: Borderlands GOTY Enhanced mouse is unresponsive
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 53fcfe3834da3c43838cd26bdeb4fdb335542627
Distribution: ---
As mentioned in the title.
--
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=51944
Bug ID: 51944
Summary: Resident Evil 6 stops to a black screen instead of
playing videos
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 70916
--> https://bugs.winehq.org/attachment.cgi?id=70916
+mfplat,+wmvcore
wine-6.20-195-ge5f7a73c83a
--
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=49409
Bug ID: 49409
Summary: Monkey Island 2 Special Edition crash / freeze with
staging
Product: Wine-staging
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Got this while trying to help someone on the forums, stable / devel seem fine
but staging tends to freeze after not too long with this output on terminal:
wine client error:318: read: Bad address
wine client error:318: write: Bad file descriptor
Using the Steam version here, usually just start a new game and wait and it
will freeze before you can even do anything.
I attempted a regression test but didn't get anywhere. At some steps it would
crash or freeze in a different way, both with and without the usual wine crash
dialog.
--
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.