https://bugs.winehq.org/show_bug.cgi?id=38443
Bug ID: 38443
Summary: valgrind shows some invalid writes in
dpnet/tests/address.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==6954== Invalid read of size 1
==6954== at 0x42034CE: wine_dbgstr_guid (test.h:536)
==6954== by 0x41FF501: address_addcomponents (address.c:214)
==6954== by 0x41FFE1D: func_address (address.c:324)
==6954== by 0x4203779: run_test (test.h:584)
==6954== by 0x4203BB3: main (test.h:666)
==6954== Address 0x7f033faf is 15 bytes after a block of size 0 alloc'd
==6954== at 0x7BC49E0E: notify_alloc (heap.c:254)
==6954== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==6954== by 0x41FF39B: address_addcomponents (address.c:199)
==6954== by 0x41FFE1D: func_address (address.c:324)
==6954== by 0x4203779: run_test (test.h:584)
==6954== by 0x4203BB3: main (test.h:666)
==6954==
==6954== Invalid read of size 2
==6954== at 0x4203291: wine_dbgstr_wn (test.h:486)
==6954== by 0x41FDDE6: wine_dbgstr_w (test.h:69)
==6954== by 0x41FF511: address_addcomponents (address.c:214)
==6954== by 0x41FFE1D: func_address (address.c:324)
==6954== by 0x4203779: run_test (test.h:584)
==6954== by 0x4203BB3: main (test.h:666)
==6954== Address 0x7f033f88 is 0 bytes after a block of size 0 alloc'd
==6954== at 0x7BC49E0E: notify_alloc (heap.c:254)
==6954== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==6954== by 0x41FF374: address_addcomponents (address.c:198)
==6954== by 0x41FFE1D: func_address (address.c:324)
==6954== by 0x4203779: run_test (test.h:584)
==6954== by 0x4203BB3: main (test.h:666)
==6954==
==6954== Conditional jump or move depends on uninitialised value(s)
==6954== at 0x4202C66: winetest_vok (test.h:311)
==6954== by 0x4202E40: winetest_ok (test.h:357)
==6954== by 0x41FF998: address_setsp (address.c:267)
==6954== by 0x41FFE22: func_address (address.c:325)
==6954== by 0x4203779: run_test (test.h:584)
==6954== by 0x4203BB3: main (test.h:666)
==6954== Uninitialised value was created by a stack allocation
==6954== at 0x41FF611: address_setsp (address.c:234)
==6954==
--
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=21042
Summary: Outlook Express crashes before sending a message
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius2(a)gmail.com
Created an attachment (id=25237)
--> (http://bugs.winehq.org/attachment.cgi?id=25237)
Wine output with a backtrace at crash point.
Start with clean WINEPREFIX. Install OE using "sh winetricks -q ie6". Then
run: wine 'c:\Program Files\Outlook Express\msimn.exe'
Press Yes to set the default application, fill in some (fake) account info,
press Ctrl-N, type in reciepient and subject.
Press Ctrl-Enter and you will get a crash in dlls/riched20/richole.c:1741
The app is hung up. Return to the console and press Ctrl-C.
--
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=37713
Bug ID: 37713
Summary: winecfg: Window title isn't updated when removing
application from the list
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: Dmitry.Kozliuk(a)gmail.com
Distribution: ---
Created attachment 50203
--> https://bugs.winehq.org/attachment.cgi?id=50203
Fix for the bug.
When one removes an application from the list on "Applications" tab, window
title doesn't change to "Wine configuration" as it should, but remains "Wine
configuration for <application>". Noticed while working on another bug,
attaching a one-line fix patch.
--
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=38384
Bug ID: 38384
Summary: Unable to install AT&T Connect iMeeting
Product: Wine
Version: 1.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alan(a)ajackson.org
Distribution: ---
Created attachment 51231
--> https://bugs.winehq.org/attachment.cgi?id=51231
backtrace
Trying to install AT&T Connect iMeeting software, which fails during install.
Install found here: https://connect9.uc.att.com/service32/Prepare/
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=340000009a, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
fixme:ole:NdrCorrelationInitialize (0x33e670, 0x33e270, 1024, 0x0): stub
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:ole:NdrCorrelationFree (0x33e670): stub
--
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=23997
Summary: Gridrunner Revolution: doesn't render certain objects
in-game
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://lsshop.s3.amazonaws.com/GRRevPCSetup118.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30138)
--> (http://bugs.winehq.org/attachment.cgi?id=30138)
terminal output
Gridrunner Revolution is a remake of a classic 'bottom-up' shooter, published
by Llamasoft.
The game doesn't show certain objects during gameplay: your ship is missing,
only some fainted outlines of the ship can be seen. The incoming... er.. sheep
(?) are also not rendered.
You can check the issue with the demo, too. The following components are needed
if you want to try the game: dx9 libs and xact. Alsa must be set to 'Emulation'
to get sounds.
Fedora 13
Nvidia 7600 / driver 195.36.31
--
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=33592
Bug #: 33592
Summary: Family Tree Builder crashes partway through import of
components
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brashley46(a)tfnet.ca
Classification: Unclassified
Created attachment 44470
--> http://bugs.winehq.org/attachment.cgi?id=44470
Crash report created by Wine.
version 7 of Family Tree Builder installs correctly, logs in to myfamily.com,
downloads genealogy information, but then crashes while trying to download
additional components.
--
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=11849
Summary: Adobe Acrobat Pro 7 -- Updates fail
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting Help --> Updates produces the pop up error message:
Update Failed
Updater internal error
--
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=20830
Summary: Dameware NTutilities crashes trying yo create AD
object
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.dameware.us/files/DNTU6x.msi
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Blocks: 14916
Created an attachment (id=24959)
--> (http://bugs.winehq.org/attachment.cgi?id=24959)
DNTU crash log
Hi.
Application tries to create CLSID_DsAdminCreateObj object which isn't
implemented. I believe it causes a crash in richedit code. Crash log attached.
I'm not aware of richedit internals, if someone proves it's a richedit bug feel
free to patch it and change component accordingly.
Log taken with wine-1.1.33-404-gac85305.
--
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=32966
Bug #: 32966
Summary: mshtml: crash in get_frame_by_name( "jQuery" ) using
jQuery 1.3.2
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 43544
--> http://bugs.winehq.org/attachment.cgi?id=43544
Full log for the jQuery crash
This url crashes in mshtml/htmlwindow.c:407
wine iexplore http://www.w3.org/2008/06/mobile-test/
0025:trace:jscript:jsdisp_get_id not found L"jQuery"
wine: Unhandled page fault on read access to 0x00000088 at address
0x7fddb8869a04 (thread 0025),
which is:
407 hres =
IHTMLElement_get_id(&window_iter->frame_element->element.IHTMLElement_iface,
&id);
wine-1.5.23-152-gb8d081b
--
By by ... Detlef
--
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.