https://bugs.winehq.org/show_bug.cgi?id=36354
Bug ID: 36354
Summary: valgrind shows a leak in ddraw/tests/dsurface.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==8690== 24 bytes in 1 blocks are definitely lost in loss record 250 of 943
==8690== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==8690== by 0x4A868D9: ddraw7_CreatePalette (ddraw.c:3385)
==8690== by 0x4A86D09: ddraw1_CreatePalette (ddraw.c:3458)
==8690== by 0x4DB8A62: PaletteTest (dsurface.c:2247)
==8690== by 0x4DC8FA4: func_dsurface (dsurface.c:3962)
==8690== by 0x4DDD6DC: run_test (test.h:584)
==8690== by 0x4DDDACB: main (test.h:654)
==8690==
--
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=28766
Bug #: 28766
Summary: DIB engine multiple invalid memory accesses
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
In gdi32/tests, running "make bitmap.ok dib.ok font.ok pen.ok"
makes Valgrind go bonkers. Huw asked for a bug to track these,
and said one big bug would suffice.
I'll attach the initial log, and will do more valgrind runs on request.
--
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=26042
Summary: advapi32/crypt tests show two 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: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:360)
by LocalAlloc (heap.c:960)
by CryptGenKey (crypt.c:1433)
by test_incorrect_api_usage (crypt.c:241)
by func_crypt (crypt.c:1130)
by run_test (test.h:556)
by main (test.h:624)
...
996 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ???
by ???
by ???
by CryptGenKey (crypt.c:1441)
by test_incorrect_api_usage (crypt.c:241)
by func_crypt (crypt.c:1130)
by run_test (test.h:556)
by main (test.h:624)
--
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=36655
Bug ID: 36655
Summary: valgrind shows an unitialized variable in
mountmgr.sys/device.c (d3d9/tests/d3d9ex.c)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==6715== Thread 4:
==6715== Syscall param writev(vector[...]) points to uninitialised byte(s)
==6715== at 0x431A82C: writev (writev.c:54)
==6715== by 0x7BC7FE0B: send_request (server.c:213)
==6715== by 0x7BC7FF9D: wine_server_call (server.c:294)
==6715== by 0x5B66A38: put_message_in_queue (message.c:3141)
==6715== by 0x5B66DE9: send_inter_thread_message (message.c:3209)
==6715== by 0x5B670CA: send_message (message.c:3277)
==6715== by 0x5B67511: SendMessageTimeoutW (message.c:3414)
==6715== by 0x5B692FD: bcast_childwindow (message.c:4265)
==6715== by 0x5B9B07A: EnumDesktopWindows (win.c:3336)
==6715== by 0x5B6967E: bcast_desktop (message.c:4315)
==6715== by 0x5BA9587: EnumDesktopsW (winstation.c:454)
==6715== by 0x5B697DB: bcast_winsta (message.c:4329)
==6715== by 0x5BA8CFB: EnumWindowStationsW (winstation.c:238)
==6715== by 0x5B69B06: BroadcastSystemMessageExW (message.c:4398)
==6715== by 0x5B698F9: BroadcastSystemMessageW (message.c:4350)
==6715== by 0x5710683: send_notify (device.c:186)
==6715== by 0x571214A: add_dos_device (device.c:812)
==6715== by 0x570F70C: udisks2_add_device (dbus.c:479)
==6715== by 0x570F90D: udisks2_add_devices (dbus.c:517)
==6715== by 0x570FEC6: dbus_thread (dbus.c:717)
==6715== Address 0x599e5ce is on thread 1's stack
==6715== Uninitialised value was created by a stack allocation
==6715== at 0x571062B: send_notify (device.c:178)
==6715==
--
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=36162
Bug ID: 36162
Summary: valgrind shows several leaks in
programs/cmd/tests/batch.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==19001== 24 bytes in 2 blocks are definitely lost in loss record 77 of 302
==19001== at 0x7BC4C735: notify_alloc (heap.c:255)
==19001== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==19001== by 0x4B2544E: heap_alloc (wcmdmain.c:444)
==19001== by 0x4B1E203: WCMD_pushoperator (builtins.c:3615)
==19001== by 0x4B1F18F: WCMD_handleExpression (builtins.c:3932)
==19001== by 0x4B1F84D: WCMD_setshow_env (builtins.c:4098)
==19001== by 0x4B282D6: WCMD_execute (wcmdmain.c:1553)
==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294)
==19001== by 0x4B130E0: WCMD_batch (batch.c:95)
==19001== by 0x4B27185: WCMD_run_program (wcmdmain.c:1187)
==19001== by 0x4B28467: WCMD_execute (wcmdmain.c:1618)
==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294)
==19001== by 0x4B2ADC4: wmain (wcmdmain.c:2590)
==19001== by 0x4B2B328: __wine_spec_exe_wentry (exe_wentry.c:36)
==19001== by 0x7B864247: ??? (process.c:1045)
==19001== by 0x7B864394: start_process (process.c:1097)
==19001== by 0x7BC87087: ??? (signal_i386.c:2571)
==19001== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==19001== by 0x7BC87065: ??? (signal_i386.c:2571)
==19001== by 0x7BC5A1C0: start_process (loader.c:2840)
==19001==
--
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=26070
Summary: user32/class tests show some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid read of size 2
at RtlImageNtHeader (loader.c:2508)
by RtlImageDirectoryEntryToData (loader.c:2684)
by find_entry (resource.c:189)
by LdrFindResource_U (resource.c:303)
by find_resourceW (resource.c:139)
by FindResourceExW (resource.c:183)
by FindResourceW (resource.c:192)
by LoadMenuW (menu.c:4359)
by WIN_CreateWindowEx (win.c:1372)
by CreateWindowExA (win.c:1550)
by check_instance_ (class.c:266)
by test_instances (class.c:441)
by func_class (class.c:995)
by run_test (test.h:556)
by main (test.h:624)
Address 0x12345678 is not stack'd, malloc'd or (recently) free'd
...
28 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DIALOG_get_info (defdlg.c:335)
by DIALOG_CreateIndirect (dialog.c:669)
by CreateDialogIndirectParamAorW (dialog.c:755)
by CreateDialogIndirectParamA (dialog.c:764)
by CreateDialogParamA (dialog.c:729)
by CreateDialogParamTest (class.c:878)
by func_class (class.c:990)
by run_test (test.h:556)
by main (test.h:624)
...
42,420 bytes in 21 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by get_tls_data (test.h:240)
by winetest_set_location (test.h:275)
by check_instance_ (class.c:263)
by thread_proc (class.c:292)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
--
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=36328
Bug ID: 36328
Summary: valgrind shows a leak in rsaenh/tests/rsaenh.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
==16347== 88,188 (416 direct, 87,772 indirect) bytes in 7 blocks are definitely
lost in loss record 2,195 of 2,200
==16347== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==16347== by 0x4ED03DAB: ??? (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED08C5A: ft_mem_qalloc (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED08CCE: ft_mem_alloc (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED0DF8E: FT_Add_Module (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED040FE: FT_Add_Default_Modules (in
/usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED04169: FT_Init_FreeType (in
/usr/lib/libfreetype.so.6.10.2)
==16347== by 0x6296169: ???
==16347== by 0x6298F85: ???
==16347== by 0x62B4A52: ???
==16347== by 0x7BC53B24: ??? (in
/home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so)
==16347== by 0x7BC5644E: MODULE_InitDLL (loader.c:1068)
==16347== by 0x7BC56AE7: process_attach (loader.c:1157)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC596E6: LdrLoadDll (loader.c:2129)
==16347== by 0x7B8581FE: load_library (module.c:933)
==16347== by 0x7B8582C9: LoadLibraryExW (module.c:990)
==16347== by 0x7B8584AC: LoadLibraryW (module.c:1032)
==16347==
--
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=36356
Bug ID: 36356
Summary: valgrind shows a possible leak in
dinput/tests/device.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==9098== 28 bytes in 1 blocks are possibly lost in loss record 230 of 825
==9098== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==9098== by 0x5981BB8: apartment_getclassobject (compobj.c:526)
==9098== by 0x5984FC6: get_inproc_class_object (compobj.c:2894)
==9098== by 0x5987D2F: CoGetClassObject (compobj.c:3032)
==9098== by 0x59884B7: CoCreateInstance (compobj.c:3197)
==9098== by 0x4A56A80: func_device (device.c:216)
==9098== by 0x4A5E18C: run_test (test.h:584)
==9098== by 0x4A5E57B: main (test.h:654)
==9098==
--
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=36290
Bug ID: 36290
Summary: valgrind shows a leak in mscms/tests/profile.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
==17956== 19,636 (192 direct, 19,444 indirect) bytes in 1 blocks are definitely
lost in loss record 225 of 225
==17956== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==17956== by 0x4ED03DAB: ??? (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED08C5A: ft_mem_qalloc (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED08CCE: ft_mem_alloc (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED09CCB: FT_New_Library (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED04142: FT_Init_FreeType (in
/usr/lib/libfreetype.so.6.10.2)
==17956== by 0x550C7F0: ???
==17956== by 0x550D39B: ???
==17956== by 0x551B635: ???
==17956== by 0x553A646: ???
==17956== by 0x7BC52FC0: ??? (loader.c:138)
==17956== by 0x7BC555FE: MODULE_InitDLL (loader.c:1068)
==17956== by 0x7BC5597C: process_attach (loader.c:1157)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC585E2: LdrLoadDll (loader.c:2129)
==17956== by 0x7B85A79A: load_library (module.c:933)
==17956== by 0x7B85A908: LoadLibraryExW (module.c:990)
==17956== by 0x7B85A869: LoadLibraryExA (module.c:970)
==17956==
--
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=29975
Bug #: 29975
Summary: Ankh: fails to start
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
Somewhere between wine-1.3.24 and wine-1.4rc2, Ankh1 regressed to the point of
being unable to start:
- on Ubuntu Intrepid with Intel graphics, no logo is displayed, the menu
flickers heavily but text (start game/exit etc.) is missing.
- on MacOS X 10.5.8 with NVidia graphics, it aborts with a runtime exception
requester.
When the screen flickering starts, one OUT_OF_MEMORY is displayed every few
seconds.
err:d3d:context_bind_texture >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY (0x505) from
glBindTexture @ context.c / 1938
Much earlier messages are:
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(3104) vs nFormats(46), returns FALSE
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(1296236546) vs nFormats(46), returns FALSE
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(13158564) vs nFormats(46), returns FALSE
[and many other iPixelFormats]
This does not happen (at least with Intel gfx) when using the default
Plugin=RenderSystem_Direct3D9
in bin/release/plugins.cfg. However
Plugin=RenderSystem_GL
is still needed because of the black screen bug #21351.
In bug #21351, comment #8, Henri Verbeet notes that the (demo's?) menu works
for him (NVidia?). Henri, did you you use Direct3D9?
I'd be grateful if somebody could reproduce this and perform regression testing
on a fast machine.
--
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=36316
Bug ID: 36316
Summary: valgrind shows a possible leak in
quartz/tests/avisplitter.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==32461== 32 bytes in 1 blocks are possibly lost in loss record 197 of 561
==32461== at 0x7BC4C735: notify_alloc (heap.c:255)
==32461== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==32461== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326)
==32461== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356)
==32461== by 0x7B876AD0: InitializeCriticalSection (sync.c:313)
==32461== by 0x605E935: ???
==32461== by 0x5FFBAC3: ???
==32461== by 0x5FCFC00: ???
==32461== by 0x5FF4AC0: ???
==32461== by 0x5017E26: CoCreateInstance (unknwn.h:226)
==32461== by 0x494548B: create_avisplitter (avisplitter.c:64)
==32461== by 0x494733E: func_avisplitter (avisplitter.c:457)
==32461== by 0x49557E4: run_test (test.h:584)
==32461== by 0x4955BD3: main (test.h:654)
==32461==
--
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=38324
Bug ID: 38324
Summary: Dead or Alive 5 Last Round and Ridge Racer Unbounded
models/geometry problems
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shadowflash(a)gmail.com
Distribution: Ubuntu
Both games start (DoA5LR requires wmp9 and native quartz) but have problems
with 3D models:
In Ridge Racer Unbounded you see spiky polygon mess instead of cars when you
enter the race.
In DoA5LR you see only some parts of character costume at character select and
in the game, rest of the model is invisible.
Both games run with Wine 1.7.10 without any graphical glitches. I had no time
yet to test every version between 1.7.10 and 1.7.24 to find exactly where that
regression happened but problem is still here in the latest version.
--
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=11521
Summary: SimRubik's 2 z-order problem
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://www.pcwelt.de/cgi-
bin/download/download.pl?fileid=4772
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stefan.Leichter(a)camLine.com
Created an attachment (id=10688)
--> (http://bugs.winehq.org/attachment.cgi?id=10688)
The program window after moving another window across it
The program windows draws fine on startup, but pressing any button will "hide"
all the buttons, also if the cube is turned with the mouse. When another window
is moved over the program window the buttons are redrawn but the cube
disapears.
(System is debian etch running kde with the nvidia x driver)
--
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=35037
Bug #: 35037
Summary: Naruto Shippuden Ultimate Ninja Storm 3 Full Burst
sound sizzles
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 46705
--> http://bugs.winehq.org/attachment.cgi?id=46705
wine log
Hello,
Naruto Shippuden Ultimate Ninja Storm 3 Full Burst sound menu and interface
sizzle.
Thank you for your help.
LGDN.
--
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=36346
Bug ID: 36346
Summary: valgrind shows a few leaks in d3d10core/tests/device.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==32708== 4,096 bytes in 1 blocks are definitely lost in loss record 842 of 897
==32708== at 0x6F756F1: ??? (in /usr/lib/libdrm_intel.so.1.0.0)
==32708== by 0x6F71378: drm_intel_bo_map (in /usr/lib/libdrm_intel.so.1.0.0)
==32708== by 0x6B830C9: ??? (in /usr/lib/dri/i965_dri.so)
==32708== by 0x6BB4710: ??? (in /usr/lib/dri/i965_dri.so)
==32708== by 0x6B439B4: ??? (in /usr/lib/dri/i965_dri.so)
==32708== by 0x6469B9B: ??? (in /usr/lib/libGL.so.1.2.0)
==32708== by 0x64392F4: ??? (in /usr/lib/libGL.so.1.2.0)
==32708== by 0x60A0DF2: create_glxcontext.isra.0 (opengl.c:1254)
==32708== by 0x60A1127: X11DRV_wglCreateContextAttribsARB (opengl.c:2071)
==32708== by 0x5432C29: wglCreateContextAttribsARB (wgl.c:268)
==32708== by 0x4FA3F13: wined3d_adapter_init.constprop.18 (directx.c:300)
==32708== by 0x4FAAD78: wined3d_init (directx.c:5272)
==32708== by 0x5030926: wined3d_create (wined3d_main.c:105)
==32708== by 0x4F25F50: dxgi_factory_create (factory.c:332)
==32708== by 0x4F24689: CreateDXGIFactory (dxgi_main.c:80)
==32708== by 0x4A9634F: D3D10CreateDevice (d3d10_main.c:63)
==32708== by 0x4A54D57: create_device (device.c:36)
==32708== by 0x4A54DBB: test_create_texture2d (device.c:53)
==32708== by 0x4A5559B: func_device (device.c:885)
==32708== by 0x4A5930C: run_test (test.h:584)
==32708==
==32708== 12,068 bytes in 1 blocks are possibly lost in loss record 868 of 897
==32708== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==32708== by 0x5030901: wined3d_create (wined3d_main.c:95)
==32708== by 0x4F25F50: dxgi_factory_create (factory.c:332)
==32708== by 0x4F24689: CreateDXGIFactory (dxgi_main.c:80)
==32708== by 0x4A9634F: D3D10CreateDevice (d3d10_main.c:63)
==32708== by 0x4A54D15: create_device (device.c:34)
==32708== by 0x4A58400: func_device (device.c:613)
==32708== by 0x4A5930C: run_test (test.h:584)
==32708== by 0x4A596FA: main (test.h:654)
==32708==
--
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=36320
Bug ID: 36320
Summary: valgrind shows several possible leaks in
opengl/tests/opengl.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12640== 56 bytes in 1 blocks are possibly lost in loss record 688 of 2,358
==12640== at 0x40087BA: calloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==12640== by 0x82CFAFB: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x811B5D5: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x8120100: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x8092E3F: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x806BB65: OSMesaCreateContextExt (in
/usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x51EB28E: dibdrv_wglCreateContext (opengl.c:201)
==12640== by 0x4F20039: wglCreateContext (wgl.c:383)
==12640== by 0x4D4578F: test_bitmap_rendering (opengl.c:626)
==12640== by 0x4D4743C: func_opengl (opengl.c:1664)
==12640== by 0x4D4BEB4: run_test (test.h:584)
==12640== by 0x4D4C2A2: main (test.h:654)
==12640==
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=19508
Summary: Cosmology of Kyoto crashes.
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: motleyjester13(a)yahoo.com
Created an attachment (id=22696)
--> (http://bugs.winehq.org/attachment.cgi?id=22696)
Backtrace of Wine attempting to launch the game executable.
Ok, this one is of no major importance I guess. I just got nostalgic and
wanted to play Cosmology of Kyoto again. Anyway, upon trying to launch the
program I get a nice crash log, and no joy.
This one is an app made with Macromedia tools. I figured I'd go ahead an
introduce a bug for this one since none exist (surprising). The backtrace is
attached below. Cheers.
--
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=21351
Summary: Ankh: black screen since amid intro animation (autogen
mipmap)
Product: Wine
Version: 0.9.47.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: chris.kcat(a)gmail.com
commit fc96587b3d4390f16f9c7d572e27ec950f715404 past 0.9.46
Author: Chris Robinson <chris.kcat(a)gmail.com>
Date: Wed Oct 3 04:19:15 2007 -0700
wined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported.
is the major regression in Ankh (the first from the trilogy) as it causes a
black screen amid the intro sequence, after the display of "Kapitel 1: Audienz
mit Hindernissen", before the father punishes Assil. The black screen remains
even after the player gets control. This imposes garbage rating in AppDB since
0.9.47.
The commit itself seems harmless:
if(GL_SUPPORT(SGIS_GENERATE_MIPMAP)) {
*pCaps->Caps2 |= WINED3DCAPS2_CANAUTOGENMIPMAP;
Likely either Ankh or Wine enter a different code path as a result of this flag
being set. Bug #11167 is related to autogen_mipmap but probably harmless (my
understanding so far is that autogenmipmap only makes textures look nicer),
because among the applications from Deck13 affected by that other bug (Luka,
Ankh2, Jack Keane), only Ankh1 goes black.
Removing that capability in wine-1.1.36 makes the screen display normally.
Using Ubuntu Intrepid with Intel i915 graphics. This app works in XP on
another hardware equipped with builtin Intel graphics. I don't know whether the
XP machine declares CANAUTOGENMIPMAP.
--
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=36191
Bug ID: 36191
Summary: valgrind shows some potential leaks in
crypt32/tests/cert.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 36190
==17318== 20 bytes in 1 blocks are possibly lost in loss record 51 of 334
==17318== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318== by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318== by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318== by 0x4EAC507: CertContext_SetProperty (cert.c:703)
==17318== by 0x4EAB7AF: CertContext_GetHashProp (cert.c:399)
==17318== by 0x4EAB9DB: CertContext_GetProperty (cert.c:445)
==17318== by 0x4EABFDA: CertGetCertificateContextProperty (cert.c:579)
==17318== by 0x4EADEF3: compare_cert_by_sha1_hash (cert.c:1368)
==17318== by 0x4EAE423: cert_compare_certs_in_store (cert.c:1530)
==17318== by 0x4EAEF02: CertFindCertificateInStore (cert.c:1794)
==17318== by 0x4EAAD3C: add_cert_to_store (cert.c:192)
==17318== by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318== by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318== by 0x4CC9495: testAddCert (cert.c:198)
==17318== by 0x4CD8F2F: func_cert (cert.c:3976)
==17318== by 0x4D33F67: run_test (test.h:584)
==17318== by 0x4D34356: main (test.h:654)
==17318==
==17318== 20 bytes in 1 blocks are possibly lost in loss record 52 of 334
==17318== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318== by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318== by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318== by 0x4EF788F: ContextPropertyList_Copy (proplist.c:215)
==17318== by 0x4EBE9AF: Context_CopyProperties (context.c:130)
==17318== by 0x4EAAB6C: Cert_clone (cert.c:139)
==17318== by 0x4F03664: MemStore_addContext (store.c:151)
==17318== by 0x4F03A35: MemStore_addCert (store.c:243)
==17318== by 0x4EAB119: add_cert_to_store (cert.c:263)
==17318== by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318== by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318== by 0x4CC9495: testAddCert (cert.c:198)
==17318== by 0x4CD8F2F: func_cert (cert.c:3976)
==17318== by 0x4D33F67: run_test (test.h:584)
==17318== by 0x4D34356: main (test.h:654)
==17318==
--
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=25309
Summary: function_grep.pl should be killed
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Nov 25 12:28:58 <julliard> austin987: function_grep.pl should be killed,
and wine-preloader is for internal use
:-)
--
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=35440
Bug ID: 35440
Summary: All icons in dialogs are same or none
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2l82day(a)gmail.com
Classification: Unclassified
Created attachment 47297
--> http://bugs.winehq.org/attachment.cgi?id=47297
My inventory
When I play this game, which works, all icons in my Inventory, bank, skills,
talent bank, and my gear has all icons the same one,even though I have never
seen this icon in the game.
The talent and skills icons are either gone, or has another of the same icon,
also not ever seen before.
I can play the game, and accept quests and kill monsters, but can't see what I
pick up as drops or what skills I am using.
The game got updated to 1.7.11 and the game doesn't even run. I used to run
this game perfectly with 1.6-rc2. When the game got updated to 1.7.11.
I updated it to 1.6 myself, still thru the Ubuntu PPA, so it would work, just
not perfectly.
--
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=25480
Summary: text missing in Qt Dominate
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan(a)bryanrussell.com
This was discussed in the thread for bug 18120 but the conclusion was that this
is a separate issue. Running the application Qt Dominate (from
dominategame.com), the text in the status window at the bottom left disappears
after a bit with no way to read it or get it back.
--
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=30736
Bug #: 30736
Summary: treeview: excessive CPU usage while right mouse button
is pressed
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
To reproduce:
- run regedit
- press and hold right mouse button over the left pane without moving the mouse
CPU usage jumps to about 20% on 4-threaded CPU and stays there until either the
mouse button is released or the mouse is moved.
--
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=25097
Summary: Battlefield Bad Company 2 installer progress bar slams
X
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing BFBC2 is hard on the system - because of X, it seems.
The X server is at 100% while the installer's progress bar
creeps ahead... and it makes Firefox quite sluggish.
--
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=37267
Bug ID: 37267
Summary: First run of 1.7.26 seems to hang forever
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Maybe limited to the ubuntu build of 1.7.26.
To reproduce
WINEPREFIX=~/TESTX winecfg
(just use any untaken wine prefix)
Dialog about wine configuration appears and nothing happens.
In fact the application is not dead. If you wait enough (2-3 minutes) then the
application starts.
Same thing happens on a used wine prefix created by previous versions of WINE.
Subsequent runs are fine.
Issue is critical, as users can get the impression that the software is simply
not working at all.
--
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.