https://bugs.winehq.org/show_bug.cgi?id=36640
Bug ID: 36640
Summary: valgrind shows lots of uninitialized reads/writes in
twain_32/tests/dsm.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48679
--> https://bugs.winehq.org/attachment.cgi?id=48679
valgrind log
../../../tools/runtest -q -P wine -T ../../.. -M twain_32.dll -p
twain_32_test.exe.so dsm && touch dsm.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
c==31984== Find PDB file: /tmp/valgrind_petmp31984_87f2d3fc is empty
==31984== Warning: Missing or un-stat-able
/home/austin/.wine/drive_c/windows/system32/comctl32.pdb
==31984== Syscall param ioctl(generic) points to uninitialised byte(s)
==31984== at 0x4E9566E7: syscall (in /usr/lib/libc-2.18.so)
==31984== by 0x660FF43: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x6627E50: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x661081C: v4lconvert_create_with_dev_ops (in
/usr/lib/libv4lconvert.so.0.0.0)
==31984== by 0x64C4C1F: v4l2_fd_open (in /usr/lib/libv4l2.so.0.0.0)
==31984== by 0x61DD25C: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==31984== by 0x7152059: ??? (in /usr/lib/sane/libsane-v4l.so.1.0.24)
==31984== by 0x7152368: sane_v4l_init (in
/usr/lib/sane/libsane-v4l.so.1.0.24)
==31984== by 0x61C56A0: ??? (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x61C6069: sane_dll_get_devices (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x61AE343: sane_get_devices (in /usr/lib/libsane.so.1.0.24)
==31984== by 0x59E8129: detect_sane_devices (sane_main.c:422)
==31984== by 0x59E814B: SANE_GetIdentity (sane_main.c:430)
==31984== by 0x59E7830: SANE_SourceControlHandler (sane_main.c:147)
==31984== by 0x59E7EE5: DS_Entry (sane_main.c:365)
==31984== by 0x55A2921: twain_add_onedriver (dsm_ctrl.c:75)
==31984== by 0x55A2CA2: twain_autodetect (dsm_ctrl.c:110)
==31984== by 0x55A2F7C: TWAIN_IdentityGetFirst (dsm_ctrl.c:174)
==31984== by 0x55A39FF: TWAIN_SourceManagerHandler (twain32_main.c:68)
==31984== by 0x55A3E75: DSM_Entry (twain32_main.c:164)
==31984== Address 0x4d0d0a4 is on thread 1's stack
==31984== Uninitialised value was created by a stack allocation
==31984== at 0x66273EF: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==31984==
==32109== Syscall param ioctl(generic) points to uninitialised byte(s)
==32109== at 0x4E9566E7: syscall (in /usr/lib/libc-2.18.so)
==32109== by 0x660FF43: ??? (in /usr/lib/libv4lconvert.so.0.0.0)
==32109== by 0x64C55D5: v4l2_ioctl (in /usr/lib/libv4l2.so.0.0.0)
==32109== by 0x61DD54F: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==32109== by 0x7152059: ??? (in /usr/lib/sane/libsane-v4l.so.1.0.24)
==32109== by 0x7152368: sane_v4l_init (in
/usr/lib/sane/libsane-v4l.so.1.0.24)
==32109== by 0x61C56A0: ??? (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x61C6069: sane_dll_get_devices (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x61AE343: sane_get_devices (in /usr/lib/libsane.so.1.0.24)
==32109== by 0x59E8129: detect_sane_devices (sane_main.c:422)
==32109== by 0x59E814B: SANE_GetIdentity (sane_main.c:430)
==32109== by 0x59E7830: SANE_SourceControlHandler (sane_main.c:147)
==32109== by 0x59E7EE5: DS_Entry (sane_main.c:365)
==32109== by 0x55A2921: twain_add_onedriver (dsm_ctrl.c:75)
==32109== by 0x55A2CA2: twain_autodetect (dsm_ctrl.c:110)
==32109== by 0x55A2F7C: TWAIN_IdentityGetFirst (dsm_ctrl.c:174)
==32109== by 0x55A39FF: TWAIN_SourceManagerHandler (twain32_main.c:68)
==32109== by 0x55A3E75: DSM_Entry (twain32_main.c:164)
==32109== by 0x4958025: test_sources (dsm.c:765)
==32109== by 0x4958934: func_dsm (dsm.c:870)
==32109== Address 0x4d0e3ec is on thread 1's stack
==32109== Uninitialised value was created by a stack allocation
==32109== at 0x61DD124: v4l1_open (in /usr/lib/libv4l1.so.0.0.0)
==32109==
etc., I'll attach a log
--
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=43829
Bug ID: 43829
Summary: DigitalSpace Traveler: Unhandled page fault on read
access
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mscdex(a)mscdex.net
Distribution: ---
Created attachment 59380
--> https://bugs.winehq.org/attachment.cgi?id=59380
backtrace
The error is shown in the console. In the application itself, a message comes
up during application startup that says, "Some sort of network error."
This app has worked flawlessly for many, many years (since at least the 0.9.x
days through the previous version, 2.17) until now with 2.18.
I haven't started a bisect yet to find the problematic change(s).
FWIW the program is freely downloadable from
http://dstrav.com/libs/traveler-installer-2.0.3.exe if anyone wants to test it
themselves.
--
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=43261
Bug ID: 43261
Summary: Error when starting the game Farming Simulator 15
Product: Wine-staging
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sascha.spaces(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 58579
--> https://bugs.winehq.org/attachment.cgi?id=58579
log in terminal
This is my first time here. Via google translator, from another country, so
there may be errors.
Error when starting the game Farming Simulator 15 via this command in the
terminal: MESA_GL_VERSION_OVERRIDE = 4.5COMPAT DRI_PRIME = 1 wine
FarmingSimulator2015Game.exe
Video Driver: AMD free source code.
--
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=43776
Bug ID: 43776
Summary: .NET 4.0 installer spams with error message boxes
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Easy way to test this is 'winetricks -q dotnet45', when dotnet40 step is
executed installer shows .config file parsing failure message in a form of
message box. This happens about 10 times, and installer finishes successfully
after.
--
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=7369
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 2.19.
--
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=43805
Bug ID: 43805
Summary: Regedit.exe crashes when exporting certain registry
keys e.g. "HKLM\Software\Classes\steam"
Product: Wine
Version: 2.13
Hardware: x86
URL: https://steamcdn-a.akamaihd.net/client/installer/Steam
Setup.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hugh.mcmaster(a)outlook.com
Regression SHA1: 37b5607ff6fbb8818f439a10b9370805e16b8fb1
Distribution: ---
Created attachment 59341
--> https://bugs.winehq.org/attachment.cgi?id=59341
regedit crash log
To reproduce the crash:
1. Install the Steam client but don't launch it (you don't need to have a Steam
account to reproduce the bug).
2. When installation is finished run 'wine regedit' and try to export either
'HKCU/Software/Classes/steam' or HKLM/Software/Classes/steam' and see
regedit.exe crashing.
The crash was introduced by
commit 37b5607ff6fbb8818f439a10b9370805e16b8fb1
Author: Hugh McMaster <hugh.mcmaster(a)outlook.com>
Date: Wed Jul 19 05:29:05 2017 +0000
regedit: Export REG_SZ data via the export_data() function.
Arch Linux (64-bit)
Wine 2.18 (32-bit and 64-bit)
--
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=43777
Bug ID: 43777
Summary: redefinition of typedef ‘REFERENCE_TIME’ (gcc-4.2)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: dark.shadow4(a)web.de
Regression SHA1: 44cb0afb2571984bda8ca1fa084a50c1fc04ac71
Current wine-git doesn't compile with gcc-4.2 anymore.
In file included from evr.c:31:
../../include/dxva2api.h:125: error: redefinition of typedef ‘REFERENCE_TIME’
../../include/strmif.h:730: error: previous declaration of ‘REFERENCE_TIME’ was
here
make[1]: *** [evr.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Bisected to:
author Fabian Maurer <dark.shadow4(a)web.de>
Wed, 20 Sep 2017 12:03:38 +0000 (14:03 +0200)
commit 44cb0afb2571984bda8ca1fa084a50c1fc04ac71
evr: Add EnhancedVideoRenderer coclass.
Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=43860
Bug ID: 43860
Summary: Crash when installing DirectX 9.0c from stand-alone
installer
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59432
--> https://bugs.winehq.org/attachment.cgi?id=59432
Wine 2.18 terminal output
Wine 2.18 (devel): after installing DirectX 9.0c from stand-alone installer on
Microsoft site, it crashes ().
Wine 2.0.2 (stable): it doesn't crash ().
OS: Lubuntu 16.04.3, Wine from official Wine repos.
File link: https://www.microsoft.com/en-us/download/details.aspx?id=8109
sha256: 8746ee1a84a083a90e37899d71d50d5c7c015e69688a466aa80447f011780c0d
--
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=33528
Bug #: 33528
Summary: GTA2 hangs up during gameplay
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuomosipola(a)gmail.com
Classification: Unclassified
Created attachment 44376
--> http://bugs.winehq.org/attachment.cgi?id=44376
Console output of a hang-up situation
The game hangs after some time during gameplay. It becomes non-responsive and
has to be killed. This seems to happen when some event is triggered in the
games, e.g., someone gets in or out of a car or picks a power-up.
--
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=27078
Summary: Need for Speed World needs native d3dx9_43 and
d3dcompiler_43 (purist)
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
The game runs fine as installed (at 1024x768 or lower), but
setting d3dx9_43.dll or d3dcompiler_43.dll to builtin results in crashes or
black screens.
--
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.