https://bugs.winehq.org/show_bug.cgi?id=36128
Bug ID: 36128
Summary: valgrind shows a leak in ntdll/registry.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24320== 134 bytes in 1 blocks are definitely lost in loss record 525 of 789
==24320== at 0x7BC4C735: notify_alloc (heap.c:255)
==24320== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==24320== by 0x4771DD9: WINECON_CreateKeyName (registry.c:67)
==24320== by 0x4772422: WINECON_RegLoad (registry.c:199)
==24320== by 0x477920C: WINECON_Init (wineconsole.c:593)
==24320== by 0x4779BF8: WinMain (wineconsole.c:826)
==24320== by 0x477A09F: main (exe_main.c:49)
==24320==
from dlls/ntdll/tests/exception.c
--
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=21877
Summary: Dark Age of Camelot patcher crashes from page fault
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zorael(a)gmail.com
The Dark Age of Camelot patcher will not start on my machine running Kubuntu
lucid (10.04) x86, currently at alpha 3. The Wine package in use is from the
official repositories, wine1.2=1.1.39-0ubuntu1.
The game installs fine via the free retail downloader client (available at
http://www.darkageofcamelot.com/download/), although you can only specify the
download location with your mouse. (Editing the location bar will cause a
different crash; separate bug.)
When running 'wine camelot.exe' afterwards, it seems to start downloading
files, but eventually crashes with a Wine error popup and a wall of text output
to the terminal. Consequent tries yield the same results plus an error popup
spawned by the application itself, saying it "was unable to update the file
camelot.bin". Terminal control is not returned to the user; I have to Ctrl+C
out or kill the process.
Attaching terminal log of the crash.
--
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=30973
Bug #: 30973
Summary: Unsupported symbol id warnings when backtracing with
Visual C 2010 .pdb files
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
I built the tiny demo from bug 835 with Visual C 2010, and ran it under Wine.
Happily, Wine generated good backtraces still,
but there were several unsupported symbol id warnings, e.g.
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 113e
fixme:dbghelp_msc:dump 00000000: 1a 00 3e 11 08 10 00 00 01 00 45 78 63 65 70
74 ..>.......Except
fixme:dbghelp_msc:dump 00000010: 69 6f 6e 52 65 63 6f 72 64 00 00 00
ionRecord...
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1141
fixme:dbghelp_msc:dump 00000000: 0e 00 41 11 11 00 00 00 dc 16 00 00 01 00 27
00 ..A...........'.
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1144
fixme:dbghelp_msc:dump 00000000: 06 00 44 11 08 00 00 00
..D.....
There are so many of these warnings that it's easy to miss the fact
that there's still a good stack trace.
See the full log at
http://kegel.com/wine/valgrind/pdbdemo2/crash-vc2010-Zi/wine.log
The compiled app and pdb file are in
http://kegel.com/wine/valgrind/pdbdemo2.tgz
--
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=36601
Bug ID: 36601
Summary: valgrind shows a definite leak in
wininet/tests/internet.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==19689== 2 bytes in 1 blocks are definitely lost in loss record 8 of 555
==19689== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==19689== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==19689== by 0x4E59F79: heap_alloc (internet.h:116)
==19689== by 0x4E5D203: InternetGetConnectedStateExA (internet.c:1292)
==19689== by 0x4CD3B0D: test_InternetGetConnectedStateExA (internet.c:1514)
==19689== by 0x4CD452F: func_internet (internet.c:1616)
==19689== by 0x4CE1B13: run_test (test.h:584)
==19689== by 0x4CE1F02: main (test.h:654)
==19689==
and a possible leak:
==19689== 232 bytes in 1 blocks are possibly lost in loss record 427 of 555
==19689== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==19689== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==19689== by 0x4E48FF5: heap_alloc_zero (internet.h:121)
==19689== by 0x4E49608: get_server (http.c:301)
==19689== by 0x4E51CD4: HTTP_HttpOpenRequestW (http.c:3318)
==19689== by 0x4E5226F: HttpOpenRequestW (http.c:3431)
==19689== by 0x4E4C9E2: HttpOpenRequestA (http.c:1482)
==19689== by 0x4CD2D81: test_InternetErrorDlg (internet.c:1354)
==19689== by 0x4CD455C: func_internet (internet.c:1625)
==19689== by 0x4CE1B13: run_test (test.h:584)
==19689== by 0x4CE1F02: main (test.h:654)
==19689==
--
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=34563
Bug #: 34563
Summary: Regression in
fae9738cc37c4d30710f12ee99abc11c7ae37130: rFactor 2
ModMgr.exe buttons not working properly
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus.blumhagen(a)web.de
Classification: Unclassified
The Mod Manager (ModMgr.exe) of rFactor 2 has stopped working with the above
commit. I found it by means of git bisect.
How it is supposed to work:
There is a list of items that can be installed. After marking one and then
clicking the "Install" button a small popup window appears informing about the
status of the action. On success said popup closes and the item will show up as
installed.
What happens with the above commit applied:
ModMgr.exe starts as usual, one can select items from the list. But on clicking
say the "Install" button it only gets disabled (the label characters turns from
black to grey) and nothing else happens.
To me it looks like the action associated with those buttons is not executed.
--
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=36512
Bug ID: 36512
Summary: client_rzrq.exe from AnXin crash when using the new
style interface.
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Created attachment 48583
--> http://bugs.winehq.org/attachment.cgi?id=48583
+gdiplus
reproduct it follow:
1. download and install Anxin:
http://www.essence.com.cn/essence/softInfoAction.do?method=addSoftLog&urlId…
2. cd .wine/drive_c/AX/2003 && wine client_rzrq.exe
3. click the "换界面" button to use the new style interface. And it will crash
when initialize the interface.
workaround:
I found AnXin bringing it's gdiplus.dll and setting using native gdiplus.dll
first can avoid this bug.
--
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=29504
Bug #: 29504
Summary: window borders not deactivatable
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cute.dark.sorcerer(a)gmail.com
Classification: Unclassified
Created attachment 38211
--> http://bugs.winehq.org/attachment.cgi?id=38211
screenshot of desktop
in the current wine version (1.3.36), it is not possible to disable window
borders via winecfg
--
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=36175
Bug ID: 36175
Summary: TitanFall does not play:
fixme:d3d11:D3D11CreateDevice stub
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 7WCbywQg3N2H(a)dyweni.com
I know this is a dupe of #34008
I just wanted a clear place to document the D3D11CreateDevice arguments...
fixme:d3d11:D3D11CreateDevice stub: adapter (nil), driver_type
D3D_DRIVER_TYPE_HARDWARE, swrast (nil), flags 0, feature_levels (nil), levels
0, sdk_version 7, device 0x142107e8, feature_level 0x1798e4c0, context
0x142107f0
--
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=27065
Summary: Prince of Persia Warrior Within does not start without
msvcp71
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
wine: Call from 0x7b839282 to unimplemented function
msvcp71.dll.??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z,
aborting
with msvcp71 the game starts.
--
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=27075
Summary: Battlefield Heroes: Punkbuster doesn't work as it
should
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.battlefieldheroes.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.skorka(a)stud.uni-karlsruhe.de
Everything works, except that within a few seconds after joining a game, I get
the message
---
PB IMPORTANT: RESTRICTION: Service
Communication Failure: PnkBstrB.exe
ffbf
---
after which I'm kicked by Punkbuster.
If you want to confirm this bug, installation is pretty straightforward:
Go to website, create account, make sure you are running a windows browser - I
used Internet Explorer 8 - then click Play Now. The plugin will install,
followed by a new window which will download and install Battlefield Heroes.
The main interface should start then, but you'll need msvcp90.dll
--
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.