https://bugs.winehq.org/show_bug.cgi?id=49673
Bug ID: 49673
Summary: Backpacker 3:Americana:unhandled exception
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 67913
--> https://bugs.winehq.org/attachment.cgi?id=67913
backtrace
I can't run that game in Wine,and that game can't be debugged.
--
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=49661
Bug ID: 49661
Summary: Red Evil:black screen in game.
Product: Wine
Version: 5.14
Hardware: x86
URL: https://store.steampowered.com/app/1169070/RED_EVIL/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 67898
--> https://bugs.winehq.org/attachment.cgi?id=67898
screenshot
There is black screen in Red Evil game,that makes it unplayable with Intel Ivy
Bridge HD Graphics.
--
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=49012
Bug ID: 49012
Summary: Application build with .NET CoreRT crashes due to FLS
callbacks not being called
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernelbase
Assignee: wine-bugs(a)winehq.org
Reporter: pgofman(a)codeweavers.com
Distribution: ---
Created attachment 66990
--> https://bugs.winehq.org/attachment.cgi?id=66990
Patchset
.NET CoreRT performs thread tear down in a FLS callback which is currently not
called in Wine. If the tear down callback is not performed on thread
termination, the application later crashes on accessing the data from already
freed static TLS data storage area.
The attached patchset is fixing the issue.
--
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=50025
Bug ID: 50025
Summary: Cannot run Line (chat app) on Wine
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaul(a)gaul.org
Distribution: ---
Created attachment 68457
--> https://bugs.winehq.org/attachment.cgi?id=68457
Backtrace
I successfully installed Line (chat app) from https://line.me/en-US/download .
The application automatically launches but fails with:
Unhandled exception: page fault on read access to 0x0f204000 in 32-bit code
(0x6233d881).
Running wine-5.18 (Staging) on Fedora 32.
--
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=49814
Bug ID: 49814
Summary: FreeBSD 12.1 undebuggable crash on startup
(regression)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Recent Wine crashes on startup on FreeBSD 12.1. A Git bisect reveals:
6844ff8a0bda7c0511c3c328f459cc4286bf3c5d is the first bad commit
commit 6844ff8a0bda7c0511c3c328f459cc4286bf3c5d
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Aug 24 13:25:26 2020 +0200
ntdll: Stop resolving imports for the Unix library.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ntdll/unix/loader.c | 72 +++++-------------------------------------------
1 file changed, 7 insertions(+), 65 deletions(-)
--
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=46950
Bug ID: 46950
Summary: UFOHD2 crashes when trying to open camera preview
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alfredo.dalava(a)gmail.com
Distribution: ---
Created attachment 64073
--> https://bugs.winehq.org/attachment.cgi?id=64073
backtrace of crash
UFOHD2 crashes when trying to access camera preview using a Fushicai USBTV007
capture card. The same behavior is seen on Wine 4.0 and wine-4.5-83-g33c35baa67
Download: http://sonotaco.com/soft/download/UFOHD2_4272.zip
Backtrace is attached
--
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=50004
Bug ID: 50004
Summary: [5.19 regression] wine hangs running simple batch
process Python script
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ArchLinux
wine 5.19 (5.18 is ok) hangs while running the following script in Python
(3.8.6)
the script runs the echo command, grabs the output and waits for termination
import subprocess
proc = subprocess.Popen('echo hello', shell=True, stdout=subprocess.PIPE)
stdout_data, stderr_data = proc.communicate()
ret = proc.poll()
print(ret, stdout_data, stderr_data)
--
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=47771
Bug ID: 47771
Summary: Alan Wake mouse movement is broken
Product: Wine
Version: 4.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 74efb3e872aebf57a42d62b52e149ae26f320c9a
Distribution: ---
Movement response feels very lagging.
--
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=35694
Bug ID: 35694
Summary: serena hits deadlock on exit
Product: Wine
Version: 1.7.13
Hardware: x86-64
URL: http://www.indiedb.com/games/serena
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: farmboy0+winehq(a)googlemail.com
if you exit the game it will hang indefinitely on a critical section.
A message like this will appear
err:ntdll:RtlpWaitForCriticalSection section 0x131f98 "?" wait timed out in
thread 0037, blocked by 0000, retrying (60 sec)
Steps to reproduce:
1. download and unpack
2. run Dagon.exe
3. when the game switches to full screen and the serena text appears, press the
escape key
4. game will hang at that point
--
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.