https://bugs.winehq.org/show_bug.cgi?id=36313
Bug ID: 36313
Summary: valgrind shows a possible leak in
propsys/tests/propstore.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==31754== 40 bytes in 1 blocks are possibly lost in loss record 232 of 560
==31754== at 0x7BC4C735: notify_alloc (heap.c:255)
==31754== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==31754== by 0x499C848: PropertyStore_CreateInstance (propstore.c:464)
==31754== by 0x499CFD2: InMemoryPropertyStoreFactory_CreateInstance
(propsys_main.c:113)
==31754== by 0x4B4AE26: CoCreateInstance (unknwn.h:226)
==31754== by 0x49561C0: test_persistserialized (propstore.c:207)
==31754== by 0x4956646: func_propstore (propstore.c:256)
==31754== by 0x495C13C: run_test (test.h:584)
==31754== by 0x495C52B: main (test.h:654)
==31754==
--
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=39934
Bug ID: 39934
Summary: AppCAD graphics corruption
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 53345
--> https://bugs.winehq.org/attachment.cgi?id=53345
Correct rendering on WinXP
AppCAD is a freeware RF circuit design tool. In the Balun calculator (Circuit
Design>Balun) the schematic drawing for solution 2 is replaced by large dark
areas. Wine message:
fixme:enhmetafile:PlayEnhMetaFileRecord EMR_EXTCREATEPEN: Need to copy brush
bitmap
This affects version 4.0.0 only. It is a VB6 application.
--
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=43842
Bug ID: 43842
Summary: Cached Authorization cause wrong username/password to
be used
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When a connection is made to a server, the username/password is stored for
later use. However, if a another connection is made to the same server, using
a different username/password then the 1st username/passowrd is used instead.
Example of the code.
Connecting to the same server, using Basic Authentication.
function GetData(username, pass)
{
internet = new CInternetSession;
CHttpConnection http = internet->GetHttpConnection(..., username, pass,...)
http->OpenRequest( "GET", "/", ..., _T("HTTP/1.1"),
INTERNET_FLAG_EXISTING_CONNECT | INTERNET_FLAG_RELOAD |
INTERNET_FLAG_DONT_CACHE | INTERNET_FLAG_SECURE; );
http.Close()
internet.Close();
delete internet;
}
GetData("user", "pass");
GetData("admin", "word");
--
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=24701
Summary: Vampire the Masquerade bloodlines
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
err:d3d:resource_init Out of adapter memory
Seems to be the first error. I have fglrx drivers but removed them from a while
and tested, and it continued.
using winetricks videomemorysize=512 for my graphics card (Ati mobility radeon
4570 512 mb) didn't have a effect (there is a difference in the offsets
reported). I'm using installed the last unofficial patch. Without it a addional
error relating to the refresh rate would manifest (it has to do with a dll file
in the bin folder shaderapidx9.dll
http://forumplanet.gamespy.com/bloodlines_tech_support/b50391/20211232/p1/
)
and a nocd.
This seems to me a regression, because i played it before in this computer. But
since i changed release, X, fglrx, wine, unofficial patch compilation and other
things, i have no idea if that is certain.
--
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=22239
Summary: BabelMap's display is corrupted in several dialog
boxes
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rebecca.menessec(a)ironhavoc.org
BabelMap is a well-regarded utility for managing and tracking Unicode fonts.
http://www.babelstone.co.uk/Software/BabelMap.html
Unfortunately, this is everything I have-- these errors are generated on
appinit (main window creation, I think), and not when opening dialog boxes, and
not on app close:
user@host ~ $ wine BabelMap.exe
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
I can attach a screenshot, if needed, but this display corruption should be
easy to reproduce. For instance, open the app and click Configure... next to
"Composite Font".
I'm using simple autogen settings, with Windows XP set as the OS. If I can
provide other useful info, I'll be happy to.
--
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=31855
Bug #: 31855
Summary: Unable to start the sims 1 deluxe and unsleshed
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: fantonifabio(a)tiscali.it
Classification: Unclassified
Created attachment 41919
--> http://bugs.winehq.org/attachment.cgi?id=41919
Log of the sims start on wine 1.5.14
I have install the sims deluxe and the expansion unslashed without error but
the game not start.
Tried on Ubuntu 12.04 with wine 1.5.14.
Clean install with also:
winetricks corefonts vcrun6 vcrun2003 vcrun2005sp1 vcrun2008 vcrun2010 d3dx9
Log of start in attachment
--
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=43880
Bug ID: 43880
Summary: Testbot will not submit results (too many errors)
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: parkerjbarker(a)yahoo.com
"59 tests failed, there's probably something broken with your setup.
You need to address this before submitting results."
52 errors for the 64 bit test, and 59 errors for the 32 bit test.
I'm running this on real hardware, Vista, as administrator. Please update the
testing software so that I can submit the results, even with a high number of
errors.
And while you're at it, I would change the comma after "failed" to a colon.
I looked for similar bug reports but found nothing expressly dealing with this.
--
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=40850
Bug ID: 40850
Summary: MS Money 2000: text is cut off when entering an
operation
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrea.vai(a)unipv.it
Distribution: ---
Created attachment 54839
--> https://bugs.winehq.org/attachment.cgi?id=54839
Screenshot of cut off text
While I am entering a transaction, the text that I try to enter is cut off at
the bottom. After the enter is done, the text appears correctly.
In the attached screenshot you can see, from top to bottom:
- the first transaction, previously entered, which shows the text ("Car: Fuel")
correctly;
- a second transaction, during its insertion, showing the same text ("Car" /
"Fuel") cut off
The text cut off is somewhat unreadable, so this bug is quite annoying.
--
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=42298
Bug ID: 42298
Summary: err:clipboard:convert_selection Timed out waiting for
SelectionNotify event
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Although I'm a fan of the "console messages are not bugs" this is a little
annoying, it can repeat several times. Happens under heavy CPU/IO usage and
will repeat until CPU/IO goes back to "normal", this is the impression I have,
it could be something else.
It is sort of easy to reproduce and it is NOT present since the patch that
moved stuff ( http://source.winehq.org/git/wine.git/commitdiff/7d0ddff2 ), it
was something that was changed later I believe started less than 2 months ago.
I can try bisecting but it will take some time so if anybody (Julliard) has a
hint it will be better.
Am I the only affected?
--
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=42907
Bug ID: 42907
Summary: Wine crashes when loading The Specialists mod for Half
Life
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ganthore(a)gmail.com
Distribution: ---
Consider this a followup to the ABANDONED ticket:
https://bugs.winehq.org/show_bug.cgi?id=8859
This has been a long standing problem for around a decade, I'd like for this to
get fixed...
When running The Specialists mod, the game will instantly crash once a map
being to load.
I've reproduced this on both Gentoo and FreeBSD systems. The game runs fine on
native windows.
> wine hl.exe -game ts -novid -debug
fixme:module:load_dll Loader redirect from L"wined3d.dll" to
L"wined3d-csmt.dll"
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY2\\Monitor0"
Using breakpad crash handler
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
fixme:ver:GetCurrentPackageId (0x30eb40 0x0): stub
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
Setting breakpad minidump AppID = 70
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0xe57850,
0xece168, 0xece160) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0xe57850,
0xece1a0, 0xece198) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0xe57850,
0xece130, 0xece128) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0xe57850,
0xece1d8, 0xece1d0) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0xe57850,
0xece210, 0xece208) stub.
fixme:imm:ImmGetOpenStatus (0x168bd8): semi-stub
fixme:ver:GetCurrentPackageId (0x32e68c 0x0): stub
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
fixme:win:RegisterDeviceNotificationW (hwnd=0x10182,
filter=0x161f64c,flags=0x00000000) returns a fake device notification handle!
fixme:xinput:XInputGetCapabilities (index 0, flags 0x1, capabilities 0x32f674)
Stub!
fixme:win:RegisterTouchWindow (0x10184 00000003): stub
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:imm:ImmReleaseContext (0x10184, 0xf8a6a0): stub
fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:iphlpapi:NotifyAddrChange (Handle 0x1022ee34, overlapped 0xfc55670): stub
fixme:winsock:WSALookupServiceBeginW (0x1022ef34 0x00000ff0 0x1022ef7c) Stub!
[0428/164919:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin
failed with: 8
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
AppActive: active
AppActive: active
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f22f620, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:iphlpapi:NotifyAddrChange (Handle 0x307014c, overlapped 0x3070150): stub
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f221328, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:wbemprox:enum_class_object_Next timeout not supported
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
fixme:winsock:interface_bind Broadcast packets on interface-bound sockets are
not currently supported on this platform, receiving broadcast packets will not
work on socket 03ac.
err:winsock:interface_bind Failed to bind to interface, receiving broadcast
packets will not work on socket 03ac.
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
File c:\program files\steam\steamapps\common\half-life\ts\demoheader.dmf was
never closed
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) 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.