https://bugs.winehq.org/show_bug.cgi?id=49863
Bug ID: 49863
Summary: Tony hawk pro skater 1 + 2 crash at startup
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jesper(a)slashwin.dk
Distribution: ---
Created attachment 68206
--> https://bugs.winehq.org/attachment.cgi?id=68206
Tar containing the 'info proc', 'RelayExclude', and log
Tony hawk pro skater 1 + 2 (the new 2020 remake) crashes on startup when
started from the Epic Games Launcher. In regular wine it just crashes, while in
wine staging it gets a window, and then crashes.
Without extra debug options there's no output indicating the source of the
error, and since the game has to be started through the launcher isolating the
debug output is not easy. The best way I've found is to just dump relay with
+pid for the launcher, and then dumping the 'info proc' to filter the log.
Unfortunately relay causes some timings to get messed up which seems to cause
an infinite loop during early startup. I've created a RelayExclude that
excludes enough to get the game to crash with +relay (it's the quiet_hand.reg).
It's possible that some of the entries aren't required.
I've also attached the log output that I've been able to collect so far. I've
stripped out all the log output that doesn't relate to the inner
'THPS2.exe(0400)' process, and limited it to the last 1M lines, since the
archive got too big (there's close to 9M lines in the full output).
The log output ends in an exception, but I have no idea how to debug that.
--
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=41297
Bug ID: 41297
Summary: Fable Lost Chapters Crash at begins
Product: Wine
Version: 1.9.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 55623
--> https://bugs.winehq.org/attachment.cgi?id=55623
backtrace-fable-lost-chapters
Game begins normally with cinematics until game shows press left mouse button
for entry and if pressed game crash
However you can push right mouse button (game dont entry) and push esc key or
enter for select and game dont crash but dont entry
--
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=9261
Summary: Final Fantasy 8 with hardware acceleration shows wrong
colors
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alessandro.guido(a)gmail.com
Created an attachment (id=7514)
--> (http://bugs.winehq.org/attachment.cgi?id=7514)
Snapshots that shows how the game looks
Like the attached image shows, wrong colors are shown when usign Final Fantasy
8 with hardware acceleration enabled.
There are plenty of messages like:
fixme:d3d7:IDirect3DTextureImpl_PaletteChanged
(0x2eb3148)->(00000000,00000100): stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13829
Summary: Wine does not have Japanese fonts
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
These are needed to support Japanese applications.
On Windows there is MS Gothic which is duplicated as MS PGothic and MS UI
Gothic. The later have the Latin range proportional, the first one has the
Latin range fixed width but I suspect these are really the same font with
different spacing.
There is also MS Mincho (and MS PMincho with proportional Latin). This differs
form Gothic in the style of the Japanese glyphs.
--
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=43652
Bug ID: 43652
Summary: Engine Prime: no playback of tracks
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smidge(a)xsco.net
Distribution: ---
Created attachment 59079
--> https://bugs.winehq.org/attachment.cgi?id=59079
Log file demonstrating no playback and no audio devices
Engine Prime is a music preparation application targeted at DJs who use Denon's
latest hardware. It can be downloaded at http://www.denondj.com/engineprime
Engine Prime 1.0.0 starts up successfully if d3dcompiler_46.dll and
d3dcompiler_47.dll are disabled. If a track is added to the collection, and
then played, there is no playback. No errors are recorded.
Steps to reproduce:
* Clean wine prefix.
* Install Engine Prime 1.0.0 (link above)
* Copy an MP3 file of your choice to somewhere under drive_c.
* Copy another MP3 file of your choice to somewhere else on your filesystem
accessible via a drive mapped in Wine, e.g. the Z: drive
* Start Engine Prime as follows:
env WINEDLLOVERRIDES="d3dcompiler_46.dll=d;d3dcompiler_47.dll=d" wine
~/.wine/drive_c/Program\ Files\ \(x86\)/Engine\ Prime/EnginePrime.exe
* Navigate to the filesystem browser
* Choose an example track (at the time of writing, the file must be under C:
drive - see bug #43651)
* Right-click, choose Add To Collection
* Double-click the file to load it into the deck
* Allow track analysis to complete if it is still going
* Press play
Expected outcome: the track plays
Actual outcome: the application does not play the track, nor give any
indication that it is playing or trying to play the track
Additional observations:
* Navigate to the Preferences screen (the cog icon in the top right)
* Observe that the "Default Device" for audio output is selected, but no info
about bit depth or sample rate are shown.
* Testing sound through winecfg demonstrates that sound does work in other wine
applications
A terminal log capture is attached. The only line which suggests anything
suspicious is the following, which is printed 20 times in a row when the
application first starts up:
fixme:mmdevapi:MMDevice_Activate IID_IDeviceTopology unsupported
mmdevapi is one of the DLLs for the Core Audio API:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd316602(v=vs.85).…
--
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=43651
Bug ID: 43651
Summary: Engine Prime: can only add tracks if under C: drive
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smidge(a)xsco.net
Distribution: ---
Created attachment 59077
--> https://bugs.winehq.org/attachment.cgi?id=59077
Log file adding a track via Z: drive (faulty)
Engine Prime is a music preparation application targeted at DJs who use Denon's
latest hardware. It can be downloaded at http://www.denondj.com/engineprime
Engine Prime 1.0.0 starts up successfully if d3dcompiler_46.dll and
d3dcompiler_47.dll are disabled. But a track can only be added to the
collection via the Filesystem Browser if it is accessed via the C: drive.
Trying to add a track via the Z: drive (mapped to root) silently fails to add
the track to the collection.
Steps to reproduce:
* Clean wine prefix.
* Install Engine Prime 1.0.0 (link above)
* Copy an MP3 file of your choice to somewhere under drive_c.
* Copy another MP3 file of your choice to somewhere else on your filesystem
accessible via a drive mapped in Wine, e.g. the Z: drive
* Start Engine Prime as follows:
env WINEDLLOVERRIDES="d3dcompiler_46.dll=d;d3dcompiler_47.dll=d" wine
~/.wine/drive_c/Program\ Files\ \(x86\)/Engine\ Prime/EnginePrime.exe
* Observe empty music collection (try clicking on "Collection")
"Good" route:
* Select the Filesystem Browser
* Navigate to the folder containing the 1st MP3 file from earlier (under C:
drive)
* Click the folder to show the file in the main pane to the right
* Right-click the track, choose Add to Collection
* Click on Crates, then click on Collection
* Observe that the MP3 file has been added to the collection successfully
"Bad" route:
* Select the Filesystem Browser
* Navigate to the folder containing the 2nd MP3 file from earlier (under Z:
drive)
* Click the folder to show the file in the main pane to the right
* Right-click the track, choose Add to Collection
* Click on Crates, then click on Collection
* Observe that the MP3 file has *NOT* been added to the collection successfully
Logs for the good and bad route 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=39406
Bug ID: 39406
Summary: LabVIEW 2014: Errors during installation block the
process (continue to accept them)
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zat_xorg(a)hotmail.com
Distribution: ---
Created attachment 52522
--> https://bugs.winehq.org/attachment.cgi?id=52522
Backtrace file of error during installation
LabVIEW 2014: Installer finishes, but with error popups during the process (you
have to accept in order to complete the installation)
http://www.ni.com/download/labview-development-system-2014/4735/en/
--
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=40898
Bug ID: 40898
Summary: Mass Effect (Steam) has no sounds with native OpenAL
(except for cutscenes)
Product: Wine
Version: 1.9.13
Hardware: x86
URL: http://store.steampowered.com/app/17460/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Created attachment 54990
--> https://bugs.winehq.org/attachment.cgi?id=54990
audio debug log
(+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+alsa,+timestamp)
The problem sounds similar to bug #40833: audio works in the cutscenes, intro
videos, but not in the menus and in the main game.
The differences are:
- Mass Effect doesn't make use of Xaudio/Xaudio2 but Openal (the game comes
bundled with native openal32.dll and wrap_oal.dll)
- the proposed patch from bug #40833 doesn't fix the problem.
I reproduced the problem with ALSA and Pulseaudio as well.
Possible workarounds:
- force Wine to use the built-in openal32. Audio works with that (the game
recognizes the audio device as 'Generic Software').
- when using the native openal32, edit BIOEngine.ini and change the line in
section [ISACTAudio.ISACT.AudioDevice]
DeviceName = Generic Software
For some reason, the game always tries to use 'Hardware acceleration' for sound
when using native openal32.dll that comes with the game.
FWIW, audio used to work in the game before
commit 7d6c6025923c039ac6a2458ca466290621238c36
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Fri Oct 2 09:02:56 2015 -0500
openal32: Prefer native version.
Because openal contexts are global per-process, applications that use
openal will conflict with Wine DLLs that use openal like xaudio2_7 now
does. Windows does not ship an openal32, so all applications that use
openal will ship their own copy of it. According to Chris Robinson,
Windows native openal32 works fine in Wine, so we should just use that
to avoid the problem.
Fedora 24 x86_64
Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
Pulseaudio 8.0 / Alsa 1.1.1
openal-soft-1.17.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.