https://bugs.winehq.org/show_bug.cgi?id=36242
Bug ID: 36242
Summary: valgrind shows several warnings/leaks in
d3dx9_36/tests/core.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26485== Use of uninitialised value of size 4
==26485== at 0x4E8A84FB: _itoa_word (in /usr/lib/libc-2.18.so)
==26485== by 0x4E8ABB3E: vfprintf (in /usr/lib/libc-2.18.so)
==26485== by 0x4E8D2452: vsnprintf (in /usr/lib/libc-2.18.so)
==26485== by 0x4016DF9: wine_dbg_sprintf (debug.c:238)
==26485== by 0x49A55BD: wine_dbgstr_point (debug.h:199)
==26485== by 0x49A5ED2: ID3DXFontImpl_GetGlyphData (font.c:150)
==26485== by 0x4C5AB29: test_ID3DXFont (core.c:506)
==26485== by 0x4C5E997: func_core (core.c:1254)
==26485== by 0x4CE82A0: run_test (test.h:584)
==26485== by 0x4CE868F: main (test.h:654)
==26485== Uninitialised value was created by a stack allocation
==26485== at 0x4C58FDF: test_ID3DXFont (core.c:307)
==26485==
also
==26485== 148 bytes in 1 blocks are possibly lost in loss record 589 of 925
==26485== at 0x40087BA: calloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==26485== by 0x7ABF6AF: ??? (in /usr/lib/libdrm_intel.so.1.0.0)
==26485== by 0x7ABA294: drm_intel_bo_alloc (in
/usr/lib/libdrm_intel.so.1.0.0)
==26485== by 0x75CB078: ??? (in /usr/lib/dri/i965_dri.so)
==26485== by 0x75CB21C: ??? (in /usr/lib/dri/i965_dri.so)
==26485== by 0x7349438: ??? (in /usr/lib/dri/i965_dri.so)
==26485== by 0x70FF5AD: shared_dispatch_stub_682 (in
/usr/lib/libglapi.so.0.0.0)
==26485== by 0x5D21517: buffer_direct_upload (buffer.c:677)
==26485== by 0x5D222D2: buffer_internal_preload (buffer.c:871)
==26485== by 0x5D228BC: wined3d_buffer_preload (buffer.c:934)
==26485== by 0x5D2391D: wined3d_buffer_unmap (buffer.c:1120)
==26485== by 0x5CB01D3: d3d9_device_DrawPrimitiveUP (device.c:2198)
==26485== by 0x49DA863: d3dx9_sprite_Flush (sprite.c:462)
==26485== by 0x4C58A3E: test_ID3DXSprite (core.c:261)
==26485== by 0x4C5E98C: func_core (core.c:1253)
==26485== by 0x4CE82A0: run_test (test.h:584)
==26485== by 0x4CE868F: main (test.h:654)
==26485==
and
==26591== 5,242,880 bytes in 1 blocks are definitely lost in loss record 925 of
925
==26591== at 0x7AA86F1: ??? (in /usr/lib/libdrm_intel.so.1.0.0)
==26591== by 0x7AA4378: drm_intel_bo_map (in /usr/lib/libdrm_intel.so.1.0.0)
==26591== by 0x75B5114: ??? (in /usr/lib/dri/i965_dri.so)
==26591== by 0x7331D3E: ??? (in /usr/lib/dri/i965_dri.so)
==26591== by 0x70E3FAD: shared_dispatch_stub_477 (in
/usr/lib/libglapi.so.0.0.0)
==26591== by 0x5DCA57F: wined3d_surface_map (surface.c:3086)
==26591== by 0x5CAAB15: d3d9_surface_LockRect (surface.c:269)
==26591== by 0x4FA909E: D3DXLoadSurfaceFromMemory (surface.c:1814)
==26591== by 0x4FA94DA: D3DXLoadSurfaceFromSurface (surface.c:1905)
==26591== by 0x4F96A12: D3DXRenderToSurface_EndScene (render.c:319)
==26591== by 0x4C1C620: check_ID3DXRenderToSurface (core.c:762)
==26591== by 0x4C1D90B: test_ID3DXRenderToSurface (core.c:1029)
==26591== by 0x4C1E9AD: func_core (core.c:1256)
==26591== by 0x4CA82A0: run_test (test.h:584)
==26591== by 0x4CA868F: main (test.h:654)
==26591==
and one possible leak:
==26831== 148 bytes in 1 blocks are possibly lost in loss record 591 of 919
==26831== at 0x40087BA: calloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==26831== by 0x7AAB6AF: ??? (in /usr/lib/libdrm_intel.so.1.0.0)
==26831== by 0x7AA6294: drm_intel_bo_alloc (in
/usr/lib/libdrm_intel.so.1.0.0)
==26831== by 0x75B7078: ??? (in /usr/lib/dri/i965_dri.so)
==26831== by 0x75B74E1: ??? (in /usr/lib/dri/i965_dri.so)
==26831== by 0x73332FA: ??? (in /usr/lib/dri/i965_dri.so)
==26831== by 0x70E3BFD: shared_dispatch_stub_462 (in
/usr/lib/libglapi.so.0.0.0)
==26831== by 0x5DC1265: surface_prepare_buffer (surface.c:563)
==26831== by 0x5DC1759: surface_prepare_map_memory (surface.c:608)
==26831== by 0x5DCA3A9: wined3d_surface_map (surface.c:3049)
==26831== by 0x5CAAB15: d3d9_surface_LockRect (surface.c:269)
==26831== by 0x4FA909E: D3DXLoadSurfaceFromMemory (surface.c:1814)
==26831== by 0x4FA94DA: D3DXLoadSurfaceFromSurface (surface.c:1905)
==26831== by 0x4F96A12: D3DXRenderToSurface_EndScene (render.c:319)
==26831== by 0x4C1C620: check_ID3DXRenderToSurface (core.c:762)
==26831== by 0x4C1D90B: test_ID3DXRenderToSurface (core.c:1029)
==26831== by 0x4C1E9AD: func_core (core.c:1256)
==26831== by 0x4CA82A0: run_test (test.h:584)
==26831== by 0x4CA868F: main (test.h:654)
==26831==
--
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=33675
Bug #: 33675
Summary: Opera Next 15.0 for Windows doesn't display web pages
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Followed link at
http://my.opera.com/desktopteam/blog/opera-next-15-0-released
to download
6ce01aa2626f48764d1d99c57a1de94642801bd1 Opera_Next_15.0.1147.18_Setup.exe
It starts, and lets you type in URLs, and even suggests autocompletions for
your url, but doesn't actually display any pages.
--
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=13951
Summary: SetParent doesn't behave properly
Product: Wine
Version: 1.0-rc5
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
Created an attachment (id=14100)
--> (http://bugs.winehq.org/attachment.cgi?id=14100)
Sample application with source
Attached sample application behaves properly under Windows but makes
a popup window unmoveable and not responsive after a SetParent call.
--
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=30871
Bug #: 30871
Summary: Binary Domain not running
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Classification: Unclassified
Created attachment 40452
--> http://bugs.winehq.org/attachment.cgi?id=40452
wine 1.5.5 console out
The game does not start, you need to run the configurator.
Configurator required dotnet2.
Console exception...
Unhandled Exception: System.ArgumentException: inputLanguage is not recognized
by the system.
System.Windows.Forms.InputLanguage.set_CurrentInputLanguage(InputLanguage
value)
More info attached.
--
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=19263
Summary: Wine: slow performance when the theme is changed to
vista inspirat
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghilbert12_lhen03(a)yahoo.com.ph
I import the vista inspirat themes and its component from windows partition
(C:\WINDOWS\Resources\Themes) and put it to
(/root/.wine/drive_c/WINDOWS/Resources/Themes) and when i set this theme in
winecfg. The overall performance was become slow. (including the installation
of windows programs to linux with wine)
--
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=35065
Bug #: 35065
Summary: [Wine 1.7.8][Ubuntu 12.04.3] Macromedia Fireworks 8
doesn't start - unimplemented function msvcp71.dll
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatron(a)onet.eu
Classification: Unclassified
Created attachment 46766
--> http://bugs.winehq.org/attachment.cgi?id=46766
Console output
The program works fine with Wine 1.6.
--
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=36085
Bug ID: 36085
Summary: metatrader4
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: mauriziouras66(a)tiscali.it
Created attachment 48271
--> http://bugs.winehq.org/attachment.cgi?id=48271
Is the bug report after the error.
The program metatrader4 encountered an error and have beeb shatter down. This
is probably due to a Wine fault.
--
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=36243
Bug ID: 36243
Summary: valgrind shows several leaks in d3dx9_36/tests/mesh.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48377
--> https://bugs.winehq.org/attachment.cgi?id=48377
valgrind log
==26327== 1 bytes in 1 blocks are possibly lost in loss record 7 of 1,934
==26327== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==26327== by 0x70F1D1D: ??? (in /usr/lib/dri/i965_dri.so)
==26327== by 0x7235FB4: ??? (in /usr/lib/dri/i965_dri.so)
==26327== by 0x72536E6: ??? (in /usr/lib/dri/i965_dri.so)
==26327== by 0x722CAE6: ??? (in /usr/lib/dri/i965_dri.so)
==26327== by 0x708E161: ??? (in /usr/lib/dri/i965_dri.so)
==26327== by 0x6E40A1D: shared_dispatch_stub_639 (in
/usr/lib/libglapi.so.0.0.0)
==26327== by 0x5B36B35: context_create (context.c:1730)
==26327== by 0x5BF4D73: swapchain_init (swapchain.c:914)
==26327== by 0x5BF5542: wined3d_swapchain_create (swapchain.c:1039)
==26327== by 0x5AC4E1C: swapchain_init (swapchain.c:333)
==26327== by 0x5AC4F13: d3d9_swapchain_create (swapchain.c:358)
==26327== by 0x5ABE2BB: device_parent_create_swapchain (device.c:3515)
==26327== by 0x5B44830: wined3d_device_init_3d (device.c:896)
==26327== by 0x5ABE73A: device_init (device.c:3632)
==26327== by 0x5AC0333: d3d9_CreateDevice (directx.c:465)
==26327== by 0x49BC31C: D3DXGenerateAdjacencyTest (mesh.c:4389)
==26327== by 0x49D3F0E: func_mesh (mesh.c:10308)
==26327== by 0x49FB2A0: run_test (test.h:584)
==26327== by 0x49FB68F: main (test.h:654)
==26327==
==27038== 28 bytes in 1 blocks are definitely lost in loss record 615 of 1,940
==27038== at 0x7BC4C735: notify_alloc (heap.c:255)
==27038== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==27038== by 0x510166A: IDirectXFileDataImpl_Create (d3dxof.c:506)
==27038== by 0x51031AD: IDirectXFileEnumObjectImpl_GetNextDataObject
(d3dxof.c:1032)
==27038== by 0x4FC3D9A: d3dx9_file_CreateEnumObject (xfile.c:591)
==27038== by 0x4F9C310: D3DXLoadMeshHierarchyFromXInMemory (mesh.c:3915)
==27038== by 0x4C6BF6A: D3DXLoadMeshTest (mesh.c:2307)
==27038== by 0x4C8CEE6: func_mesh (mesh.c:10300)
==27038== by 0x4CB42A0: run_test (test.h:584)
==27038== by 0x4CB468F: main (test.h:654)
==27038==
full log attached
--
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=35667
Bug ID: 35667
Summary: Unable to complete installation of Comodo Backup.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: giorgosk67(a)gmail.com
Created attachment 47628
--> http://bugs.winehq.org/attachment.cgi?id=47628
Backtrace.
Comodo Backup installation, can't be completed on Open SUSE 13.1 x64 KDE.
Wine v.1.7.2.
--
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=37028
Bug ID: 37028
Summary: QQ crashes because unimplemented function
msvcr100.dll._strnset_s
Product: Wine
Version: 1.7.23
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/QQ6.1/11905/QQ6.1.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
Environment:
Deepin 32bit
Linux phcole 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:12 UTC 2014 i686
i686 i686 GNU/Linux
wine-1.7.23
I download from:
http://dldir1.qq.com/qqfile/qq/QQ6.1/11905/QQ6.1.exe
after install, I start the program with:
/home/phcole/.wine/drive_c/Program Files/Tencent/QQ/Bin/QQ.exe
the program crashes a few minutes later after login, with following error
message:
wine: Call from 0x7b83bffa to unimplemented function msvcr100.dll._strnset_s,
aborting
--
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.