https://bugs.winehq.org/show_bug.cgi?id=47050
Bug ID: 47050
Summary: typedef'd anonymous structs typedef'd names are not
used in interface methods
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
The widl (and midl) tool generate a unique name for anonymous structs, but midl
also includes the typedef'd name and uses it for interface methods. With the
following struct definition:
typedef struct {
long data;
} Bar;
widl function signatures like this:
void _stdcall doBaz([in] __WIDL_TypedefBug_generated_name_00000000* b);
while midl generates this:
void _stdcall doBaz([in] Bar* b);
min-repro:
https://github.com/pospeselr/mingw-widl-bug/tree/typedef_bug
Includes tlb generated by widl 4.5 and midl 8.01.0622
--
Do not reply 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=43387
Bug ID: 43387
Summary: valgrind shows several definite leaks in
dlls/windowscodecs/tests/metadata.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==2263== 16 bytes in 1 blocks are definitely lost in loss record 116 of 603
==2263== at 0x7BC51061: notify_alloc (heap.c:254)
==2263== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==2263== by 0x4BBB1B1: MetadataQueryReader_CreateInstance
(metadataquery.c:624)
==2263== by 0x4BBAE68: mqr_GetMetadataByName (metadataquery.c:540)
==2263== by 0x4A3A786: IWICMetadataQueryReader_GetMetadataByName
(wincodec.h:1605)
==2263== by 0x4A3A786: test_metadata_gif (???:0)
==2263== by 0x4A40077: func_metadata (metadata.c:3077)
==2263== by 0x4A51AF9: run_test (test.h:603)
==2263== by 0x4A51F58: main (test.h:687)
==2263==
==2263== 64 bytes in 4 blocks are definitely lost in loss record 300 of 603
==2263== at 0x7BC51061: notify_alloc (heap.c:254)
==2263== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==2263== by 0x4BBB1B1: MetadataQueryReader_CreateInstance
(metadataquery.c:624)
==2263== by 0x4BBAE68: mqr_GetMetadataByName (metadataquery.c:540)
==2263== by 0x4A3F47F: IWICMetadataQueryReader_GetMetadataByName
(wincodec.h:1605)
==2263== by 0x4A3F47F: test_queryreader (???:0)
==2263== by 0x4A4003B: func_metadata (metadata.c:3065)
==2263== by 0x4A51AF9: run_test (test.h:603)
==2263== by 0x4A51F58: main (test.h:687)
==2263==
==2263== 212 bytes in 1 blocks are definitely lost in loss record 446 of 603
==2263== at 0x7BC51061: notify_alloc (heap.c:254)
==2263== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==2263== by 0x7B44A252: HeapAlloc (heap.c:271)
==2263== by 0x7B44A53F: GlobalAlloc (heap.c:389)
==2263== by 0x4A3040D: create_stream (metadata.c:208)
==2263== by 0x4A3768B: test_metadata_gif (metadata.c:1340)
==2263== by 0x4A40077: func_metadata (metadata.c:3077)
==2263== by 0x4A51AF9: run_test (test.h:603)
==2263== by 0x4A51F58: main (test.h:687)
==2263==
--
Do not reply 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=22383
Summary: Dragon Age: Origins - massive flickering when
StrictDrawOrdering is disabled
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hverbeet(a)gmail.com
Using wine-1.1.42-390-g4fc6512 + the patch from bug 22202, there is massive
flickering of vertical black lines across the intro video. Disabling
StrictDrawOrdering fixes it.
Can't seem to get a screenshot, but if you really need one, let me know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42681
Bug ID: 42681
Summary: Regression: Graphics/Texture no longer render
correctly in Reflex Arena
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: firestarw(a)gmail.com
Distribution: ---
Game is Reflex Arena (https://www.reflexarena.com/) a DX10 game that that
requires steam to run
When in game in a map, in wine versions 2.0 and 2.1, the game renders ok (not
fully normal compared to windows but playable)
Screenshot (map is aerowalk):
https://cdn.discordapp.com/attachments/266419049372581889/29354471255035084…
>From wine version 2.2 onwards, the graphics render as black
Screenshot from wine 2.4 (map is aerowalk):
https://cdn.discordapp.com/attachments/266419049372581889/29354470385988403…
--
Do not reply 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=46315
Bug ID: 46315
Summary: Vypress Chat 2.1.9 MSI installer crashes without
native jscript
Product: Wine
Version: 4.0-rc2
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The installer crashes with a "fatal error", unless native jscript is used.
See the linked ReactOS ticket for a download.
winetricks wsh57 fixes the issue.
Part of the log:
> 002d:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"e", clsid {000c109e-0000-0000-c000-000000000046}
> 002d:fixme:jscript:JSGlobal_Enumerator
> 0027:err:msi:ITERATE_Actions Execution halted, action L"VypressUpgradeEx" returned 1603
--
Do not reply 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=45420
Bug ID: 45420
Summary: Titanfall 2 Multiplayer mode stuck on Attempting
Connection
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: alex.skatingcassano(a)gmail.com
Distribution: ---
Created attachment 61738
--> https://bugs.winehq.org/attachment.cgi?id=61738
Console log with and without WINEDEBUG=+bcrypt
In Titanfall 2, after clicking "Multiplayer" in the menu, the game gets stuck
on "Attempting Connection". Console output with and without WINEDEBUG=+bcrypt
in attachment. Tested with WineD3D and DXVK, both leading to the same result.
--
Do not reply 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=47041
Bug ID: 47041
Summary: wire_marshal attribute ignored and the underlying type
is used instead
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
Assuming the following idl snippet:
typedef struct _FooWindowHandle {long data1; long data2;};
typedef [unique] FooWindowHandle * fooWH;
cpp_quote("#if 0")
typedef [wire_marshal(fooWH)] void* WH;
cpp_quote("#endif // 0")
The wire_marshal attribute appears to be ignored, and for interfaces using the
WH type, void* is used instead. As _FooWindowHandle ends up not being used, its
definition is not included in the final tlb.
I've created a branch with a min-repro here:
https://github.com/pospeselr/mingw-widl-bug/tree/wire_marshal_bug
This branch includes the typelib generated by the midl.exe version 8.01.0622
from the VS 2019 SDK. Also note that I'm working against version 3.2 today, but
this issue also occurs in version 4.5.
--
Do not reply 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=41752
Bug ID: 41752
Summary: Need For Speed Most Wanted 2012 Corrupted Models &
Textures in Game
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: Adix.me(a)gmail.com
Distribution: ---
Created attachment 56193
--> https://bugs.winehq.org/attachment.cgi?id=56193
Need For Speed Most Wanted 2012 Debug Log File
Need For Speed Most Wanted 2012 - In Game has corrupted Textures & Models,
complains about VSSetShader Dynamic linking is not implemented yet, PSSetShader
Dynamic linking is not implemented yet and OMSetBlendState Per-rendertarget
blend not implemented and WINED3D_RTYPE_TEXTURE_1D not implemented.
--
Do not reply 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=33834
Bug #: 33834
Summary: user32: multiline edit control renders tabs not
correctly using usp10
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardu(a)vr-web.de
Classification: Unclassified
Created attachment 44856
--> http://bugs.winehq.org/attachment.cgi?id=44856
minimal test program
An multiline edit control from user32 with custom tab widths set by window
message EM_SETTABSTOPS gets the tabs not rendered correctly.
Only the first and the last "column" is visible.
--
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=38245
Bug ID: 38245
Summary: Constrcuct2 can't create a localhost server - httpapi
stubs
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blurymind(a)gmail.com
Distribution: ---
Created attachment 51055
--> https://bugs.winehq.org/attachment.cgi?id=51055
terminal log file
Constrcut2 works almost flawlessly now. You can edit the games and export the
games. They work.
But you can not playtest the games, because wine fails to create a localhost
server and launch the web browser with it.
Here the part when I try to run the localhost server in the terminal Log:
fixme:httpapi:HttpAddUrl ((nil), L"http://127.0.0.1:5099/", (nil)): stub!
fixme:httpapi:HttpAddUrl ((nil), L"http://127.0.0.1:5100/", (nil)): stub!
fixme:httpapi:HttpCreateHttpHandle (0x14819d8, 0): stub!
fixme:httpapi:HttpAddUrl ((nil), L"http://localhost:5000/", (nil)): stub!
fixme:httpapi:HttpAddUrl ((nil), L"http://localhost:5001/", (nil)): stub!
And this is just from one of my tests. I tried with local host server addresses
..
Exporting them takes minutes and that is just not an option when developing a
game - you need to run it in your browser immediately. Plus you can't debug the
game when exporting, then running - no debugger.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.