https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #120 from Bartosz <gang65(a)poczta.onet.pl> ---
The issue for Silent Hill 4 is covered with bug 53726.
The root cause of problem is different, and it should be solved there.
--
Do not reply 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=9127
soredake <broaden_acid002(a)simplelogin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|broaden_acid002@simplelogin |
|.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=9127
--- Comment #119 from Alberto Salvia Novella <es20490446e(a)gmail.com> ---
@Alexandre Julliard
Still happening to me on Wine 8.1 with Silent Hill 4:
https://bugs.winehq.org/show_bug.cgi?id=53726#add_comment
If I remove:
- gst-plugins-good
- gst-plugins-bad
- lib32-gst-plugins-good
- lib32-gst-plugins-bad
- lib32-gst-plugins-base
The video no longer works, and the game hangs.
--
Do not reply 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=9127
Alberto Salvia Novella <es20490446e(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.org
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #118 from Alberto Salvia Novella <es20490446e(a)gmail.com> ---
Still happening to me on Wine 8.1 with Silent Hill 4:
https://bugs.winehq.org/show_bug.cgi?id=53726#add_comment
If I remove:
- gst-plugins-good
- gst-plugins-bad
- lib32-gst-plugins-good
- lib32-gst-plugins-bad
- lib32-gst-plugins-base
The video no longer works, and the game hangs.
--
Do not reply 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=53905
Bug ID: 53905
Summary: widl: support MIDL 3.0 and WinMD output
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: alvin(a)alvinhc.com
C++/WinRT (cppwinrt):
https://github.com/microsoft/cppwinrt
It is currently impossible to build the custom components in the cppwinrt test
suite with mingw-w64. For this to work, widl needs to:
- understand MIDL 3.0 syntax,
- generate the ABI header (not required if only using C++/WinRT projection),
- produce .winmd metadata of the component,
- read existing system .winmd metadata (not sure if actually needed).
The MIDL command line for this:
midl.exe /metadata_dir C:\Windows\System32\WinMetadata /winrt /winmd
"D:\a\cppwinrt\cppwinrt\_build\x64\Debug\test_component.winmd" /h
"D:\a\cppwinrt\cppwinrt\_build\x64\Debug\test_component.h" /ns_prefix /nomidl
test_component.idl
## MIDL 3.0
https://learn.microsoft.com/en-us/uwp/midl-3/intro
What I can tell is missing widl so far:
- MIDL 3.0 uses different basic type names (e.g. Int32, String)
- Attribute types, and using custom attributes
Example file:
https://github.com/microsoft/cppwinrt/blob/5ca626adae21be363399b44d2b6a9ab3…
> widl --winrt -h -H out/test_component.h --ns_prefix test_component.idl
test_component.idl:5: error: syntax error, unexpected aIDENTIFIER,
expecting ',' or ']'
(widl version 7.7 from mingw-w64)
## WinMD metadata
https://learn.microsoft.com/en-us/uwp/winrt-cref/winmd-files
These are CLR (think .NET and ECMA 335) assemblies used as a replacement for
the old typelib 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.
https://bugs.winehq.org/show_bug.cgi?id=55928
Bug ID: 55928
Summary: NtQuerySystemInformation SystemProcessInformation
result misaligned
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: novae.harpist06(a)icloud.com
Distribution: ---
Created attachment 75493
--> https://bugs.winehq.org/attachment.cgi?id=75493
Reproducer
NtQuerySystemInformation with SystemProcessInformation returns misaligned
entries.
Reproducer attached.
Windows output:
Process name: (null)
Process name: System
Process name: Secure System
Process name: Registry
... (trimmed)
Wine output:
Process name: Z
Misaligned at entry 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=55988
Bug ID: 55988
Summary: When trying to log into the EVE:Online Launcher, error
shows up
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: u78s7gqnd(a)mozmail.com
Distribution: ---
Created attachment 75595
--> https://bugs.winehq.org/attachment.cgi?id=75595
backtrace
Started the EVE:Online- Launcher, while the Update was running tried to log
into my account credentials. The launcher didn't crash but an error window
showed up.
When I later launched the launcher from steam with compatibility mode
(GE-Proton-8-23) it worked fine.
--
Do not reply 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=55978
Bug ID: 55978
Summary: Fallout 3: Unimplemented COM object
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1m1k4tz(a)protonmail.com
Distribution: ---
Created attachment 75568
--> https://bugs.winehq.org/attachment.cgi?id=75568
log
Minor bug that doesn't seem to effect gameplay. I don't have a Windows
partition so I can't check and see the original
--
Do not reply 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=55987
Bug ID: 55987
Summary: Gunner3 doesn't show "save dialog" properly
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 75592
--> https://bugs.winehq.org/attachment.cgi?id=75592
Screenshot how it should look like
First, enable virtual desktop in winecfg for easier testing.
Then run the game, click Start, then Start again to enter the Level Select
screen.
Here you can press save. But when clicking that button the game seems to freeze
without the save dialog showing.
If you click where a button should be now, the save dialog gets shown.
When you click a save slot button, the same thing happens.
You need to click again where a button should be to make it visible.
See attached screenshot.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.