https://bugs.winehq.org/show_bug.cgi?id=36071
Bug ID: 36071
Summary: kernel32/pipe tests fail under valgrind
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 26119
The tests have several valgrind warnings (bug 26119), but also fail under
valgrind:
austin@aw25 ~/wine-valgrind/dlls/kernel32/tests $ rm *ok ; make pipe.ok
rm: cannot remove ‘*ok’: No such file or directory
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so pipe && touch pipe.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
pipe.c:459: Test failed: ConnectNamedPipe
pipe.c:469: Test failed: ReadFile
pipe.c:470: Test failed: short read
pipe.c:473: Test failed: WriteFile
pipe.c:480: Test failed: DisconnectNamedPipe
pipe.c:459: Test failed: ConnectNamedPipe
pipe.c:469: Test failed: ReadFile
pipe.c:470: Test failed: short read
pipe.c:473: Test failed: WriteFile
pipe.c:480: Test failed: DisconnectNamedPipe
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:612: Test failed: overlapped ConnectNamedPipe
pipe.c:629: Test failed: GetOverlappedResult ConnectNamedPipe
pipe.c:640: Test failed: overlapped ReadFile
pipe.c:658: Test failed: overlapped ReadFile
pipe.c:664: Test failed: overlapped WriteFile
pipe.c:682: Test failed: overlapped WriteFile
pipe.c:687: Test failed: DisconnectNamedPipe
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:734: Test failed: overlapped ConnectNamedPipe got 0 err 231
pipe.c:761: Test failed: overlapped ReadFile, err=233
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:764: Test failed: ReadFile GetQueuedCompletionStatus failed, errno=258
pipe.c:776: Test failed: overlapped WriteFile failed, err=233
pipe.c:427: Test failed: alarm
Makefile:529: recipe for target 'pipe.ok' failed
make: *** [pipe.ok] Error 1
note that this is a separate issue from bug 35781.
--
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=46342
Bug ID: 46342
Summary: kernel32/tests/pipe.c shows uninitialized memory use
in test_TransactNamedPipe()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so pipe && touch pipe.ok
==8919== Syscall param writev(vector[...]) points to uninitialised byte(s)
==8919== at 0x4356813: writev (writev.c:26)
==8919== by 0x7BC75457: send_request (server.c:228)
==8919== by 0x7BC76158: server_call_unlocked (server.c:288)
==8919== by 0x7BC916EC: virtual_locked_server_call (virtual.c:2083)
==8919== by 0x7BC41C1A: server_ioctl_file (file.c:1533)
==8919== by 0x7BC447A5: NtFsControlFile (file.c:1733)
==8919== by 0x7B470FA4: TransactNamedPipe (sync.c:1747)
==8919== by 0x4B26CCC: _overlapped_transact_failure (pipe.c:3118)
==8919== by 0x4B2748E: test_TransactNamedPipe (pipe.c:3346)
==8919== by 0x4B27817: func_pipe (pipe.c:3735)
==8919== by 0x4B6E8E4: run_test (test.h:617)
==8919== by 0x4B6F322: main (test.h:701)
==8919== Address 0x4eafd22 is on thread 1's stack
==8919== in frame #8, created by test_TransactNamedPipe (pipe.c:3341)
==8919== Uninitialised value was created by a stack allocation
==8919== at 0x4B27446: test_TransactNamedPipe (pipe.c:3341)
==8919==
--
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=18985
Summary: Two bugs in HTML-kit
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://htmlkit.com/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported trouble with this app here:
http://ubuntuforums.org/showthread.php?t=1190483
I gave it a try and actually there seem to be two bugs:
1. All icons in toolbar are black. In the console the line appears:
err:imagelist:IMAGELIST_InternalExpandBitmaps creating new image bitmap
(x=25600 y=16)!
2. After doing from the menu: Edit->Prefernces->OK an access violation occurs
and the app is no longer usable.
Both bugs are gone using native comctl32
--
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=12332
Summary: driver dev kit won't install
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
URL: http://download.microsoft.com/download/9/0/f/90f019ac-
8243-48d3-91cf-81fc4093ecfd/1830_usa_ddk.iso
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
This seems to be a problem with setupapi rather than msi... in an case, I am
just after the documentations and the examples, so I just like it to unpack
nicely, the result doesn't need to be functional...
--
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=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.