https://bugs.winehq.org/show_bug.cgi?id=37115
Bug ID: 37115
Summary: Calling ReadFile from WINBASEAPI (WinBase.h) with zero
read length causes hang
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robw(a)sagatech.ca
Our software connects to a serial device using USB-serial adapters. In the
process of attempting to create a wrapper for use on OSx, I discovered a hang
when I attempted to connect to the device under Wine that does not occur under
Windows.
I have tracked it down to the WINBASEAPI ReadFile. Under Windows, if a zero
value is passed as the length to read, it handles and returns zero. Under Wine,
it causes a "black box" (meaning I can't trace it) hang.
I have worked around this in my code by including a return on zero value for
the length, however believe it may be responsible for other serial issues I
have seen in researching this problem.
--
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=34174
Bug #: 34174
Summary: Error cleaning log file when installing mingw
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 45459
--> http://bugs.winehq.org/attachment.cgi?id=45459
Terminal log
How to reproduce:
0. (Clean wine prefix after running winecfg was used for this)
1. Install mingw-get-inst-20120426.exe with default settings (but accept
license of course :) )
2. See a message "Encountered an error cleaning log file (1)"
3. Then after you press OK and click next with a tick "show log file" enabled
see empty log file opened in notepad.
--
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=14617
Summary: 3rd party treeview stopped working
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brendan.dowds(a)sciencesoft.com
CC: julliard(a)winehq.org
Hello all,
I am a developer for a software company trying to get our software to work on
WINE. Unfortunately the third party treeview control we rely heavily on fails
to work properly. Namely in that we can not drag items from the treeview.
A small test program (TV_Test.exe), written in VB6, is attached to demostrate
this behaviour. Upon clicking on a node the program performs a HitTest to
determine what type of node it is and its subsequent behaviour
(expand/collapse, allowing dragging, etc.)
To duplicate place the attached folder in the 'Program Files' folder (or where
you please) and run the exe, through WINE obviously. Add a node (or several)
via the button then click on a node. The message box should then tell you if
the test has been passed or not. A successful test should also change to be a
couple of right pointing arrows, and the direction of the arrow in the treeview
node (if it was the lowest branch level). A failed test reports an error
("Error: Error in loading DLL (No.48) In ClickedNode") in the message box.
Now, this is where I know I'm breaking the rules. But this test program and our
main program (which I hope to at to the Apps Database today) both need wine
tricks to have been run, specifically vcrun6, for redistribution reasons.
However, I've already emailled Dan Kegel and he believes this may not be
necessary. I digress.
The test program always failed without winetricks vcrun6, but after it (and
before the bad revision) it worked. (Strictly you do not need to run the full
vcrun6, you need to remove the msvcrt, oleaut32 and olepro32.dlls from the
drive_c/windows/sysem32/ folder and run the vcredist.exe through WINE.)
A colleague looked into this problem in more detail hoping to solve it
ourselves (how wrong we were) and we believe that although we use winetricks,
in this case it actually helps expose a bug rather than the bug being something
intrinsic in what we use winetricks for i.e. replace built-in dlls with native
ones.
So in summary, running the test program without vcrun6 has always failed, with
vcrun6 it used to work but now doesn't.
Some more relevant information (I hope):
- I pulled down the latest git repository this morning (SHA1 ID:
2f445e4e4a74bda3034d993226f05073e777eb85) and tested it, the bug is still there
(wine-1.1.1-339-g2f445e4).
- I'm running FC6
- gcc version is 4.1.2
- command to run the program is '"wine C:\Program Files\Treeview
Test\TV_Test.exe"', assuming the folder is located in 'Program Files'
- A git-bisect showed the first bad revision to be between 0.9.37 and 0.9.38
(SHA1 ID:2f445e4e4a74bda3034d993226f05073e777eb85)
- Further investigation found that by commenting out just two lines the
program worked. And still works in the lastest version. The two lines are in
load_library of /dlls/kernel32/module.c and are shown in the attached file
(load_library_EDITTED.txt)
- The git log for the bad revision is attached.
- My intention was to also attach the output of WINEDEBUG but with the below
command:
$ WINEDEBUG=+relay wine "C:\windows\Program Files\Treeview Test\TV_Test.exe"
I get:
WINEDEBUG=+relay: Command not found.
Look forward to hearing anything and many thanks.
--
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=32827
Bug #: 32827
Summary: Legrand XL3Pro3 : Crash on launch
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gogy.sp(a)gmail.com
Classification: Unclassified
Created attachment 43359
--> http://bugs.winehq.org/attachment.cgi?id=43359
wine backtrace
Wine crashes when I launch Legrand XL3Pro3 without any detail. XL3Pro3 is a
free soft from Legrand Electrics Company (French) that configure electric
installation for home users and pro users
Please see backtrace.txt in attachment
Thx
--
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=30687
Bug #: 30687
Summary: Powerpoint 2003/2007: embedded video play/pause on
click no longer works
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: aric(a)codeweavers.com
Depends on: 30445
Classification: Unclassified
Regression SHA1: 821ead201d38ebca8f3e92e71bf7b6c8641b5ace
Setting Wine version based on the regression test for bug 30445.
In PowerPoint, when embedded video is set to play on click, you should be able
to toggle pause and play at any point by clicking on the video. That's no
longer working. In wine-1.5.4-61-g8327e6f, the video can be started on click,
and paused once by clicking on it, but subsequent clicks do nothing.
--
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=13683
Summary: Ultima IX: Mouse pointer missing when reading books,
under inventory
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rixa(a)cs.tut.fi
When opening an in-game book for reading, there is nothing to work as a mouse
pointer to help clicking the page corners or other clickable elements with. The
books do work, but finding the correct spot to click without any pointer is
quite hard. Saving and loading the game as well as selecting spells are also
implemented by an in-game book, so these functions are likewise affected.
A similar issue affects using the inventories and toolbelt, though the pointer
is not so much missing as being drawn under instead of over the inventory
panel. Otherwise the game seems to work well.
I'm running wine 1.0rc3 on a CentOS 5 system with a GeForce4 Ti 4800 graphics
card and nVidia proprietary drivers version 96.43.05.
--
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=33787
Bug #: 33787
Summary: after initial open of IE8 and open page in new tab to
select add on & accelerators instead of Live
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jakubcoltun(a)gmail.com
Classification: Unclassified
Created attachment 44763
--> http://bugs.winehq.org/attachment.cgi?id=44763
after initial open of IE8 and open page in new tab to select add on &
accelerators instead of Live
after initial open of IE8 and open page in new tab to select add on &
accelerators instead of Live
--
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=12652
Summary: Rainbow six Vegas 2 Fails to launch with General
Protection fault
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xarnze(a)googlemail.com
Created an attachment (id=12297)
--> (http://bugs.winehq.org/attachment.cgi?id=12297)
Console output from Rainbow six Vegas 2 winever 0.9.59.
Rainbow six Vegas 2 launches and the splash screen appears however shortly
afterwards the game crashes with a message stating General protection fault!
History: Address = 0x45b08ec (filename not found)
i have attached the console output bellow.
--
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=34318
Bug #: 34318
Summary: Process Hacker 2.x needs
ntdll.dll.EtwRegisterTraceGuidsW
Product: Wine
Version: 1.7.0
Platform: x86
URL: http://processhacker.sourceforge.net/downloads.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 34317
Classification: Unclassified
Follow up to bug 25994. You'll need native winsta.dll to workaround bug 34317.
--
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=37135
Bug ID: 37135
Summary: Wine fails to handle EWOULDBLOCK return from sendmsg
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Solaris
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carson(a)taltos.org
On Solaris 11.2, launching any application via "wine c:\somepath\foo.exe"
frequently fails, printing the following errors:
sendmsg: Resource temporarily unavailable
sendmsg: Resource temporarily unavailable
Protocol error: process 000c: Protocol error: process 000
Debugging, I find these errors come from 2 different places. Fixing both makes
wine run reliably.
server/request.c
dlls/ntdll/server.c
The fix for ./dlls/ntdll/server.c is easy, just add EWOULDBLOCK to the EINTR
case that's already present.
dlls/ntdll/server.c requires the addition of a loop around sendmsg as well as
handling the non-fatal EWOULDBLOCK (and it should probably retry EINTR as
well).
I can generate patches if desired, but the fixes are fairly obvious.
--
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=19344
Summary: Adobe Photoshop CS2: Some files missing on
installation (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.adobe.com/pub/adobe/photoshop/win/cs2/
Photoshop_CS2.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installed on windows XP, but not on wine:
C:\Program Files\Adobe\Adobe Photoshop CS2\install.adb
C:\Program Files\Adobe\Adobe Photoshop CS2\Helpers\Jump To HTML
Editor\Notepad.LNK
C:\Program Files\Adobe\Adobe Help Center\install.adb
C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData\Database\vbox.err
C:\Program Files\Adobe\Adobe Bridge\install.adb
--
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=38181
Bug ID: 38181
Summary: Try to run ESEA client
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: decodiazhd(a)gmail.com
Distribution: ---
Created attachment 50951
--> https://bugs.winehq.org/attachment.cgi?id=50951
backtrace
try to run the ESEA client but i allways say that error i can install but not
run 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.
http://bugs.winehq.org/show_bug.cgi?id=13094
Summary: UltraEdit: crashes in certain cases with Unicode editing
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.ultraedit.com/files/ue_english.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fbcrack(a)yahoo.es
Created an attachment (id=12867)
--> (http://bugs.winehq.org/attachment.cgi?id=12867)
UltraEdit 32 v14.00a unicode editing crash log
Wine crashses when performing following actions:
1. File->New (Ctrl+N)
2. Write any non ASCII character (eg: ñ)
3. File->Conversions->ASCII to UTF8 (Unicode Editing)
4. Enter hex. edition mode via Edit->HEX Functions->HEX Edit or pressing Ctrl+H
5. Return normal edition mode Edit->HEX Functions->HEX Edit or pressiong Ctrl+H
UltraEdit then shows the following error message:
An error has ocurred. The application will shut down.
Would you like to save an error report?
--
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=31801
Bug #: 31801
Summary: Font anti-aliasing in Office 2010 pdf export
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stasik0(a)front.ru
Classification: Unclassified
Created attachment 41839
--> http://bugs.winehq.org/attachment.cgi?id=41839
Word is on the top, the exported pdf on the bottom. The lack of AA is clearly
visible.
Hi, if I use the PDF-Export from any of Office 2010 product the fonts are not
'smooth' compare to screen shots.
--
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=36075
Bug ID: 36075
Summary: Kingdoms of Amalur: Reckoning Crashes on Start
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mattcbro(a)earthlink.net
In a 32 bit prefix, running on linux mint 16, cinnamon 64 bits, attempting to
play Kingdom of Amalur: Reckoning results in a crash prior to game start.
This is occurring in wine-1.7.16 . The exception is,
exception: page fault on read access to 0x00000018 in 32-bit code
(0x009c54b0).
Others have reported the same problem in ubuntu based systems.
I am using an Nvidia 770 gtx card with proprietary drivers.
--
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=36967
Bug ID: 36967
Summary: GuardianEdgeRemovableStorageAccess: Unhandled page
fault on read access
Product: Wine
Version: 1.7.21
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)unassailable.info
Created attachment 49087
--> http://bugs.winehq.org/attachment.cgi?id=49087
Backtrace with removable device set as "cdrom"
Background: Program designed to be run on NTFS removable media with full disk
encryption.
Program exits immediately with no error when being run as normal user and drive
type selected as "autodetect", "local harddisk", or "network share" in wine
configuration gui.
When run as root, program runs but complains of not being run on a removable
device and exits (not wine issue).
Once set to "floppy" or "cdrom", program starts, the expected window appears
and then crashes with unhandled page fault.
Replicated on wine 1.6.2 and 1.7.21.
Kernel 3.12.21-gentoo-r1
Research program on net, forms and wine appDB with no luck.
--
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=27103
Summary: JigsawADay.com puzzle application: slow screen
refreshing
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.jigsawaday.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msvfw32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34543)
--> (http://bugs.winehq.org/attachment.cgi?id=34543)
terminal output
There is a noticeable lag when you pick up a puzzle piece and move it across
the screen. If you switch to another window then switch back to the
application, the refreshing of the app window is also much slower than on
Windows (I've tried the app in WinXP running under Virtualbox).
As a workaround, using native msvfw32.dll improves the situation a lot.
It seems the preview window has the most impact on the issue: try to minimize
it and you'll see that the lagging issue improved somewhat.
The application can be downloaded from the URL linked above. It doesn't require
installation and it has a size of only a few hundred kilobytes.
--
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=15758
Summary: Page Maker 6.5 can't find resource file
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
When checking bug 4836 in pagemaker 6.5 a regression was prevented testing.
After this commit when starting pm65.exe a dialog box pops up stating it could
not find resource file pm65.rsl and after clicking ok the program exits.
8e5f28127644344247056337a4eeca71f0e43322 is first bad commit
commit 8e5f28127644344247056337a4eeca71f0e43322
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 30 12:51:35 2008 +0200
ntdll: Add some sanity checks for invalid relocation blocks.
--
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=31951
Bug #: 31951
Summary: TomTom Home SatNav software will not run
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john.l.l.williams(a)btinternet.com
Classification: Unclassified
Trying to run Tom Tom Home SatNav windows software in wine and got unexpected
error report the backtrace file is attached
--
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=19585
Summary: Water is red in Settlers: Heritage of Kings demo
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://videogames.yahoo.com/predownload?eid=56657
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=22839)
--> (http://bugs.winehq.org/attachment.cgi?id=22839)
Screenshot showing the problem
The water in the demo version of Settlers: Heritage of Kings is displayed in a
red hue instead of a blue one; see attached screenshot.
--
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=26767
Summary: U-he Tyrell, Uhbik and ACE vst plugins: GUI Knob bug
(image files files not being sorted correctly)
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: futuretodd(a)googlemail.com
Created an attachment (id=34093)
--> (http://bugs.winehq.org/attachment.cgi?id=34093)
gif anim of knob behaviour, should show a smooth movement from left to right
U-he Tyrell, Uhbik and ACE vst plugins show erratic graphical behaviour in use
(see attatched gif)
They actually work as they should do if this odd graphics behaviour is ignored.
The images for the knobs are saved in, ie for Tyrell, /(user vst
folder)/TyrellN6Win/TyrellN6.data/Data/Images/Animations/Knob/ and are labeled
Knob0000.png - Knob0100.png, which goes from leftmost image to rightmost, when
they actually make to the plugin they are all jumbled up, so it appears wine is
not sorting them numerically by their names correctly.
Tyrell is free so is recommended for testing
http://www.u-he.com/TyrellN6/downloads/TyrellN6Win.zip
Tested with Reaper and Minihost
http://www.cockos.com/reaper/download.phphttp://www.tobybear.de/p_minihost.html
--
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=36297
Bug ID: 36297
Summary: valgrind shows uninitialized memory in
msxml3/tests/domdoc.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30791== Conditional jump or move depends on uninitialised value(s)
==30791== at 0x4D2A2EC: dump_Variant (typelib.c:1548)
==30791== by 0x4D2AD9D: dump_DispParms (typelib.c:1612)
==30791== by 0x4D39207: ITypeInfo_fnInvoke (typelib.c:6975)
==30791== by 0x6197AEC: DispatchEx_InvokeEx (oaidl.h:1523)
==30791== by 0x6197335: DispatchEx_Invoke (dispex.h:299)
==30791== by 0x4A6DC7F: test_dispex (dispex.h:292)
==30791== by 0x4A76AE1: func_domdoc (domdoc.c:11918)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791== Uninitialised value was created by a stack allocation
==30791== at 0x4A6B514: test_dispex (domdoc.c:10307)
==30791==
--
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=19081
Summary: Force closing winhlp32 without a file loaded pops up
an error dialog (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=22023)
--> (http://bugs.winehq.org/attachment.cgi?id=22023)
ahk test
A bit hard to explain...but launching 'wine winhlp32' with no arguments open
wine help, along with a file open dialog. That's all well and good, same as
windows. Now, let's get tricky. Force the winhlp32 window to close (not the
file open dialog). On windows, exits with no problems. On wine, pops up a
dialog:
ERROR
Cannot find ''. Do you want to find this file yourself?
I'll attach an AHK script to show what I mean...If you want to verify on
windows, change 'Wine' to 'Windows'.
--
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=36383
Bug ID: 36383
Summary: valgrind shows several uninitialized values in
ddraw_CreateSurface() in ddraw/tests/dsurface.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
fixme:win:EnumDisplayDevicesW ((null),0,0x549f568,0x00000000), stub!
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E72E: SrcColorKey32BlitTest (dsurface.c:240)
==5763== by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E7C8: SrcColorKey32BlitTest (dsurface.c:251)
==5763== by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E224: PaletteTest (dsurface.c:2225)
==5763== by 0x516E484: func_dsurface (dsurface.c:3962)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E003: PaletteTest (dsurface.c:2260)
==5763== by 0x516E484: func_dsurface (dsurface.c:3962)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763==
--
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.