https://bugs.winehq.org/show_bug.cgi?id=47961
Bug ID: 47961
Summary: Chernobylite: crashes on startup with "Fatal error!"
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: joseph.kogut(a)gmail.com
Distribution: ---
Created attachment 65468
--> https://bugs.winehq.org/attachment.cgi?id=65468
Debug log w/ +mfplat
Game crashes on startup, displaying a dialog box with the message "Fatal
error!"
This seems to be another UE4 game that requires Windows Media Foundation APIs
for media playback. Installing native versions of these libraries allows the
game to start; singleplayer doesn't work even with workarounds.
--
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=43705
Bug ID: 43705
Summary: PES 2018 Settings.exe crashes
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plata(a)mailbox.org
Distribution: ---
Created attachment 59172
--> https://bugs.winehq.org/attachment.cgi?id=59172
Invalid IL code
When Pro Evolution Soccer (PES) 2018 is installed, Settings.exe is executed.
It crashes with the exception in the 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.
http://bugs.winehq.org/show_bug.cgi?id=34541
Bug #: 34541
Summary: Max Payne 3 needs native dotnet20
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45984
--> http://bugs.winehq.org/attachment.cgi?id=45984
log
As titled.
--
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=23537
Summary: Notepad in Hebrew shows some squares instead of
characters
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
Created an attachment (id=29391)
--> (http://bugs.winehq.org/attachment.cgi?id=29391)
Screenshot showing the squares
We now have a Hebrew translation of notepad. The goal was to have at least one
translation in so we can see what bugs we currently have with respect to Hebrew
(and Arabic for that matter).
The screenshot shows some squares where it should show Hebrew text.
I have no idea where to look yet. The title bar seems fine but the text in the
dialog isn't.
Some of the other dialogs also shows squares but I guess it boils down to the
same bug.
--
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=46472
Bug ID: 46472
Summary: Linux kernel 4.19 breaks startup of BO2 due to change
in PTRACE_POKEUSER hw breakpoint behavior
Product: Wine
Version: 4.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: troyb(a)us.ibm.com
Distribution: ---
Created attachment 63297
--> https://bugs.winehq.org/attachment.cgi?id=63297
linux 4.19 commit bd14406b78e6daa1ea3c1673bda1ffc9efdeead0
I bisected Linux 4.18 to 4.19 to find this commit which stops BO2 from
launching under any version of wine from 3.12 to 4.0-rc6, attachment below.
For convenience I hand-reverted the file kernel/events/hw_breakpoint.c as
follows :
/**
* modify_user_hw_breakpoint - modify a user-space hardware breakpoint
* @bp: the breakpoint structure to modify
* @attr: new breakpoint attributes
*/
int modify_user_hw_breakpoint(struct perf_event *bp, struct perf_event_attr
*attr)
{
int err;
/*
* modify_user_hw_breakpoint can be invoked with IRQs disabled and
hence it
* will not be possible to raise IPIs that invoke __perf_event_disable.
* So call the function directly after making sure we are targeting the
* current task.
*/
if (irqs_disabled() && bp->ctx && bp->ctx->task == current)
perf_event_disable_local(bp);
else
perf_event_disable(bp);
#if 0
/* new logic : >= kernel 4.19 */
err = modify_user_hw_breakpoint_check(bp, attr, false);
if (!bp->attr.disabled)
perf_event_enable(bp);
return err;
#else
/* old logic : <kernel 4.19 */
if (!attr->disabled) {
err = modify_user_hw_breakpoint_check(bp, attr, false);
if (err)
return err;
perf_event_enable(bp);
bp->attr.disabled=0;
}
return 0;
#endif
}
I examined some wine source code and found many instance of use of
PTRACE_POKUSER. I don't know enough about this function to know if this kernel
commit directly breaks the wine code, or some other fault in wine code is
indirectly triggering the problem. Using "old logic" in the file
hw_breakpoints above enables kernel 4.19 to start BO2 with 4.0-rc6 (and most
likely others).
--
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=46801
Bug ID: 46801
Summary: Hitman: Sniper Challenge crashes on startup when using
FAudio
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63822
--> https://bugs.winehq.org/attachment.cgi?id=63822
backtrace
mmap() failed: Cannot allocate memory
Failed to create permanent mapping for memfd region with ID = 2770054660
Ignoring received block reference with non-registered memfd ID = 2770054660
wine-4.3-188-gab7756619c
--
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=46000
Bug ID: 46000
Summary: Crash in _FindAndUnlinkFrame+0x72() in ucrtbase
(0x0033f128) with SuperTux 0.6.0 nightly build
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
Created attachment 62568
--> https://bugs.winehq.org/attachment.cgi?id=62568
backtrace
When trying to start a SuperTux Nightly build using wine 3.18, it crashes
immediately at launch.
$ openssl sha256 SuperTux-v0.5.1-1071-g1778d0aa6-win32.msi
SHA256(SuperTux-v0.5.1-1071-g1778d0aa6-win32.msi)=
b1619d9b964ec6fa858e0310f62728b978a3bf5b00cdc1689398b5c8ae3188a8
$ wine --version
wine-3.18
Download:
https://ci.appveyor.com/project/supertux/supertux-9ml4d/builds/19503980/art…
Alternative Download:
http://tobbi.bplaced.net/krams/SuperTux-v0.5.1-1071-g1778d0aa6-win32.msi
--
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=43546
Bug ID: 43546
Summary: Image manipulation in astrotoaster causes repeatable
crash
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jh.xsnrg(a)gmail.com
Distribution: ---
Created attachment 58949
--> https://bugs.winehq.org/attachment.cgi?id=58949
astrotoaster crash backtrace
Astrotoaster runs with default settings, but trying to manipulate and convert
images, the attached backtrace is created every time.
Works fine in native windows and windows VMs.
To reproduce, download (free) astrotoaster application:
http://www.astrotoaster.com/download/SetupAstroToaster_205a.msi?attredirect…
put a couple fits files in a folder from a set for image stacking, and
configure the image directory in the application to point to the folder with
the fits files in it.
Click on the buttons labeled "monitor", "refresh" and "stack"
A viewer window will pop up with a dark image that needs adjusting. Click the
color adj button and move the "expand" slider to any value, then click the
"apply E/G" button to reproduce the crash. It may have already crashed before
this.
convert.exe is the module with the crash.
--
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=44055
Bug ID: 44055
Summary: Affinity Designer Crashing on launch
Product: Wine-staging
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: buliinwhite(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59755
--> https://bugs.winehq.org/attachment.cgi?id=59755
Crash Report
After Successful Installation of affinity-designer-1.6.1.93.exe see bugreport:
https://bugs.winehq.org/show_bug.cgi?id=44048
i try to launch Designer.exe but its Crash.
--
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=48377
Bug ID: 48377
Summary: Home Designer Suite 21.3.1.1x64 hangs on mouse button
release when drawing wall
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 74.schutt(a)gmail.com
Distribution: ---
Created attachment 66130
--> https://bugs.winehq.org/attachment.cgi?id=66130
Wine terminal output
I'm testing Home Designer Suite 21.3.1.1x64 on 5.3-rc3 with the patch from bug
48371 applied.
After starting home designer and opening a new plan, I am trying to draw my
first wall.
Left mouse button down sets the starting location of the wall, and as I move
the mouse the display is continuously updated with the new wall length. When I
release the left mouse button to set the end location, the wine window stops
being updated, the mouse cursor disappears while the mouse position is inside
the wine window, and my system is otherwise idle. I have to ctrl-C in the
terminal window where I started wine to kill it.
I've attached the terminal output from Wine. At the end of the output I added
some text that appeared after I used ctrl-C to kill wine.
I'll also attach the output that Home Designer logged as it ran.
--
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.