http://bugs.winehq.org/show_bug.cgi?id=26201
Summary: wineboot fails to install gecko automatically
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: major
Priority: P2
Component: crypt32
AssignedTo: julliard(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Easy to see, just do:
$ rm -rf ~/.wine ; wineboot
(make sure you have gecko installed in /usr/share/wine/gecko or another
appropriate location)
This used to automatically install gecko during wineboot. After
austin@midna:~/wine-git$ git bisect bad
3dc669ffb5a2005f5cb47a1ddac66227ae63f678 is the first bad commit
commit 3dc669ffb5a2005f5cb47a1ddac66227ae63f678
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Feb 19 12:50:09 2011 +0100
cabinet: Fix the remaining todo_wine tests in fdi.c.
:040000 040000 b86953a4dd8683a898c32198209a7a2388604ddb
fe13cba0ef9846b23bb874ee683f2f9b20fdb5b2 M dlls
it fails with:
wine: created the configuration directory '/home/austin/.wine'
err:appwizcpl:install_cab Could not extract package: 80070002
err:appwizcpl:install_cab Could not extract package: 80070002
--
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=26133
Summary: d3dx9_36: surface and texture tests shows an invalid
read under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
surface test:
Invalid read of size 4
at point_filter_simple_data (surface.c:737)
by D3DXLoadSurfaceFromMemory (surface.c:842)
by D3DXLoadSurfaceFromFileInMemory (surface.c:402)
by D3DXLoadSurfaceFromResourceA (surface.c:513)
by test_D3DXLoadSurface (surface.c:272)
by func_surface (surface.c:540)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f0228f0 is 0 bytes inside a block of size 16 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by BITMAP_CopyBitmap (bitmap.c:548)
by CreateBrushIndirect (brush.c:117)
by CreatePatternBrush (brush.c:221)
by SYSPARAMS_Init (sysparams.c:956)
by process_attach (user_main.c:276)
by DllMain (user_main.c:332)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
texture test:
Invalid read of size 4
at point_filter_simple_data (surface.c:737)
by D3DXLoadSurfaceFromMemory (surface.c:842)
by D3DXLoadSurfaceFromFileInMemory (surface.c:402)
by D3DXCreateTextureFromFileInMemoryEx (texture.c:605)
by D3DXCreateTextureFromResourceExA (texture.c:810)
by D3DXCreateTextureFromResourceA (texture.c:759)
by test_D3DXCreateTexture (texture.c:576)
by func_texture (texture.c:1106)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f0171b8 is 32 bytes inside a block of size 56 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by update_reg_entries (freetype.c:2027)
by WineEngInit (freetype.c:2877)
by DllMain (gdiobj.c:582)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
--
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=26091
Summary: Finale 2010 - lines that are supposed to be dashed are
solid
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
To reproduce:
1. Start Finale 2010 and create a new document or open an existing one.
2. Click on the menu option Tool --> Smart Shape --> Dashed Line.
3. Draw the dashed line on your score.
There are a variety of methods to reproduce this, this is only an example.
Both on windows & Mac, this produces a dashed line, but on-screen and when
printing. From Wine, it produces a solid line in both of these circumstances
(I've printed to both a real CUPs printer and the CUPS-PDF printer, producing
the same result each time).
While I haven't done a trace, I'm guessing it has to do with the brush. I hope
this isn't a dupe, I've searched some, but couldn't find anything similar. If
it is a dupe and Finale isn't mentioned, please be sure and add Finale to the
affected apps (probably should be added to appdb as well).
--
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=26114
Summary: gdi32/mapping tests shows a couple memory leaks in
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: gdi32
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 WineEngCreateFontInstance (freetype.c:3546)
by FONT_SelectObject (font.c:542)
by SelectObject (gdiobj.c:1114)
by DC_UpdateXforms (dc.c:331)
by SetMapMode (mapping.c:189)
by test_world_transform (mapping.c:190)
by func_mapping (mapping.c:724)
by run_test (test.h:556)
by main (test.h:624)
...
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by WineEngCreateFontInstance (freetype.c:3546)
by FONT_SelectObject (font.c:542)
by SelectObject (gdiobj.c:1114)
by DC_UpdateXforms (dc.c:331)
by SetWorldTransform (dc.c:1257)
by test_gettransform (mapping.c:671)
by func_mapping (mapping.c:728)
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.
http://bugs.winehq.org/show_bug.cgi?id=26123
Summary: mshtml/protocol shows several 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: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
30 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:601)
by test_about_protocol (protocol.c:798)
by func_protocol (protocol.c:908)
by run_test (test.h:556)
by main (test.h:624)
...
30 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:601)
by test_about_protocol (protocol.c:799)
by func_protocol (protocol.c:908)
by run_test (test.h:556)
by main (test.h:624)
...
38 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:611)
by test_about_protocol (protocol.c:798)
by func_protocol (protocol.c:908)
by run_test (test.h:556)
by main (test.h:624)
...
38 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (mshtml_private.h:873)
by AboutProtocol_Start (protocol.c:252)
by protocol_start (protocol.c:262)
by do_test_about_protocol (protocol.c:611)
by test_about_protocol (protocol.c:799)
by func_protocol (protocol.c:908)
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.
http://bugs.winehq.org/show_bug.cgi?id=26127
Summary: msvcrt/locale tests show a few uninitialized variables
under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:123)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:123)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:135)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:135)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:412)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:412)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:802)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:730)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
...
Conditional jump or move depends on uninitialised value(s)
at MSVCRT__create_locale (locale.c:805)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MSVCRT_malloc (heap.c:298)
by MSVCRT__create_locale (locale.c:731)
by MSVCRT_setlocale (locale.c:1129)
by test_setlocale (locale.c:417)
by func_locale (locale.c:624)
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.
http://bugs.winehq.org/show_bug.cgi?id=26126
Summary: msvcrt/printf test shows an invalid/read write under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid write of size 1
at vsnprintf (in /lib/libc-2.11.2.so)
by snprintf (in /lib/libc-2.11.2.so)
by _ecvt_s (math.c:1319)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f00e82f is 0 bytes after a block of size 7 alloc'd
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by _ecvt_s (math.c:1309)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
by run_test (test.h:556)
by main (test.h:624)
...
Invalid read of size 1
at memmove (mc_replace_strmem.c:765)
by _ecvt_s (math.c:1322)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f00e82f is 0 bytes after a block of size 7 alloc'd
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by _ecvt_s (math.c:1309)
by test_xcvt (printf.c:816)
by func_printf (printf.c:1024)
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.
http://bugs.winehq.org/show_bug.cgi?id=26125
Summary: msvcrt/cpp tests show a few memory 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: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
5 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by EXCEPTION_ctor (cpp.c:142)
by MSVCRT_exception_ctor (cpp.c:160)
by do_call_func2 (cpp.c:170)
by test_rtti (cpp.c:816)
by func_cpp (cpp.c:1078)
by run_test (test.h:556)
by main (test.h:624)
...
5 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by EXCEPTION_ctor (cpp.c:142)
by MSVCRT_bad_typeid_ctor (cpp.c:301)
by do_call_func2 (cpp.c:170)
by test_rtti (cpp.c:817)
by func_cpp (cpp.c:1078)
by run_test (test.h:556)
by main (test.h:624)
...
330 bytes in 6 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by MSVCRT_malloc (heap.c:298)
by __unDNameEx (undname.c:1474)
by __unDName (undname.c:1491)
by test_demangle_datatype (cpp.c:862)
by func_cpp (cpp.c:1079)
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=5702
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |75950b5bf83313ef33ba86acd40
| |0613b22e57beb
CC| |focht(a)gmx.net
Version|unspecified |0.9.17.
Regression SHA1| |718716b77a0461402084e24927a
| |e31b6d23a3b2f
--
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=5699
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, Installer
Fixed by SHA1| |a05672e55f64641603ad562df57
| |73f73f18f4f63
CC| |focht(a)gmx.net
Component|ole |oleaut32
Hardware|Other |x86
--
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=5709
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |13163349521e50e7039e188a22b
| |6a814dcfcfc37
CC| |focht(a)gmx.net
Component|kernel32 |ntdll
Hardware|Other |x86
Version|unspecified |0.9.17.
OS|other |Linux
--
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=5711
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |91f9746d2f8f564a50835149020
| |5b7c7a64b718e
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |0.9.17.
OS|other |Linux
--
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=5712
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bc55b75dc9a701cd2ff9d3775d6
| |ae89df116d354
CC| |focht(a)gmx.net
Component|directx-dinput |user32
Version|unspecified |0.9.17.
Assignee|vitaliy-bugzilla(a)kievinfo.c |wine-bugs(a)winehq.org
|om |
Regression SHA1| |e66e34ef7b5ad61bda09067e6ea
| |8f8990017b5de
--
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=5884
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |90d8741d23c9cc19f7f9d285efe
| |a2c7f8467af1a
CC| |focht(a)gmx.net
Component|ole |oleaut32
Hardware|Other |x86
Version|unspecified |0.9.18.
OS|other |Linux
--
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=5887
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |baded8789d0b34b049312c052fa
| |4a689e96444e8
CC| |focht(a)gmx.net
Hardware|Other |x86
OS|other |Linux
--
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=5879
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |2f356c785e9a98ae2b9addec83e
| |b7c34ed7d6de8
CC| |focht(a)gmx.net
Component|kernel32 |ntdll
Hardware|Other |x86
Version|unspecified |0.9.18.
Regression SHA1| |f5cc0f7d09a1e6a89c9a5754d42
| |884065d53aca0
--
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=5882
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bad844d0a90c6947f2365a1d1b2
| |59be56ebf5ca5
CC| |focht(a)gmx.net
Version|unspecified |0.9.18.
Regression SHA1| |3a0c15e939a5a02f91142f34829
| |a61ee74203dd6
--
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=5848
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |e64999426273366d3e4ff3d1829
| |0c4d5640c875f
CC| |focht(a)gmx.net
Component|testcases |rsaenh
Version|unspecified |0.9.18.
Severity|critical |normal
--
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=5705
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |d4a27358a57ff2f398c63de6c2d
| |c688ed8f06d7b
CC| |focht(a)gmx.net
--
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=5783
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bd07f3f39e69b0e03fb6873ec64
| |71c647add6e51
CC| |focht(a)gmx.net
Version|unspecified |0.9.18.
--
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=5797
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
Fixed by SHA1| |a7c2ab3e90c052b4b8945164a6f
| |77d7c899253b5
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |0.9.18.
Regression SHA1| |dc743d82fff84743e09a1c86d5e
| |803ca8a7c375d
--
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=5733
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |3d29c5ad77e5d7288b14fb08bea
| |d47756343c76b
CC| |focht(a)gmx.net
Component|-unknown |shell32
Severity|major |normal
--
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=5745
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bacf5c640fe0c6bc05323a6d3f2
| |5d32c4bfe2589
CC| |focht(a)gmx.net
Component|ole |oleaut32
Hardware|Other |x86
Version|unspecified |0.9.16.
OS|other |Linux
--
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=5763
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |0fbc1fc0df9ab5811c38cd9d5db
| |c0110dff9ea9e
CC| |focht(a)gmx.net
Version|unspecified |0.9.17.
--
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=5766
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |b618e03b268b67b1d2e76b4d746
| |48a0624398e40
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |0.9.17.
OS|other |Linux
--
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=5769
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |3a0c15e939a5a02f91142f34829
| |a61ee74203dd6
CC| |focht(a)gmx.net
Regression SHA1| |bb9631b1963914e236fbb57251e
| |8f6782521c782
--
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=36976
Bug ID: 36976
Summary: Unity3D: Autodesk's "Beast" lightmapping engine
freezes/crashes Unity Editor when baking lightmaps
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Pendrokar(a)gmail.com
Created attachment 49099
--> http://bugs.winehq.org/attachment.cgi?id=49099
Wine log for opening an almost empty project and baking maps
Unity Editor uses Autodesk's Beast(formely Illuminated Labs's Beast)
lightmapping engine to generate lightmaps for objects within the scene. But it
either crashes or freezes when baking maps.
Steps to reproduce:
1. Add a light and a cube to the empty scene
2. Open Window -> Lightmapping
3. Bake -> Mode (Single Lightmaps)
4. Bake Selected -> Bake Scene
--
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=33553
Bug #: 33553
Summary: dragon age 2 : keyboard disabled when losing focus
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
The same bug exist with dragon age 2 with keyboard when losing focus (alt + tab
or change desktop), the keyboard is disabled.
I think this not a duplicate of bug 21564 because this one concerns Dragon age
2 (even if it looks like a similar bug)
--
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=30595
Bug #: 30595
Summary: Google Chrome: can't reach update server
Product: Wine
Version: 1.5.3
Platform: x86
URL: https://www.google.com/chrome/thankyou.html?platform=w
in&hl=en
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 40032
--> http://bugs.winehq.org/attachment.cgi?id=40032
terminal output
Install chrome (use offline installer). Run with --no-sandbox, then go to
tools, 'About Google Chrome'. It will say that the update server is not
available.
Terminal output attached.
Native winhttp does not help.
Google's help on the subject:
http://support.google.com/chrome/bin/answer.py?hl=en&answer=111996
--
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=30597
Bug #: 30597
Summary: Google Chrome does not maximize
Product: Wine
Version: 1.1.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
There was a bug filed for this (bug 15673), but it was under compiz, so marked
invalid. I'm seeing the same with Chrome 11.0.696.68, plain gnome2.
Install chrome, run. Maximize it, minimize it, then restore. Chrome still shows
a maximized icon, but it's shrunk down to a smaller size. Clicking that icon
restores the proper icon, and clicking it again maximizes it, until minimized.
--
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=30596
Bug #: 30596
Summary: Google chrome: status bar shows over native windows
which have focus
Product: Wine
Version: 1.5.3
Platform: x86
URL: https://www.google.com/chrome/thankyou.html?platform=w
in&hl=en
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Install chrome, run it. Open a random url. Then switch to a native app. The
status bar in the bottom left overlaps the native app. Minimizing chrome works
around it.
Chrome version I have is 11.0.696.68, fwiw.
--
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=37318
Bug ID: 37318
Summary: installing LogiLink Wireless N 150Mbps USB Adapter
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
Assignee: wine-bugs(a)winehq.org
Reporter: colette.sauzede(a)laposte.net
Created attachment 49630
--> https://bugs.winehq.org/attachment.cgi?id=49630
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00403dc5)
bug when installing LogiLink Wireless N 150Mbps USB Adapter
--
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=37870
Bug ID: 37870
Summary: After launching Battle.net "The application
encountered an unexpected error"
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: malekpatryk(a)gmail.com
Distribution: ---
Created attachment 50437
--> https://bugs.winehq.org/attachment.cgi?id=50437
log from launching wine battle net launcher in console
I have had Diablo III and Battle Net launcher working perfectly on my laptop
with Nvidia 420M and latest (346) drivers just fine.
Now I have upgraded from my laptop to PC while taking on the hard drive
contents (with some drivers adjustments to use AMD GPU on PC) and it works just
fine.
Although after launching Battle Net launcher now I get "The application
encountered an unexpected error". It happens few seconds after showing the
screen of Battle Net launcher.
Other games work just fine (e.g. Amnesia). I am attaching the log from
launching wine in the console.
I have tried both on Ubuntu's Gallium drivers and fglrx from Ubuntu's
repository (13.350). Ubuntu 14.04
I have tried launching via:
* wine
* setarch i386 -3 wine
* setarch i386 -3 -LBR wine
--
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=31432
Bug #: 31432
Summary: Keyboard not working in Sonic R
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: franciscogm32(a)gmail.com
Classification: Unclassified
Created attachment 41318
--> http://bugs.winehq.org/attachment.cgi?id=41318
Terminal's output while running SonicR.exe
So, I've bought a Sonic R CD some days ago, and I wanted to run it in my iMac
with Ubuntu. After installing it in another PC and copying it thru LAN (as
InstallShield didn't work), the SEGA logo and the main menu appears, but I
can't do anything with my two keyboards (USB and Bluetooth). What should I do?
Also, it worked fine with OS X Lion, so it's not the game.
Details:
Sonic R 2004 Edition (PC)
Compatible with Windows 95/98/Me/XP
Runs with DirectX 8 fine
iMac 21'5'' Late 2009
Intel Core 2 Duo 3.06 GHz
Ubuntu 12.04 64 bits
--
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=26859
Summary: Segmentation Fault when attempting to run Cronos.exe
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: client902(a)mail.ru
Attempting to run Cronos.exe (Russian DBMS, http://www.cronos.ru) causes
Segmentation Fault.
I discovered that the mentioned error occurs during windows libraries loading
(according their dependencies).
More precisely description (See file dlls/ntdlls/loader.c; function
find_forwarded_export()):
Finding the final function pointer for a forwarded function
OleCreateFontIndirect() in oleaut32.dll leads to loading this library in memory
followed by its initialization through calling attach_process(). But this
happens during a recursive call of fixup_imports(), i.e. before switching to an
alternative stack (in the functions call_on_stack() and switch_to_stack()).
Thus, we have a case when the DllMain() function executed on improper stack,
causing its overflow.
PS
If it happens that the unswitched stack size is large enough for normal
operation of process_attach(), then the program looks like working correctly.
--
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=31112
Bug #: 31112
Summary: WORD 2010 crasches while selecting printer
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lviggiani(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1) Open word 2010
2) type something in the new document created
3) Select file -> print
4) In most cases here it crashes. If so, select "recover document and re open
word", create new document and type somethig, then repeat from point 3
5) Once you get to the printing form, click on the drop down menu to select a
printer
6) Here it crashes again. Repeat from point 4
7) the third/fourth time you try to print, you can finally select a printer and
print out.
If you then close word, next time you re-open it and try to print, you've to
start all over again and try three / four times before you can actually print.
I've noticed that every time word restarts after a crash, the zoom level of the
recovered or new document is set to 10%.
Also, the same story happen when you try to open a saved document: first time
it crashes, then you reopen / recovery word, and finally you can open the saved
document successfully.
Please notice that I had created a clean wine prefix and re-installed office
2010 professional plus after installing wine 1.5.7
--
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=37652
Bug ID: 37652
Summary: valgrind shows several invalid reads in
comctl32/tests/imagelist.c
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B80547: ImageList_Destroy (imagelist.c:888)
==17729== by 0x49BCFCF: func_imagelist (imagelist.c:1992)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B839DD: ImageList_ReplaceIcon (imagelist.c:2577)
==17729== by 0x49BD6CB: test_add_remove (imagelist.c:418)
==17729== by 0x49BD6CB: func_imagelist (???:0)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B82647: ImageList_GetImageCount (imagelist.c:1860)
==17729== by 0x49BD78E: test_imagecount (imagelist.c:429)
==17729== by 0x49BD78E: func_imagelist (???:0)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17729== Invalid read of size 4
==17729== at 0x4B7DE47: is_valid (imagelist.c:3756)
==17729== by 0x4B80B3A: ImageList_DrawIndirect (imagelist.c:1378)
==17729== by 0x49BDC3F: func_imagelist (imagelist.c:502)
==17729== by 0x49A5837: main (test.h:584)
==17729== Address 0xdeadbeef is on thread 1's stack
==17729==
==17249== Invalid read of size 4
==17249== at 0x4DA1E47: is_valid (imagelist.c:3756)
==17249== by 0x4DA6594: ImageList_GetIconSize (imagelist.c:1832)
==17249== by 0x4BBE85C: test_iconsize (imagelist.c:1967)
==17249== by 0x4BBE85C: func_imagelist (???:0)
==17249== by 0x4BA5837: main (test.h:584)
==17249== Address 0xdeadbeef is on thread 1's stack
==17249==
--
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=35458
Bug ID: 35458
Summary: iTunes 11.1.4 64-bit fails to start
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.apple.com/itunes/download/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Classification: Unclassified
I had to set the version to Windows Vista to get iTunes to install in a 64-bit
prefix.
When starting iTunes, I get a message box saying:
"Apple Application Support was not found.
Apple Application Support is required to run iTunes. Please uninstall iTunes,
then install iTunes again."
Shortly before the error is a failed registry read, so I suspect the installer:
0024:Call advapi32.RegOpenKeyExW(80000002,00407a70 L"Software\\Apple
Inc.\\Apple Application Support",00000000,00000001,0033f954) ret=00401042
0024:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=00401042
I can't test in a 32-bit prefix because the download page seems to only want to
give me the 64-bit 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=33260
Bug #: 33260
Summary: Dracula 3: The Path of the Dragon shows a black screen
after launch
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 43991
--> http://bugs.winehq.org/attachment.cgi?id=43991
logout
After launch and intro have a black screen and version of the game in the left
bottom corner.
--
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=36229
Bug ID: 36229
Summary: With some french keymap, when hitting the numeric
pad's key ". Del", both the "." and the "Del" events
are performed
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b.bellec(a)gmail.com
Description of problem:
If I use the numeric pad's key ". Del" in a notepad for instance, then both the
events "." and "Del" are performed.
This is the case when the numeric pad "Num Lock" is enabled. If not enabled,
then only the "Del" event is performed, as expected.
Other keys, for instance "0 Ins" or "1 End" works well. Onyl ". Del" as this
problem.
Version-Release number of selected component (if applicable):
wine 1.7.16-2.fc20.i686
Steps to Reproduce:
1. Open a notepad (tested with the embedded wine notepad and also notepad++)
2. Type 'abc'
3. Place now your cursor between the 'a' and 'b', like this => "a|bc"
4. Check the "Num Lock" is enabled
5. Hit the key ". Del"
Actual results:
a.c
Expected results:
a.bc
Additional info:
I'm using a french keyboard, azerty. The setting is enabled in Gnome 3. Only
some french keymap have the issue.
--
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=21510
Summary: Ogre3D based game doesn't get any (mouse/keyboard)
user input
Product: Wine
Version: 0.9.11.
Platform: x86
URL: http://193.219.43.130/~winetester/bin/win32/SpaceBandi
ts/space_bandits_game.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius2(a)gmail.com
Pseudo-game called "Space Bandits" start's up and then I can only Ctrl-C it via
the console terminal. The game outputs own debug data to stderr, so I've added
+tid channel to make difference. Then wine prints only 2 lines, so there are
they:
0009:err:reg:SCSI_getprocentry SCSI type line scan count error (fscanf
returns 1, expected 2)
0009:fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
This is regression (or revealed bug) from quite old times [1]:
commit e66e34ef7b5ad61bda09067e6ea8f8990017b5de
Author: Vitaliy Margolen <wine-patch(a)kievinfo.com>
Date: Sat Mar 18 11:26:37 2006 -0700
dinput: Create single thread for mouse and keyboard hook.
Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit
section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.
I know about bug 8854 where *both* keyboard and mouse input doesn't work. But
in it we have different offending patch.
This game has it's cpp-source in zip, but the main loop comes probably from
Ogre3D lib which version used to build the game was quite old.
[1] http://source.winehq.org/git/wine.git/?a=commit;h=e66e34ef7b5ad61b
--
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=31523
Bug #: 31523
Summary: WinZip 16.5 fails to install
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://www.winzip.com/win/en/downwz.htm
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 41458
--> http://bugs.winehq.org/attachment.cgi?id=41458
terminal output
A user in #winehq asked for it. The installer starts, then hangs on
initializing. The terminal output indicated mshtml and friends, so I tried
installing native ie7. After that, it quickly initializes then gets a fatal
error, so I'm not sure if it's related to ie or not.
The last fixme is from jscript, but winetricks wsh57 doesn't help, still hangs.
austin@debian:~$ sha1sum WinZip165.exe
3427282da505b8c158d0f8b7275f6bc30cd09826 WinZip165.exe
austin@debian:~$ du -h WinZip165.exe
348K WinZip165.exe
--
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=16411
Summary: Origin 8 - Some dialogs crash when activated
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.originlab.com/index.aspx?s=12&lm=+62
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 3538
Install Origin 8.
Launch.
File, Import, Multiple ASCII
CRASH!
wine: Unhandled page fault on read access to 0x69736f70 at address 0x7d91bf96
(thread 0009), starting debugger...
Backtrace:
=>1 0x7d91bf96 priv_from_xmlDocPtr+0x6(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3 (0x0066ea70)
2 0x7d91bfb8 xmldoc_release+0x1e(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:159] in msxml3 (0x0066eac0)
3 0x7d92a5ee Internal_Release+0x55(iface=0x181a8d54)
[/home/austin/wine-git/dlls/msxml3/node.c:1560] in msxml3 (0x0066eaf0)
4 0x7d92399b Internal_Release+0x50(iface=0x1816bffc)
[/home/austin/wine-git/dlls/msxml3/element.c:762] in msxml3 (0x0066eb20)
5 0x7d921fcc domelem_Release+0x2a(iface=0x1816bff8)
[/home/austin/wine-git/dlls/msxml3/element.c:88] in msxml3 (0x0066eb40)
0x7d91bf96 priv_from_xmlDocPtr+0x6
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3: movl
0x0(%eax),%eax
119 return doc->_private;
+msxml 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=34917
Bug #: 34917
Summary: Error launching Defiance
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wessnyder(a)comcast.net
Classification: Unclassified
New install, cannot get Defiance to launch. Error is Failed to parse
configuration file. Other error is the big message box with back trace. I will
attach this error message along with two debugs. I am not sure where the error
is at this moment. The game worked a long time ago before an update on Trion's
side.
--
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=18795
Summary: YAMB (Yet another mp4box ui) memory error in some
circumstances
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://yamb.unite-video.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saverio.pub(a)inbox.com
I was able to repeat this bug all the times I tried the operations descripted;
it doesn't happen on Windows environments.
I tested YAMB for extracting tracks from an MP4 file, containing an audio and a
video track.
Operations:
Editing => Click to extract streams => Select the file => Click on one of the
two streams => Tick "Extract all streams to raw format" => Click "Next".
The demuxing now went fine.
Click on "Back" => Choose another file and repeat the same operation => BUG!
Access violation occurs.
I don't see anything relevant in the terminal log.
Application download address: http://yamb.unite-video.com/download.html
O/S: Ubuntu Karmic Alpha 1
HW: Dell XPS 1530
--
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=10777
Summary: Le Grand Robert v2 demo crashes on "copy"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://lerobert.customers.artful.net/editions-
electroniques/catalogue/gr/grand_robert_demo.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The demo installs and starts nicely.
All the italics are illegible unless you install corefonts' times,
but that's not what this report is about.
Selecting "copy" (either by ^C, File / Copy, or the Copy button
in the toolbar on the right) crashes the app. The stack is
simplest if you press ^C, but all seem to be a null
pointer reference in the same function.
Native msvcrt doesn't help.
The log doesn't seem too illuminating, but warn+heap
has the spectacular effect of changing the stack
completely to lots of 5555's.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37785
Bug ID: 37785
Summary: dBASE Plus 9.x demo crashes on startup (custom DRM
scheme translates API entry points to dynamic thunks,
calling PIC code outside of original code section)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
reported by a user in #winehq
The app seems to be protected by a custom DRM scheme which causes some grief.
I couldn't find a known signature using protection scanners ... but that
doesn't matter in the end :)
Another protection that tries to be uberclever, rewriting/translating API entry
points.
Unlike other protection schemes which only target the prolog code, this one
processes *all* entry point opcodes.
It disassembles them and partially replaces opcodes with alternatives which
preserves the original semantics of the code sequence. The "new" sequence is
written out to a dynamic thunk on heap and referred via trampolines from its
own code.
Example API entry, original 'GetStartupInfoW':
--- snip ---
.text:7B83ADE7 push ebp
.text:7B83ADE8 mov ebp, esp
.text:7B83ADEA push edi
.text:7B83ADEB push esi
.text:7B83ADEC push ebx
.text:7B83ADED call __x86_get_pc_thunk_bx
.text:7B83ADF2 add ebx, 8420Eh
.text:7B83ADF8 mov eax, [ebp+8]
.text:7B83ADFB mov edx, eax
.text:7B83ADFD lea esi, (startup_infoW.cb - 7B8BF000h)[ebx]
.text:7B83AE03 mov eax, 11h
.text:7B83AE08 mov edi, edx
.text:7B83AE0A mov ecx, eax
.text:7B83AE0C rep movsd
.text:7B83AE0E pop ebx
.text:7B83AE0F pop esi
.text:7B83AE10 pop edi
.text:7B83AE11 pop ebp
.text:7B83AE12 retn 4
--- snip ---
The protection scheme translates the entry point to a dynamic thunk:
--- snip ---
003E3208 52 PUSH EDX
003E3209 892C24 MOV DWORD PTR SS:[ESP],EBP
003E320C 89E5 MOV EBP,ESP
003E320E 52 PUSH EDX
003E320F 893C24 MOV DWORD PTR SS:[ESP],EDI
003E3212 50 PUSH EAX
003E3213 893424 MOV DWORD PTR SS:[ESP],ESI
003E3216 EB 03 JMP SHORT 003E321B
...
003E321B 50 PUSH EAX
003E321C 891C24 MOV DWORD PTR SS:[ESP],EBX
003E321F 87E4 XCHG ESP,ESP
003E3221 E8 AAC6437B CALL 7B81F8D0 ; __x86_get_pc_thunk_bx
003E3226 81C3 0E420800 ADD EBX,8420E
003E322C 3E:8B45 08 MOV EAX,DWORD PTR DS:[EBP+8]
003E3230 8D10 LEA EDX,[EAX]
003E3232 8DB3 005B1A00 LEA ESI,[EBX+1A5B00]
003E3238 B8 11000000 MOV EAX,11
003E323D 3E:8D3A LEA EDI,DS:[EDX]
003E3240 3E:8D08 LEA ECX,DS:[EAX]
003E3243 F3:A5 REP MOVS DWORD PTR ES:[EDI],DWORD PTR DS:[ESI]
003E3245 5B POP EBX
003E3246 8B3424 MOV ESI,DWORD PTR SS:[ESP]
003E3249 8D6424 04 LEA ESP,[ESP+4]
003E324D 8B3C24 MOV EDI,DWORD PTR SS:[ESP]
003E3250 8D6424 04 LEA ESP,[ESP+4]
003E3254 8B2C24 MOV EBP,DWORD PTR SS:[ESP]
003E3257 8D6424 04 LEA ESP,[ESP+4]
003E325B C2 0400 RETN 4
...
__x86_get_pc_thunk_bx:
7B81F8D0 8B1C24 MOV EBX,DWORD PTR SS:[ESP]
7B81F8D3 C3 RETN
--- snip ---
This of course can't work with Wine's PIC code.
'__x86_get_pc_thunk_bx' must be called from within the original code section
otherwise the PC relative offset will be always wrong.
I started placing wrapper functions in between to preserve the PIC semantics
(which works) but gave up after seeing that almost every API call is affected.
I don't think it's worth to waste more time with this unless someone writes a
code generator to wrap every entry point containing PIC code in automated way.
$ sha1sum Plus951b2426Full20141124.exe
997a7411a0c7b8c1e0598142d1b3c3da9005147b Plus951b2426Full20141124.exe
$ du -sh Plus951b2426Full20141124.exe
182M Plus951b2426Full20141124.exe
$ wine --version
wine-1.7.33-84-gfecbc88
Regards
--
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=23976
Summary: The Scourge Project: freezes when changing screen
resolution
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://demos.gamersgate.com/17041
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30110)
--> (http://bugs.winehq.org/attachment.cgi?id=30110)
console log
The Scourge Project freezes when I change the screen resolution in the game.
The issue happens both in virtual desktop mode and in fullscreen, w/o audio
enabled. A similar (if not the same) freezing occurs when you exit the game.
The game uses the Unreal Engine v3.0.
How to reproduce the issue in the demo:
1. Install the demo; the following components are required to start the game:
vcrun2005, vcrun2008, physx, xact, DX 9/10 libraries. ALSA needs to be set to
'Emulation' to play sounds.
2. Start the demo by ../Binaries/Win32/ScourgeGame.exe. In the main menu click
on 'Play offline' > Options > change the resolution to a different one, click
on 'Apply' then 'Apply resolution' >> the game will freeze.
The following line in the log seems to be suspicious:
'fixme:d3d:IWineD3DEventQueryImpl_GetData (0x1791e8) Wrong thread, reporting
GPU idle.'
It has been reported in bug #19748.
Fedora 13
Wine-1.3.0
Nvidia 7600 GT / driver 195.36.31
Link to the demo added to URL (download size is 1.5 GB)
--
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=26400
Summary: Wings over Europe freezes during campaign generation
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33620)
--> (http://bugs.winehq.org/attachment.cgi?id=33620)
plain terminal output
The game (Wings over Europe: Cold War gone Hot) hangs while generating a
campaign mission. Instant action and single missions have no such problem.
After selecting Campaign from the main menu you can create a campaign. Pressing
on the <Accept> button will pop up a window: 'Please enter campaign savename:'.
However the game seems to be frozen at that point, neither mouse nor keyboard
respond any more.
The same problem occurs with Wine-0.9.33, 1.0.1, 1.2.2 and so on.
Tested in a clean Wine prefix, only native d3dx9_36.dll was placed into the
game directory.
No demo available.
Fedora 14
Nvidia GeForce 250 / driver 260.19.36
--
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=34554
Bug #: 34554
Summary: i can't install microsoft office 2003 in whine 1.6
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ismailkimiawan22(a)gmail.com
Classification: Unclassified
Created attachment 46003
--> http://bugs.winehq.org/attachment.cgi?id=46003
bug
when i want to install microsoft office 2013 i can't do it
--
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=19229
Summary: Chrome: Most of the buttons have the wrong sizes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
While doing some translation work for Wine I tested Chrome (2.0 stable). Most
of the buttons have the wrong size (width). This is most obvious when checking
out the Options page. The text on some of the buttons is partly visible but on
Windows the buttons are larger and contain the full text.
--
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=17266
Summary: Intro video plays extremely slow in Safecracker
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thezood(a)gmail.com
Created an attachment (id=19256)
--> (http://bugs.winehq.org/attachment.cgi?id=19256)
Terminal output
Trying to run the game Safecracker but the intro video plays extremely slow and
then just blinks between black screen and a video frame every other second.
Same issue appears in Wine version 1.0.1.
--
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=28614
Bug #: 28614
Summary: Love Story: Letters from the Past reports corrupted
profile on first run
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: Unclassified
The game reports "Your profile data has become corrupted and unusable. A new
game must be started." the first time it's run. Clicking OK allows the player
to proceed to the name entry dialog, and subsequent runs work as expected.
--
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=30068
Bug #: 30068
Summary: Terrapin Logo (programming language): Sliders on
windows Frozen or Erratic.
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin_eby(a)hotmail.com
Classification: Unclassified
The sliders on the sides of the windows and at the bottom of the app don't
move, or act erratic. Also the slider from the largest window hides the
sliders from the two smaller windows. Also, the cursor in the "Listener"
window does not move properly...ends up leading ahead of the typed text. Also,
the fonts look god awful...but at least it runs and I can use it, for which I
am thankful :-)
Oh, I almost forgot, the sound doesn't work either. You can test the sound by
typing
play [c d e]
into the Listener window. Terrapin Logo can be reached through there website
at www.terrapinlogo.com
Thanks again,
Benjamin
--
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=34272
Bug #: 34272
Summary: Cannot run EA Origin (Trouble with MSVCP100.dll and
MSVCR100.dll?)
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yajodj(a)msn.com
Classification: Unclassified
Created attachment 45629
--> http://bugs.winehq.org/attachment.cgi?id=45629
Error log of installing and executing Origin.
Here I am on Fedora 19 with fully updated wine-1.6-1.fc19.x86_64.
This seems to be the important part of the error log:
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:import_dll Loading
library MSVCP100.dll (which is needed by L"C:\\Program Files
(x86)\\Origin\\Origin.exe") failed (error c000007b).
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:import_dll Loading
library MSVCR100.dll (which is needed by L"C:\\Program Files
(x86)\\Origin\\Origin.exe") failed (error c000007b).
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:LdrInitializeThunk
Main exe initialization for L"C:\\Program Files (x86)\\Origin\\Origin.exe"
failed, status c0000135
However, see the attachment for full logs.
Any help?
Thanks.
--
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=34765
Bug #: 34765
Summary: SlingPlayer 2.0: crashes when starting remote viewing
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k3park(a)gmail.com
Classification: Unclassified
Wine crashes when I start remote view in Slingplayer 2.0
9294948a0e7ed269c3a9bad0e6d89a0f652b7387 SlingPlayer_2.0.4522_Setup-Global.exe
--
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=23088
Summary: Simcoaster: crashes with internal error
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: travismcgeehan(a)gmail.com
Created an attachment (id=28674)
--> (http://bugs.winehq.org/attachment.cgi?id=28674)
debug log from crash
Simcoaster and at least one other very old game I have are crashing during or
shortly after startup with the message: Internal errors: invalid parameters
received. Log is 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=36819
Bug ID: 36819
Summary: Needs to reinstall vcrun2010 before to launch the
application at each time
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Hi,
Sorry for two things :
- I don't know if the problem msvcrt is the real component for this bug.
- The title, i don't know which summary is very explicit for this bug.
The application is "Valiant Hearts: The Great War". Unfortunatly, there is no
demo for this game. After to install it on Uplay and launch it, the game
install Directx9 and vcrun2010 and the game crash.
Actually, the only solution that i found is this way :
- Launch wine uninstaller and uninstall Visual C++ 2010
- Reinstall vcrun2010 with/without winetricks before to launch Uplay
After to reinstall vcrun2010, launch Uplay and the game, i can play it, it
works. But, if i close UPlay and relaunch it + the game, i have the crash and i
must to do the solution ...
With winetricks vcrun2010 does not resolv the bug. The game works the first
time but still crash after to close/relaunch Uplay.
--
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=5632
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Austin English <austinenglish(a)gmail.com> ---
Closing.
--
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=36622
Bug ID: 36622
Summary: activation.dll loading failed in origin
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paulthetall(a)gmail.com
I used the two patches (Qt5Network + the EA Origin needs job objects one) so
download speed is fine and no proxy hang stuff. However I still can't launch
any game. I get a Activation dll loading failed message on every attempt to
play a game. I am so close....please help.
OSX 10.8.5 (Macbook) + OSX 10.9.3 (iMac with Nvidia 640M + Macbook Nvidia
9400M + iMac AMD Radeon 6770M)
Test debug says this:
fixme:msg:ChangeWindowMessageFilterEx 0x30074 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x30074 112 1 0x0
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msg:ChangeWindowMessageFilterEx 0x10096 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x10096 112 1 0x0
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:msg:ChangeWindowMessageFilterEx 0x100a6 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100a6 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100b0 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100b0 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ba 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ba 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100c4 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100c4 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ce 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ce 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100d8 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100d8 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x2009c 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x2009c 112 1 0x0
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0xf8fd99c 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0xf8fd73c 1 C) semi-stub
fixme:netprofm:list_manager_GetConnectivity 0x1e6888, 0x32d658
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:msg:ChangeWindowMessageFilterEx 0x100f2 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f2 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f8 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f8 112 1 0x0
err:ole:CoCreateInstance apartment not initialised
fixme:shell:IShellLinkW_fnGetPath (0x21d8c0): WIN32_FIND_DATA is not yet
filled.
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:system:SetProcessDPIAware stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
fixme:netprofm:list_manager_GetConnectivity 0x1e6888, 0x32d658
err:ole:CoCreateInstance apartment not initialised
fixme:shell:IShellLinkW_fnGetPath (0x3acf1a0): WIN32_FIND_DATA is not yet
filled.
When more info is needed let me know. Many thanks!
--
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=24418
Summary: wine-1.3.2-225-g5815b63 has no ip access
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
Created an attachment (id=30783)
--> (http://bugs.winehq.org/attachment.cgi?id=30783)
Error msg of WisoSparbuch
For some reasons, I had to install wine by using the git version from September
15, 2010:
git clone git://source.winehq.org/git/wine.git <target>
Installation (version 1.3.2-225-g5815b63) has performed, but it seems
that this wine has no access to the internet.
An installed WisoSparbuch (german tax program) fails if I try an update via
internet (Error message: see attachment).Or using a ping inside cmd.exe (from
WinXP) lets the ping hang.
My platform: Fedora 14, all updates applied
--
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=31740
Bug #: 31740
Summary: Multi-threaded Windows App Crashes Upon Threads Being
Launched
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bam__margera67(a)hotmail.com
Classification: Unclassified
Created attachment 41734
--> http://bugs.winehq.org/attachment.cgi?id=41734
Backtrace with 1.4
The application crashes after it attempts to launch 5 additional threads.
--
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=36738
Bug ID: 36738
Summary: VectorMagic crashes when launched
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wollac11(a)gmail.com
Created attachment 48788
--> http://bugs.winehq.org/attachment.cgi?id=48788
Backtrace error log produced by Wine as given by the crash alert.
VectorMagic (v1.15) installs but the shortcut in the dash does nothing.
Locating the shortcut or executable manually and running it results in the
program crashing straight away. This did not happen with old versions of Wine
according to previous appdb reports where it was given a gold rating.
Tested running on Ubuntu 14.04 64-bit with Wine installed from repositories
(1.7.18).
--
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=18656
Summary: Scrolling Map In Civilization:Call To Power crashes
game
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eridenour(a)gmail.com
A lot of map scrolling is done in Civilization:Call To Power. The map starts
scrolling when the mouse nears the edge of the game window.
The problem is that once the game starts scrolling it immediately locks up and
just continues to scroll around the map until you close the game. It does not
respond to any more input past the time it goes into a scrolling freeze.
As for wine settings, I have tried every combination of Window settings:
(un)emulated windows, (dis)allowing directx to stop the mouse from leaving the
window, and so on. In the past I have tried many different dlls from a windows
installation without any luck but i would not be able to tell you which ones as
it was several months ago and i forget.
--
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=29076
Bug #: 29076
Summary: Critical section deadlock occurs when windows
application receives SIGINT during reading from stdin
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Chaos.A.D88(a)gmail.com
Classification: Unclassified
Critical section deadlock occurs when windows application receives SIGINT
during reading from stdin.
It is very strange, but the more complex my tests are - the easier to reproduce
the hangup.
Example 1 hangs in ~10% of cases when I press Ctrl+C in terminal:
#include <iostream>
int main() { char c; std::cin >> c; }
Example 2 hangs more often, but also only when i press Ctrl+C:
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); }
Example 3 hangs almost always when pressing Ctrl+C, and in ~50% of cases when I
simply pass SIGINT to the application
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); std::cout << s <<
std::endl; }
All examples compiled by Visual Studio 2010.
Running just with `wine test.exe`
--
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=32999
Bug #: 32999
Summary: Star Trek Online hotkey problem
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ziktofel(a)gmail.com
Classification: Unclassified
Occurence:
In Star Trek Online there is a problem with hotkeys in wine versions 1.5.6
onwards (the last non-affected version is 1.5.5, it doesn't happen in 1.4
series too). It affects the last version (1.5.24 now)
Problem description:
While I press hotkey "1", everything is ok, "2"-"5" aren't working (hotkey
system doesn't recognize them at all), "6"-"8" are remapped as "F13"-"F15"
(when I press key "6" on my keyboard, it is displaying as "F13" in hotkey
system), "9" is remapped as "pov1_Up", "0" as "pov1_Down" (same effects as
"6"-"8"). All to this, whenewer I press key "5" it activates an ability #3
regardless are both #3 and #5 abilities hotkeys are set to. It affects both
ground and space regions
--
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=30971
Bug #: 30971
Summary: Powerpoint 2010 - Slideshow won't show slides
containing equations
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)mschiegg.de
Classification: Unclassified
When creating a new MS Powerpoint 2010 document and inserting an equation
(Insert->Equation) and then running presentation mode, the slideshow won't show
this slide.
Instead, the console outputs:
[quote]
fixme:hlink:IHlinkBC_Register (0x1a43a8)->(0 0x6348b20 0x152d78 0x6348b34)
fixme:ole:ItemMonikerImpl_Construct lpszDelim is NULL. Using empty string which
is possibly wrong.
fixme:hlink:IHlink_fnNavigate Semi-Stub:(0x18b730)->(0 (nil) 0x6315fb0
0x1a43a8)
fixme:hlink:IHlinkBC_OnNavigateHlink (0x1a43a8)->(0 0x1ec5e8 L"257,2,Slide 2"
L"Slide 2" (nil))
fixme:hlink:IHlinkBC_Revoke (0x1a43a8)->(5)
[/quote]
--
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=31936
Bug #: 31936
Summary: FIFA Online 2 (Launcher): Unclickable Play Button
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 42065
--> http://bugs.winehq.org/attachment.cgi?id=42065
Wine Console
Hello!
When I try to run Fifa Online 2 - I run Launcher
http://gmclan.org/uploader/6184/Przechwycenie_obrazu_ekranu___10.png
I Accept licence (where is it? :P) And try to press Play.
I didn't Play Fifa Online 2, so maybe I should click somewhere else.
Fervi
--
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=37917
Bug ID: 37917
Summary: Logitech Gaming Software???
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: natanelcom(a)icloud.com
Created attachment 50503
--> https://bugs.winehq.org/attachment.cgi?id=50503
The file describing the error.
I tried to install logitech gaming software and use wine to run it. I had
everything configured right. It did install, but when the install was done, it
said "LCore.exe has encountered a serious problem and must close" LCore is
logitech gaming software I think. This has happened every time I tried, and I
looked it up, someone had the same problem mentioned in the backtrace thing,but
they were on windows. I tried the solution, but the software for it wouldn't
run, even with wine. I am not sure how I can fix 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.
http://bugs.winehq.org/show_bug.cgi?id=27870
Summary: Blip & Blop hangs when accessing main menu
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: funtimeschaos(a)rocketmail.com
When trying to run Blip & Blop, the game loads, terminal output complains of
color depth issues, and the intro is shown. If uninterrupted, the intro will
finish and high scores will display, but after that the game hangs. An attempt
to skip the intro will freeze the game at whatever frame the intro was at at
the moment. The music will keep playing after the game hangs.
Bug remains persistent across multiple systems, both on intel and nvidia
graphic cards, and WINE 1.3.24 (marked version also tested, obviously).
Setting color depth to 16 causes the game to not complain about depth but does
not remove the bug.
Pastebin of terminal output:
http://pastebin.com/7sFEmkRE
Sometimes there's also a steady stream of the following line:
"fixme:d3d_surface:surface_cpu_blt Filter WINED3DTEXF_LINEAR not supported in
software blit."
--
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=29111
Bug #: 29111
Summary: Problem Pegasus.exe close msn .. Help me!
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hugo-eletronica2(a)hotmail.com
Classification: Unclassified
I'm having trouble every time I close the msn Pegasus.exe (business management
software, with online chat between computers on the network) everything works
fine, just give close the msn problem, and its use is essential because there
180 staff to communicate with each other .. Of course I appreciate the help!
--
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=37803
Bug ID: 37803
Summary: Deus Ex: Human Revolution - Mouse works only in 180
degree angle
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fzielcke(a)z-51.de
Distribution: ---
In Deus Ex: HR I have the problem that I can't look around at a full 360 degree
angle. It's like if I would run it in a window and the mouse goes out of it if
I move it too much in one direction.
This doestn't happen in e.g. Team Fortress 2.
This is a self compiled wine from current git HEAD (fecbc88d) on Debian
unstable amd64
It doestn't help to set window mode and enable the "capture mouse in full
screen windows" in winecfg
I flied over bug #6971 but because that is closed and the comments are much I'm
not sure this is a duplicate or some new unfixed problem.
--
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=32429
Bug #: 32429
Summary: Bad Piggies: hangs on splash screen
Product: Wine
Version: 1.5.19
Platform: x86-64
URL: http://shop.angrybirds.com/us/games/pc-games/bad-piggi
es-pc-version.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
A user asked about it in #winehq. While looking at it, I noticed it never
actually got past the splash screen (using the demo). Trying it in 1.2, it
does. Regression test shows:
austin@aw25 ~/wine-rt $ git bisect good
dd1a47093e7577a705d64355ac01136edd90f255 is the first bad commit
commit dd1a47093e7577a705d64355ac01136edd90f255
Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk>
Date: Thu Sep 2 13:10:44 2010 +0200
shell32: Add stubbed SHGetKnownFolderPath.
:040000 040000 e3900b30739f44fa2a26fa259f939bf03f3656bd
8d1b340cc28cefdd680cd7b10f837cb368702b53 M dlls
:040000 040000 0327d47095a5324869292ff5f64a1e408e657674
da06093d3a4294da9606a848440f275ff8009872 M include
The stub has since been implemented, but it still fails in the same way
(infinite loop on the splash screen with the pig and rocket). I've attached a
+shell,+tid trace.
CC'ing Hans, since he implemented the function, perhaps he's got an idea..
--
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=37717
Bug ID: 37717
Summary: WinRAR in 64-bit WINE crashes when user tries to
register
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ngupta(a)umiacs.umd.edu
Distribution: ---
Created attachment 50212
--> https://bugs.winehq.org/attachment.cgi?id=50212
Backtrace of error
WinRAR installed from http://www.rarlab.com/rar/winrar-x64-520.exe. Running
1.7.33 64-bit WINE on Ubuntu 64 bit. Application seems to work fine, but when I
click on the button to register/buy WinRAR, it crashes with stack overflow in
the backtrace. This issue does not exist in Windows 7/8.
--
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=37730
Bug ID: 37730
Summary: ASUS USB-N10 Nano Utility version 1.0.0.2 - Crashes
when opening this application
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: richyeva123(a)gmail.com
Distribution: ---
Created attachment 50232
--> https://bugs.winehq.org/attachment.cgi?id=50232
Bug report generated when the program was run.
After installing when I tried to open this software, It shows 'The Program has
encountered a serious problem and needs to close'.
I am using Ubuntu 14.10(32 bit).
Download link to that software:
http://dlcdnet.asus.com/pub/ASUS/wireless/USB-N10NANO/DR_USB_N10NANO_101560…
--
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=32690
Bug #: 32690
Summary: capella7.1 crashes when saving or opening file .capx
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buc_m2(a)ymail.com
Classification: Unclassified
Created attachment 43133
--> http://bugs.winehq.org/attachment.cgi?id=43133
capella7.1 crash
capella7.1 crash when save or open .capx - file
--
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=30952
Bug #: 30952
Summary: winemsibuilder page fault on importing tables
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.bierfert(a)lowlatency.de
Classification: Unclassified
Created attachment 40610
--> http://bugs.winehq.org/attachment.cgi?id=40610
backtrace of "winedbg winemsibuilder -i wine-mono-0.0.4.msi msi-tables/*.idt"
On building wine-mono (0.0.4) winemsibuilder (1.5.6 32bit) page faults on
importing the tables on the following call in build-winemono.sh
"$WINE" winemsibuilder -i "${MSIFILENAME}" msi-tables/*.idt
with the attached backtrace.
wine-mono: http://wiki.winehq.org/Mono
msi-table files: http://fedora.lowlatency.de/review/wine-mono-pagefault.tar.bz2
--
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=23287
Summary: Silent Hunter 4 1.5: rendering of crew members is
broken
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raskarcapac(a)yahoo.fr
Created an attachment (id=29023)
--> (http://bugs.winehq.org/attachment.cgi?id=29023)
Error log (truncated.)
In campaign, career, mission, patrol and school the body parts of the
characters are floating in the air and in some cases have weird textures and
colors.
It seems this is caused by shader errors:
...
1074840 err:d3d_shader:set_glsl_shader_program >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from Find glsl program uniform locations @
glsl_shader.c / 4537
1074841 err:d3d_shader:set_glsl_shader_program >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB(programId) @
glsl_shader.c / 4551
1074842 err:d3d_shader:hardcode_local_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from Hardcoding local constants @ glsl_shader.c /
4055
1074843 err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB @ glsl_shader.c / 4724
...
(Last error repeats in the rest of the log.)
--
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=24284
Summary: The Google Earth Plugin (5.1.7938.4346) crashes when
interacting with javascript API
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Created an attachment (id=30590)
--> (http://bugs.winehq.org/attachment.cgi?id=30590)
debug log from running plugin in firefox +heap+relay
I ran it in the windows version of Firefox 3.0.4.
The Google Earth plugin has a javascriptAPI that loads the plugin and allows to
manipulate certain features or display models. Simply loading the plugin works
[see registry key in Bug 24083] with this example site:
http://earth-api-samples.googlecode.com/svn/trunk/demos/helloearth/index.ht…
When using a more complex example site, it crashes.
http://sketchup.google.com/3dwarehouse/details?mid=3c00e40f9bc77cc358eed258…
(click on map, then earth, loads 3d collada model)
command for debug log:
WINEDEBUG=+heap+relay wine "C:\Programme\Mozilla Firefox/firefox.exe" &>
~/Desktop/winedebug_ff_geplugin_heap+relay.txt
--
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=24296
Summary: Myst 1.3 crashes with "Exception frame is not in stack
limits"
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.white(a)austin.rr.com
Created an attachment (id=30613)
--> (http://bugs.winehq.org/attachment.cgi?id=30613)
Log output from WINEDEBUG=+seh,+resources wine myst.exe
Myst 1.3 installs and runs fine until you go to the library and click on the
painting that swirls, which causes the bookcase to turn into stairs. When you
do this, Myst crashes with the following line:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
I've collected and attached a log based what I've seen requested in similar
failures with the following:
WINEDEBUG=+seh,+resources wine myst.exe
--
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=37923
Bug ID: 37923
Summary: Another logitech gaming software bug(with the newest
version)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: natanelcom(a)icloud.com
Created attachment 50513
--> https://bugs.winehq.org/attachment.cgi?id=50513
The bug description
So I had a bug with logitech gaming software before this one. I got that fixed.
Now I have a new bug. This is for the newest version,8.57. something. And yes,
I did try some previous versions, but all but one had the a bug where I
couldn't launch it. The one that did launch, version 8.45, wouldn't find any of
my devices even though they were plugged in correctly. These are my peripherals
if it helps:
Logitecg g510s gaming keyboard
Logitech g430 surround sound gaming headset
Logitech g700s laser gaming mouse
--
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=25165
Summary: Wrong wine* icons loaded in kmenu (winefile, winecfg,
...)
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=31921)
--> (http://bugs.winehq.org/attachment.cgi?id=31921)
screenshot illustrating the issue
Instead of the icon specified in the .desktop-file (ex: Icon=wine-winecfg), the
wrong icon is loaded for each of these wine* apps. Instead we get the default
wine icon (the simple glass of wine). My screenshot will illustrate this issue.
--
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=24279
Summary: starting a wine application spins up external hard
drive
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
When my external hard drive is sleeping, starting a wine app causes it to spin
up.
It should only spin up when I select that partition via the file selector not
when starting the app.
I don't think this used to happen in previous releases so will run a regression
test.
--
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=35679
Bug ID: 35679
Summary: Defiance patcher doesn't work
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://www.defiance.com/en/my-ego/profile/pc-free-tria
l/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 35678
Blocks: 34917
austin@aw25 ~ $ sha1sum DefianceSetup.exe
28bcd7e0f59022f3d575ef9fb7ea8e676c9f4b3a DefianceSetup.exe
austin@aw25 ~ $ du -h DefianceSetup.exe
11M DefianceSetup.exe
austin@aw25 ~ $ wine --version
wine-1.7.13-53-g37e0a1a
installed Defiance, then tried to run it:
$ cd "$HOME/.wine/drive_c/users/$LOGNAME/Local Settings/Application
Data/Defiance"
$ wine Patcher.exe
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f9c8, 0x33fc44 0x33f9d0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:thread:GetThreadPreferredUILanguages 52, 0x33bf9c, 0x33c218 0x33bfa4
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of
other threads
fixme:wincodecs:PngDecoder_Block_GetCount stub
The patcher launches, but doesn't do anything, just shows a blank window.
--
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=34592
Bug #: 34592
Summary: Round option indicator stays "pressed" in Chessmaster
10
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46074
--> http://bugs.winehq.org/attachment.cgi?id=46074
Chessmaster 10 Log
When in Chessmaster 10 I click on an empty round circle to choose another
option (from the two or more listed), the color-filled round circle indicating
the previous option's "on" state, does not disappear. In the result, there can
be two or more active indicators at once.
Can be reproduced in the demo (check out the link).
Tested with:
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 310)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=34203
Bug #: 34203
Summary: Call of Duty 4: screen turns into white
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardy.schumacher(a)gmx.de
Classification: Unclassified
Screen turns into white when enabling sights within Call of Duty 4.
This behavior appears always when sight view is activated.
--
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=3538
Bug 3538 depends on bug 16411, which changed state.
Bug 16411 Summary: Origin 8 - Some dialogs crash when activated
https://bugs.winehq.org/show_bug.cgi?id=16411
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--
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=37586
Bug ID: 37586
Summary: Photoshop CS4 hangs on load
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seann.giffin(a)gmail.com
Distribution: ---
Photoshop was working fine for me back in late September, early October, but
now it hangs on load, and after the usual start-up, I just get the splash
screen and see this in the terminal:
"err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0052, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 005a, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0052, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 005a, blocked by 0009, retrying (60
sec)"
And it just keep scrolling that in my terminal for as long as I let it run.
There's no actual crash, but I do have to Force Quit it, so it doesn't generate
a crash debug window. I've tried running WINE as every version of Windows PS4
will run on and it's always the same end result: splash screen hangs, "wait
times out, blocked" scrolls in the terminal window.
I don't have much experience with debugging and what not, so if there's
anything you'd like me to attach, let me know. I'm running Wine 1.7.31 from the
official Ubuntu channels, running Ubuntu 14.04 with Cinnamon instead of Unity
and x86_64 kernel 3.17.1-031701-generic #201410150735.
--
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=29436
Bug #: 29436
Summary: Carbonite: does not install
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply try to install Carbonite with Wine 1.3.35 and you will encounter this
bug. The bug is that it doesn't install, in fact, the installer fails very
early. Nothing visible happens except for terminal output, which it spews out
seemingly endlessly.
Carbonite not installing is not a new thing to Wine. I have never witnessed any
Wine version successfully install Carbonite. I'm just now writing the bug
report.
Anyone can go to carbonite.com and download a free trial installer, though you
do have to create an account (it's free to make an account) to download it, and
they send you one e-mail. They have not harassed me in any way for giving them
my e-mail address.
lahmbi5678 said:
This seems like a bug/missing functionality in wine:
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib
L"Z:\\home\\shjake\\Desktop\\CarboniteSetup-en.exe" failed with error 0
Carbonite is an online backup solution. It backs up files on your computer to a
secure offsite place.
Things potentially relevant to the Wine development team:
* Carbonite's installer is an exe, and this exe file is an archive. Many of the
files in the archive are java files (plain text). You can open the exe with an
archive program and view its contents.
* Carbonite integrates with Windows Explorer (yes, the file browser, not IE).
It puts an icon in the Start Bar that is yellow when getting the backup caught
up with what's actually on the computer and green when the backup is in sync
with what is actually on the computer.
Furthermore, files that are backed up have a green dot by them in Windows
Explorer and files that aren't yet backed up have a yellow dot by them.
Also, Windows Explorer's right-click menu and file properties dialogue are
augmented with Carbonite stuff.
* Carbonite tries to only let you backup what it considers "internal hard
drives." I'm pretty sure it just goes by the controller type the hard drive is
connected to. I'm not spilling any beans by saying that an external hard drive
connected by SATA, just like an internal, is seen by Carbonite as an "internal
hard drive". So, I am speculating, Carbonite must be able to communicate with
hardware to see the connection type of a hard drive (USB, IDE, SATA, whatever).
--
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=7085
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Closing bugs marked Abandoned.
--
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=30226
Bug #: 30226
Summary: PC-LINK.exe datalogger for DVM1200 multimeter can't
select com port to work with
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silvio.caggia(a)tiscali.it
Classification: Unclassified
DVM1200 multimeter is sold with a windows software for datalogging on PC
througt a usb port.
software is freely downloable from here:
http://www.rise.com.hk/ebayproducts/software/VA40B.zip
it works on all windows till windows7
installing instructions and wine results are these:
a. install software (run setup.exe) -> success
b. install USB driver (run USB_DriverInstaller_v110.exe) -> success but I don't
know if you need really to do this step in linux because usb-com ports are
natively accessible...
c. restart Windows on PC -> I restarted Linux... :-)
d. PLUG the USB cable to the PC USB port. -> success (not necessary to do a
test)
e. PC detected the COM (find com port number assigned from Windows Device
Manager) -> I did this: ln -s /dev/usb/ttyUSB0 ~/.wine/dosdevices/comX (with
X=1,2 and 3)
f. run the PC-LINK.exe software. -> success, it opens.
g. set the right COM number in the software (menu > Set > System Set; List item
"Serial Port Select" shows only the default value COM1 and you cannot change
it, the software doesn't see the com ports! -> FAIL TO GO ON!
Other suggestion read on installation manual that I am not able to use in WINE:
1. Login with administrators right in PC system. -> ???
2. If in the vista / window 7, must be disable UAC (User Account Control). ->
???
3. It might be required to reduce the security level for WINDOW 7 when using
this software -> ???
can anyone help me to use this software?
regards
--
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=12514
Summary: Adobe Acrobat Pro 6 -- cannot Create PDF from file(s)
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting File --> Create PDF prompts you for a file. After selecting an MS
Word document, a msgbox appears:
Need to Install additional files to create PDF from this file.
Do you want to run Acrobat Installer in repair mode?
Click yes: box disappears: nothing happens.
The same thing happens when attempting to Create PDF --> From Multiple Files
A note on file type: selecting OpenOffice .odt files gives you a "file type not
known" error, but selecting .doc's gives you the msgbox above, so it's
reasonable to conclude Acrobat Pro knows how to convert .doc's to pdf.
--
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=30916
Bug #: 30916
Summary: WriteFileGather with IoCompletionPort bug
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liumaliang.cs(a)gmail.com
Classification: Unclassified
This api name WriteFileGather implement by wine has bug, when working with
IoCompletionPort, will not get notify after this io complete.
--
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=27483
Summary: Game freezes computer for 2-3 minutes when adding to
an exhibit.
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnum1997(a)gmail.com
While playing Zoo Tycoon 2 with the Marina Mania expansion pack installed, the
game locks up the computer for ~2 minutes when added decorations or animals to
an exhibit. If one is given to patience one can get a terminal to kill the
game; the first time this happened I powered off because none of the other
expansions had issues like this.
As a point of interest the install went flawlessly (Using retail CD not
download).
--
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=35810
Bug ID: 35810
Summary: Wine crashes when I try to download WoWpLaunch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: broccoliman2000(a)gmail.com
Created attachment 47807
--> http://bugs.winehq.org/attachment.cgi?id=47807
the attachment file is the program error details
I don't really now what you want me to do here but the attachment file below is
the details on the program errors. More on the bug wine crashes when I try to
launch WoWp and down load it.
--
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=33224
Bug #: 33224
Summary: Photoshop CS5.1 error in "merge to HDR pro"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.kijas(a)gmail.com
Classification: Unclassified
Every time I try to merge two PNG (or JPEG, tif etc.) files to HDR Pro,
Photoshop crashes.
Debug says that...:
wine: Unhandled exception 0xc06d007e in thread d at address 0x7b83d939 (thread
000d), starting debugger...
Similar bug is #18579, but bug #18579 has been resolved, this bug is not, + bug
#18579 was bug in CS4, not in CS5.1.
--
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=27033
Summary: crash while installing usb-over-network-client.msi
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
A free demo can be downloaded from http://www.usb-over-network.com/
$ wget http://www.usb-over-network.com/usb-over-network-client.msi
Install:
$ msiexec /i usb-over-network-client.msi
Then crash.
fixme:storage:create_storagefile Storage share mode not implemented.
fracting@desk:~/Wine/usb/usbip$ fixme:storage:create_storagefile Storage share
mode not implemented.
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
fixme:msi:ACTION_CustomAction Deferring rollback only action
fixme:msi:ACTION_CustomAction Deferring rollback only action
err:setupapi:detect_compression_type cannot open file L"C:\\windows\\Driver
Cache\\i386\\driver.cab"
err:setupapi:get_file_size cannot open file L"C:\\windows\\Driver
Cache\\i386\\driver.cab"
expand.exe: can't open input file C:\windows\Driver Cache\i386\driver.cab
wine: Unhandled page fault on read access to 0x00000007 at address 0x686ccf98
(thread 0033), starting debugger...
There is no other output after "starting debugger..."
--
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=19316
Summary: winecfg.exe: cannot access the 'Audio' Tab
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.bogstie(a)gmail.com
Created an attachment (id=22365)
--> (http://bugs.winehq.org/attachment.cgi?id=22365)
Console information about the crash
When I attempt to access the Audio tab in Winecfg, I recieve the following
error:
"The Program winecfg.exe has encounteres a serious problem and needs to close.
We are sorry for the inconvenience."
I then click on the close button and the window continues to pop back up
causing my system to become unstable.
The console then produces errors, those are attached to this report.
I am running Fedora 11 x86_64 and wine-1.1.25
--
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=5632
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |ABANDONED
--- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Abandoned.
--
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=5632
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.vandyke.com/down |http://www.kbench.com/softw
|load/securecrt/ |are/?q=node/18443
Summary|idle waiting in serial |SecureCRT 5.1.2 idle
|emulation? |waiting in serial
| |emulation?
--- Comment #7 from Bruno Jesus <00cpxxx(a)gmail.com> ---
The application requires real hardware and fake time (expired message when
starts), no reply to last two comments in 3 years. Resolving abandoned, if
anyone is still able to reproduce feel free to reopen.
--
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=27571
Summary: Call to unimplemented function
KERNEL32.dll.GetNumaHighestNodeNumber
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: airat.halimov(a)gmail.com
Created an attachment (id=35249)
--> (http://bugs.winehq.org/attachment.cgi?id=35249)
output of wine run and input file moderate-smt1.smt
OS: Ubuntu 10.10
Wine: 1.3.22
Program under run:
Z3:
http://research.microsoft.com/en-us/downloads/0a7db466-c2d7-4c51-8246-07e25…
Installed successfully, this case appears when run with the following params:
wine /home/art_haali/.wine/drive_c/Program\ Files/Microsoft\
Research/Z3-2.19/bin_mt/z3.exe PAR_NUM_THREADS=4 PAR_SHARING=2
PAR_SHARING_LIMIT_NEAR=8 moderate-smt1.smt
Thanks.
--
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=37875
Bug ID: 37875
Summary: Wine Bugzilla Interface doesn't inform enough users
about logs
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Distribution: ---
I would like to focus your attention about this : it seems a lot of bug reports
don't have logs provided.
I suggest a change in the interface of Wine Bugzilla, i.e. a warning to the
users when a bug is posted without a bug report, explaining them the importance
of logs and refering them to a page explaining them how to add logs.
Without that, bugzilla maintainers will spend half of their time answering
"please attach a log file".
I'm not a bugzilla maintainer myself but I see this kind of problem happening
so much time !
I hope this will help.
--
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=4374
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #15 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Fixed somewhere between 1.3.22 and 1.3.30. It's still not possible to play but
that is another issue.
--
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=22896
Summary: Java JRE 6 doesn't install with simulation Windows
Vista
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: studioragcortelli(a)tiscali.it
Hallo, I tried install JAVA JRE current version (6u20) under Ubuntu 9.10 and
Wine 1.2 with configuration = Windows Vista, but I receive this message:
Installer: Wrapper.CreateFile failed with error 3: Path not found
Java JRE can be downloaded here:
http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_…
If I set winecfg = Windows XP all works.
Regards,
Stefano
--
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=5776
--- Comment #38 from Henri Verbeet <hverbeet(a)gmail.com> ---
This should be fixed by commit c6232e1d111ae8929c53c02211cde4a9777311fd.
--
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=32514
Bug #: 32514
Summary: Crash when executing Digit.Exe from Digit Magazine
(India)
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vikigoyal(a)gmail.com
Classification: Unclassified
Created attachment 42892
--> http://bugs.winehq.org/attachment.cgi?id=42892
Screen shot of list of files & folders on the Digit DVD
I run KDE in Fedora 17.
The Wine Packages & version installed at the moment on the system:
wine-wow-1.5.17-1.fc17.x86_64
mingw32-wine-gecko-1.8-1.fc17.noarch
wine-capi-1.5.17-1.fc17.x86_64
wine-fonts-1.5.17-1.fc17.noarch
wine-pulseaudio-1.5.17-1.fc17.i686
q4wine-0.121-3.fc17.x86_64
wine-filesystem-1.5.17-1.fc17.noarch
wine-ldap-1.5.17-1.fc17.i686
wine-alsa-1.5.17-1.fc17.x86_64
wine-mono-0.0.8-1.fc17.noarch
wine-twain-1.5.17-1.fc17.i686
wine-system-fonts-1.5.17-1.fc17.noarch
wine-systemd-1.5.17-1.fc17.noarch
wine-core-1.5.17-1.fc17.x86_64
wine-cms-1.5.17-1.fc17.x86_64
wine-core-1.5.17-1.fc17.i686
wine-1.5.17-1.fc17.x86_64
wine-debuginfo-1.5.17-1.fc17.x86_64
wine-tahoma-fonts-1.5.17-1.fc17.noarch
wine-ldap-1.5.17-1.fc17.x86_64
wine-desktop-1.5.17-1.fc17.noarch
wine-symbol-fonts-1.5.17-1.fc17.noarch
wine-pulseaudio-1.5.17-1.fc17.x86_64
wine-cms-1.5.17-1.fc17.i686
wine-small-fonts-1.5.17-1.fc17.noarch
wine-openal-1.5.17-1.fc17.i686
wine-docs-1.4-1.fc17.noarch
wine-common-1.5.17-1.fc17.noarch
wine-marlett-fonts-1.5.17-1.fc17.noarch
wine-capi-1.5.17-1.fc17.i686
wine-ms-sans-serif-fonts-1.5.17-1.fc17.noarch
wine-tahoma-fonts-system-1.5.17-1.fc17.noarch
wine-twain-1.5.17-1.fc17.x86_64
wine-courier-fonts-1.5.17-1.fc17.noarch
wine-openal-1.5.17-1.fc17.x86_64
mingw64-wine-gecko-1.8-1.fc17.noarch
I want to use a DVD supplied by a computer magazine called Digit in India
on my system just as it can be used on Windows.
For that I right clicked Digit.exe & selected 'Open With Wine' in Dolphin.
There was a crash. I want to supply the crash dump. I hope that dump proves
useful & changes be brought in Wine so that the DVD can run on Linux in Wine.
Thanks...
--
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=4409
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #16 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to Bruno Jesus from comment #15)
> Fixed somewhere before 1.5.21. I can see the issue in 1.2.3, 1.3.22 and
> 1.4.1.
--
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=4409
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.evernote.com/en/ |http://www.oldversion.com/w
| |indows/evernote-1-1-0-154
Summary|Screen corruption in |Screen corruption in
|Evernote |Evernote 1.1
--- Comment #15 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Fixed somewhere before 1.5.21. I can see the issue in 1.2.3, 1.3.22 and 1.4.1.
--
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=32167
Bug #: 32167
Summary: RebelBetting remains in memory when closed
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42436
--> http://bugs.winehq.org/attachment.cgi?id=42436
wine-1.5.16-232-g4255772 console output
RebelBetting remains in memory when closed and has to be killed.
To get this far:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456 (Bug 32156)
2. Patch winetricks with patch from
http://code.google.com/p/winetricks/issues/detail?id=286
3. winetricks -q msxml6 dotnet35sp1 (order is important) (Bug 32164)
Run the installer, open the application, close it.
Console fills with
err:ntdll:RtlpWaitForCriticalSection section 0x10e70040 "?" wait timed out in
thread 0009, blocked by 0024, retrying (60 sec)
fixme:thread:NtQueryInformationThread info class 16 not supported yet
ad infinitum.
This is a dotnet app but I don't think this is a dotnet bug.
--
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=32168
Bug #: 32168
Summary: RebelBetting will not talk to proxy
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42437
--> http://bugs.winehq.org/attachment.cgi?id=42437
wine-1.5.16-232-g4255772 console output
Entering proxy details into RebelBetting and pressing Test always fails.
Wireshark shows that no outgoing connection attempt is made. An IPv6 address
causes an error but is probably another problem.
To get this far:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456 (Bug 32156)
2. Patch winetricks with patch from
http://code.google.com/p/winetricks/issues/detail?id=286
3. winetricks -q msxml6 dotnet35sp1 (order is important) (Bug 32164)
Log-in required.
--
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=32164
Bug #: 32164
Summary: RebelBetting + dotnet35sp1 crashes
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42434
--> http://bugs.winehq.org/attachment.cgi?id=42434
wine-1.5.16-232-g4255772 console output
Using "winetricks dotnet35sp1" to work around Bug 32125, RebelBetting crashes
when loading under wine-1.5.16-232-g4255772.
This fails:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456 (Bug 32156)
2. Patch winetricks with patch from
http://code.google.com/p/winetricks/issues/detail?id=286
3. winetricks -q dotnet35sp1
4. Install
5. Run
This works:
1. Revert commit af08a2f6ba2fb0d65f1a1d3b7720216860fc9456
2. Patch winetricks with patch
3. winetricks -q msxml6 dotnet35sp1 (order is important)
4. Install
5. Run
So, workaround is native msxml6.
Note: dotnet35sp1 runs through some dialogs about being unable to uninstall
service packs - just click ok and continue.
--
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=27163
Summary: Cossacks II: Battle for Europe hangs during video
playback (when ddr=gdi)
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34702)
--> (http://bugs.winehq.org/attachment.cgi?id=34702)
plain terminal output
After the initial loading stage, two intro videos should be played. I'm getting
only a black screen and the first fragment of the audio is looping (forever).
The game becomes unresponsive.
Workaround: ddr=opengl.
This prevents the game from freezing, although videos are not playing correctly
(only audio is playing), at least I can skip the black screen and get to the
main menu.
The videos are encoded in Theora format. They are in separate audio (.oga) and
video (.ogv) files.
I can watch the videos in Totem.
This bugreport is about the freezing issue, the inability to play the videos
must be a different issue.
No demo available.
Fedora 14 32-bit
Gstreamer 0.10.31
Nvidia GeForce 250 / driver 270.41.06
--
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=33261
Bug #: 33261
Summary: Sims 3 pause key (`) doesn't work with Spanish
keyboard
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cymerio(a)gmail.com
Classification: Unclassified
Created attachment 43992
--> http://bugs.winehq.org/attachment.cgi?id=43992
Output log of "The Sims 3" with "WINEDEBUG=+key,+keyboard"
In the game "The Sims 3" the pause command is assigned to 3 keys: 0, P and `
(the key to the left of "1", which in a Spanish keyboards outputs "º").
In Wine 1.5.6 and 1.5.26 (openSUSE 12.2) pressing that key with a Spanish
keyboard causes no effect (i.e. doesn't pause the game). It used to work before
IIRC.
The keyboard is a standard Spanish keyboard (QWERTY 105 keys + Sleep button).
Additionally, the key "ç" now pauses the game too (it shouldn't).
The "ç" key (ccedilla) is the 3rd key to the right of the L, and left to the
Enter key.
Pressing these keys in "xev" outputs:
º => keycode 49 (keysym 0xba, masculine)
ç => keycode 51 (keysym 0xe7, ccedilla)
Editing in Notepad works fine.
There is a log attached which shows the output of runing The Sims 3 with
"WINEDEBUG=+key,+keyboard".
Some interesting lines:
trace:keyboard:X11DRV_KEYBOARD_DetectLayout Attempting to match against
"Spanish keyboard layout"
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keycode 126, got ??
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keycode 187, got ((
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keycode 188, got ))
trace:keyboard:X11DRV_KEYBOARD_DetectLayout matches=48, mismatches=3, seq=47,
score=84
[...]
warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (Spanish
keyboard layout) for scan/virtual codes mapping.
trace:keyboard:X11DRV_KEYBOARD_DetectLayout detected layout is "Spanish
keyboard layout"
[...]
trace:keyboard:X11DRV_InitKeyboard keycode 49 => vkey 0000
trace:keyboard:X11DRV_InitKeyboard keycode 50 => vkey 00A0
trace:keyboard:X11DRV_InitKeyboard keycode 51 => vkey 0000
[...]
trace:keyboard:X11DRV_InitKeyboard spare virtual key 00C0 assigned to keycode
51:
trace:keyboard:X11DRV_InitKeyboard (e7 (ccedilla) c7 (Ccedilla) 0 (NoSymbol) 0
(NoSymbol) fe55 (dead_breve) 0 (NoSymbol) 0 (NoSymbol) )
trace:keyboard:X11DRV_InitKeyboard keycode 51 => vkey 00C0
[...]
trace:key:X11DRV_InitKeyboard assigning scancode 62 to unidentified keycode 49
(masculine)
trace:key:X11DRV_InitKeyboard assigning scancode 63 to unidentified keycode 51
(ccedilla)
[...]
trace:keyboard:X11DRV_KEYBOARD_DetectLayout XKB could not translate keysym 00ba
trace:keyboard:X11DRV_KEYBOARD_DetectLayout XKB could not translate keysym 00aa
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ffe1
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ffe1
trace:keyboard:X11DRV_KEYBOARD_DetectLayout XKB could not translate keysym 00e7
--
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=7372
Geoffrey De Belie <computergeoffrey(a)zoho.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |computergeoffrey(a)zoho.com
--
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=31652
Bug #: 31652
Summary: .NET Framework Setup Verification Tool stooped working
with dotnet20sp1
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1) remove ~/.wine
2) winetricks -q dotnet20sp1
3) wine netfx_setupverifier.exe
Behaviour:
Failure to detect any version of .NET Framework
Expected behaviour:
Application should detect the correct version.
Regression test:
f180de40dd7820753479f823b6cb08a34b479c66 is the first bad commit
commit f180de40dd7820753479f823b6cb08a34b479c66
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Jul 31 12:25:42 2012 +0200
msi: Implement the RemoveExistingProducts standard action.
:040000 040000 170d2554f730c5305047588f05db78e35ad70ac6
a76eb5d752f67023b55023d9bc59bd0e9f2c2922 M dlls
--
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=33593
Bug #: 33593
Summary: joystick.c change causes lotro to crash
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aardvark(a)krl.com
Classification: Unclassified
dinput problem (not available as a component).
Before the first screen is displayed, lotro (Lord of the Rings Online) crashes
(process becomes <defunct>). This is due to the joystick code thinking that
a Wacom Cintiq 12WX is a joystick.
Git bisect shows the change that causes the crash is in:
37169522f62f85048900cf3329fb54800cbb8f3e
dinput: Update existing joystick values after setting the range property.
Last entries from a dinput trace:
trace:dinput:JoystickWGenericImpl_SetProperty (0x15fd00,<guid-0x0004>,0x32f794)
trace:dinput:_dump_DIPROPHEADER - dwObj = 0x00000000
trace:dinput:_dump_DIPROPHEADER - dwHow = DIPH_DEVICE
trace:dinput:JoystickWGenericImpl_SetProperty proprange(-64,64) all
A workaround is to create the key: HKCU/Software/Wine/DirectInput/Joysticks
and enter a new string value for "Wacom Cintiq 12WX (event)" of "disabled".
In any event, the program shouldn't 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=34754
Bug #: 34754
Summary: Heidisql & Beyond Compare: crashes when trying to copy
and paste inside the program
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swdevelop1981(a)gmail.com
Classification: Unclassified
Created attachment 46339
--> http://bugs.winehq.org/attachment.cgi?id=46339
Error Message printed to the console
When I copy and paste inside the program, it crashes.
It happens also when pasting from outside the program but I'm not sure on the
scenario - it's not consistent.
The same exact happens with Beyond Compare.
This happens to me since version 1.7.2
Download link:
http://www.heidisql.com/installers/HeidiSQL_8.1.0.4545_Setup.exe
$ shasum HeidiSQL_8.1.0.4545_Setup.exe
816c55b75c1faa6190a6405684fa42dffbff34fb HeidiSQL_8.1.0.4545_Setup.exe
--
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=2329
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |d1099eb4d819494e2fcfe0a3d7a
| |1a6cd6a4d766f
CC| |focht(a)gmx.net
Component|gdi32 |user32
Hardware|Other |x86
--
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=2320
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |9e034b7fb816b4f9f043ce8f200
| |91ccecdfca631
CC| |focht(a)gmx.net
Version|unspecified |20040615
--
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=2223
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |275dbeb74e525c52ee0ae384d8e
| |11068b6c949f7
CC| |focht(a)gmx.net
--
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=2181
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |8e899e0076bb88c6b1f3439a8da
| |f90f05fa728cd
CC| |focht(a)gmx.net
Version|unspecified |20040408
--
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=2139
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |cfbd78d659cad991acb8769130c
| |550bf4c0338e2
CC| |focht(a)gmx.net
--
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=1954
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |1be970d48572d6f988eeedb6e39
| |bf57b141b555e
CC| |focht(a)gmx.net
Component|kernel32 |shell32
Hardware|Other |x86
Assignee|truiken(a)gmail.com |wine-bugs(a)winehq.org
--
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=652
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |8e4eb3ab5fa86001d19b763e5a0
| |a6e1a9deedac1
CC| |focht(a)gmx.net
Hardware|Other |x86
OS|other |Linux
--
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=50
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |2051bcccca872da2a975dfe9876
| |22ed3dab9f881
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |20010112
OS|other |Linux
--
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=11
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |7364f0a79c5e9ab5074617fefbe
| |f78dedaefb401
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |20020509
OS|other |Linux
--
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=7425
marc.bessieres(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marc.bessieres(a)gmail.com
--- Comment #29 from marc.bessieres(a)gmail.com ---
Created attachment 50473
--> https://bugs.winehq.org/attachment.cgi?id=50473
crash output of gothic2 with wine-1.7.34 and music enabled
As is said in comment 21, there are several bugs reported in this bug.
I see in many bugs the remark that we should go with one bug per bug report.
And I concur so let's try to do it here.
I see 3 remaining bugs here:
1) Vdfs32g.exe crash
for follow up, I created Bug 37892, but for Vdfs32e.exe and not Vdfs32g.exe, as
this is the one that is run in my French version of Gothic 2 GOLD. If someone
could confirm it (if her/his version uses Vdfs32e.exe too) or check if my
regression test results in Bug 37892 are also valid for Vdfs32g.exe, otherwise
in my opinion, another bug report should be opened for Vdfs32g.exe crash.
2) For the crash in the comments 23 and 24 : wine: Unimplemented function
SHW32.DLL.265 called at address 0x7bc4e0a0 (thread 0009), starting debugger...
Unhandled exception: unimplemented function SHW32.DLL.265 called in 32-bit code
(0x7bc4e0a0).
I see that dll in my installation:
drive_c/Program Files (x86)/JoWooD Productions Software AG/Gothic II
Gold/system:
total used in directory 22328 available 402222776
drwxr-xr-x 2 guest users 4096 2 janv. 11:26 .
drwxr-xr-x 7 guest users 4096 6 janv. 21:46 ..
-r-xr-xr-x 1 guest users 9150464 2 janv. 10:56 ar.exe
-rw-r--r-- 1 guest users 375808 2 janv. 10:56 BinkW32.dll
-rw-r--r-- 1 guest users 32827 2 janv. 10:56 BugslayerUtil.dll
-rw-r--r-- 1 guest users 573952 2 janv. 10:56 GeDialogs.dll
-r-xr-xr-x 1 guest users 9040036 2 janv. 10:56 Gothic2.exe
-rw-r--r-- 1 guest users 20018 2 janv. 11:24 Gothic2.rpt
-rw-r--r-- 1 guest users 19309 12 janv. 17:33 Gothic.ini
-rw-r--r-- 1 guest users 19309 2 janv. 11:24 Gothic.ini~
-rw-r--r-- 1 guest users 19309 2 janv. 11:24 Gothic.ini.orig
-rw-r--r-- 1 guest users 85264 2 janv. 10:56 ImageHl2.dll
-rwxr-xr-x 1 guest users 35088 2 janv. 10:56 KillHelp.exe
-rw-r--r-- 1 guest users 102672 2 janv. 10:56 MsDbi.dll
-rw-r--r-- 1 guest users 370688 2 janv. 10:56 Mss32.dll
-rw-r--r-- 1 guest users 131584 2 janv. 10:56 MssDsp.flt
-rw-r--r-- 1 guest users 77824 2 janv. 11:24 MSSSOFT.M3D
-rw-r--r-- 1 guest users 1268 2 janv. 10:56 Paths.d
-r--r--r-- 1 guest users 75896 2 janv. 10:56 protect.dll
-rw-r--r-- 1 guest users 124656 2 janv. 10:56 Shw32.dll
-rwxr-xr-x 1 guest users 2356224 2 janv. 10:56 Spacer2.exe
-rw-r--r-- 1 guest users 0 2 janv. 10:56 Spacer2.rpt
-rw-r--r-- 1 guest users 93696 2 janv. 10:56 Vdfs32e.dll
-rwxr-xr-x 1 guest users 7168 2 janv. 10:56 Vdfs32e.exe.orig
-rw-r--r-- 1 guest users 93696 2 janv. 10:56 Vdfs32g.dll
-rwxr-xr-x 1 guest users 7168 2 janv. 10:56 Vdfs32g.exe.orig
So if this is still the case, in my opinion, a new bug report should be opened
and precise steps should be described.
3) And finally the last bug that I see in there, and that corresponds to the
subject, Gothic2 doesn't start. It crashes with default Gothic.ini file.
There are 2 workarounds:
- Disable the music by setting musicEnabled=0 in Gothic.ini
- have music with native dlls following appdb description (I didn't try):
quote
sh winetricks directmusic
WARNING: winetricks sets more DLL overrides than necessary. In my case I had to
remove the override for 'dsound' (winecfg -> Libraries) or the game would crash
at the main menu: "C: failed to initialize sound, MSS reported: Broken waveOut
driver – ’buffer done’ flag never set".
end quote
I think this bug entry shall focus on that issue.
I can confirm it, so may be if someone with the right rights could put it in
'NEW' it would be very kind.
I attach the output of the crash with wine-1.7.34.
And I'm using the French version of Gothic2 Gold (i.e. with the extension Night
of the Raven) in one DVD.
> wine --version
wine-1.7.34
> du -h drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Vdfs32e.*
92K drive_c/Program Files/JoWooD Productions Software AG/Gothic II
Gold/system/Vdfs32e.dll
8,0K drive_c/Program Files/JoWooD Productions Software AG/Gothic II
Gold/system/Vdfs32e.exe
> sha1sum drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Vdfs32e.*
222ff8219abb2e8a05604b7caaad8e8470a2e689 drive_c/Program Files/JoWooD
Productions Software AG/Gothic II Gold/system/Vdfs32e.dll
6595c674fe3efb8ed1cfc082d88e3a124b6938a2 drive_c/Program Files/JoWooD
Productions Software AG/Gothic II Gold/system/Vdfs32e.exe
>
> du -h drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Gothic2.exe
8,7M drive_c/Program Files/JoWooD Productions Software AG/Gothic II
Gold/system/Gothic2.exe
> sha1sum drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Gothic2.exe
118e4d156ad9b9124c4f376365c2b16e1f65920c drive_c/Program Files/JoWooD
Productions Software AG/Gothic II Gold/system/Gothic2.exe
--
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=7425
Fabian Ebner <f.ebner94(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |f.ebner94(a)gmail.com
--- Comment #28 from Fabian Ebner <f.ebner94(a)gmail.com> ---
Still there in wine 1.7.33
I installed the game, the addon, the 2.6 patch and a NoCD fix.
Again the game starts and vdfs32g crashes.
But now there is also video at the intro, so there was progress!
Still the game crashes after the intro.
Michael, your workaround (winetricks directsound and removing dsound override)
does the job.
This implies that the bug lies somewhere in the sound system.
--
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=8346
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |c4885bc46f105dbe372beda9250
| |3a78ce0cbbb1f
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |0.9.36.
OS|other |Linux
--
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=12701
Summary: listview: works slow and wrong
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
Created an attachment (id=12353)
--> (http://bugs.winehq.org/attachment.cgi?id=12353)
7zipped log of warn+all,+listview on wine 0.9.60
Here is a deal: There is a list view containing 300K+ items. Looks like this:
http://polosatus.ru/wine/listview.png It's a full list of all words indexed in
some database.
When using native comctl32.dll, you just type the text in and the list
*immediately* jumps to the item that starts from the letters you've entered.
Works pretty simple and swift and no CPU load.
But when you use builtin comctl32.dll there are 3 problems:
1. It hangs on each keypress. In log (77Mb) you may see a lot of iterations
like this:
trace:listview:ranges_cmp range1=[22765, 22766], range2=[25271, 25272], cmp=-1
trace:listview:ranges_contain (nItem=22766)
trace:listview:ranges_assert *** Checking ranges_contain:2691:before contain
***
trace:listview:ranges_dump [25271, 25272]
trace:listview:ranges_assert --- Done checking---
And each keypress results in new rescan, as it hangs pretty well even if the
highlighted item matches new typed letter. And the further first match is, the
longer it hangs on each keypress.
2. It searches not items STARTING with enterred text, but items CONTAINING it.
Both of these bugs make usage of this box a nonsense. When you try to find, for
instance an item "most" and you type "most" it would stop at the point "almost"
and so, you have to search it manually by scrolling.
3. When I close this box, it just hangs again for a few secs (and generates
another 50M+ to log).
When generating log, I've typed only three letters: "alt" and it was enough to
generate 20M+ log. Another 55M+ where generated when I clicked close button.
--
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=7351
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |fcec39fa2ef068fc72826251bae
| |132be1a8bfe41
CC| |focht(a)gmx.net
Component|-unknown |cmd
Hardware|Other |x86
Version|unspecified |0.9.30.
Assignee|us(a)edmeades.me.uk |wine-bugs(a)winehq.org
OS|other |Linux
--
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=11838
Summary: Y axis inverted in tablet with OpenCanvas 1.1?
Product: Wine
Version: 0.9.55.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://winehq.org/pipermail/wine-users/2008-March/029502.html
says:
"I'm having some oddness with Wine running OpenCanvas 1.1, the old free version
with networking. My system is running Ubuntu 7.10
Under Wine 0.9.46, the version in the ubuntu repositories, openCanvas seems to
work fine, albeit pressure sensitivity is missing. Unfortunately the program
isn't much without the pressure sensitivity.
Under Wine 0.9.55 from this site, pressure sensitivity works... however the
tablet behaves very oddly when drawing on the canvas. The Y axis seems
inverted, so if I draw in the top left, ink appears in the bottom left. There
are also minor oddities such as sudden vertical lines of ink suddenly
appearing. Finally the program frequently hangs with divide by zero exceptions.
The tablet works perfectly fine under applications such as Inkscape and Gimp."
FWIW, I think you can download OpenCanvas 1.1 from
http://wistinga.online.fr/opencanvas/
but I don't know what the authoritative site is anymore, if there is one.
--
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=12907
Summary: Text not totally visible in the Display tab (winecfg)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kwixbit(a)gmail.com
In the Display tab there's a little bug when using some languages.
The text next to the third checkbox isn't totally visible. (Allow the window
manager to manage the windows)
I'm not sure about the translation of the item, because my installation is in
french.
--
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=13476
Summary: SQLyog community edition : Cannot connect to a remote DB
through gSTM tunnel
Product: Wine
Version: 0.9.61.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefanpsz(a)gmail.com
Created an attachment (id=13396)
--> (http://bugs.winehq.org/attachment.cgi?id=13396)
Results of WINEDEBUG=+winsock wine SQLyog.exe > SQLyog-debug.txt 2>&1
Hi
Since wine 0.9.61 (previous versions worked just fine) I am having problems
connecting to a VPN remote database through ssh tunnel forwarding using gSTM.
My localhost is set to "stefan" and the gSTM port 33061 is forwarded to port
3306 on the remote machine.
Connections to a local database on my machine works OK, and all other internet
connections work OK as well.
SQLyog does not crash, it only displays a standard error message complaining no
connectivity to the DB.
Every time I downgrade to 0.9.60 it starts to work again.
regards
Stefan Pszczolkowski
--
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=19411
Summary: 'wine uninstaller' crashes on launch (appinstall)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: owen(a)owenrudge.net
$ wine uninstaller
Backtrace:
=>0 0x7e5a4ad3 Control_RunDLLW+0x3c3(hWnd=0x10020, hInst=(nil), cmd=<is not
available>, nCmdShow=5) [/home/austin/wine-git/dlls/shell32/control.c:786] in
shell32 (0x0032fe68)
1 0x7e5a4e7d Control_RunDLLA+0xfd(hWnd=0x10020, hInst=(nil),
cmd="appwiz.cpl", nCmdShow=5)
[/home/austin/wine-git/dlls/shell32/control.c:857] in shell32 (0x0032fe98)
2 0x7ec3e5f7 wmain+0x307(argc=1, argv=0x110378)
[/home/austin/wine-git/programs/uninstaller/main.c:157] in uninstaller
(0x0032fee8)
3 0x7ec3e962 __wine_spec_exe_wentry+0x82(peb=0x7ffdf000)
[/home/austin/wine-git/dlls/winecrt0/exe_wentry.c:36] in uninstaller
(0x0032ff08)
4 0x7ede5cc0 start_process+0x130(arg=(nil))
[/home/austin/wine-git/dlls/kernel32/process.c:955] in kernel32 (0x0032ffe8)
5 0xf7defe5d wine_call_on_stack+0x1d() in libwine.so.1 (0x00000000)
0x7e5a4ad3 Control_RunDLLW+0x3c3
[/home/austin/wine-git/dlls/shell32/control.c:786] in shell32: cmpw
$64,0x0(%edx)
786 if ((*extraPmts == '@') && (sp == -1)) {
austin@midna:~/wine-git$ git bisect good
bd926bde3830e13398e761e588ec3be0544f52a9 is first bad commit
commit bd926bde3830e13398e761e588ec3be0544f52a9
Author: Owen Rudge <owen(a)owenrudge.net>
Date: Mon Jul 20 17:03:47 2009 -0300
shell32: Check if a numerical value has been passed inside quotes in
Control_DoLaunch.
:040000 040000 7903859b851ee2653935bccbdbda6794c8c442c8
d089d451106e5cf9b30d2caee8a301571f7720c7 M dlls
Found by appinstall :-)
(http://austinenglish.com/logs/appinstall-2009-07-21/builtin-gui-result.txt)
--
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=21497
Summary: ElsterFormular 11.1.1: program window disappears, app
keeps running in the background
Product: Wine
Version: 1.1.37
Platform: x86
URL: https://www.elster.de/elfo_down1.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas(a)braml.org
The latest release of ElsterFormular doesn't work on Wine anymore. It is the
official app to submit tax statements to the german administration and can be
downloaded here: https://www.elster.de/elfo_down1.php (topmost entry)
The behaviour is as follows:
The installer runs fine (it also installs Virtual C++ Redistributable 2008)
It doesn't install vcrun6, although it claims to need it (could be fixed with
winetricks, but doesn't change anything about the bug here)
When I start the app with 'wine elfostarter.exe', the main window appears. When
I select a new tax statement, it loads the forms, but when it is done and
should show the input form, the window disappears. That is, the window where
the form would usually be shown appears for a short time, with the form area
empty, then it disappears. The app keeps running in the background, though.
So, when I subsequently run 'wineboot -e', a popup window from ElsterFormular
appears, asking me to save the tax statement data. I can then save it.
When I try to open the saved statement instead of creating a new one, the
behaviour is the same as with a new statement.
btw. ElsterFormular uses Qt4 for the GUI
How to debug this? Which logs would be helpful? There's no crash, so there's no
backtrace :(
--
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=24484
Summary: Hegemony: Philip of Macedon installer complains
"Couldn't create instance of IKnownFolderManager"
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer pauses near the end with a model messagebox
that says
"Couldn't create instance of IKnownFolderManager";
the log says
err:ole:CoGetClassObject no class object {4df0c730-df9d-4ae3-9153-aa6b82e9795a}
could be created for context 0x17
Clicking OK lets the install proceed.
Found with wisotool.
Game downloadable from
http://www.longbowgames.com/downloads/Hegemony%20Philip%20of%20Macedon%20In…
--
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=4651
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |d16c72dea57e783b76137bdb885
| |df28d0dd36678
CC| |focht(a)gmx.net
Component|-unknown |msvcrt
--
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=4159
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |427920f8a26d999077225941f8e
| |09899fa459a6c
CC| |focht(a)gmx.net
Component|ole |ole32
Version|unspecified |0.9.4.
--
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=4011
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |3b597af01eb88a8d3edbd29fa40
| |931be347fe06b
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |0.9.2.
OS|other |Linux
--
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=3243
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |8707021aaed095b50ba79f05e04
| |94684ecb7c807
CC| |focht(a)gmx.net
Component|comctl32 |comdlg32
Hardware|Other |x86
Version|unspecified |20050725
Assignee|us(a)edmeades.me.uk |wine-bugs(a)winehq.org
OS|other |Linux
--
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=3107
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |b3b7ecb390d807ab80d07a3a4f8
| |59ec936106ba8
CC| |focht(a)gmx.net
--
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=2809
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |06c7c90a6971ab70590915918bc
| |741703544ae13
CC| |focht(a)gmx.net
Component|-unknown |comctl32
Hardware|Other |x86
OS|other |Linux
--
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=2702
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |c79342a11ae2b251e4b2d198211
| |450a7320dd342
CC| |focht(a)gmx.net
--
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=2699
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |35ae712600534fa79a45bf11351
| |2fa636e03f9a9
CC| |focht(a)gmx.net
Component|-unknown |richedit
Hardware|Other |x86
--
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=2081
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |ba9ce8c7d6f0336ef639777c07f
| |d8ed7f34be978
CC| |focht(a)gmx.net
Version|unspecified |20040309
Severity|major |normal
--
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=321
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |9b527d4953911b9a9e2b4005bf3
| |154cc846b2b8e
CC| |focht(a)gmx.net
Component|-unknown |msvcrt
Hardware|Other |x86
Version|unspecified |20010824
OS|other |Linux
--
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=26650
Summary: MS Office 2007 won't install in 1.3.17
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozkar(a)gmail.com
Created an attachment (id=33926)
--> (http://bugs.winehq.org/attachment.cgi?id=33926)
nodebug console output from MSO Installer at the very end of the process.
Microsoft Office 2007 is uninstallable in 1.3.17.
Version: Home & Student 2007
no msp patches in updates\
box version
product key not given - installed as trial.
default setup options
In 1.3.16 there was a bug http://bugs.winehq.org/show_bug.cgi?id=26494 - it has
been fixed.
Currently, MS Office Installer fails to install correctly due to other reasons
- Installer shows an "unable to install correctly" error, (sorry, polish
version here). After clicking "install now", progress bar appears, and
terminates soon. However, some files are installed - see here:
http://lekarski.katowice.pl/wine/1.3.17/setup-1.3.17-ls.log
The end of default console output is in the attachment or here:
http://lekarski.katowice.pl/wine/1.3.17/setup-1.3.17-nodebug.log
The verbose log is available:
http://lekarski.katowice.pl/wine/1.3.17/setup-1.3.17.log.gz -
+msi,+msidb,+msxml.
It might be associated with err:rpc:RpcAssoc_BindConnection rejected bind for
reason 0 ?
--
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=36092
Bug ID: 36092
Summary: unimplemented function CreateSortedAddressPairs
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
This function call is used in MS Office web installer(2013),and this cause
crush.
--
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=30583
Bug #: 30583
Summary: keyboard input does not work after focus-out and
focus-in
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Classification: Unclassified
Since upgrade to wine 1.4-rc6 keyboard input does not work after focus is lost
and restored.
0) switch to focus-follows-mouse
1) run notepad
2) enter some text
3) point to another window and back to notepad
4) type
no text appears.
--
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=34682
Bug #: 34682
Summary: Prime World launcher crashes when applying update
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maia(a)lucidfox.org
Classification: Unclassified
Currently, bug #34681 makes updating Prime World extremely annoying: you have
to constantly restart the launcher and hope that it won't show the dreaded
"Update failed" message.
However, even after the download finishes, updating is still a no-go. The
launcher crashes when attempting to apply the patch.
--
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=37792
Bug ID: 37792
Summary: Honestech VHS to DVD 2 crashes on start
Product: Wine
Version: 1.7.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: herveoud(a)gmail.com
Distribution: ---
Created attachment 50336
--> https://bugs.winehq.org/attachment.cgi?id=50336
Debug when starting application with wine-1.7.33
honestech VHS to DVD 2.0 SE - Crashes on Start
--
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=37688
Bug ID: 37688
Summary: Tera online has difficulty starting after new Patch to
Launcher
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eli(a)orbsky.homelinux.org
Distribution: ---
Created attachment 50162
--> https://bugs.winehq.org/attachment.cgi?id=50162
screenshot of error message when starting Tera's Launcher.
Hi
The Tera Launcher was recently patched to further advance their plans to make
Tera available through steam. Part of the new requirements was to install
Microsoft Visual C++ 2010 which was done through winetricks.
The launcher starts and I get an error message that:
The TERA Launcher is unable to load the
SteamSupport.dll file.
ErrorMessage: Interop failed
A screen shot of the error is attached.
What's funny is that if I get persistent, eventually the game will lauch
without the error. And when I run steam (the windows version under wine) I do
not have to be as persistent.
Very very weird.
In any case I will attach the error message here.
--
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=37289
Bug ID: 37289
Summary: DVDFab 9.1.x/QT5 : corrupted display
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rui1965(a)voila.fr
Created attachment 49591
--> https://bugs.winehq.org/attachment.cgi?id=49591
Screenshot showing text corruption
Download link: http://us.dvdfab.cn/mlink/download.php?g=DVDFAB9
sha1sum DVDFab9168.exe
150f70afdc2781f5f99d5fcf8b884e3d9d8b6723 DVDFab9168.exe
HD Decrypter is a free product. The download file contains other product
options, HD Decrypter is one of them.
Wine APDB:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=2377
The text within the tabs is corrupted: displayed diagonally as shown in the
uploaded screenshot.
The execution log (log.txt) is uploaded in this bug as well.
DVDFab is installed in a new 32bit prefix without any DLL override.
The previous version 8.x, based on QT4, worked well.
The difference between 8.x and 9.1.x seems to be calls to d3d functions.
It still happens with wine-1.7.26-97-g2398124 compiled today from GIT.
For reproducing :
. Install DVDFab HD Decrypter 9.1.6.6 in a new prefix:
WINEPREFIX=/home/test/.winedvdbug ./wine ~/download/dvdfab/DVDFab9168.exe
. Run: WINEPREFIX=/home/test/.winedvdbug ./wine
~/.winedvdbug/drive_c/Program\ Files/DVDFab\ 9/DVDFab.exe > /tmp/log.txt 2>&1
. A window provides the list of all the products; click on "Try"
. Second window is about beeing part of user experiences program: No
. Main windows is displayed: corrupted text on each tab, please check
uploaded screenshot.
. Click the "X" on the top right to exit: the new window shown is also
corrupted.
In Bug 36954 - DVDFab 9.x fails to convert video files, it is mentionned
"switch to the Converter tab, if you see garbage in the main window switch to
another tab then switch back to Converter".
It does not for me. Switching to another tab and back to the converted does not
show a correct display.
A "grep -i d3d log.txt" shows some d3d related messages:
fixme:d3d:swapchain_init The application requested more than one back
buffer, this is not properly supported.
fixme:d3d:swapchain_init The application requested more than one back
buffer, this is not properly supported.
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:d3d9_device_CreateTexture Resource sharing not implemented,
*shared_handle (nil).
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
This issue might be related to bug Bug 35913 - Meo Music only shows a white
screen.
Same d3d function is present:
fixme:d3d9:d3d9_device_CreateTexture Resource sharing not implemented,
*shared_handle (nil).
My configuration:
Up-to-date Linux Manjaro 64bit
Intel Corporation 3rd Gen Core processor Graphics Controller (i915 driver)
OpenGL ES 3.0 Mesa 10.2.7
X AccelMethod SNA
--
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=37720
Bug ID: 37720
Summary: Hashmyfiles crashes on HTML report creation
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ngupta(a)umiacs.umd.edu
Distribution: ---
Created attachment 50215
--> https://bugs.winehq.org/attachment.cgi?id=50215
Backtrace of error observed.
The app hashmyfiles, downloaded from the url
http://www.nirsoft.net/utils/hashmyfiles-x64.zip, loads and hashes files.
However when one tries to generate an HTML report to export, the application
crashes with a stack overflow. The log is attached. This error report is based
on using the 64-bit version of WINE 1.7.33.
The log of the backtrace is 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=34216
Bug #: 34216
Summary: Windows Live installer cannot proceed without IE
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
Windows Live installer fails when 'Accept' button is pressed, claiming there's
no Internet connection. Works fine with IE 7.
--
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=37778
Bug ID: 37778
Summary: Assassin's Creed III Fails To launch : Unhandled
exception: page fault on read access to 0x00000000 in
32-bit code (0x00822f9f).
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ADHAM3322(a)GMAIL.COM
Distribution: ---
Created attachment 50319
--> https://bugs.winehq.org/attachment.cgi?id=50319
cacktrace for launching the game
I'm using a lenovo z50 with nvidia 840m graphics card
OS: ubuntu 14.04.1
when launching the game i expected to see somthing similar to
:https://bugs.winehq.org/show_bug.cgi?id=24517
but i got a diffrent errror (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=33956
Bug #: 33956
Summary: CCD Calculator: Run-time error '458'
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)astronomy.com.ph
Classification: Unclassified
Created attachment 45107
--> http://bugs.winehq.org/attachment.cgi?id=45107
CCD Calculator screenshot
In CCD Calculator (an astronomy software), the program starts up correctly but
when I attempt to change the dropdown menu for selecting either a telescope or
CCD camera, I get this error:
Run-time error '458'.
Variable uses an automation type not supported in Visual Basic
In the terminal I get this message:
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
CCD Calculator is a free program very useful to astronomers. It can be
downloaded here (3.4 MB).
https://dl.dropboxusercontent.com/u/75904861/ccdcalcfull.exe
--
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=37786
Bug ID: 37786
Summary: Battle.net window distortion
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brian.jd(a)gmail.com
Distribution: ---
Created attachment 50329
--> https://bugs.winehq.org/attachment.cgi?id=50329
Running Battle.net.exe with wine from terminal on Fedora 20 log messages
I have had a problem with the battlenet window after attempting to install
Starcraft II. The problem manifests as a distorted window that looks stretched
diagonally. There are a couple work-arounds that seem to work, such as running
wine with: "LIBGL_ALWAYS_SOFTWARE=1 wine ~/.wine/drive_c/Program\
Files/Battle.net/Battle.net.exe", and just clicking where the game launch
button is supposed to be, and it'll get you into the game you want, but the
problem itself still remains by default, and should probably be addressed.
Other people in AppDb have had a similar problem as well:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=28855#Comment…
I'm running this on Fedora 20.
--
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=37682
Bug ID: 37682
Summary: "Host_Authfail" prevents play of Marvel Heroes 2015
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael.m.hensley(a)gmail.com
Distribution: ---
when marvel Heroes laucher is launced it give error "Host_Authfail" and allows
you to click ok and go no further. Without the launcher the game cannot be
played. As with most lauchers it will download all updates and allow the player
to log in when the game is up to date.
--
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=37763
Bug ID: 37763
Summary: Wine penetrates into the Linux user area. Wine changes
the mime types.
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davidhoch.hh(a)gmail.com
Distribution: ---
Wine writes entries to ~.local/share/mime/
Wine adds numerous mime types and Applications to the Linux user environment.
When right-clicking a file, choosing "Open With", the list of applications is
cluttered with Ms-Windows programs.
Many of the file associations in the Linux system are messed up by wine.
--
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=23022
Summary: Problem with serial port communication
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: servicii(a)gmail.com
Hello!
Due to some error (fixme:comm:set_queue_size insize 4096 outsize 4096
unimplemented stub)that i encountered under Wine with an aplication that uses
serial connection to connect to an external panel which has a flash memory, I
tried to test the serial communication from the computer running Linux with
Wine and my computer, running Windows XP. This way i tried to remove the
probability of a problem with that external panel and its application.
So i installed under Wine (and on my computer too) two serial file transfer
programs for Windows XP : FileSendComm and Anzio Lite.
Anzio Lite worked ok, the file was transferred correctly both ways (from my
computer to Wine computer, and reverse), and it gave me no error.
FileSendComm managed to send the file from my computer to the Wine machine, but
gave me this error when i tried to transfer the file from the Wine machine to
my computer :
fixme:comm:set_queue_size insize 4096 outsize 4096 unimplemented stub
So, because the problem with the application metioned in the beginning was that
i could not transfer files to the external panel, i think there is a bug in the
way that Wine handles serial communication from the machine it is running to
outside .
What can be done about this?
Thank you very much.
I use Wine version : wine-1.0.1-174-gc4039bd , running under Debian Lenny, with
kernel 2.6.30
I also tried with latest Wine 1.2-rc2, and the error is still there.
--
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=37719
Bug ID: 37719
Summary: BatToExe utility (64-bit) won't install or run
(portable version)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ngupta(a)umiacs.umd.edu
Distribution: ---
Created attachment 50214
--> https://bugs.winehq.org/attachment.cgi?id=50214
Log of stack overflow on portable 64-bit version
The utility BatToExe (64-bit version) downloaded from
http://www.f2ko.de/downloads/Bat_To_Exe_Converter.zip will not install using
its setup tool with 64-bit WINE 1.7.33. There is no error, just a set of
warnings (if warnings are off, it doesn't output anything to STDOUT or STDERR).
The utility also has a portable version (64-bit). When that is run, there is a
stack overflow. The log file of the stack overflow is 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.
https://bugs.winehq.org/show_bug.cgi?id=37718
Bug ID: 37718
Summary: EditPad Lite (64 bit) does not start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ngupta(a)umiacs.umd.edu
Distribution: ---
Created attachment 50213
--> https://bugs.winehq.org/attachment.cgi?id=50213
Warn-all log; WINE doesn't start.
EditPad Lite available at
http://download.jgsoft.com/editpad/SetupEditPadLite.exe. This 64-bit
application does not start up in wine64.
The following command in Ubuntu was executed:
WINEDEBUG=warn+all ~/wine64/loader/wine64 ./SetupEditPadLite.exe 2>&1 | tee
SetupEditPadlite.log
The log is 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=23524
Summary: Imperivm III: sound doesn't work
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josemdark(a)gmail.com
Created an attachment (id=29365)
--> (http://bugs.winehq.org/attachment.cgi?id=29365)
Console log
When you open Imperivm III simply the sound doesn't work. It works in other
wine applications in my computer. I wasn't able to select more than one
component when reporting the bug, but note that directsound is involed too (not
appears in the log because I only opened a game, but in-game the sound doesn't
work too).
This error is very old, but I searched Imperivm in the bugtracker and nothing
appeared, when I first used wine (a version around 0.9.x) the bug existed, and
It has never been fixed, I have player Imperivm in several wine versions (along
the time) and in several computers ( I played on i386 too ). The sound has
never worked.
When you open the game a crash message appears too, but you click close and the
game continues working.
Audio hardware:
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev
a1)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High
Definition Audio (rev 05)
I guess that the nVidia one is for the HDMI and I'm not using HDMI at the
moment.
I ran Imperivm III on a clean wineprefix.
--
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=37754
Bug ID: 37754
Summary: Can't install free OneNote executable.
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)stratvantage.com
Distribution: ---
Created attachment 50269
--> https://bugs.winehq.org/attachment.cgi?id=50269
Crash dump
Downloaded the exe for the new free Microsoft OneNote but when I attempt to
install it fails.
--
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=35233
Bug ID: 35233
Summary: Pegasus mail cannot be run. It runs, but windows are
empty
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fojtik(a)penguin.cz
Classification: Unclassified
In the version 1.7.9 there has been introduced a new problem that hides this
issue. I hope that this is different problem than 31399. It do not occur in
1.5.28.
=======================================================================
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
......
......
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
err:seh:setup_exception_record stack overflow 1232 bytes in thread 0009 eip
7ea1e007 esp 00230e60 stack 0x230000-0x231000-0x330000
--
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=37733
Bug ID: 37733
Summary: Wine crashes attempting to install the file
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: s.lopiano(a)gmail.com
Distribution: ---
Created attachment 50242
--> https://bugs.winehq.org/attachment.cgi?id=50242
The generated log file
Problem with acceleris discovery studio licence
--
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=37698
Bug ID: 37698
Summary: Warframe launch error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: phoenix.burn(a)gmail.com
Distribution: ---
Created attachment 50177
--> https://bugs.winehq.org/attachment.cgi?id=50177
backtrace
Warframe launch error
--
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=37790
Bug ID: 37790
Summary: Very fast audio in Jelly no Puzzle on OS X
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: c2379868(a)trbvm.com
Starting in Wine 1.7.33, the music in the game "Jelly no Puzzle" plays
extremely quickly--more than 4x normal speed.
This applies specifically to the *music* in Jelly no Puzzle, not the sound
effects, which appear to be unchanged. Nor does it apply to the audio of any
of several other programs I've tested.
This problem is observed on two computers running Mac OS X 10.6.8. The problem
does not occur in Wine 1.7.32 or any earlier version I've tested; it is a
regression beginning in 1.7.33. The versions of Wine are installed from
Macports. I've not tested any other platforms. The problem reproduces with an
empty wineprefix.
Jelly appears to rely on a freeware program called "PxTone"
(http://en.wikipedia.org/wiki/PxTone ) to synthesize its music (Jelly comes
with a "pxtoneWin32.dll" file). I imagine a change in Wine 1.7.33 has broken
some assumption made by PxTone. It sounds like the musical notes are played on
top of each other; they have the right pitch and duration, but each note is
played as soon as the CPU can afford to play it, rather than after the previous
note finishes (or whatever the appropriate delay may be). I'd therefore
suspect that either some timing-related function is to blame, or some function
returns immediately that used to block.
For reproducing and testing, Jelly no Puzzle is freeware from:
http://qrostar.skr.jp/index.cgi?page=jelly&lang=en
Ticket #37630 seems similar, but it references a problem beginning in 1.7.31,
so it may not be directly related.
--
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=25955
Summary: Dreamweaver CS5 install fails
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius.andreiana(a)gmail.com
Created an attachment (id=33088)
--> (http://bugs.winehq.org/attachment.cgi?id=33088)
wine output
Attaching output
--
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=37616
Bug ID: 37616
Summary: Heretic Kingdoms Inquisition locks up during
introdution after clicking the first dialog hyperlink
'click to continue'
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
Distribution: ---
Game needs winetricks mfc42 to start.
You can bypass the freeze by clicking space instead of using the mouse to click
on the link
Demo is here:
http://download.fileplanet.com/ftp1/102004/Kult_Heretic_Kingdoms_Demo_Engli…
The demo shows the bug, just click new game, start, wait for the animation to
end and the dialog box to display, click the hyperlink with the mouse.
No error was presented on the console
(besides 'fixme:d3d:state_zenable W buffer is not well handled' which is
constant)
, although the game background is frozen. Mouse still moves.
I have no idea what to log so i'm not presenting a log, if you require it
please tell me the correct channels to log.
--
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=37788
Bug ID: 37788
Summary: I can not install a steam game.
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: callabashful(a)gmail.com
Created attachment 50333
--> https://bugs.winehq.org/attachment.cgi?id=50333
The log
When I install a steam game, it says that setup.exe has encountered a problem
and has to close. The game "launches" (it says I'm in-game but I'm not).
--
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=31477
Bug #: 31477
Summary: Yahoo messenger with Fedora 17 fails
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ferraneloi(a)gmail.com
Classification: Unclassified
Created attachment 41377
--> http://bugs.winehq.org/attachment.cgi?id=41377
backtracter of yahoo messenger
This is my yahoo messenger backtrace after it hangs just after the initial run.
Running with Fedora 17 Kernel 3.5.1-1.fc17.x86_64 GNU/Linux
I hope this backtrace helps.
--
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=37797
Bug ID: 37797
Summary: Warframe updater fails
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: correo.cuervo(a)gmail.com
Distribution: ---
Created attachment 50342
--> https://bugs.winehq.org/attachment.cgi?id=50342
Console messages
I run the warframe launcher but closes suddenly and doesn't update.
--
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=34681
Bug #: 34681
Summary: Prime World launcher usually stops downloading (Update
failed)
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sikon(a)ubuntu.com
Classification: Unclassified
Created attachment 46229
--> http://bugs.winehq.org/attachment.cgi?id=46229
Console output (stderr)
This error is random, but most of the time (in about 80% of all launches), the
Prime World launcher will refuse to update the game, or interrupt a pending
update. The launcher window simply says "Update failed".
Meanwhile, stderr reports a C++ exception caused, apparently, by the
application failing to download a file by HTTP from playpw.com. (Search for
"exception" in the attached log.)
This problem does not occur under Windows.
--
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=27809
Summary: Celtic Kings doesn't play audio
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://www.fileplanet.com/111590/110000/fileinfo/Celti
c-Kings-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=35569)
--> (http://bugs.winehq.org/attachment.cgi?id=35569)
terminal output (only built-in dlls)
Celtic Kings: Rage of War doesn't emit any audio during gameplay, the game runs
silently.
The game starts with a crash (reported in bug #27808). While 'winetricks
directmusic' works around the crash, still no audio in the game with native
dmusic dlls.
I also tried the followings but none of them helped:
- Alsa with 'emulation'
- winetricks dsoundbug9612
- the resampler patchset in bug #14717
Fedora 15
Alsa 1.0.24
--
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=23269
Summary: Eudora 7.1.0.9: Cannot view email body, when browsing
the "In" or "Out" folders
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://www.eudora.com/download/eudora/windows/7.1/Eudo
ra_7.1.0.9.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28989)
--> (http://bugs.winehq.org/attachment.cgi?id=28989)
Screenshot-Eudora-dead space should display email
- Open Eudora 7.1.0.9
- Ctrl+N to create a new email
- Write "x" in the To: field
- Write "x" in the email body
- Ctrl+S to save the email
- Ctrl+W to close the email
- Ctrl+0 to open the Out mailbox, notice the body of the email is not visible.
If you double-click it, it still shows "x" in the body.
Some more info: When moving the "Out" window partially outside the Eudora main
window, then bring it back, the region which should display the email retains
parts of the screen, for example the main window border.
--
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=37805
Bug ID: 37805
Summary: Interface: ISWbemServices not implemented
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: den.aria(a)gmail.com
Distribution: ---
I have problem
SWbemLocator: TSWbemLocator;
Service: ISWbemServices;
// Connect to WMI.
Service := SWbemLocator.ConnectServer('',
'root\cimv2',
'',
'',
'',
'', 0, nil);
Exception: OLE error 80040154, ClassID: {76A64158-CB41-11D1-8B02-00600806D9B6}
(EOleSysError).
ISWbemServices
// *********************************************************************//
// Interface: ISWbemServices
// Flags: (4432) Hidden Dual OleAutomation Dispatchable
// GUID: {76A6415C-CB41-11D1-8B02-00600806D9B6}
// *********************************************************************//
--
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=31421
Bug #: 31421
Summary: Vampire - Bloodlines Second answer can not be chosen
during dialog
Product: Wine
Version: 1.5.9
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yannick.baro(a)gmail.com
Classification: Unclassified
In versions 1.5.9 and 1.5.10, when in a dialog, key 2 doesn't do anything when
it should activate the second answer. Answers 1 and 3 work and the game acts as
expected with wine version 1.5.5.
--
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=34278
Bug #: 34278
Summary: Fontfix doesn't run
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael_martijn(a)hotmail.com
Classification: Unclassified
I tried running Fontfix on Wine 1.6 using Ubuntu 12.04. It didn't do anything
but winetricks immediately returned to the prefix menu. I tried multiple things
to solve the issue:
deleting the current prefix and trying again
Updating to Wine 1.7.0
Installing all Wine Dependencies
Deleting some foreign fonts I never use using Synaptic Package Manager
Which all didn't help. If I can offer more information, please let me know!
--
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=7102
--- Comment #16 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
the blocker is gone, please retest with recent Wine 1.7.33/34 and attach a
fresh trace/crash log.
Also try to reword the summary, be more specific about the user visible problem
("crashes"/"hangs"/"shows error X").
"unspecific problem" is essentially the same as "something doesn't work" = bad.
Regards
--
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=22435
Summary: Wine un-highlights selected text when right button is
clicked
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.boilsoft.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Using Resource Hunter 1.32 available from http://www.boilsoft.com/download.html
shows up a problem related to text selection.
If you select text in a text field, then right-click in order to e.g. choose
Copy from the pop-up menu, Wine incorrectly removes the highlighting. (The text
is copied to the clipboard correctly however.)
To demonstrate, install and run Resource Hunter. Load an executable into
Resource Hunter (you can use the program executable). In the Resource pane in
the upper right of the window, click String Table[English (United States)]. The
pane in the lower right shows a list of ID numbers and strings. Click on one of
the lines so the ID: and Caption: string fields above are filled. Click and
drag the mouse pointer to highlight text in the Caption: field. Right-click.
Notice how Wine removes the highlight; it should not do that. Or more
specifically... in Windows, I noticed that on right-clicking the highlight is
removed then immediately redrawn. Wine is not redrawing the highlight.
--
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=22460
Summary: msvcr90 insufficient to run Deluge
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://download.deluge-torrent.org/windows/deluge-1.2.
3-win32-setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Deluge installs nicely, but fails to run.
Here it is after clean installation:
$ wine cmd /c deluge
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8)
dank@aw2 ~/.wine/drive_c/Program Files/Deluge $ err:module:attach_process_dlls
"MSVCR90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Deluge\\Deluge-Python\\deluge.exe" failed, status c0000142
After removing its bundled copy of msvcr90,
it dies instead with
wine: Call from 0x7ee0a013 to unimplemented function msvcr90.dll._fstat64i32,
aborting
--
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=22685
Summary: unimplemented function msvcr90.dll._wmakepath_s
(affects Spiceworks)
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://spiceworks.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(This seems to be the next problem after bug 12838.)
To repeat:
rm -rf ~/.wine
wget http://download.spiceworks.com/Spiceworks.exe
mkdir tmp
cd tmp
7z x ../Spiceworks.exe
wine spiceworks_package.exe
This outputs:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8)
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
wine: Call from 0x6833a812 to unimplemented function msvcr90.dll._wmakepath_s,
aborting
wine: Unimplemented function msvcr90.dll._wmakepath_s called at address
0x6833a812 (thread 0009), starting debugger...
--
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=22914
Summary: TheWord: cursor does not display/function correctly
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heartsongsmusicmin(a)juno.com
Issue appeared in 1.1.43, still present in 1.1.44 and 1.2-rc1. TheWord
functions correctly in 1.1.42 and prior versions of Wine.
In a docked Bible View you can only select complete lines with the mouse for
copying text. In a floating view, if you select any part of a verse with the
mouse, nothing is highlighted; if you do Ctrl-C, it works the same as
right-click, Copy (reference). Apparently whatever is different about a
floating view affects how the cursor is displayed and highlighting works.
In a docked Book View (commentary, for example), when the active verse has no
entry the standard "page" displays giving the option to add comments or the
alternate choices. On a line with plain text and a hyperlink, you can position
the cursor anywhere within the text but it won't go beyond the second character
of the hyperlink. Behavior within a hyperlink is the same whether the link
occupies part or all of the line.
In a User module Book View, the behavior is hard to figure out. On lines that
have been indented the cursor behaves properly, hyperlinks included. On lines
that are not indented, the cursor doesn't move past the second character unless
text attributes like Bold have been applied. Then it will move farther along
the line, but still not to the correct position. If the line is retyped, the
line, the cursor positioning works as expected for that session. In Book Views,
keyboard navigation works for cursor position and actions like copy and paste;
however, the displayed cursor doesn't move and the text doesn't highlight, so
you can't see what is going on.
In the F3 search box, it doesn't matter where I click on the line, the cursor
won't go past the second column. If I click to the right of the text in the box
and use the backspace key, it deletes the text from the right as you would
expect even though the cursor appears in the second column.
Another issue is the lookup of words in the dictionary when the mouse hovers
over them. It doesn't matter which word the mouse is over, it looks up the word
at the end of the line. It is consistent whether in a single version Bible view
or Compare view.
Aside from these issues, mouse/cursor behavior is as expected. Hyperlink popups
work fine, tooltips are ok, navigation works properly. I did try emulating a
desktop in Wine but that didn't change how TW behaves. The program doesn't
crash but it is essentially unusable as intended because of these interface
issues.
--
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=23021
Summary: Spider black suits fail to display
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: makitso(a)gmail.com
Sorry, but my wife really likes MS Spider. So, I have been using it for
several years under Wine. Now, with the latest Ubuntu release (10.04) and the
latest Wine from the repository, the black suite's spade, clubs, do not
display. I am running the proprietary nvidia driver. Also, over the last two
years, the general performance has slowed down. When you select a new block of
cards to be put into the stacks, it just grinds until all the cards are moved
around.
--
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=23214
Summary: WM Desktop Alert crashes immediately after being run
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killzenator(a)gmail.com
Right after being run the WM Desktop Alert crashes before it can fetch the
latest deal from the site or display any kind of notification
--
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=23241
Summary: Icons are blacked out/blank in some Altium Designer
2009 GUI elements
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnvoltz(a)gmail.com
Some of the icons in the Altium Designer GUIs are blanked out, black squares.
Regression testing reveals the cause as:
93437fc963378e2b56632aac12fc05f90645619b is the first bad commit
commit 93437fc963378e2b56632aac12fc05f90645619b
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Apr 7 18:27:52 2010 +0900
comctl32: Do not use width of the passed to ImageList_Add bitmap as an icon
width.
:040000 040000 ddd03ea559490af9b50e5e57de31141e8d4c6f3e
6c63b6238463e6a1841ba1b050d2f34c0567d9a2 M dlls
--
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.