https://bugs.winehq.org/show_bug.cgi?id=36346
Bug ID: 36346
Summary: valgrind shows a few leaks in d3d10core/tests/device.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==32708== 4,096 bytes in 1 blocks are definitely lost in loss record 842 of 897
==32708== at 0x6F756F1: ??? (in /usr/lib/libdrm_intel.so.1.0.0)
==32708== by 0x6F71378: drm_intel_bo_map (in /usr/lib/libdrm_intel.so.1.0.0)
==32708== by 0x6B830C9: ??? (in /usr/lib/dri/i965_dri.so)
==32708== by 0x6BB4710: ??? (in /usr/lib/dri/i965_dri.so)
==32708== by 0x6B439B4: ??? (in /usr/lib/dri/i965_dri.so)
==32708== by 0x6469B9B: ??? (in /usr/lib/libGL.so.1.2.0)
==32708== by 0x64392F4: ??? (in /usr/lib/libGL.so.1.2.0)
==32708== by 0x60A0DF2: create_glxcontext.isra.0 (opengl.c:1254)
==32708== by 0x60A1127: X11DRV_wglCreateContextAttribsARB (opengl.c:2071)
==32708== by 0x5432C29: wglCreateContextAttribsARB (wgl.c:268)
==32708== by 0x4FA3F13: wined3d_adapter_init.constprop.18 (directx.c:300)
==32708== by 0x4FAAD78: wined3d_init (directx.c:5272)
==32708== by 0x5030926: wined3d_create (wined3d_main.c:105)
==32708== by 0x4F25F50: dxgi_factory_create (factory.c:332)
==32708== by 0x4F24689: CreateDXGIFactory (dxgi_main.c:80)
==32708== by 0x4A9634F: D3D10CreateDevice (d3d10_main.c:63)
==32708== by 0x4A54D57: create_device (device.c:36)
==32708== by 0x4A54DBB: test_create_texture2d (device.c:53)
==32708== by 0x4A5559B: func_device (device.c:885)
==32708== by 0x4A5930C: run_test (test.h:584)
==32708==
==32708== 12,068 bytes in 1 blocks are possibly lost in loss record 868 of 897
==32708== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==32708== by 0x5030901: wined3d_create (wined3d_main.c:95)
==32708== by 0x4F25F50: dxgi_factory_create (factory.c:332)
==32708== by 0x4F24689: CreateDXGIFactory (dxgi_main.c:80)
==32708== by 0x4A9634F: D3D10CreateDevice (d3d10_main.c:63)
==32708== by 0x4A54D15: create_device (device.c:34)
==32708== by 0x4A58400: func_device (device.c:613)
==32708== by 0x4A5930C: run_test (test.h:584)
==32708== by 0x4A596FA: main (test.h:654)
==32708==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36320
Bug ID: 36320
Summary: valgrind shows several possible leaks in
opengl/tests/opengl.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12640== 56 bytes in 1 blocks are possibly lost in loss record 688 of 2,358
==12640== at 0x40087BA: calloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==12640== by 0x82CFAFB: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x811B5D5: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x8120100: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x8092E3F: ??? (in /usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x806BB65: OSMesaCreateContextExt (in
/usr/lib/libOSMesa.so.8.0.0)
==12640== by 0x51EB28E: dibdrv_wglCreateContext (opengl.c:201)
==12640== by 0x4F20039: wglCreateContext (wgl.c:383)
==12640== by 0x4D4578F: test_bitmap_rendering (opengl.c:626)
==12640== by 0x4D4743C: func_opengl (opengl.c:1664)
==12640== by 0x4D4BEB4: run_test (test.h:584)
==12640== by 0x4D4C2A2: main (test.h:654)
==12640==
etc.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43371
Bug ID: 43371
Summary: valgrind shows a definite leak in
dlls/d3drm/tests/d3drm.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==8686== 28 bytes in 1 blocks are definitely lost in loss record 1,029 of 2,577
==8686== at 0x7BC51061: notify_alloc (heap.c:254)
==8686== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==8686== by 0x4B7B77A: Direct3DRMCreate (d3drm.c:2311)
==8686== by 0x4A4366A: test_create_texture_from_surface (d3drm.c:6620)
==8686== by 0x4A47EFB: func_d3drm (d3drm.c:7341)
==8686== by 0x4A4AD93: run_test (test.h:603)
==8686== by 0x4A4B1F2: main (test.h:687)
==8686==
==8686== 672 bytes in 24 blocks are definitely lost in loss record 2,399 of
2,577
==8686== at 0x7BC51061: notify_alloc (heap.c:254)
==8686== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==8686== by 0x4B7B77A: Direct3DRMCreate (d3drm.c:2311)
==8686== by 0x4A20977: test_destroy_callback (d3drm.c:1418)
==8686== by 0x4A21934: test_object (d3drm.c:1600)
==8686== by 0x4A47E7E: func_d3drm (d3drm.c:7316)
==8686== by 0x4A4AD93: run_test (test.h:603)
==8686== by 0x4A4B1F2: main (test.h:687)
==8686==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19508
Summary: Cosmology of Kyoto crashes.
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: motleyjester13(a)yahoo.com
Created an attachment (id=22696)
--> (http://bugs.winehq.org/attachment.cgi?id=22696)
Backtrace of Wine attempting to launch the game executable.
Ok, this one is of no major importance I guess. I just got nostalgic and
wanted to play Cosmology of Kyoto again. Anyway, upon trying to launch the
program I get a nice crash log, and no joy.
This one is an app made with Macromedia tools. I figured I'd go ahead an
introduce a bug for this one since none exist (surprising). The backtrace is
attached below. Cheers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5941
--- Comment #28 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Rubystar from comment #19)
> Created attachment 25921 [details]
> Resize test
>
> compile
> wineg++ resize-test.cpp -o resize-test -mwindows
> and try to resize window.
This still fails for me in 4.0-rc2 with XFCE.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21351
Summary: Ankh: black screen since amid intro animation (autogen
mipmap)
Product: Wine
Version: 0.9.47.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: chris.kcat(a)gmail.com
commit fc96587b3d4390f16f9c7d572e27ec950f715404 past 0.9.46
Author: Chris Robinson <chris.kcat(a)gmail.com>
Date: Wed Oct 3 04:19:15 2007 -0700
wined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported.
is the major regression in Ankh (the first from the trilogy) as it causes a
black screen amid the intro sequence, after the display of "Kapitel 1: Audienz
mit Hindernissen", before the father punishes Assil. The black screen remains
even after the player gets control. This imposes garbage rating in AppDB since
0.9.47.
The commit itself seems harmless:
if(GL_SUPPORT(SGIS_GENERATE_MIPMAP)) {
*pCaps->Caps2 |= WINED3DCAPS2_CANAUTOGENMIPMAP;
Likely either Ankh or Wine enter a different code path as a result of this flag
being set. Bug #11167 is related to autogen_mipmap but probably harmless (my
understanding so far is that autogenmipmap only makes textures look nicer),
because among the applications from Deck13 affected by that other bug (Luka,
Ankh2, Jack Keane), only Ankh1 goes black.
Removing that capability in wine-1.1.36 makes the screen display normally.
Using Ubuntu Intrepid with Intel i915 graphics. This app works in XP on
another hardware equipped with builtin Intel graphics. I don't know whether the
XP machine declares CANAUTOGENMIPMAP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46072
Bug ID: 46072
Summary: Freelancer: Stutter when new NPC ships spawn
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tom(a)r.je
Distribution: ---
I've been trying to debug this for some time, however in the game Freelancer,
when new NPC ships spawn, the game stutters. This has happened every time I've
tried playing the game (First attempt last September, same issue with whatever
the latest wine version was then)
Video:
https://www.youtube.com/watch?v=fLnkWDsgcpc&feature=youtu.be
It's most pronounced at 00:57 but is often worse than that and happens each
time new NPCs spawn. In that video each time an NPC spawns ahead or behind the
player a stutter occurs. It seems to vary from 0.1 seconds to up to about a
second.
It is *always* when an NPC spawns so it seems like it's an I/O issue either
loading the 3d model or the related audio.
Nothing appears in the console using the default WINEDEBUG.
These lines get repeated:
0009:fixme:d3d:debug_d3dformat Unrecognized 0x38414144 (as fourcc: DAA8)
WINED3DFORMAT!
0009:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x38414144)
in the format lookup table.
But they do not coincide with the stutter. Running WINEDEBUG=all makes it
impossible to see when the issue occurs because the game runs as a slideshow.
I have tried the following:
1) Native Microsoft Windows on the same system works fine, no stutter
2) Using lower settings. It does not appear to be GPU related.
3) Using a d3d8 -> dx11 windows wrapper and DXVK. It works as intended, forcing
the d3d8 game to render using DXVK. The game still runs at 60fps except when
new ships load and the stutter occurs (showing < 20fps briefly though really
it's 0fps for a small amount of time)
4) Running from an SSD and NVME, no difference
5) Using the esync patches to reduce CPU/IO overhead, no difference
6) Using taskset to force the game to only use cores 1-4, no difference.
7) Disabling audio in WINE. Perhaps it's when the new NPC's engine sounds are
loaded? It doesn't help but this may be because the audio is still loaded, it's
just never played. It could still be an audio issue.
8) Using ALSA instead of pulse in winecfg.
9) wine-staging, no effect
System specifications:
AMD Threadripper 1950x
32gb DDR ram
nvidia 980ti.
It's a shame because the game runs beautifully except for the annoying stutter
every 20-30 or so seconds when new NPC ships spawn.
I can't see how it's a hardware issue as the game is from 2003 and even with
the overhead of WINE should run flawlessly on a modern PC.
--
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=45946
Bug ID: 45946
Summary: Regression in commit
580ea44bc65472c0304d74b7e873acfb7f680b85
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: zerooneo(a)01101001.net
Distribution: ---
Created attachment 62487
--> https://bugs.winehq.org/attachment.cgi?id=62487
A screenshot showing several objects temporarily missing
A last-minute commit was included in release 3.17, numbered
580ea44bc65472c0304d74b7e873acfb7f680b85, and titled "wined3d: Use query buffer
objects for occlusion queries."
This commit seems to negatively affect the game "The Witness". When I play the
game with Wine compiled from this commit or a later one and go out into an open
area, the framerate drops considerably, and landscape features and buildings
that are at a distance start very rapidly flashing in and out of existence.
Areas that are close to the player or indoors are unaffected.
--
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=3866
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur in wine-4.0-rc2?
I do not understand what the software does and what the bug is.
--
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=8133
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #24 from joaopa <jeremielapuree(a)yahoo.fr> ---
Download link is burst. Here is a working one
https://softfamous.com/clue-classic/download/
Can an administrator put this link at the URL place?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36191
Bug ID: 36191
Summary: valgrind shows some potential leaks in
crypt32/tests/cert.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 36190
==17318== 20 bytes in 1 blocks are possibly lost in loss record 51 of 334
==17318== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318== by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318== by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318== by 0x4EAC507: CertContext_SetProperty (cert.c:703)
==17318== by 0x4EAB7AF: CertContext_GetHashProp (cert.c:399)
==17318== by 0x4EAB9DB: CertContext_GetProperty (cert.c:445)
==17318== by 0x4EABFDA: CertGetCertificateContextProperty (cert.c:579)
==17318== by 0x4EADEF3: compare_cert_by_sha1_hash (cert.c:1368)
==17318== by 0x4EAE423: cert_compare_certs_in_store (cert.c:1530)
==17318== by 0x4EAEF02: CertFindCertificateInStore (cert.c:1794)
==17318== by 0x4EAAD3C: add_cert_to_store (cert.c:192)
==17318== by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318== by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318== by 0x4CC9495: testAddCert (cert.c:198)
==17318== by 0x4CD8F2F: func_cert (cert.c:3976)
==17318== by 0x4D33F67: run_test (test.h:584)
==17318== by 0x4D34356: main (test.h:654)
==17318==
==17318== 20 bytes in 1 blocks are possibly lost in loss record 52 of 334
==17318== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318== by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318== by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318== by 0x4EF788F: ContextPropertyList_Copy (proplist.c:215)
==17318== by 0x4EBE9AF: Context_CopyProperties (context.c:130)
==17318== by 0x4EAAB6C: Cert_clone (cert.c:139)
==17318== by 0x4F03664: MemStore_addContext (store.c:151)
==17318== by 0x4F03A35: MemStore_addCert (store.c:243)
==17318== by 0x4EAB119: add_cert_to_store (cert.c:263)
==17318== by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318== by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318== by 0x4CC9495: testAddCert (cert.c:198)
==17318== by 0x4CD8F2F: func_cert (cert.c:3976)
==17318== by 0x4D33F67: run_test (test.h:584)
==17318== by 0x4D34356: main (test.h:654)
==17318==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46299
Bug ID: 46299
Summary: MIDI Program Changes don't work properly in Wine MacOS
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)jaybmusic.net
Distribution: ---
When using MIDI applications in Wine on MacOS (no matter which version of Wine
or OS or wrapper) a program change is transmitted twice to an external MIDI
interface. First there is a normal Program Change to e.g. no. 32. Then,
practically at the same time, another Program Change is transmitted with no. 0.
This means that Whatever you select or whatever MIDI file you play it's always
piano. This does not happen on the Linux version of Wine.
Log of MIDI Monitor:
12:25:37.021 From Port 8 Control 1 Bank Select 0
12:25:37.022 From Port 8 Control 1 Bank Select (fine) 0
12:25:37.023 From Port 8 Program 1 3
12:25:37.023 From Port 8 Program 1 0
12:25:37.812 From Port 8 Control 1 Bank Select 0
12:25:37.813 From Port 8 Control 1 Bank Select (fine) 0
12:25:37.814 From Port 8 Program 1 4
12:25:37.814 From Port 8 Program 1 0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25309
Summary: function_grep.pl should be killed
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Nov 25 12:28:58 <julliard> austin987: function_grep.pl should be killed,
and wine-preloader is for internal use
:-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35440
Bug ID: 35440
Summary: All icons in dialogs are same or none
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2l82day(a)gmail.com
Classification: Unclassified
Created attachment 47297
--> http://bugs.winehq.org/attachment.cgi?id=47297
My inventory
When I play this game, which works, all icons in my Inventory, bank, skills,
talent bank, and my gear has all icons the same one,even though I have never
seen this icon in the game.
The talent and skills icons are either gone, or has another of the same icon,
also not ever seen before.
I can play the game, and accept quests and kill monsters, but can't see what I
pick up as drops or what skills I am using.
The game got updated to 1.7.11 and the game doesn't even run. I used to run
this game perfectly with 1.6-rc2. When the game got updated to 1.7.11.
I updated it to 1.6 myself, still thru the Ubuntu PPA, so it would work, just
not perfectly.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25480
Summary: text missing in Qt Dominate
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan(a)bryanrussell.com
This was discussed in the thread for bug 18120 but the conclusion was that this
is a separate issue. Running the application Qt Dominate (from
dominategame.com), the text in the status window at the bottom left disappears
after a bit with no way to read it or get it back.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30736
Bug #: 30736
Summary: treeview: excessive CPU usage while right mouse button
is pressed
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
To reproduce:
- run regedit
- press and hold right mouse button over the left pane without moving the mouse
CPU usage jumps to about 20% on 4-threaded CPU and stays there until either the
mouse button is released or the mouse is moved.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42682
Bug ID: 42682
Summary: Titan Quest - Immortal Throne high cpu load when csmt
enabled
Product: Wine-staging
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
i compared enbale/disable wine-staging 2.4 csmt cpu load & fps with game Titan
Quest - Immortal Throne, record as bellow:
fps cpu
~30 >90% csmt enabled, StrictDrawOrdering disabled
~26 >85% csmt enabled
---------
~19 ~60% csmt diabled
yes, csmt patch improve fps over 50%, but cpu load came up very high makes me
obviously feel playing game is not smooth, including starting/load maps/roles
moving & fighting etc. desktop became slower too.
csmt cause very high cpu load, is it should be or bug?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42161
Bug ID: 42161
Summary: Darkest Dungeon crashes upon loading into seemingly
specific dungeons, resulting in a bricked save
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rh964(a)live.missouristate.edu
Distribution: ---
Created attachment 56737
--> https://bugs.winehq.org/attachment.cgi?id=56737
Darkest Dungeon save file that creates the crash
This occurred when loading a boss dungeon, and the game saves the fact that you
are in a boss dungeon right before crashing, so the save file just gets
bricked. It has worked for me in the past if you instead copy the save into
actual Windows, and have it load the dungeon there. Immediately closing windows
and copying the save back has produced mixed results for me.
I don't know how reliable the details of the crash circumstances are. I've had
similar circumstances, like a normal (non-boss) dungeon load screen crashing
but loading the dungeon and playing fine after reloading the game. I've
attached the crashing save in question for review. I would add the backtrace I
get, but I can only add one attachment as far as I can see.
Steps to reproduce:
1. Install the Windows GOG version of Darkest Dungeon
2. Unzip the attached save file to $WINEPREFIX\users\%user%\My
Documents\Darkest as profile_0\
3. Open game, and the load the existing first save slot Darkest Umbra
4. Freeze, Wine crash dialog shows upon exiting fullscreen
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25097
Summary: Battlefield Bad Company 2 installer progress bar slams
X
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing BFBC2 is hard on the system - because of X, it seems.
The X server is at 100% while the installer's progress bar
creeps ahead... and it makes Firefox quite sluggish.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37267
Bug ID: 37267
Summary: First run of 1.7.26 seems to hang forever
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Maybe limited to the ubuntu build of 1.7.26.
To reproduce
WINEPREFIX=~/TESTX winecfg
(just use any untaken wine prefix)
Dialog about wine configuration appears and nothing happens.
In fact the application is not dead. If you wait enough (2-3 minutes) then the
application starts.
Same thing happens on a used wine prefix created by previous versions of WINE.
Subsequent runs are fine.
Issue is critical, as users can get the impression that the software is simply
not working at all.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10822
Summary: Dymola: gcc failes compiling simulation
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mauritzius(a)gmx.net
Created an attachment (id=9688)
--> (http://bugs.winehq.org/attachment.cgi?id=9688)
Dymola's Output
I'm trying to run the Demo-Version of Dymola (http://www.dymola.com) under Wine
0.9.51. Prior version of wine did not show the fonts correctly, since 0.9.51
fonts are displayed correctly and it is possible to use the model-editor.
When it comes to simulating, Dymola uses egcs in the background. egcs fails
with "gcc: installation problem, cannot exec `as': No such file or directory".
I tried adding the egcs/bin directory to Path using winecfg, however the
problem still persists.
Any clues?
Attached is the error-message Dymola gives (dymola.txt).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33332
Bug #: 33332
Summary: Flickering when playing videos or embedding
applications into another application
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anesu_email(a)yahoo.com.au
Classification: Unclassified
I am a windows developer that uses gml to program programs and games.
I have been trying to run several applications that i created and the ones that
embed a program or video players flicker during playback or when an application
is captured.
I think this is a problem with external objects like activex because even the
explorer activex (wine gecko)
In the attachment, there is a vlc capturing demo in order for you to test it do
the following:
1. Extract the contents
2. Open vlc.exe from anywhere on your hard drive
3. Open the vlc capturing example.exe
4. VLC should be captured and either flickering or half visible....
for the browser plugin
1. open the exe and see if you will see the browser part...
--
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=37409
Bug ID: 37409
Summary: Spotfire: kernel32 crashes in installer when doing
something with XML
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)ivo.palli.nl
Distribution: ---
Created attachment 49753
--> https://bugs.winehq.org/attachment.cgi?id=49753
Backtrace of kernel32 crash
Trying to get Spotfire 6.0.0 to install and work in Wine.
It needs the .NET 4.5 framework, so I installed it. I worked around a mkdir()
problem in mscorlib, but when the installer says 'Updating XML files' then
msiexec.exe crashes.
I'm running the latest development version of Wine. Setup instructions are
included below and the backtrace is added as attachment.
WINEPREFIX=/home/ren/.wine32 WINEARCH=win32 winecfg
WINEPREFIX=/home/ren/.wine32 winetricks -q dotnet35 dotnet40
WINEPREFIX=/home/ren/.wine32 winecfg # Set Windows version to 'Windows 7'
WINEPREFIX=/home/ren/.wine32 wine ./dotnetfx45_full_x86_x64.exe /q
/c:"install.exe /q"
WINEPREFIX=/home/ren/.wine32 wine setup-6.0.0.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=46295
Bug ID: 46295
Summary: Some programs have problems with sound, easier to
notice when using alsa
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leozinho29_eu(a)hotmail.com
Distribution: ---
Created attachment 63019
--> https://bugs.winehq.org/attachment.cgi?id=63019
Winamp log with WINEDEBUG=+dsound
Some programs as Winamp and DiRT 3 Complete Edition have problems with sound,
where the sound skips sometimes.
Here is a YouTube video showing the problem happening on DiRT 3 Complete
Edition: https://www.youtube.com/watch?v=iowAAAWcQlE
Here is a video showing the problem with Winamp:
https://cdn.discordapp.com/attachments/457747189616214019/50830906937599590…
The attached file has the log with WINEDEBUG=+dsound set when using Winamp.
--
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=31491
Bug #: 31491
Summary: Trading software eror
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: balajiks2k(a)gmail.com
Classification: Unclassified
Created attachment 41395
--> http://bugs.winehq.org/attachment.cgi?id=41395
Error log for Nest Trader Application
Nest Trader is a software that works in Windows OS, when installed using Wine,
it gives error and exits. The back trace file is attached herewith.
--
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=7984
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |ABANDONED
Status|NEEDINFO |RESOLVED
--- Comment #21 from Nikolay Sivov <bunglehead(a)gmail.com> ---
This should be fixed with 927956db67544d84da6dc27922bb64ebd31f64aa. See bug
30103 for test application. I'm going to mark this abandoned, client no longer
works, and is stuck on Checking versions stage.
--
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=46270
Bug ID: 46270
Summary: STGMEDIUM_UserFree unconditional releases a HGLOBAL
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: mark.jansen(a)reactos.org
Distribution: ---
Created attachment 62980
--> https://bugs.winehq.org/attachment.cgi?id=62980
ReactOS +ole capture
When an STGMEDIUM is marshalled locally (just copied),
the HGLOBAL is actually deleted by the stub.
This leaves the recipient of the STGMEDIUM with a head object.
Before 5293cb71838bba86961f62e2317f532c9812db0c this was not a problem, because
an HGLOBAL was always treated as 'remote'.
Thanks to Zebediah Figura for figuring out the problem based on my very
incomplete description :)
--
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=23282
Summary: SpeQ: Wrong coded linefeed
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samoth(a)gmx.de
Since the 1.1.4x releases the editor in SpeQ Mathematics doesn't work right
anymore. Normally if entering an expression an hitting the return key, SpeQ
prints the result. This works allright with the first wine-version I used
(1.1.38 ?).
But now hitting the return key results in additional unvisible characters and
nothing happens until I do a sheet-calculation. Then SpeQ cannot calculate the
expression due to these unvisible characters. Maybe it is the order of coding a
linefeed via 0d 0a.
SpeQ ist available for free at http://www.speqmath.com
--
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=43178
Bug ID: 43178
Summary: Prototype regression
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 58445
--> https://bugs.winehq.org/attachment.cgi?id=58445
Backtrace with CSMT
The Game Prototype
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=31948) was
working back in Wine-Staging-2.8 and fails to start up in 2.9 and 2.10
Since the logs with and without CSMT differ a bit, i will attach both
--
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=25734
Summary: Magic: The Gathering Battlegrounds trial hangs upon
startup
Product: Wine
Version: 1.3.11
Platform: x86-64
URL: http://www.fileplanet.com/134762/130000/fileinfo/Magic
:-The-Gathering---Battlegrounds-Trial
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trygve.vea(a)gmail.com
Created an attachment (id=32781)
--> (http://bugs.winehq.org/attachment.cgi?id=32781)
terminal output, and WINEDEBUG=+seh
Testing old bugs to see if they still occur. Were testing bug 18616, and is not
able to start the game.
The application shows a splash screen, followed by a window named "Browser"
with no content. I am able to close sayd window, and the application will
terminate.
A brief discussion on irc stated that this bug then blocks bug 18616.
Willing to test patches / assist debugging further.
--
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=19184
Summary: File copying fails during installation of Mordor
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perchrh-wine(a)pvv.org
When installing the game, file copying fails.
Files are extracted to the temp dir (C:\MDRTMP.TM~) and copied to the
installation directory (C:\MORDOR).
A popup shows this error message:
"Mordor 1.1 is not properly installed. Please re-run setup at a later time to
install Mordor 1.1 properly."
Debug logs (file and file+relay channels) attached.
The problem seems to occur when copying SHOCK.WAV, or right after that.
The file is found in the installation directory after the error shows.
The contents of the installation diretory and the temp directory at time of the
error is attached.
To reproduce:
Download demo, unzip MORDOR1A.zip and MORDOR1B.zip, run setup.exe and check
(only) "Install MORDOR" and "Install WAVE files".
Optionally, first install MORDOR only (completes without error), then re-run
setup and install the WAVE files.
--
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=39736
Bug ID: 39736
Summary: prototype 2 work on 1.7.23 and older, but not work in
new engines
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitrybarynov(a)gmail.com
Created attachment 52995
--> https://bugs.winehq.org/attachment.cgi?id=52995
saved crash information
Hi.
When I use wine 1.7.23 or older down to 1.5.24 Prototype 2 fine work, but if I
choose new version from 1.7.24 to 1.7.55, I have crash game.
Log-file when game work, engine 1.7.23:
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
fixme:wbemprox:client_security_SetBlanket 0x4400a3ac, 0x160340, 10, 0, (null),
3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x4400a3ac
fixme:win:EnumDisplayDevicesW ((null),0,0x33c94c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33cb3c,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 0x42563252 (as fourcc: R2VB)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x42563252) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:wbemprox:client_security_SetBlanket 0x4400a3ac, 0x237b1110, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x4400a3ac
fixme:wbemprox:enum_class_object_Next timeout not supported
fixme:wbemprox:client_security_SetBlanket 0x4400a3ac, 0x237b1be8, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x4400a3ac
fixme:wbemprox:enum_class_object_Next timeout not supported
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:msvcrt:__clean_type_info_names_internal (0x1100a2d4) stub
Log-file when game crash, engine 1.7.24 and higher(1.7.55):
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
fixme:wbemprox:client_security_SetBlanket 0x4400b3ac, 0x160360, 10, 0, (null),
3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x4400b3ac
fixme:win:EnumDisplayDevicesW ((null),0,0x33c94c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33cb3c,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 0x42563252 (as fourcc: R2VB)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x42563252) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
wine: Unhandled page fault on read access to 0x00000000 at address 0x109a3165
(thread 0023), starting debugger...
I hope this helps.
--
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=36430
Bug ID: 36430
Summary: valgrind shows a possible leak in
shell32/tests/autocomplete.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==7141== 28 bytes in 1 blocks are possibly lost in loss record 207 of 679
==7141== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==7141== by 0x5A28BB8: apartment_getclassobject (compobj.c:526)
==7141== by 0x5A2BFC6: get_inproc_class_object (compobj.c:2894)
==7141== by 0x5A2ED2F: CoGetClassObject (compobj.c:3032)
==7141== by 0x5A2F4B7: CoCreateInstance (compobj.c:3197)
==7141== by 0x4B5C18E: func_autocomplete (autocomplete.c:44)
==7141== by 0x4BA8888: run_test (test.h:584)
==7141== by 0x4BA8C77: main (test.h:654)
==7141==
--
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=43676
Bug ID: 43676
Summary: Hitman(TM) requires session_set_option - option 84
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
This missing option prevents Hitman(tm) from accessing online features
fixme:winhttp:session_set_option unimplemented option 84
--
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=3930
--- Comment #77 from Wylda <wylda(a)volny.cz> ---
(In reply to joaopa from comment #76)
> I tried the download of DEADLOCK. And the demo starts...
Yes, demo works, but GOG's full game locks up after initial intro video. Full
game starts with disabled mmdevapi.
--
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=46288
Bug ID: 46288
Summary: LINE (Powered by Naver) 5.12: Line is slow when I
switch between chats
Product: Wine
Version: 4.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cges30901(a)gmail.com
CC: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 67574e4440ac4d9786e52a669b40197d2a4cb505
Distribution: ArchLinux
After I update wine to 4.0-rc1, it takes about 2 seconds to switch between
chats, but in wine 3.21, switch between chats is almost instant.
You can download LINE from
https://scdn.line-apps.com/client/win/new/LineInst.exe
How to reproduce: Go to Chats tab, select a chat and then select a different
chat.
This is the result of bisection:
67574e4440ac4d9786e52a669b40197d2a4cb505 is the first bad commit
commit 67574e4440ac4d9786e52a669b40197d2a4cb505
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Fri Dec 7 20:42:46 2018 +0900
wine.inf: Add MUI time zone name settings.
Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 352146964cdbbfea9d83eee6eb30b8803a91e13a
1e2f9a5f7b5a22900b4a5ca4611dbb675bd0dab0 M dlls
:040000 040000 f8d257e9815ce786405b98c8e1f4501ab675bba5
f178de9258785bf5c06dd59cfc62630f8f966c9b M loader
--
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=45808
Bug ID: 45808
Summary: Internet Download Manager tray icon not working in
latest version ,,,but in old version untill wine
v3.0.2
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mahmoud.elswerky(a)gmail.com
Distribution: ---
Created attachment 62267
--> https://bugs.winehq.org/attachment.cgi?id=62267
screenshot showing the 3D classic icon of idm on topbar and that it is not
working
i want to report a bug i face on running internet download mangager on wine on
latest version
Note that this bug wasn't present in wine till version 3.0.2 as i remember
the bug is that internet downlaod manager system tray icon don't work if it is
set to default style (3D styel)
but works with classic style (but only the idm icon in system tray ,, but
scheduled running downloads icon still not working )
in old versions of wine till v3.0.2 the 3D icon in tray and scheduled running
downlaods was working ,,but in latest vesions it is like a freezing icon ,,or
just an icon in tray but not working ,,,
for example if i set say 10 files in a scheduled task ,, and then run the
scheduled task ,,,the icon appears in tray or topbar in linux meaning that a
scheduled task is running but i can't restore the currently active download
from its tray icon
-this was working before ,, and i tested it many times on latest vesions and on
old versions of wine to make sure before i write this bug
i will attach some screenshots from my deepin desktop showing both the classic
icon and 3D style icon on system tray of deepin or in topbar in deepin and how
it doesn't work with 3D style icon
again i can set the icon to classic style but still i have the problem of
scheduled active running downlaods icon not working and i can't restore these
downlaods or see its progress menu
--
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=28880
Bug #: 28880
Summary: No sound in some Directx games
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rave002(a)o2.pl
Classification: Unclassified
I'm running openSuSE with recent (1.3.31) wine. Unfortunately even if Sound
Test in winecfg is working, sound in DirectX/sdl for windows based games does
not (GeneRally, RPG Maker 2003/2000-based games and others). I'm running
PulseAudio if it matters. I'll attach generally 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=13955
Summary: owner-drawn combobox height different to windows
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightning_uk(a)imgburn.com
Created an attachment (id=14111)
--> (http://bugs.winehq.org/attachment.cgi?id=14111)
Screenshots
I make use of owner-drawn ComboBox's within my program (ImgBurn) and under
Ubuntu (via Wine 1.0 rc5 - and all versions before it that I've tested) they're
drawn too big and end up covering up the buttons below them.
It's only a matter of 2 or so pixels but it's enough to matter.
I've attached a zip containing a couple of PNG's.
1 from Windows (with 'Themes' disabled so it looks more like Ubuntu) showing
the expected height of the box and another from Ubuntu 8.04/Wine where the
combobox slightly overlaps the buttons below 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.
https://bugs.winehq.org/show_bug.cgi?id=3930
--- Comment #76 from joaopa <jeremielapuree(a)yahoo.fr> ---
I tried the download of DEADLOCK. And the demo starts. Can anyone confirm that
the bug is fixed for DEADLOCK?
--
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=17726
Summary: Civilization III Play the World: drop down menus in
multiplayer don't function
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: strider1551(a)gmail.com
When setting up a multiplayer game, the drop down menus do not function.
Because players cannot be added, this bug prevents any multiplayer game from
being started.
--
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=44661
Bug ID: 44661
Summary: Add networking feature to wine configuration
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zakhar.nasimov(a)gmail.com
Distribution: ---
This particular feature requests for simple networking options in particular to
disable or enable wine and all wine software to internet connectivity.
Currently gimmicks and workarounds are required to enforce this functionality.
It may be implemented as a tab in wine configurations editor, were Libraries,
Graphics, Audio, Drives along with other items are tabs, adding Network would
make wine more feature complete and far more usable. It also adds a layer of
security for any installed malware disabling its connectivity to the internet
if it a form of such malware.
--
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=46273
Bug ID: 46273
Summary: rand() doesn't get a unique state per-fiber like it
appears to on native windows
Product: Wine
Version: 1.8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winecrt0
Assignee: wine-bugs(a)winehq.org
Reporter: winebz(a)pengaru.com
Distribution: ---
I've been using WINE to test windows builds during game development in Debian
GNU/Linux.
I use the windows fibers API to implement coroutines and in testing on Win7
noticed a bunch of coroutine-backed game objects using rand() for randomized
visible things were unexpectedly looking uniform. In WINE they had all
appeared distinctly random.
I'm not an experienced windows developer, but it /appears/ that in Win7,
calling rand() in a newly created fiber restarts from the default seed rather
than sharing the same PRNG state with the other fibers. It's rather odd, but I
verified it with a smaller test program that only printed the return value from
rand() in new fibers, and they were all printing the same value.
It's possible this is already fixed in a newer WINE version, I'm limited to
what's bundled in debian 9.5 (1.8.7). Or maybe this is considered a Windows
bug and WINE's behavior is deliberately different.
--
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=35566
Bug ID: 35566
Summary: Dymola: installer hangs at 'computing space
requirements'
Product: Wine
Version: 1.3.0
Hardware: x86
URL: http://www.dymola.com/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Blocks: 10822
Classification: Unclassified
Noticed while retesting bug 10822. First noticed in wine-1.3.0-167-g65d1c99,
still in 1.7.12.
austin@aw25 ~ $ sha1sum dymdemo2014fd01.zip
d2133332a53ca159465be7e574313e5d3f0719a6 dymdemo2014fd01.zip
austin@aw25 ~ $ du -h dymdemo2014fd01.zip
432M dymdemo2014fd01.zip
austin@aw25 ~ $ wine --version
wine-1.7.12-28-g0f2bed5
no terminal output.
--
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=46272
Bug ID: 46272
Summary: Create TaskList and MAP linux PID to wine windows PID
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: roberto(a)spadim.com.br
Distribution: ---
Starting with 2 metatrader issues, i went to IRC and talked with zf and ken,
resume:
I need to kill a wine process, but don't hard kill it.
The windows solution is "taskkill /im <windows pid>"
The problem: we don't know what <windows pid> should be used
Workaround to get windows pid: each wine process should use
WINE_DEBUG=+process,+pid. and pattern match the stdout from wine command, lines
containing "__wine_kernel_init starting process" and "<imagename.exe>", if you
have more than one line get the last one
it's ugly (a lot)
we should resolve this writing a tasklist.exe to wine... that's the best of
both worlds wine windows and linux unix
ideas:
1) from winedbg --command 'info proc', we have a tasklist with only windows pid
2) somewhere in wineserver we have linux-windows pid
3) create a tool like windows tasklist.exe with a new column "wine host PID"
somework done here:
https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a…
--
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=28436
Summary: Panzer Corps: Buttons unusable
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slackers.mailbox(a)gmail.com
Created an attachment (id=36449)
--> (http://bugs.winehq.org/attachment.cgi?id=36449)
Panzer Corps: unusable buttons
Clicking on buttons like "next", "supply", etc. has the following results:
The buttons are highlighted when you click at them, but there is no appropriate
response from the game - for instance, clicking on supply doesn't supply the
unit. Instead, there are no mouse clicks recognized anymore.
By opening up the purchase menu (hotkey "b") and clicking on "cancel" the mouse
is working fine again. So you are limited to play the game using hotkeys
exclusively.
--
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=16968
Summary: environment variables not passed across to commands that
are run with popen
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
this is the python test from test_os.py, but it should work equally
as well in straight c-code. the only reason this test _happened_
to be run at all is because i have msys installed. normally, under
windows, this test would be entirely skipped.
# Bug 1110478
def test_update2(self):
if os.path.exists("/bin/sh"):
os.environ.update(HELLO="World")
value = os.popen("/bin/sh -c 'echo $HELLO'").read().strip()
self.assertEquals(value, "World")
--
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=4096
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #14 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with current wine(4.0-rc1)?
--
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=19176
Summary: err:ddeml:WDML_CreateString Unknown code page 437
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perchrh-wine(a)pvv.org
Created an attachment (id=22166)
--> (http://bugs.winehq.org/attachment.cgi?id=22166)
Output of WINEDEBUG=+ddeml
The installer of "Mordor 1 The Depths of Dejenol" (demo and full version) fails
and the message "err:ddeml:WDML_CreateString Unknown code page 437".
This may or may not be the reason it crashes, but in any case it looks to be a
shortcoming in Wine's ddeml.dll
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42672
Bug ID: 42672
Summary: Traffic Giant unable to sart
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skerit(a)kipdola.com
Distribution: ---
Created attachment 57623
--> https://bugs.winehq.org/attachment.cgi?id=57623
Wine log
Traffic Giant is unable to start, just the splash screen is shown and nothing
further.
The log seems to state "Cannot change screen BPP from 32 to 16". This seems to
be a regression, as this was fixed until wine 1.7.
--
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=25283
Summary: Unimplemented function urlmon.dll.410
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://http://download.microsoft.com/download/C/C/0/CC
0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-E
NU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
IE8 for XP crashes out with unimplemented function urlmon.dll.410 once
installed.
winetricks urlmon doesn't help, but urlmon.dll from Windows XP does.
Tested in wine-1.3.7-233-g9867c39.
--
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=7586
Izam Ryan Bahrin <izamryan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|izamryan(a)gmail.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.
https://bugs.winehq.org/show_bug.cgi?id=45894
Bug ID: 45894
Summary: Final Fantasy XIV cinematics do not play
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Hello,
Final Fantasy XIV works with Wine but...the cinematics do not play and you can
not bypass them. So you stuck with a black screen and all you can do is force
exit (alt+f4).
This is the error message in the terminal:
0086:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\quartz.dll"
0086:err:ole:CoGetClassObject no class object
{e436ebb3-524f-11ce-9f53-0020af0ba770} could be created for context 0x1
Thank you for your 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=7843
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> ---
Closing Duplicate.
--
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=46103
Bug ID: 46103
Summary: Call of Duty Black Ops: No sound in game
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: patoplc(a)live.com
Created attachment 62735
--> https://bugs.winehq.org/attachment.cgi?id=62735
Console output: starting the game, scrolling through main menu and exiting.
Wine 3.19-staging, macOS 10.14.1. In Call of Duty: Black Ops (Steam), there is
sound in cutscenes but not in the game itself. This is and old bug, and has
been reported in the game AppDB page, but there is no Bugzilla report yet.
Attached is the stdout + stderr output from starting Steam, starting the game,
scrolling through the main menu and exiting.
--
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=46131
Bug ID: 46131
Summary: Rocksmith 2014 (steam) stuck at white screen
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: milo(a)meelo.org
Distribution: ---
After Steam update on 9th of november, Rocksmith and Rocksmith 2014/Remastered
cannot be launched. Game crashes immediately after initial white screen
appears.
Only sign of error in the console is this message:
"00b4:err:seh:setup_exception_record stack overflow 848 bytes in thread 00b4
eip 7b468a2d esp 00240fe0 stack 0x240000-0x241000-0x340000"
Doesn't matter if I launch game from steam client or from terminal using 'wine
path/to/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.exe'
Everything worked perfectly prior to the steam client update. I've re-installed
the games, steam client, wine-prefix, wine itself and my distro. All lead into
same result.
Distro Gentoo x86_64
Tested: wine-staging 3.18 and 3.19, both 32 bit and 64 bit prefixes.
All help is appreciated. The game was Gold/platinum, now it's garbage.
--
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=46260
Bug ID: 46260
Summary: Visual Studio 2017 installer shows a black window
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
The first window shown by the installer prompts you to wait while it sets some
things up. On Wine it renders as entirely black, but still responds to user
input, so this isn't too important.
--
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=46165
Bug ID: 46165
Summary: Office 365 programs crash with unhandled exception
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: code_exec(a)outlook.com
Distribution: ---
I installed Office 365 on Ubuntu 18.10 and it installed successfully. The
installer window was a black screen, but there was still a progress indicator
at the side of the screen.
When I try to run programs (such as Word and Excel) I get:
wine: Unhandled page fault on read access to 0x83d0d5e4 at address 0x7bc40db9
(thread 0190), starting debugger...
0190:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc40db9
I've copied the required dlls, but same problem.
The instructions I followed were
https://appdb.winehq.org/objectManager.php?sClass=version&iId=35527
--
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=46246
Bug ID: 46246
Summary: Game Cat Girl Without Salad running under wine uses
wrong texture filter
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leozinho29_eu(a)hotmail.com
Distribution: ---
When playing the game Cat Girl Without Salad (a DirectX 9 game) using i965
OpenGL Mesa driver, the textures are significantly aliased. This was not
observed when using llvmpipe driver and on Windows 10. The bug report
https://bugs.freedesktop.org/show_bug.cgi?id=108944 has images and apitraces.
On the terminal the following message is constantly appearing:
0032:fixme:d3d:texture2d_blt_fbo Unsupported filter mode
WINED3D_TEXF_ANISOTROPIC (0x3).
The apitrace showing the game running on Xubuntu 18.04 though Wine using OpenGL
4.5 Core Profile and the apitrace when running the game though Wine using
llvmpipe can be found in the Freedesktop bugzilla report
https://bugs.freedesktop.org/show_bug.cgi?id=108944
The apitrace showing the game running on Xubuntu 18.04 though Wine using OpenGL
3.0 Compatibility Profile:
https://mega.nz/#!51J0UCZa!3UAaVa6Dw9GXBGZu1ZSPQlTALVOw4ocZLYaUlzJpTgA
When using apitrace.exe though Wine (`wine apitrace.exe`) to record the trace
it also has the problem. Its trace:
https://mega.nz/#!opZQBYoK!qT90VPfC-hG5IeWzNl6ahZcOVWXujGMT2SYeU71U21g
>From these problematic traces recorded on Xubuntu 18.04, all of them show the
problem when replayed on Xubuntu 18.04. The OpenGL ones play with this issue on
Windows 10 while the d3dtrace generated using `wine apitrace.exe` just shows a
black screen but has significant output on PowerShell.
Using apitrace on Windows 10 to record the game on Windows 10 and then
replaying it on Windows 10 and on Xubuntu 18.04 using `wine apitrace.exe` shows
the textures without the aliasing. The apitrace generated on Windows 10:
https://mega.nz/#!A5IkjATJ!1rsdQWQl83STzGzjVXwpUuwgVGH7waO8TPU5oLzBNm0
System information:
Wine version: 3.21
CPU: Intel Core i3-6100U
Kernel: drm-tip
GPU information: glxinfo -B
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) (0x1916)
Version: 19.0.0
Accelerated: yes
Video memory: 3072MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.0.0-devel
(git-4b218984d8)
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 3.0 Mesa 19.0.0-devel (git-4b218984d8)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.0.0-devel
(git-4b218984d8)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.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=44034
Bug ID: 44034
Summary: Starcraft II errors out on loading some maps
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ss.c(a)gmx.net
Distribution: ---
Created attachment 59698
--> https://bugs.winehq.org/attachment.cgi?id=59698
Starcraft II logs
Starcraft II errors out on loading some maps. See also
https://forum.winehq.org/viewtopic.php?f=8&t=29648. Attaching log of last runs
with crash result and mutex result.
uname -a:
Linux b250m 4.13.0-1-amd64 #1 SMP Debian 4.13.4-2 (2017-10-15) x86_64 GNU/Linux
glxinfo | egrep '(^OpenGL|direct[: ])'
direct rendering: Yes
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.4
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 17.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
--
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=45696
Bug ID: 45696
Summary: iconcache ImageList goes out of sync when an icon
partially fails to load
Product: Wine
Version: 3.14
Hardware: x86
URL: http://web.archive.org/web/20061024195250/http://www.g
orlani.com:80/downloads/turniton.zip
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielopcode(a)gmail.com
Distribution: ---
This is mostly for reference and reproducibility: I plan to fix this bug.
I've stumbled upon it when browsing through a Windows drive full of random
programs with Total Commander under Wine, that contained the application
"TurnItOn.exe" which is packed with some sort of executable packer (not UPX).
There were other applications with icons in the same directory, but when the
icon failed to load for TurnItOn.exe, it would receive the icon of the *next*
application in the list and so on, until the last one which had a blank icon
(out of bounds) -- totally messing the icons up until Total Commander was
restarted.
I was able to locate this exact version of TurnItOn.exe that I found via the
web archive. It's a freeware, and it doesn't even have to be run! To reproduce
this bug, it's enough that it exists so that its icon gets loaded by Total
Commander.
To reproduce:
* Download Total Commander if you don't have it from:
http://www.ghisler.com/amazons3.php
* Download and place TurnItOn.exe in C:\windows on a new prefix for
winhlp32.exe
* Enter the directory via Total Commander, notice how both lack icons now
* Exit it and enter it again to redraw the icons
Note how at this point, TurnItOn.exe has the icon of winhlp32.exe, while the
latter has a blank icon. If there were more executables, all the icons were
"shifted" back but not in index.
This happens because, due to the packer in TurnItOn.exe, only some of the icons
fail to load. The icon cache loads multiple versions of the icon at different
sizes in its cached ImageList array.
When at least one icon succeeds the extraction, the index gets incremented.
However, in this case the 16x16 icon fails to load, but the 32x32 icon does
not. So the cache ImageLists will get out of sync (a warning is even
displayed), resulting in this problem: index pointing one icon ahead in the
16x16 list.
The simplest solution would be to fail the entire thing if at least one icon
fails to load. However, that would make TurnItOn.exe have no icon, despite the
fact its 32x32 icon extracted fine, but at least it would solve the bug.
But I plan to do something better: create missing icons that failed to extract
by resizing the ones that succeeded. In this case, the 32x32 icon would get
resized to 16x16 and an icon would be created. Then, TurnItOn.exe would also
have an icon (as well as other times an icon fails to extract).
--
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=46267
Bug ID: 46267
Summary: winecfg: overrides window is not wide enough
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Some of the libraries are too long to fit provided window. It needs couple more
pixels to fit probably longest current library name:
api-ms-win-security-activedirectoryclient-l1-1-0
In my case, four its last letters are missing + entire info about load order,
i.e. (native, builtin).
--
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=37418
Bug ID: 37418
Summary: Unable to paste images from linux clipboard to Wine
apps workspace (affects Photoshop, Powerpoint etc.)
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Note: This is not the same bug than 7372
(https://bugs.winehq.org/show_bug.cgi?id=7372) as it deals mostly with
text/html issue.
Pasting a raster image from the clipboard or from a website (using native linux
web browser like Firefox) to the Photoshop workspace doesn't work. The paste
button stays greyed out, no matter of what.
The workaround, which is basically saving the image to the computer and opening
to the Photoshop, is a cumbersome, less user-friendly and time consuming
method: you need to save the image file and look for it from a local directory
structure and then open it. Much more complicated than just copying the image
to the linux clipboard and paste it to the Photoshop, isn't it?
Very desirable Wine implementation would be a support for copy-pasting images
from native linux programs to Windows-based programs straightforwardly without
extra tricky steps needed.
This is marked as a bug because the image pasting function is one of the
fundemental functions in the program and, at the moment of writing this bug
report, it does not work as it should do.
All comments and ideas are welcome.
--
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=6549
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #17 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with current wine (3.21)?
--
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=6254
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #89 from joaopa <jeremielapuree(a)yahoo.fr> ---
Unfortunately, the bug is still there in current wine (3.21).
--
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=7586
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #24 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with current wine (3.21)?
--
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=9142
--- Comment #26 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with current wine (3.21)?
--
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=17107
Summary: compiler warnings in server/fd.c on NetBSD
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
fd.c: In function 'set_fd_epoll_events':
fd.c:580: warning: assignment makes integer from pointer without a cast
fd.c:581: warning: assignment makes integer from pointer without a cast
Only appears on NetBSD, but not OpenBSD/FreeBSD. Vincent Povirk helped me
investigate on IRC, and looks like the problem is that on FreeBSD, in
/usr/include/sys/event.h you've got:
struct kevent {
uintptr_t ident; /* identifier for this event */
short filter; /* filter for event */
u_short flags;
u_int fflags;
intptr_t data;
void *udata; /* opaque user data identifier */
};
But on NetBSD:
struct kevent {
uintptr_t ident; /* identifier for this event */
uint32_t filter; /* filter for event */
uint32_t flags; /* action flags for kqueue */
uint32_t fflags; /* filter flag value */
int64_t data; /* filter data value */
intptr_t udata; /* opaque user data identifier */
};
Note the difference in udata 'void *' vs 'intptr_t'.
Relevant lines from the code:
EV_SET( &ev[0], fd->unix_fd, EVFILT_READ, 0, NOTE_LOWAT, 1, (void *)user );
EV_SET( &ev[1], fd->unix_fd, EVFILT_WRITE, 0, NOTE_LOWAT, 1, (void *)user
);
removing (void *) or changing it to intptr_t fixes the warning, but doesn't
seem a proper fix. Probably needs an ifdef or typedef, but I'll leave that for
someone else to decide.
--
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=27374
Summary: FAR: Alt-tab will cause "alt" key to be left as
pressed when returning to console window (regression)
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singularita(a)gmail.com
When I updated wine I noticed that when I alt-tabbed out of console window with
opensource FAR (http://www.farmanager.com/opensource.php?l=en) file manager
(run via "wineconsole.exe --backend=user") and then either alt-tabbed back or
changed focus using mouse, Alt key was stuck as pressed (therefore pressing F10
resulted in program receiving Alt+F10, arrow down resulted in Alt+arrow down,
etc ...). Pressing and releasing the Alt key after alt-tabbing back fixes the
issuem, though it is slightly annoying.
This does not happen before, in good versions when alt-tabbed back, alt
returned to normal and pressing a key would result in program receiving just
that key.
I've verified that the bug is still present in current head of master in git
and I've run the regression test to find the commit that introduced this bug:
Result of regression test:
bc4afb078677095468d4ee8f9a15c18cbb47bbbf is the first bad commit
commit bc4afb078677095468d4ee8f9a15c18cbb47bbbf
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Mar 1 11:54:55 2011 +0100
server: Don't pass a thread id to send_hardware_message, determine it from
the window.
:040000 040000 4e7ac89f77a4ddc31fd947151c34d0acadc5dcc0
a3d857abf43a1eed9fcb6837ea006ac00d80a1a7 M dlls
:040000 040000 7247b4b93aca9c98394638ccd0c48a788133a8cd
45aed0fb1bc86b403af16666b3fa5963c2abaf7d M include
:040000 040000 469f40ddbdca23554a397c5122a78e09a13e2c75
f118b4fd2fb23ecbde100798c68b3221fe5ec2fc M server
--
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=46140
Bug ID: 46140
Summary: .NET applications using 'WebRequest' API with MS .NET
Framework crash when IPv4/6 is disabled in Linux
kernel
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track:
https://www.winehq.org/pipermail/wine-devel/2018-November/135021.html
Copy/pasta from mailing list, courtesy of Brendan McGrath
https://gist.github.com/redmcg/7d81ef833c77bee6965b5f441006f697
--- snip ---
using System;
using System.Net;
public class WRTest
{
public static void Main ()
{
WebRequest req = WebRequest.Create("http://www.google.com");
HttpWebResponse resp = (HttpWebResponse) req.GetResponse();
Console.WriteLine(resp.StatusDescription);
resp.Close();
}
}
--- snip ---
Microsoft Reference Source .NET Framework 4.x:
https://referencesource.microsoft.com/#System/net/System/Net/Sockets/Socket…
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.
https://bugs.winehq.org/show_bug.cgi?id=45627
Bug ID: 45627
Summary: mdac28 fails to install (SetupDefaultQueueCallbackW
copy error 32
L"C:\\users\\austin\\Temp\\IXP000.TMP\\msdaorar.dll")
Product: Wine-staging
Version: 3.13
Hardware: x86
URL: https://github.com/Winetricks/winetricks/issues/1061
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Gentoo
This was reported to winetricks upstream here:
https://github.com/Winetricks/winetricks/issues/1061
I was unable to reproduce it with plain wine. When I ran with
wine-staging-3.13, however, I see it:
austin@austin2:~$ wineserver -k ; rm -rf ~/.wine ; WINE=wine-staging-3.13
WINEARCH=win32 winetricks -q mdac28
Using winetricks 20180603-next - sha256sum:
b65cef4e1f530ecf7cbd067b6849222503fa994818ca154c2f52fdaf7d976a56 with wine-3.13
(Staging) and WINEARCH=win32
Executing w_do_call mdac28
Executing load_mdac28
Using native,builtin override for following DLLs: mtxdm odbc32 odbccp32 oledb32
Executing wine-staging-3.13 regedit /S C:\windows\Temp\_mdac28\override-dll.reg
Setting Windows version to nt40
Executing wine-staging-3.13 regedit /S C:\windows\Temp\_mdac28\set-winver.reg
Executing cd /home/austin/.cache/winetricks/mdac28
Executing wine-staging-3.13 mdac_typ.exe /q /C:setup /qnt
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\msvcrt.CAB"
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\mtxfiles.CAB"
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\MDACxpak.CAB"
0066:fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params
32eebc,0
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\MDACxpak.CAB"
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\MDACxpak.CAB"
0066:err:setupapi:SetupDefaultQueueCallbackW copy error 32
L"C:\\users\\austin\\Temp\\IXP000.TMP\\msdaorar.dll" -> L"C:\\Program
Files\\Common Files\\System\\OLE DB\\msdaorar.dll"
------------------------------------------------------
Note: command wine-staging-3.13 mdac_typ.exe /q /C:setup /qnt returned status
5. Aborting.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28810
Bug #: 28810
Summary: d3dx9_36/tests/mesh.ok: D3DXLoadMeshTest fails under
valgrind
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Under Valgrind, "make mesh.ok" fails with
mesh.c:2333: Test failed: Vertex[7]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2333: Test failed: Vertex[11]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2333: Test failed: Vertex[18]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2406: Test failed: Vertex[7]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2406: Test failed: Vertex[11]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2406: Test failed: Vertex[18]: Expected diffuse b3ffffff, got b2ffffff
This is on my i5 laptop, nvidia GeForce GTS 360M, NVIDIA 280.13.
The test passes without valgrind.
--
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=46235
Bug ID: 46235
Summary: Opening ADODB.Connection results in: Method '~' of
object '~' failed
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)seeitmyway.org
Distribution: ---
Created attachment 62931
--> https://bugs.winehq.org/attachment.cgi?id=62931
VB6 example program
Hello
I've been battling with this for four days now and found no solution, yet it
worked a year ago.
Opening an ADODB.Connection in wine fails with this message:
Method '~' of object '~' failed
Yet it works fine in Windows (XP).
In essence, the program does only this:
Dim cn As ADODB.Connection
Set cn = New ADODB.Connection
cnStr = "DRIVER={MySQL ODBC 5.3 UNICODE Driver};" _
& "SERVER=localhost;" _
& "DATABASE=db;" _
& "UID=user;" _
& "PWD=password;" _
& "PORT=3306;" _
& "POOLING=false;" _
& "OPTION=3;"
cn.ConnectionString = cnStr
Call cn.Open ' <--- fail
Quick steps to reproduce:
1. Download:
-
https://downloads.mysql.com/archives/get/file/mysql-connector-odbc-5.3.6-wi…
- Attached sample VB6 program I compiled.
2. Run:
WINEARCH="win32" WINEPREFIX="$HOME/wine-ado" ./winetricks vb6run mdac28
WINEARCH="win32" WINEPREFIX="$HOME/wine-ado" wine msiexec /i
mysql-connector-odbc-5.3.6-win32.msi
WINEARCH="win32" WINEPREFIX="$HOME/wine-mca" wine adotest_early_53.exe
It will show a messagebox with the ODBC connection string and the error
description. I tried downloading the full binary I used in wine a year ago and
it too fails. This attached program is just the bare-bones needed to show the
problem, to remove all unknowns.
I tried wine-2.9, wine-3.0 and wine-3.18 staging, all failed. Tried with
POOLING=true, POOLING=false, and without the POOLING key at all. I tried all
the internet advice I could find to no avail.
Strangely enough, when I set the ODBC connection driver to something bogus,
like "carrots", it fails with the exact same reason. As if it doesn't see the
MySQL ODBC connector at all.
For more info and the source code, see:
http://www.vbforums.com/showthread.php?868713-Open-ADODB-connection-in-Linu…
--
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=40971
Bug ID: 40971
Summary: Zombie Army Trilogy crashes before the menu
Product: Wine
Version: 1.9.14
Hardware: x86
URL: http://store.steampowered.com/app/301640/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55121
--> https://bugs.winehq.org/attachment.cgi?id=55121
backtrace
This time I tried the game with Nvidia binary drivers 367.35.
The launcher (html-based) mostly works, I can modify settings and start the
game.
The game begins to load, displays the developer logo and the loading screen,
but crashes before the main menu should appear.
In the prefix I have corefonts, Xaudio2 and MSVC++2010 installed,
gameoverlayrenderer.dll is disabled.
wine-1.9.14-112-gfec0b69
Fedora 24
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 367.35
OpenGL core profile shading language version string: 4.50 NVIDIA
--
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=42582
Bug ID: 42582
Summary: Murdered: Soul Suspect has messed up rendering
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 57492
--> https://bugs.winehq.org/attachment.cgi?id=57492
log
Most parts are black rendered. Also slow performance ~10-15 FPS.
err:d3d:wined3d_debug_callback 0x1ba07990: "GL_INVALID_OPERATION error
generated. <program> has not been linked, or is not a program object.".
err:d3d:wined3d_debug_callback 0x1ba07990: "GL_INVALID_OPERATION error
generated. <program> object is not successfully linked, or is not a program
object.".
err:d3d:wined3d_debug_callback 0x1ba07990: "GL_INVALID_OPERATION error
generated. No active compute shader.".
wine-2.2-276-ge6f8f13
--
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=43889
Bug ID: 43889
Summary: Gradient is inverted when using gdiplus
Product: Wine
Version: 2.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 59505
--> https://bugs.winehq.org/attachment.cgi?id=59505
Image using normal GDI
When viewing a checklist element in Enterprise Architect, the gradient is
inverted when using the Enhanced-2 renderer (GDIPlus)
--
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=40031
Bug ID: 40031
Summary: Singularity: In Steam the game is still running after
quit
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christoph.korn(a)posteo.de
Distribution: ---
After exiting singularity, steam still lists it as "running".
This makes steam unable to exit because it waits for singularity to quit.
$ /opt/wine-devel/bin/wine --version
wine-1.9.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=46093
Bug ID: 46093
Summary: GRLevel3 2.52 fails to start, hangs indefinitely
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mazecraze96(a)gmail.com
Distribution: Ubuntu
Created attachment 62720
--> https://bugs.winehq.org/attachment.cgi?id=62720
terminal log
GRLevel3 2.52 simply fails to start. Attached is a log of the terminal output
after trying to start it. The last message is repeated infinitely, every 60
seconds.
The activation window that pops up when the trial is over or almost over works
fine.
Bug occurs in both 32 and 64 bit Wine prefixes.
At least Wine stable to current Wine staging is affected. Probably earlier
versions too. It worked before with one of the 2.x versions to my memory,
granted it was an earlier version of GRLevel3 too.
http://www.grlevelx.com/downloads/grlevel3_2_setup.exe
I can provide more information if needed.
--
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=44015
Bug ID: 44015
Summary: Steam - fails to load UI since Wine 2.20 (due to
dwrite commit)
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: tgheretford(a)vivaldi.net
Distribution: ---
Created attachment 59677
--> https://bugs.winehq.org/attachment.cgi?id=59677
Steam terminal output
Since upgrading to Wine 2.20 on Arch Linux, the Steam user interface fails to
load on every single attempt. The bug is still present when testing using the
latest git version and a clean Wine directory.
Steam loads fine (with the usual bugs and caveats as per the appDB
instructions) in Wine 2.19 and earlier.
I have performed regression testing and it identified the first bad commit as
aa9fc635140cda1caccb0bc617f780ef8f842478 (dwrite: Reuse streams when
initializing font data and creating faces).
--
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=46161
Bug ID: 46161
Summary: Wine: Wrong GnuTLS usage?
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jaapbuurman(a)gmail.com
Distribution: ---
I am using Wine from WineHQ's official repository to run World of Warcraft. I
use the Twitch client to keep my addons updated. On my desktop PC that is
running Arch with GnuTLS 3.5.19 this is working fine. However, on my Laptop
running Ubuntu 18.10 (Fresh install) with GnuTLS 3.6.4 it is unable to find and
sync my addons. When I start the Twitch client from the terminal, the log is
being spammed with the following messages:
GnuTLS error: A packet with illegal or unsupported version was received.
Said errors are missing when I do the same to run Twitch on my Arch Desktop PC
and it syncs just fine.
I first assumed this was a GnuTLS bug and opened an issue there, but one of the
developers recommended to open a bug here since according to him it looked like
a Wine bug instead.
Issue tracker at GnuTLS: https://gitlab.com/gnutls/gnutls/issues/621
I quote:
I suspect something is wrong in wine. The application via wine seems to
advertise TLS1.3 and TLS1.0, and that confuses the server who selects TLS1.2
(advertising protocols which are not continuous is quite risky, as we see from
the server's behavior):
gnutls[2]: Advertizing version 3.4
gnutls[2]: Advertizing version 3.1
My high level understanding of the wine code is that it allows an application
to specifically remove some versions of TLS and keep some others, however it is
not ready for TLS1.3. That's the reason the application you use ends up
advertising TLS1.3 and TLS1.0, although probably the intention was to only have
TLS1.0 there. Seeing wine's schan_imp_create_session it did not anticipate a
new protocol being added to the list. I suggest opening an issue at the wine
issue tracker.
I think they need to either add support for TLS1.3 if schannel has it, or
remove all enabled versions using -VERS-ALL before adding one explicitly
selected by the application. It is a long shot though, as I do not claim to
fully comprehend the code.
--
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=42255
Bug ID: 42255
Summary: Xenia emulator needs
ntdll.dll.RtlAddGrowableFunctionTable
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56942
--> https://bugs.winehq.org/attachment.cgi?id=56942
Terminal output Wine 2.0-rc5
IF you attempt to run the Xenia emulator in a WoW64 prefix in Windows XP mode,
the program crashes with the following error:
wine: Unimplemented function ntdll.dll.RtlAddGrowableFunctionTable called at
address 0x7bc5f96c (thread 0026), starting debugger...
Steps to reproduce:
1. Download the emulator in the link I have provided
2. Make a WoW64 prefix (requires multilib Wine)
3. Run "winetricks vcrun2015" before running the program
4. Attempt to install the program with "wine xenia.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=45453
Bug ID: 45453
Summary: Guild Wars 2: Launcher crashes with assertion
"jobThreads && (jobThreads <= hardwareThreads)"
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stormy.t.dragon(a)gmail.com
Distribution: ---
Created attachment 61791
--> https://bugs.winehq.org/attachment.cgi?id=61791
WINE 3.12 Console Dump
When starting Guild Wars 2 under WINE 3.11 or WINE 3.12, the launcher crashes
with an internal assertion "jobThreads && (jobThreads <= hardwareThreads)".
Reverting to WINE 3.10 allows the launcher to start normally.
Another user reported having no problems with WINE 3.12, so this may be
specific to certain distros or hardware.
--
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=37863
Bug ID: 37863
Summary: Halo only works using Nvidia graphics
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: vroom.henderson(a)gmail.com
Distribution: ---
Using GPUs other than Nvidia (confirmed with Intel and AMD), Halo will launch
but will just display a black screen. The music and menu sounds work correctly
when the arrow keys are pressed giving evidence that other than the graphics
component, the game is still actually running.
When the game is placed in "Safe Mode" the screen is all black except for some
flashing vertices in the lower right quadrant of the screen. The terminal also
outputs the following error repeatedly:
fixme:d3d:process_vertices_strided Didn't expect the destination to have a
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=43745
Bug ID: 43745
Summary: Graywalkers Purgatory demo has wrong models rendering
Product: Wine
Version: 2.17
Hardware: x86-64
URL: http://www.graywalkers.com/Demo.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 59236
--> https://bugs.winehq.org/attachment.cgi?id=59236
screenshot
warn:d3d11:d3d_device_inner_QueryInterface
{a04bfb29-08ef-43d6-a49c-a9bdbdcbe686} not implemented, returning
E_NOINTERFACE.
warn:d3d11:d3d_device_inner_QueryInterface
{9d06dffa-d1e5-4d07-83a8-1bb123f2f841} not implemented, returning
E_NOINTERFACE.
warn:d3d11:d3d11_immediate_context_QueryInterface
{420d5b32-b90c-4da4-bef0-359f6a24a83a} not implemented, returning
E_NOINTERFACE.
wine-2.17-77-g0991e01531
--
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=40880
Bug ID: 40880
Summary: Commandos 3: Destination Berlin demo has sound issues
Product: Wine
Version: 1.9.13
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/commandos-3-desti
nation-berlin-download/commandos-3-destination-berlin-
demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Created attachment 54968
--> https://bugs.winehq.org/attachment.cgi?id=54968
log
Sounds in the main menu and while gameplay randomly missing.
--
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=5402
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #46 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 4.0-rc1.
--
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=29183
Bug #: 29183
Summary: Heavy corruption when rendering edit control with
WM_PRINTCLIENT and possibly invalid HDC
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)iki.fi
Classification: Unclassified
Created attachment 37649
--> http://bugs.winehq.org/attachment.cgi?id=37649
Hack for the problem
This is the most severe bug with ResEdit currently. For some reason
WM_PRINTCLIENT might get a wParam with HDC that causes massive corruption when
used. Forcing using Begin/EndPaint avoid the problem.
On Windows it seems to work just fine.
Patch with hack attached and another attachment with the corruption shown. The
window height problem with the dialog in the center is related to another bug.
Also attached a screenshot with all my hacks 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.
https://bugs.winehq.org/show_bug.cgi?id=38228
Bug ID: 38228
Summary: Wildstar game failed to download :
`winhttp:session_set_option 0` and `wine client
error:41b: pipe: Too many open files`
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: donanykey(a)gmail.com
Distribution: ---
Hi,
Wildstar 10days trial installer stops downloading after a while with errors
like this:
fixme:winhttp:session_set_option 0 (null) (null)
wine client error:41b: pipe: Too many open files
--
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=23750
Summary: SpongeBob SquarePants: Diner Dash 2 - mouse has pink
background
Product: Wine
Version: 1.2
Platform: x86
URL: http://arcade.nick.com/nick/gameinfo.jsp?s=SpongeBobDi
nerDash2
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29763)
--> (http://bugs.winehq.org/attachment.cgi?id=29763)
screenshot
Looks like it's supposed to be an animated cursor, but the background is pink.
I'll attach a screenshot.
Terminal shows:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
--
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=43584
Bug ID: 43584
Summary: Hitman: Absolution needs
dxgi_output_GetGammaControlCapabilities
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Game crashes after intro.
CSMT should be enabled, otherwise I get a crash before settings launcher opens.
--
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=46142
Bug ID: 46142
Summary: Games launched through Windows Steam no longer launch.
Product: Wine-staging
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abienz(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62784
--> https://bugs.winehq.org/attachment.cgi?id=62784
Console output
Since a new update to the Steam client from last week games no longer load.
using the following command:
WINEPREFIX=~/.wineprefixes/grim-dawn WINEDEBUG=fixme-all,+error,+trace
DXVK_LOG_LEVEL=error wine .wine/drive_c/Program\ Files\ \(x86\)/Steam/Steam.exe
Steam loads successfully with some errors in console (see SteamLaunch.txt).
Upon launching the game (Grim Dawn in this case) I get a black screen and can
hear the intro music (see GameLaunch.txt).
Normally I would see the Developer logo and can press any key to skip, but no
logo appears and no keypresses do anything, eventually I am presented with a
'non response' dialogue and can force quit.
I have to date tried:
* Reinstalling the game in a new prefix
* Removing DLC and trying the vanilla version
* Changing DLL overrides
* Launching the game with DX9 mode instead of DX11
* Changing Windows version through winecfg
* Installing Samba due to an error received in the console (error no longer
shows, but doesn't improve situation)
* Tried with and without DXVK
I have also created a forum post here:
https://forum.winehq.org/viewtopic.php?f=8&t=31431&sid=afd6cc677f7d51e91b37…
My system is as follows:
OS: Arch Linux
Kernel: x86_64 Linux 4.18.16-arch1-1-ARCH
CPU: Intel Core i5-4670K @ 4x 3.8GHz [27.8°C]
GPU: GeForce GTX 1070
RAM: 3129MiB / 15913MiB
Wine-staging 3.19 and 3.20 were used in testing, installed via the AUR
--
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=37597
Bug ID: 37597
Summary: Text in wine control is truncated in most DPIs
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 50033
--> https://bugs.winehq.org/attachment.cgi?id=50033
Text truncated during wrap.
Unless 96 DPI and using a theme, then text is wrapped unnecessarily.
Screenshot shows 96 and 120 DPI with Luna theme and without theme.
The text 'Add Remove Programs' becomes 'Add Rem... Programs' using other
settings it's possible for this to happen to many other items.
Possibly if a line is wrapped it should just have a hyphen, with ... only used
on the last line.
Possibly the icons should be spaced a bit more, wrapping could break '/' as
well as spaces.
--
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=46256
Bug ID: 46256
Summary: EndUpdateResourceW should set errno on invalid handle
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
EndUpdateResourceW -- will return False if the handle is invalid but will not
set a proper
errorno(https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resou…
This bug was originally reported in pywin32-ctypes
https://github.com/enthought/pywin32-ctypes/issues/59
--
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=46255
Bug ID: 46255
Summary: BeginUpdateResourceW should set errno on invalid
filename
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
BeginUpdateResourceW -- will return a Null handle if the filename is invalid
but will not set a proper errorno
(https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resource.c#L1…
This bug was originally reported to pywin32-ctypes
https://github.com/enthought/pywin32-ctypes/issues/59
--
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.