http://bugs.winehq.org/show_bug.cgi?id=24902
Summary: Sky Track: No music
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31536)
--> (http://bugs.winehq.org/attachment.cgi?id=31536)
Terminal output on Wine-1.3.5
Steps to reproduce:
1) remove ~/.wine
2) install Sky Track (16MB)
3) wine Game.exe
4) create your own profile
Behaviour:
No music is heard.
Expected behaviour:
Music should be heard.
--
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=23779
Summary: Graphviz msiexec installer fails with "Installation
Incomplete: The installer was interupted before
Graphviz could be installed"
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.graphviz.org/pub/graphviz/stable/windows/gr
aphviz-2.26.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Graphviz ( wine msiexec /i graphviz-2.26.msi ) fails with:
The install program showing
["Installation Incomplete: The installer was interupted before Graphviz could
be installed. You need to restart the installer to try again. Click "close" to
exit"]
and the terminal showing:
fixme:advapi:LookupAccountNameW (null) L"me" (nil) 0x32f160 (nil) 0x32f164
0x32f158 - stub
fixme:advapi:LookupAccountNameW (null) L"me" 0x157138 0x32f160 0x131df8
0x32f164 0x32f158 - stub
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
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=52912
Bug ID: 52912
Summary: t2embed:t2embed fails on Windows with the UTF-8
codepage
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: t2embed
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
t2embed:t2embed fails on Windows with the UTF-8 codepage:
t2embed.c:103: Test failed: Unexpected retval 0x117. --> E_PERMISSIONSINVALID
t2embed.c:107: Test failed: Unexpected retval 0. --> E_NONE
t2embed.c:108: Test failed: Unexpected status 0x2.
https://test.winehq.org/data/patterns.html#t2embed:t2embed
--
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=34083
Bug #: 34083
Summary: Symantec Antivirus 10.x installer fails in custom
action
WriteCcSettingsTables.03FE01CF_295E_4354_A292_7DC4A810
E0DA
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45314
--> http://bugs.winehq.org/attachment.cgi?id=45314
wine-1.6-rc4 console output
Working around Bug 22009 and Bug 34082 the installer for Symantec Antivirus
10.1 (32-bit) fails in custom action
WriteCcSettingsTables.03FE01CF_295E_4354_A292_7DC4A810E0DA.
This custom action can be removed from the .msi and the installer continues.
--
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=53248
Bug ID: 53248
Summary: ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4, ddraw:ddraw7
- test_coop_level_mode_set() sometimes fails on
Windows due to DDERR_SURFACELOST
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4, ddraw:ddraw7 -
test_coop_level_mode_set() sometimes fails on Windows due to DDERR_SURFACELOST.
There are two variants:
ddraw1.c:3504: Test failed: Got unexpected hr 0x887601c2.
or
ddraw1.c:3542: Test failed: Failed to create surface, hr 0x887601c2.
https://test.winehq.org/data/patterns.html#ddraw:ddraw1https://test.winehq.org/data/patterns.html#ddraw:ddraw2https://test.winehq.org/data/patterns.html#ddraw:ddraw4https://test.winehq.org/data/patterns.html#ddraw:ddraw7
These failures:
* Happen on the Windows 8 TestBot VMs
* Don't happen on the Windows 10 TestBot VMs
* Happened on the cw-rx460 Windows 10 2009+ configurations.
* Did not happen on cw-gtx560.
So they appear to be very dependent on the Windows driver which is to be
expected I guess.
--
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=53456
Bug ID: 53456
Summary: kernel32:debugger - load_blackbox() sometimes fails
for crash_and_debug() on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:debugger - load_blackbox() sometimes fails for crash_and_debug() on
Windows:
debugger.c:155: Test failed: unable to open
'C:\Users\winetest\AppData\Local\Temp\wt39FA.tmp'
debugger.c:155: Test failed: failed to open:
C:\Users\winetest\AppData\Local\Temp\wt39FA.tmp
debugger.c:676: Test failed: the child and debugged pids don't match: 4840 !=
1472
https://test.winehq.org/data/patterns.html#kernel32:debugger
This happens on Window 8 to Windows 10 21H1 in both 32- and 64-bit tests but
the failure rate appears to be below 2%.
--
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=54304
Bug ID: 54304
Summary: user32:input - test_GetRawInputBuffer() sometimes gets
unexpected GetRawInputData() success in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:input - test_GetRawInputBuffer() sometimes gets unexpected
GetRawInputData() success in Wine. This results in a group of 3 failures:
input.c:2287: Test failed: GetRawInputData succeeded
input.c:2288: Test failed: GetRawInputData returned deadbeef
input.c:2421: Test failed: Spurious WM_INPUT messages
See https://test.winehq.org/data/patterns.html#user32:input
The first known instance goes back to 2022-08-29 and there has been roughly 2
failures per month since then with a two months gap (October & November). That
makes it hard to know when this failure really appeared.
Note that the 'spurious WM_INPUT messages' failure also appears on Windows. See
bug 54053.
--
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=52982
Bug ID: 52982
Summary: PotPlayer: Crashes and hangs
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bq74stlxvkpb(a)opayq.com
Distribution: ---
Created attachment 72350
--> https://bugs.winehq.org/attachment.cgi?id=72350
Terminal output when the application hangs
PotPlayer crashes or hangs shortly after starting, or starting to play a video
file.
Default configuration (just with Windows 10 set). I'm trying to add a
printscreen as a second attachment, but it seems I cannot have more than one
attachment?
Well, I can add it as a link, I guess: https://imgur.com/zedUjNf (other
applications work correctly with these settings and all of those drive paths
are accessible)
I can't quite use a non-stable version, because this is my work laptop and my
work needs for wine to work correctly at all times. It would be nice if I could
watch videos through PotPlayer while on breaks, though! :)
https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.…
I've managed to get PotPlayer working for a bit, even playing videos without a
hitch, but I have no idea why - upon closing it and relaunching, I was met with
a hang (I'm going to place that in the attachment). Furthermore, the logging
mini-application that is supposed to gather the logs for the crash also...
crashed/hanged. Dammit! :D
It's been like this for over 10 minutes: https://imgur.com/HEMRh2l
I've decided to use the newest hang as the attachment.
I don't know how to connect this bug to the App database other than to just
post a link here:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=14890
PotPlayer version: 220420 (1.7.21632)
O.S: Linux Mint 20.3 Una with Cinnamon
--
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=51877
Bug ID: 51877
Summary: improve POSIX compatibility for wine-staging's
patches/gitapply.sh
Product: Wine-staging
Version: 6.19
Hardware: x86-64
OS: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Created attachment 70802
--> https://bugs.winehq.org/attachment.cgi?id=70802
Makes patches/gitapply.sh more POSIX compatible
wine-staging's patches/patchinstall.sh can apply patches using Git commands, or
CLI tools. It prefers Git commands, but when it detects that some parent
directory is a Git repository, it passes --nogit to patches/gitapply.sh, which
then starts using CLI tools which use various Linuxisms.
On FreeBSD, the Git commands work, but since the Ports tree can itself be a Git
repository, and Wine extracts under it (by default), they cannot always be
used, falling back to CLI tools with Linuxisms that break.
This patch makes patches/gitapply.sh more POSIX compatible, and gets it working
on FreeBSD.
--
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=36866
Bug ID: 36866
Summary: ACDSee v17.0 failed to start, and process become
"zombie" at end
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
Created attachment 48960
--> https://bugs.winehq.org/attachment.cgi?id=48960
+tid,+seh log
Deepin 2014
Linux phcole 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
i686 i686 GNU/Linux
wine-1.7.21-67-g5acf151
download ACDSee 17 from:
http://dl.acdsystems.com.s3.amazonaws.com/acdsee/en/acdsee.exe
after install ACDSee, start from:
~/.wine/drive_c/Program Files/ACD Systems/ACDSee/17.0/
with:
wine ACDSee.exe
the program failed to start, and then turn to "zombie" process in the
gnome-system-monitor.
last output is:
err:seh:setup_exception_record stack overflow 992 bytes in thread 0009 eip
7e8310dc esp 00230f50 stack 0x230000-0x231000-0x330000
As Anastasius Focht metioned that it was a "recursion with SHGetDesktopFolder"
in:
https://bugs.winehq.org/show_bug.cgi?id=36790
--
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.