http://bugs.winehq.org/show_bug.cgi?id=3749
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #29 from Alexandre Julliard <julliard(a)winehq.org> 2012-09-28 13:44:05 CDT ---
Closing bugs fixed in 1.5.14.
--
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=28703
Bug #: 28703
Summary: gdiplus/tests/image.ok: valgrind complains
"Uninitialised value created by a stack allocation at
test_GdipCreateBitmapFromHBITMAP"
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While running "make image.ok" in gdiplus/tests, valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at bitmapinfo_from_user_bitmapinfo (gdi_private.h:510)
by CreateDIBSection (dib.c:1344)
by test_GdipCreateBitmapFromHBITMAP (image.c:890)
by func_image (image.c:2578)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_GdipCreateBitmapFromHBITMAP (image.c:835)
Should the test be setting biClrUsed?
Should one have to do that when dealing with truecolor bitmaps?
--
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=29573
Bug #: 29573
Summary: Battle.net System Check reports zero (0) megabytes of
video RAM
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
I recently got a new computer and I'm looking to update my Battle.net profile.
I discovered that my Video RAM is incorrect and I've tried with my memory both
at the Wine default and it's actual value (1.5 GB).
Battle.net System Checker Reports:
Video Card: NVIDIA GeForce GTX 560 (ID 4609) 0 MB
WINEDEBUG="+d3d" (no VideoMemorySize)
trace:d3d:InitAdapters Emulating 1024MB of texture ram
WINEDEBUG="+d3d" (VideoMemorySize = 1536)
trace:d3d:InitAdapters Emulating 1536MB of texture ram
--
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=10087
Summary: MessageBox-based Win95 Program Loads Frame only
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: John(a)SVTIi.com
CC: John(a)SVTIi.com
Created an attachment (id=8650)
--> (http://bugs.winehq.org/attachment.cgi?id=8650)
ZIP file with executable and readme.
A simple, messagebox based Win32 application will not run in wine v. 0.9.47.
The messagebox window frame appears in the correct size, and the banner
text is correct, but nothing else appears. The inert window can be moved but
not operated. If the wine file manager is dismissed while the inert
window is visible, wine does not terminate as usual.
I am running wine in Fedora 4, with all sw fully updated.
The application is in a file named RandIntG.exe and is freeware
available at:
http://www.simtel.net/product.php%5Bid%5D18258%5Bsekid%5D0%5BSiteID%5Dsimte…
A copy of the release package containing the application
executable is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27506
Summary: Alpha Protocol wants d3dx9_36.dll.D3DXSHRotate
(purist)
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Only occurs if you force builtin.
--
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=26055
Summary: shell32/shellink test shows a nasty valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (syscall-template.S:82)
by WriteFile (file.c:547)
by IStream_fnWrite (istream.c:156)
by ILSaveToStream (pidl.c:359)
by IPersistStream_fnSave (shelllink.c:1175)
by IPersistFile_fnSave (shelllink.c:484)
by create_lnk_ (shelllink.c:445)
by test_load_save (shelllink.c:658)
by func_shelllink (shelllink.c:1019)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f02e094 is 148 bytes inside a block of size 368 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by free_dc_ptr (dc.c:170)
by DeleteDC (dc.c:850)
by create_icon_bitmaps (cursoricon.c:788)
by CURSORICON_CreateIconFromBMI (cursoricon.c:838)
by CURSORICON_Load (cursoricon.c:1290)
by LoadImageW (cursoricon.c:2319)
by TOOLTIPS_Register (tooltips.c:2346)
by DllMain (commctrl.c:241)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
Uninitialised value was created by a stack allocation
at FileTimeToDosDateTime (time.c:997)
--
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=19612
Summary: Adobe ExtendScript Toolkit CS4 causes a page fault
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22867)
--> (http://bugs.winehq.org/attachment.cgi?id=22867)
wine-1.1.26-423-g760d2b6 console output
Adobe ExtendScript Toolkit CS4 causes a page fault apparently in gdiplus and
doesn't load.
Backtrace:
=>0 0x39875b8a in gdiplus (+0x75b8a) (0x0032e9a4)
Native gdiplus doesn't help.
--
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=31329
Bug #: 31329
Summary: 3DMark06: dies on
msvcp71.dll.?begin@?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@QBE?AVconst_iterator@12@XZ
(purist)
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.futuremark.com/benchmarks/3dmark06/download
/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: gyebro69(a)gmail.com
Classification: Unclassified
Follow up to bug 27024:
fixme:msvcp90:_Locinfo__Locinfo_ctor_cat_cstr (0x33f730 1 C) semi-stub
wine: Unhandled page fault on write access to 0x006cd9b4 at address 0x403678
(thread 0042), starting debugger...
Unhandled exception: page fault on write access to 0x006cd9b4 in 32-bit code
(0x00403678).
...
Backtrace:
=>0 0x00403678 in 3dmark06 (+0x3678) (0x0033f754)
1 0x7e25dbb1 basic_ostream_char_print_str+0x130(ostr=0x33f7e4,
str="RegOpenKeyEx") [/home/austin/wine-git/dlls/msvcp90/ios.c:5194] in msvcp90
(0x0033f7a4)
0x00403678: movl %edi,0x0(%eax)
wine-1.5.9-242-gcbf9589
austin@aw25 ~ $ sha1sum 3DMark06_v120_1901-\[Guru3D.com\].exe
2e4a52d5b0f7caebd7b4407dfa9e258ac623b5dd 3DMark06_v120_1901-[Guru3D.com].exe
austin@aw25 ~ $ du -h 3DMark06_v120_1901-\[Guru3D.com\].exe
585M 3DMark06_v120_1901-[Guru3D.com].exe
--
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=26047
Summary: comctl32/propsheet tests show some leaks under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
84 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DIALOG_get_info (defdlg.c:335)
by DefDlgProcA (defdlg.c:362)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by WIN_CreateWindowEx (win.c:1420)
by CreateWindowExA (win.c:1554)
by DIALOG_CreateIndirect (dialog.c:651)
by CreateDialogIndirectParamAorW (dialog.c:755)
by CreateDialogIndirectParamA (dialog.c:764)
by PROPSHEET_CreatePage (propsheet.c:1470)
by PROPSHEET_SetCurSel (propsheet.c:2029)
by PROPSHEET_DialogProc (propsheet.c:3489)
by ??? (winproc.c:172)
by call_dialog_proc (winproc.c:263)
--
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=29950
Bug #: 29950
Summary: Softonic downloaders need windowcodecs set to disable
Product: Wine
Version: 1.4-rc4
Platform: x86
URL: http://muvee-reveal.en.softonic.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
for example: http://muvee-reveal.en.softonic.com/download
If you don't set windowcodecs to disable, it will fail like this:
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
err:ntdll:RtlpWaitForCriticalSection section 0x32f8bc "?" wait timed out in
thread 002e, blocked by 0031, retrying (60 sec)
blocks bug 26510
--
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.