https://bugs.winehq.org/show_bug.cgi?id=46163
Bug ID: 46163
Summary: Regression - Windows Media Player 10 (& DirectSong) -
MP3 Playback Is Busted
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cwbussard(a)gmail.com
Distribution: ---
FORMERLY it was possible to get mp3 playback working in wine with the following
procedure:
1. Create win32 prefix.
2. Install WMP10.
3. Change l3codeca from "native" to "built-in."
(At this point MP3s can be played, but will experience the "too fast playback"
bug noted in https://bugs.winehq.org/show_bug.cgi?id=38421 ).
4. Install quartz and devenum and set to "native."
As best I can tell, the last version where MP3 playback worked was 3.11.
Beginning with 3.12 through 3.20 (current as of this writing), the above does
NOT work. WMP acts as if it is playing the MP3, but no sound is emitted.
This bug also affects programs that rely on wmvcore for playback, such as
DirectSong, which is used to supply bonus music in games such as Guild Wars.
--
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=40291
Bug ID: 40291
Summary: Borderlands crashes when forced DirectX 9 using -DX9
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: vblanton(a)gmail.com
Distribution: ---
Created attachment 53931
--> https://bugs.winehq.org/attachment.cgi?id=53931
backtrace from commandline, lsusb, lspci
Borderlands runs decent on my Fedora/MacBook Pro/Intel 3000 without any
arguments (~20fps). However, I read online that one could achieve significantly
faster frame-rates by forcing Borderlands to only use DirectX 9 with "-DX9"
"wine Borderlands.exe -DX9"
This, however causes the game to crash
I thought this might be interesting, valuable information, or perhaps even
fixable.
--
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=47538
Bug ID: 47538
Summary: osu! web installer 20190716.5: Crashes when running
after downloading and installation
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: huupoke12(a)yahoo.com.vn
Distribution: ---
Created attachment 64931
--> https://bugs.winehq.org/attachment.cgi?id=64931
Terminal output
Download osu! at: https://m1.ppy.sh/r/osu!install.exe
Run the installer (Default installation path)
After done downloading, it runs.
A logo appears, then the application crashes.
---
SHA1 of osu!install.exe version 20190716.5:
36d7474406f9809a410f8b3efa25fe9b1f7c5a69
GGDrive URL for exact version download:
https://drive.google.com/open?id=19I4TXVfZKHWobxhXqbyjSU_rRolo6fFf
--
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=44784
Bug ID: 44784
Summary: Lingvo x6 portable does not start
Product: Wine
Version: 3.4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maksim.andronenkov(a)rovaniemi.uz
Created attachment 60812
--> https://bugs.winehq.org/attachment.cgi?id=60812
logs
Recently installed wine 3.4 on MacOS High Sierra and tried to run Lingvo X6
portable www.lingvo.ru but did not happen. Logs are 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=41564
Bug ID: 41564
Summary: Google Nik Collection: Top menu bar gone and cursor
gone
Product: Wine-staging
Version: 1.9.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dan.Tableau(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Hello, I just want to report that using wine 1.9.21 (staging) with the Google
Nik Collection creates the following issues:
Top menu bar gone, cursor gone (while inside the window).
After switching to winehq-devel, as suggest in the IRC (Thanks, slackner), the
problem was gone. Both times the version used was: 1.9.21
Let me know if more info is needed. Thank for doing all this and keeping it up
and running!
--
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=47408
Bug ID: 47408
Summary: Katamari Damacy: AppData\Local mismatch causes Steam
Cloud to be ignored
Product: Wine
Version: 4.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: devilj(a)outlook.pt
Distribution: ---
Hi,
This game seems to have hardcoded the directories for the AppData\Local and
AppData\LocalLow folders, and that means the game isn't syncing with Steam
Cloud, because Steam is a good program and knows where to store the files
correctly and this game doesn't.
Specifically, Steam saves in the right directory ("%LocalAppData%" ->
"%USERPROFILE%\Local Settings\Application Data\"), and the game is looking for
"%USERPROFILE%\AppData\Local\"; thus, Steam can't see the files that the game
writes and vice-versa. Note that the game loads and saves correctly; it just
does it in the wrong directory.
There is also the issue of LocalLow being missing entirely.
Now, obviously, this bug sits entirely with the game; but there seems to be
more reports about games missing these specific folders (see bug #45713). And
this bug is very easily fixable, too, by creating symlinks.
That said, the AppData directories are standard since Windows Vista, and Wine
is using the very old, XP-style Application Data structure.
I propose that we create symlinks from AppData\Local and AppData\Romaing
pointing to the correct directories, and create AppData\LocalLow on prefix
creation. Hopefully that would be simple to do, and it'd fix every bug of this
kind.
--
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=40403
Bug ID: 40403
Summary: WARCRAFT III NO VIDEO
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Hello,
I just installed Warcraft III and tested it with wine 1.9.7, the videos are not
played, just skipped.
I joined you the wine log.
The videos played well with Wine 1.7.12, is it a regression?
--
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=27325
Summary: after install wine delete program files...
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gymka(a)mail.ru
Application finereader 10 professional, http://finereader.abbyy.com/
OS: archlinux
i install finereader 10 professional, not everything works ok, but for that
there is workaround; after install i start application and all program files
dissapears... with wine 1.3.19 everything worked ok, problems only with 1.3.20
and 1.3.21
--
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=44076
Bug ID: 44076
Summary: LA NOIRESteam Version crash at startup
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 59792
--> https://bugs.winehq.org/attachment.cgi?id=59792
LA NOIRE Wine 2.21-staging terminal log
Hello,
I installed LA NOIRE Steam version, it crashed at start.
I joined you terminal log and backtrace.
nota: I installed Dotnet 3.5, directx9 and vcredist.
--
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=32336
Bug #: 32336
Summary: finereader 11 trial version install fails and
rollbacks
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 42679
--> http://bugs.winehq.org/attachment.cgi?id=42679
Log: install ABBYY FineReader 11
We have a similar bug for ABBYY finereader 10: Bug 27325
However, +msi console log is different between ABBYY finereader 10 and ABBYY
finereader 11, I'm not sure if this bug is a duplication.
1. Download trial version from
http://download.abbyy.cn/dist/fr11/ABBYY_FineReader_11_Chinese.exe
2. run the outer installer, it will extract and run the inner installer
$ wine ABBYY_FineReader_11_Chinese.exe
3. click "安装 ABBYY FineReader 11" of the inner installer
4. the install wizard will ask you to install MSXML6, either install it or skip
it.
5. run the real ABBYY FineReader installer
There is something wrong and the installation will be rollback.
Here is a workaround:
1. run the outer installer and extract the inner installer
2. run the inner installer with DISABLEROLLBACK=1
$ msiexec /I ABBYY\ FineReader\ 11.msi TRANSFORMS="C:\Temp\ABBYY FineReader
11\2052.mst" /Liwrmo\!vepacu "C:\users\fracting\Temp\ABBYY FineReader 11.log"
LAUNCH_FROM_SETUP=1 DISABLEROLLBACK=1
--
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.