https://bugs.winehq.org/show_bug.cgi?id=36302
Bug ID: 36302
Summary: valgrind shows several leaks in
msxml3/tests/saxreader.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
Created attachment 48400
--> https://bugs.winehq.org/attachment.cgi?id=48400
valgrind log
==30812== 32 bytes in 1 blocks are definitely lost in loss record 267 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812== by 0x5191FF0: CreateStreamOnHGlobal (hglobalstream.c:591)
==30812== by 0x4A8A289: test_mxwriter_stream (saxreader.c:4172)
==30812== by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
==30812== 88 bytes in 1 blocks are definitely lost in loss record 440 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812== by 0x7B84586B: HeapAlloc (heap.c:271)
==30812== by 0x7B8466BC: GlobalReAlloc (heap.c:693)
==30812== by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812== by 0x4A7D5BD: create_test_stream (objidl.h:4391)
==30812== by 0x4A7F57A: test_saxreader (saxreader.c:2430)
==30812== by 0x4A963FA: func_saxreader (saxreader.c:5592)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
==30812== 124 bytes in 1 blocks are definitely lost in loss record 493 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC5161A: RtlReAllocateHeap (heap.c:1883)
==30812== by 0x7B8458E5: HeapReAlloc (heap.c:281)
==30812== by 0x7B846646: GlobalReAlloc (heap.c:679)
==30812== by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812== by 0x51916F1: HGLOBALStreamImpl_Write (objidl.h:4391)
==30812== by 0x619B3EB: write_data_to_stream (objidl.h:4384)
==30812== by 0x619B643: flush_output_buffer (mxwriter.c:604)
==30812== by 0x619BC78: mxwriter_Release (mxwriter.c:774)
==30812== by 0x4A8ADD2: test_mxwriter_stream (msxml2.h:22158)
==30812== by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
etc.
--
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=33121
Bug #: 33121
Summary: wineconsole: Ignores height/width window size
specified in program's external configuration file
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dasjournal1(a)gmail.com
Classification: Unclassified
Created attachment 43795
--> http://bugs.winehq.org/attachment.cgi?id=43795
Program spawned in wineconsole at default 80 x 25 resolution
I'm using wineconsole to run a console-based Windows program (with
--backend=user). Wineconsole always opens the program in an 80 x 25 sized
window. Resizing this window via the mouse or right-click configuration area
expands the window size, but not the buffer size of the console program. The
newly-expanded area is black (see screenshot attachment). These settings are
also not saved upon restarting the program. This is the same or very similar
bug to 30193 (http://bugs.winehq.org/show_bug.cgi?id=30193).
In Windows, the program detects the maximum width and height of the current
display resolution and provides options within the program to modify the height
and width. When using wineconsole, the program only detects the 80 x 25 buffer
it is spawned in.
Also, in Windows, the program stores the height and width settings in an
external configuration file, so that upon restarting the program, the correct
window/buffer size is displayed. Wineconsole ignores these settings in favour
of an 80 x 25 or lower resolution.
I note in Wine's source code that <source>/server/console.c has hard-coded
values of 80 and 25 for the window and screen buffers. This is the default
command prompt window size used in Windows. Also,
<source>/programs/wineconsole/registry.c sets the default window/buffer values
for new wineconsole-based programs.
Modifying <source>/programs/wineconsole/registry.c, recompiling and running
'wineconsole cmd' displays the Windows command prompt in the specified windows
size. This modification has no effect on my console-based program, which is
always displayed at 80 x 25.
Modifying <source>/server/console.c (and recompiling) also fails to have the
desired effect. The program's window is larger, but the program itself is
still rendered at 80 x 25. The surrounding area is black, as noted above.
It is as though wineconsole is ignoring or overriding the program's external
configuration file.
--
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=32692
Bug #: 32692
Summary: Clones (game) crashes when starting a single-player
game (without native d3dx9 libraries)
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://clonesgame.com/download-demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 43136
--> http://bugs.winehq.org/attachment.cgi?id=43136
terminal output
The game comes with native d3dx9_38.dll installed, the problem occurs with the
built-in one. Native d3dx9_36 also works around the crash.
The game loads to the menu fine, but it crashes when you start single-player
game mode. The crash happens somewhere in d3dx9_36/math.c, as can be seen in
the attached backtrace.
Steps to reproduce the problem with the demo:
1. install the demo as usual and make sure that d3dx9_38=built-in
2. start the game with ../Bin/ClonesGame.exe, create a new profile and click on
<Pilgrimage>...the game crashes at this point.
The attached log was created with wine-1.5.21-80-g082f989.
--
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=28698
Bug #: 28698
Summary: ieframe/tests/intshcut.ok: uninitialized value in
PersistFile_Load, found during
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok' in ieframe/tests, valgrind complained:
Conditional jump or move depends on uninitialised value(s)
at winetest_vok (test.h:307)
by winetest_ok (test.h:353)
by test_ReadAndWriteProperties (intshcut.c:282)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at PersistFile_Load (intshcut.c:456)
--
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=30260
Bug #: 30260
Summary: Office 2010 SP1 installer reports failure
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Created attachment 39530
--> http://bugs.winehq.org/attachment.cgi?id=39530
Log of SP1 installer
File: officesuite2010sp1-kb2460049-x86-fullfile-en-us.exe
md5sum: cc693ffabac8a5c8053f1d8f701e8119
The installer starts, shows the license, checks update status, extracts files,
says it is installing though the progress bar never advances, then ends with a
message that installation of this product failed.
Despite the message, at least part of SP1 is installed: MLA seventh edition and
APA sixth edition are added to list of bibliographic reference styles, and the
version numbers of Word, Excel, and Powerpoint are updated in
File=>Help=>Additional Version and Copyright Information.
--
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=37030
Bug ID: 37030
Summary: Visual Basic 6 - Listbox shows scrollbar when there
isn't any
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Created attachment 49204
--> http://bugs.winehq.org/attachment.cgi?id=49204
Strange scrollbar
In a simple VisualBasic6 application (after installing vb6 runtimes from
winetricks), there is a strange scrollbar displaying which does not display on
native Windows.
--
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=28696
Bug #: 28696
Summary: ieframe/tests/intshcut.c: Uninitialised value in
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok', valgrind complained:
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (syscall-template.S:82)
by WriteFile (file.c:547)
by FileLockBytesImpl_WriteAt (filelockbytes.c:286)
by StorageImpl_WriteAt (storage32.c:347)
by StorageImpl_WriteBigBlock (storage32.c:4026)
by BlockChainStream_Flush (storage32.c:6041)
by StorageImpl_Flush (storage32.c:2984)
by StgStreamImpl_Write (storage32.h:261)
by PropertyStorage_WritePropertyToStream (stg_prop.c:1689)
by PropertyStorage_PropertiesWriter (stg_prop.c:1786)
by dictionary_enumerate (dictionary.c:189)
by IPropertyStorage_fnCommit (stg_prop.c:1800)
by test_ReadAndWriteProperties (intshcut.c:239)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f08afde is 150 bytes inside a block of size 8,260 alloc'd
at RtlAllocateHeap (heap.c:254)
by BlockChainStream_Construct (storage32.c:6009)
by StorageImpl_Construct (storage32.c:2924)
by Storage_Construct (storage32.c:5168)
by create_storagefile (storage32.c:7384)
by StgCreateStorageEx (storage32.c:7479)
by create_shortcut (intshcut.c:820)
by InternetShortcut_Create (intshcut.c:855)
by CoCreateInstance (compobj.c:2641)
by test_ReadAndWriteProperties (intshcut.c:204)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_ReadAndWriteProperties (intshcut.c:183)
--
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=32088
Bug #: 32088
Summary: KODAK Share button app from
http://support.en.kodak.com/app/answers/detail/a_id/32
484/selected/true fails to install.
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dhiffucium(a)gmail.com
Classification: Unclassified
Created attachment 42302
--> http://bugs.winehq.org/attachment.cgi?id=42302
Detailed information from Wine about the error
There are two ways to install this program. The first is to run the installer
from the device that mounts when connecting the camera to the USB port. This
program should proceed to download the actual installer, but it does nothing bu
show a window with the KODAK logo in the corner.
My second attempt was to download the installer from KODAK's website and run
that instead. The installer starts and I get to answer the questions about
language, install location and agree to the terms, but crashes during
installation. See the attached trackback file for details.
I am running Ubuntu GNOME 12.10. My camera is a Kodak Easyshare MAX Z990, but I
suppose the software is the same for many cameras.
A note to KODAK camera owners:
You can still get your images, by either changing the setting on the camera to
not use KODAK software or by taking out the memory card and using a card
reader. You will not, however, be able to use the features of the Kodak
application to automatically share the selected photos on Facebook or e-mail,
you have to do that manually if you don't have access to a real Windows OS.
--
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=36298
Bug ID: 36298
Summary: valgrind shows several leaks 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
Created attachment 48399
--> https://bugs.winehq.org/attachment.cgi?id=48399
valgrind log
==30791== 16 bytes in 1 blocks are definitely lost in loss record 440 of 1,669
==30791== at 0x7BC4C735: notify_alloc (heap.c:255)
==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30791== by 0x4D080FA: alloc_bstr (oleaut.c:162)
==30791== by 0x4D08490: SysAllocStringLen (oleaut.c:324)
==30791== by 0x4D081A7: SysAllocString (oleaut.c:232)
==30791== by 0x4A70E54: test_xmlns_attribute (domdoc.c:11048)
==30791== by 0x4A76B0E: func_domdoc (domdoc.c:11927)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791==
==30791== 28 bytes in 1 blocks are possibly lost in loss record 616 of 1,669
==30791== at 0x7BC4C735: notify_alloc (heap.c:255)
==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30791== by 0x4D2B262: heap_alloc_zero (typelib.c:1662)
==30791== by 0x4D2DEA1: MSFT_ReadAllRefs (typelib.c:2902)
==30791== by 0x4D3014C: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==30791== by 0x4D2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==30791== by 0x4D276DC: LoadTypeLibEx (typelib.c:478)
==30791== by 0x4D27618: LoadTypeLib (typelib.c:454)
==30791== by 0x4D3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==30791== by 0x4D36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==30791== by 0x4D36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==30791== by 0x4D37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==30791== by 0x6196C5C: preprocess_dispex_data (oaidl.h:1505)
==30791== by 0x6196E79: get_dispex_data (dispex.c:323)
==30791== by 0x6197446: DispatchEx_GetDispID (dispex.c:420)
==30791== by 0x4A621D5: test_selection (dispex.h:296)
==30791== by 0x4A76AD7: func_domdoc (domdoc.c:11916)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791==
etc.
--
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.