https://bugs.winehq.org/show_bug.cgi?id=47578
Bug ID: 47578
Summary: Omni-NFS 4.13's XLPD Server crashes on unimplemented
function ntoskrnl.exe.MmIsThisAnNtAsSystem
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 64983
--> https://bugs.winehq.org/attachment.cgi?id=64983
console output
Steps to reproduce:
1. Create and use a 32-bit Wine prefix. Omni-NFS 4.13 is not compatible with
64-bit Windows.
2. Download and install Omni-NFS 4.13 (liteall.exe) from
https://download.cnet.com/Omni-NFS/3000-2085_4-10052498.html
3. Start the XLPD Server from the start menu or by running `wine 'C:\Program
Files\NFSLite\xlpd.exe'`
Console output is attached.
$ sha256sum liteall.exe
52b4f4a7ec71389b8344521393eb8abd6c7c0e7a52be147ece033790ae5cb8ce
--
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=42374
Bug ID: 42374
Summary: Hardwood Solitaire
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 57157
--> https://bugs.winehq.org/attachment.cgi?id=57157
Hardwood Solitaire wine log
Hello,
Hardwood Solitaire can not connect to his server. So you can not use the
network features:
- play paid games
- no access to achievements
- store empty, no objects
...
How to reproduce:
1) download Hardwood solitaire here:
http://www.silvercrk.com/solitaire/
and install it with Wine.
2) launch it, click on "Store", the Store is empty, you can not access
anything.
3) you can sign in too and when you are connected to your account, you have an
error message:
"Couldn't connect to server. Full access to game feature may not be available
at this time."
I joined the Wine log, it could be related to this lines:
fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000
fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000
fixme:wininet:InternetSetOptionW INTERNET_OPTION_HTTP_DECODING; STUB
fixme:msvcrt:__clean_type_info_names_internal (0x3d75bc) stub
fixme:msvcrt:__clean_type_info_names_internal (0x154541c) stub
fixme:msvcrt:__clean_type_info_names_internal (0xaa423c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x39037c) stub
Thank you for your help.
--
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=45757
Bug ID: 45757
Summary: Visual Studio 2017 Installer - "The installer manifest
failed signature validation"
Product: Wine
Version: 3.15
Hardware: x86
URL: https://visualstudio.microsoft.com/downloads/#build-to
ols-for-visual-studio-2017
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Depends on: 45749
Distribution: ---
Follow up to bug 45749.
After the workaround, the installer opens. But installing anything errors
instantly with "The installer manifest failed signature validation"
--
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=47418
Bug ID: 47418
Summary: Quickbooks 2018 installer crashes on Validating
Install.
Product: Wine
Version: 4.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yother.andrew(a)gmail.com
Distribution: ---
Created attachment 64764
--> https://bugs.winehq.org/attachment.cgi?id=64764
msiexec backtrace
Zorin OS 15 Core using Linux Kernel 4.18 x86-64
Wine 4.11 x86 wineprefix with dotnet472 vcrun2008-2017 and corefonts
The QuickBooks 2018 Premier installer crashes during the validating install
stage with a msiexec crash screen.
Unfortunately I cannot provide a setup file due to licensing.
Backtrace and full terminal output 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=46450
Bug ID: 46450
Summary: Volume Control doesn't work in Firefox videos (and
browsers based on it) with PulseAudio driver
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielopcode(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
The volume control on videos does not work and has no effect. Tested on Firefox
52 ESR, Waterfox and latest Pale Moon (you have to enable media.wmf.vp9.enabled
to true for the latter so you can play videos on Youtube without native mfplat
/ vdec DLLs).
I skimmed through Firefox's source code, it appears to be using
IAudioStreamVolume::SetAllVolumes or similar calls. When I poked through Wine's
code, it seems only coreaudio driver actually does anything here.
The pulseaudio driver's SetAllVolumes is basically a no-op because it doesn't
do anything with the volume it sets (except retrieve it with GetAllVolumes),
and it's never sent to libpulse so of course it doesn't have any effect. The
coreaudio driver does call ca_setvol or ca_session_setvol where the pulse
driver is missing such a thing completely.
With a quick search I found that pa_context_set_sink_input_volume might be
useful for this purpose, but I don't really know much about libpulse, perhaps
there's a better way. It definitely can't stay like this though, since right
now it's basically a stub without even a FIXME for it...
--
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=46558
Bug ID: 46558
Summary: win64 dotnet Space Engineers fractal noise generation
broken
Product: Wine-staging
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BabbleBones(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Space Engineers seems to work with the latest wine, dxvk, and dotnet installed
to the prefix... However planet and asteroid (all voxel generation) seems to
suffer from messed up procedural gen.
Asteroids have small spiky bits on them in areas that whittle down to fine
points and hard edges unnaturally. Not game breaking but very noticeable.
Planet generation is much worse. Planets generate large spikes of rock that
ascend upward well beyond the limits of the atmosphere and the lower portions
of the planet seem to generate correctly if you manage to reach the ground and
walk around. Extremely game breaking.
This happens in multiplayer too, even with a windows based server, the client
procedural gens voxels independently of the server's generation which obviously
conflict the server sees free open space but the client on wine will generate
these huge phantom spikes visible to the player.
Something is pushing the fractal ridge generation of the game to create these
utterly massive spikes and asteroid fuzz and I'm willing to bet it's something
wrong with the underlying noise generation of DotNet that they use.
The source code of the game is available as well for "compatibility" purposes
under KeenSoftwareHouse's visible source licensing on github if it would be
applicable in debugging the problem but I have a feeling this may be dotnet
itself as that's where they get the noise gen from.
vcrun2017 and dotnet462 have been installed in my latest prefix with
winetricks.
Only the version of the game [1.187] and older work as something locks up the
latest version in wine after a minute or so if you want to test.
https://appdb.winehq.org/objectManager.php?sClass=version&iId=30180
--
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=47013
Bug ID: 47013
Summary: winebus.sys: hidraw_set_feature_report buffer too
small for some devices in SteelSeries Engine
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winebus.sys
Assignee: wine-bugs(a)winehq.org
Reporter: toadking(a)toadking.com
Distribution: ---
When using SteelSeries Engine 3.13.10 under Wine 4.6, some devices (Example:
the SteelSeries GameDac) use very large feature report sizes above 1024 bytes.
The SteelSeries GameDac in particular has feature report sizes of 1025 bytes.
Reproduction steps:
* Disable SDL support in winebus: `wine reg add
HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\WineBus /v Enable\ SDL
/t Reg_Dword /d 0`
* Set read/write permissions on hidraw devices: `sudo chmod 0666 /dev/hidraw*`
* Install and run SteelSeries Engine 3.13.10
(https://engine.steelseriescdn.com/SteelSeriesEngine3.13.10Setup.exe) under
Wine 4.6.
Results:
The following error log gets spammed to the console when trying to change
settings on the SteelSeries GameDac:
0022:err:plugplay:hidraw_set_feature_report Output feature buffer too small
--
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=8848
Michael Stefaniuc <mstefani(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.0.x |---
--- Comment #37 from Michael Stefaniuc <mstefani(a)winehq.org> ---
Removing the 4.0.x milestone from bug fixes included in 4.0.3.
--
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=47564
Bug ID: 47564
Summary: Database mistmatch on brazillian timezone
(America/Sao_Paulo)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: lucas.francesco93(a)gmail.com
Distribution: ---
this is the same bug as 32916/45786, last time it was fixed with commit
8dfcc397082e8618ceb5b4566d76960a165ec850, but as of july 1st the error is back
again
it breaks applications and games launches and the recurent log is
"0021:fixme:ntdll:find_reg_tz_info Can't find matching timezone information in
the registry for -03, bias 180, std (d/m/y): 17/02/2019, dlt (d/m/y):
31/12/2019¨
--
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=38182
Bug ID: 38182
Summary: King of Dragon Pass: can't change audio volume level
Product: Wine
Version: 1.3.25
Hardware: x86
URL: http://a-sharp.com/files/KoDP-Tour.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: be158e48ad8ee556941bd3f1ff94ca7116680d00
Distribution: ---
Adjusting the volume level in the game has no effect, the game is playing audio
on the default, highest volume.
The game is originally from 1999, I tested with the GOG version. The problem
can be reproduced with the demo version too.
The same problem in Wine 1.4.1, 1.6.2 and 1.7.38.
Last working version: Wine 1.3.25.
Regression introduced by
commit be158e48ad8ee556941bd3f1ff94ca7116680d00
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:30 2011 -0500
winmm: Implement waveOut* on top of MMDevAPI.
Steps to reproduce the problem in the demo:
After installation start the game with tour.exe. Click on the highlighted
<Tour> button then click <Skip all> then <Play>. Click on the button right next
to <Proceed> in the lower right corner and try to change audio volume level
using the slider...you can't.
Wine 1.7.38
Fedora 21
Alsa 1.0.28 (Pulseaudio is not running)
KoDP-Tour.exe
sha1: 445443bd6365f71257abfe0809e9a1932791d1ed
--
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.