https://bugs.winehq.org/show_bug.cgi?id=36281
Bug ID: 36281
Summary: valgrind shows an invalid read in gdi32/tests/path.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
/../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so
path && touch path.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==28057== Invalid read of size 4
==28057== at 0x514DE49: CreatePolyPolygonRgn (region.c:2672)
==28057== by 0x5141376: PATH_PathToRegion (path.c:412)
==28057== by 0x5141AF7: PATH_FillPath (path.c:677)
==28057== by 0x51484EF: nulldrv_FillPath (path.c:2149)
==28057== by 0x5141DB7: FillPath (path.c:746)
==28057== by 0x49D4380: test_path_state (path.c:230)
==28057== by 0x49D6160: func_path (path.c:740)
==28057== by 0x49DBCE0: run_test (test.h:584)
==28057== by 0x49DC0CF: main (test.h:654)
==28057== Address 0x4712ac8 is 16 bytes after a block of size 16 alloc'd
==28057== at 0x7BC4C735: notify_alloc (heap.c:255)
==28057== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28057== by 0x5140945: alloc_gdi_path (path.c:122)
==28057== by 0x5141122: PATH_FlattenPath (path.c:339)
==28057== by 0x5141240: PATH_PathToRegion (path.c:377)
==28057== by 0x5141AF7: PATH_FillPath (path.c:677)
==28057== by 0x51484EF: nulldrv_FillPath (path.c:2149)
==28057== by 0x5141DB7: FillPath (path.c:746)
==28057== by 0x49D4380: test_path_state (path.c:230)
==28057== by 0x49D6160: func_path (path.c:740)
==28057== by 0x49DBCE0: run_test (test.h:584)
==28057== by 0x49DC0CF: main (test.h:654)
==28057==
--
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=39198
Bug ID: 39198
Summary: Etherlords 2 demo installer receives an exception
after start
Product: Wine
Version: 1.7.50
Hardware: x86
URL: http://www.gamershell.com/download_3210.shtml
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: e5edbc6fa00192a8048a3b81c70075537eaa2c97
Distribution: ---
Created attachment 52254
--> https://bugs.winehq.org/attachment.cgi?id=52254
terminal output
The installer starts and gets past the initial file extraction stage, then I'm
getting an error message titled 'Unhandled Exception'. The contents of the
error message:
'Error number: 0x80040707
Description: Dll function call crashed:
ISRT._SetTitle
Setup will now terminate.'
Afterwards the installer quits.
According to my testing this was introduced by
commit e5edbc6fa00192a8048a3b81c70075537eaa2c97
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Fri Aug 28 14:58:55 2015 +0200
ole32: Use proper IUnknown implementation when finding and creating stub
manager.
The commit can't be reverted cleanly on current git, but the installer works
properly with the previous commit 60451f9855791a6ee4d10ca569153df51249711b.
wine-1.7.50-194-g99ecebe
Fedora 22 32-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.
http://bugs.winehq.org/show_bug.cgi?id=31826
Bug #: 31826
Summary: warning: implicit declaration of function ‘isatty’
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Classification: Unclassified
Reported by Gentoo QA tools:
* macro.lex.yy.c:1420:9: warning: implicit declaration of function ‘isatty’
[-Wimplicit-function-declaration]
* debug.yy.c:2420:9: warning: implicit declaration of function ‘isatty’
[-Wimplicit-function-declaration]
If you need it, I can build again and attach the build.log, but that would take
a while.
--
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=26122
Summary: mscoree/msocree tests show several uninitialized
values under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Use of uninitialised value of size 4
at mbstowcs_sbcs (mbtowc.c:87)
by wine_cp_mbstowcs (mbtowc.c:269)
by MultiByteToWideChar (locale.c:1920)
by CompareStringA (locale.c:2868)
by StrCmpNIA (string.c:422)
by SHLWAPI_StrStrHelperA (string.c:554)
by StrStrIA (string.c:684)
by test_loadlibraryshim (mscoree.c:167)
by func_mscoree (mscoree.c:253)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_loadlibraryshim (mscoree.c:144)
...
That repeats for mbstowcs_sbcs / mbtowc.c, lines 86-92
--
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=27526
Summary: Field of view spins uncontrollably after switching
from menu screen in Half Life
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
Running Half Life in the Wine "virtual desktop" the game runs fine, but after
switching to the menu screen (by hitting Escape) and resuming the game the
field of view spins uncontrollably. As far as I can tell my viewpoint is point
to the ground.
This has been an issue for a long time now.
--
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=17543
Summary: Halo 2 Vista: Installer will not launch
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anomalydetected(a)gmail.com
When attempting to launch the installer the game Halo 2 Vista, nothing much
happens. There is a window that briefly appears entitled "Microsoft Visual C++
Runtime Library", but it immediately closes and then nothing more happens.
Terminal output shows a flurry of FIXME's, a few ERR's, and finally ends with
an Unhandled Exception Error.
I am running Ubuntu 8.10 32-bit.
Compiled the latest git as of today (2/26/2009). Wine --version shows
wine-1.1.15-445-g5e0d4c7. GCC is version 4.3.2.
In winecfg, I set the Windows Version to "Windows Vista". (Note that the game
requires Windows Vista to play, but does not use any Vista-specific functions
such as DirectX10. In fact, there is a 3rd party application that allows this
exact game to run successfully under Windows XP. It is commonly believed that
Microsoft made the requirement of Vista purely to help push the OS.)
The command I am using to launch it is "wine /media/cdrom0/Startup.exe".
Attaching output of terminal with WINEDEBUG=+relay
--
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=39273
Bug ID: 39273
Summary: INSTALLSHIELD, QUICKEN 2004 ON SLACKWARE CURRENT
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aysay(a)scn.org
Distribution: ---
Hi all!
I am trying to install Quicken 2004 onto my laptop with Slackware-current.
Very early in the install process, I get this message:
1607: Unable to install InstallShield Scripting Runtime
As noted, this is WINE version 1.6.2. I also need to add that this installed
perfectly with WINE on Slackware 13.37 (this was about 6 years ago), and the
version of WINE from that time.
Thank you for all your assistance!!
Ken
--
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=32181
Bug #: 32181
Summary: linux/videodev.h header is deprecated and unavailable
on newer kernels
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Classification: Unclassified
There are places in Wine where linux/videodev.h is included, however this file
is not available on newer systems. I think it's a deprecated library, but I'm
not sure about what the proper transition is supposed to be.
I think the options are:
- port to the newer libv4l2 header, ie linux/videodev2.h
- update includes to build with the older library (ie libv4l-videodev.h)
Some quick googling shows that Wine isn't the only app affected, but that other
projects have made a transition in their source (rather than, say, relying on
distro symlinks).
--
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=5771
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #30 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.52.
--
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=39021
Bug ID: 39021
Summary: Valkyria Chronicles (Steam) runs without audio (needs
native xaudio2_7.dll)
Product: Wine
Version: 1.7.48
Hardware: x86
URL: http://store.steampowered.com/app/294860/
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51976
--> https://bugs.winehq.org/attachment.cgi?id=51976
terminal output
No audio device is selectable in the launcher when starting the game with
built-in xaudio2 libraries. The game does start but it runs silently.
Plain terminal output doesn't show anything obvious but I'm attaching here
anyway.
+loaddll reveals that the game uses xaudio2_7.dll.
Running the game with WINEDEBUG=+xaudio2 adds these lines to the terminal
output:
>trace:xaudio2:DllMain (0x7c0c0000, 1, (nil))
>trace:xaudio2:DllGetClassObject ({5a508685-a254-4fba-9b82-9a24b00306af}, {00000001-0000-0000-c000-000000000046}, 0x33ef9c)
>trace:xaudio2:XAudio2CF_CreateInstance (static)->((nil),{8bcf1f58-9fe7-4583-8ac6-e2adc465c8bb},0x33efec)
>trace:xaudio2:IXAudio2Impl_QueryInterface (0x1cf3c0)->({8bcf1f58-9fe7-4583-8ac6-e2adc465c8bb}, 0x33efec)
>trace:xaudio2:IXAudio2Impl_AddRef (0x1cf3c0)->(): Refcount now 1
>trace:xaudio2:XA27_Initialize (0x1cf3c0)->(0x0, 0xffffffff)
>trace:xaudio2:IXAudio2Impl_Release (0x1cf3c0)->(): Refcount now 0
'winetricks xact_jun2010' works around the problem and the game runs properly,
with audio.
wine-1.7.48-74-gb3fe96a
--
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.