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.
https://bugs.winehq.org/show_bug.cgi?id=8051
--- Comment #186 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> ---
Created attachment 68498
--> https://bugs.winehq.org/attachment.cgi?id=68498
PETools exe scanninng
Some more info from The Sims 2 exe,using PETools. This one also was just for
fun.
--
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=5757
fbmines(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fbmines(a)gmail.com
--
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=8051
--- Comment #185 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> ---
Created attachment 68485
--> https://bugs.winehq.org/attachment.cgi?id=68485
The Sims 2 Demo - PETools
I scanned exe file of that game with PETools,and this is my results. It was
made just for fun.
--
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=49411
Bug ID: 49411
Summary: applying WS_EX_LAYOUTRTL style results in fonts
appearing in mirror style
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: uub21iec(a)gmail.com
Distribution: ---
As a developer for the Israeli market I tried to run my program under wine. I
set the main frame window exStyle as WS_EX_LAYOUTRTL and it works great under
windows. in Wine I see all the fonts as if they were mirrored.
--
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.