https://bugs.winehq.org/show_bug.cgi?id=53559
Bug ID: 53559
Summary: Cult of the Lamb leaks memory due to mfplat
unsupported service
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Distribution: ---
Created attachment 72923
--> https://bugs.winehq.org/attachment.cgi?id=72923
Log output
After the developer opening, the game tries to reproduce another video. You can
hear the sound playing, but the video fails to load. The game seems to try to
load the video again and finds itself in a failing loop, leaking memory.
While trying to reproduce the intro video, the game spams to the log:
>fixme:mfplat:media_source_get_service_GetService Unsupported service {dd0ac3d8-40e3-4128-ac48-c0add067b714}.
This issue (memory leak) doesn't occurs on Proton, but the intro video still
can't be reproduced.
Procedure:
1 - Open up the game
2 - Wait until the first intro (Massive Monster opening) ends
3 - Watch for the system monitor that RAM is leaking. Kill the application or
else it'll freeze your system
Game is paid and can be downloaded from Steam or GOG. Their official page:
https://www.cultofthelamb.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=53419
Bug ID: 53419
Summary: HeapReAlloc is slower than HeapFree, HeapAlloc +
memcpy combos
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
This shouldn't happen.
HeapReAlloc
cqwrteur@HOME-SERVER:~/Libraries/fast_io/benchmark/0011.containers/vector/0002.multi_push_back$
wine ./vector.exe
fast_io::vectors:5.3254482s
HeapAlloc combos
cqwrteur@HOME-SERVER:~/Libraries/fast_io/benchmark/0011.containers/vector/0002.multi_push_back$
wine ./vector.exe
fast_io::vectors:3.2410441s
On Windows:
HeapReAlloc
D:\hg\fast_io\benchmark\0011.containers\vector\0002.multi_push_back>vector
fast_io::vectors:2.1215775s
HeapAlloc combos
D:\hg\fast_io\benchmark\0011.containers\vector\0002.multi_push_back>vector
fast_io::vectors:2.1650619s
--
Do not reply 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=55819
Bug ID: 55819
Summary: when alt+tab out and in again, the input no longer
working
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
In Parasocial game that made by chilla art, when alt+tab out and in again, the
mouse no longer working.
Even alt+Enter to make it windows mode and full screen mode again, only mouse
work, keyboard is not working and there are choose in game.
Game is on Steam
call Parasocal
you can reproduce by play it in full screen, and alt+tab out and in again.
--
Do not reply 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=56596
Bug ID: 56596
Summary: Keyboard keypress generates NumLock keypress for all
keys
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: m.kolesinski(a)gmail.com
Distribution: ---
When playing an old Quake III engine based game (Medal of Honor: Allied
Assault) on Wine 9.4 thru 9.7, the game is no longer playable. All keyboard
keypress events also send a duplicate 'NumLock' keypress. I previously had
NumLock mapped (in-game) to perform some action, and remapping keys is now not
possible because every attempt binds to NumLock.
I believe the actual keypress AND NumLock keypress events are sent continuously
while any keyboard key is held down (I tried various keys, they all do it).
This was not an issue in Wine 9.2 and prior, and possibly 9.3 (I don't have
that package to test with, but I've tested with 9.4, 9.5, 9.6, and 9.7 on Arch
Linux).
There are no DLL overrides, it's a "stock" 64-bit prefix.
--
Do not reply 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=53727
Bug ID: 53727
Summary: TreeView doesn't check the return value of
TREEVIEW_SendExpanding
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: katayama.hirofumi.mz(a)gmail.com
Distribution: ---
comctl32!TREEVIEW_Collapse function has a bug.
That function didn't check the return value of TREEVIEW_SendExpanding.
So, I can't forbid collapsing on a treeview control.
--
Do not reply 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=55347
Bug ID: 55347
Summary: widl generated winrt headers fails to compile with C++
code
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: nathbappai(a)gmail.com
Distribution: ---
Created attachment 74933
--> https://bugs.winehq.org/attachment.cgi?id=74933
minimal sample code
If winrt headers are used with C++ code, it fails to compile with both g++ and
clang++. In this case, the error comes from data types of virtual function
parameters. Replacing the data types with fully qualified name fixes the
compiler errors.
In the attachment section, a minimal sample code is added. That code does not
do anything, it's just for compilation testing purpose. It compiles fine with
MSVC/Visual Studio. Firefox is one of the project which is affected by this
issue. Currently, a patch is used with mingw-w64
https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/scripts/misc/mi…
--
Do not reply 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=10648
Summary: Async WSASend does not send all bytes.
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius(a)scimore.com
On Server sending 1500 bytes with non-blocked WSASend and 2 WSABUFFERS will
transfer only 1452 bytes. On client WSARecv called again will be blocked and
does not receive the the remaining bytes.
The completion port receives event on transfered 1452 bytes, and there is no
more followed events on transfered the last 8 bytes.
OS: Ubuntu 7.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56873
Bug ID: 56873
Summary: WordSmith 9.0 doesn't show text in installer
Product: Wine
Version: 9.10
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 76676
--> https://bugs.winehq.org/attachment.cgi?id=76676
Screenshot Windows
See screenshots
--
Do not reply 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=55936
Bug ID: 55936
Summary: Sven Bømwøllen series: Several games crash after
loading screen
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolas.gur(a)stud.uni-due.de
Distribution: ArchLinux
Created attachment 75501
--> https://bugs.winehq.org/attachment.cgi?id=75501
wine output for starting the games
At least the second, third and forth entry from the Sven Bømwøllen series
(https://www.mobygames.com/group/3577/sven-b%C3%B8mw%C3%B8llen-games/) called
Sven Zwø, Sven XXX and Sven 004 crash after showing briefly the loading screen
(the main menu is not entered, and no GUI error messages are shown). The wine
log messages appear to be similar in all three cases and are uploaded in the
attachments. The first game in the series does not have any problems and is
perfectly playable in wine.
The issue occurs both with demo and full CD versions of the games. The demo for
Sven 4 can be downloaded from here, for the maintainers to confirm the bug:
https://www.pcwelt.de/article/1143476/sven-004-xs.html (direct link:
https://download.pcwelt.de/area_release/files/BB/C1/BBC1C93E4C2BA5EC30CBEBA…)
sha1sum Setup_Sven004-XS_BTO_v104.exe
99105e743bbd60889bf476d357e2dd047ed0b0dd
Since the error mentions something about DirectDraw, I tried using
https://github.com/FunkyFr3sh/cnc-ddraw. I also tried setting WinXP
compatibilty, emulating a virtual desktop and tried both Wine 32 and 64
prefixes, but none of this worked in any way.
--
Do not reply 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=56002
Bug ID: 56002
Summary: Adaptive sync results in transient halved refresh rate
with winewayland
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Component: winewayland.drv
When running Cyberpunk 2077 using winewayland (vkd3d-proton/dxvk's dxgi set up
in the prefix with Wine 9.0-rc1 + esync), there is a transient issue when
monitor's refresh rate drops to half of the game framerate instead of matching
it as adaptive sync should do.
DE: KDE Plasma 5.27.9.
I measure game framerate with MangoHud and monitor's refresh rate with
on-screen OSD. With winex11 they match, with winewayland they match most of the
time, but sometimes refresh rate is halved. So for example the game would have
128 fps and OSD will show 64 Hz.
Since it only happens with winewayland, there must be something specific going
on with it.
KWin developers suggested it could have something to do with some additional
subsurfaces preventing direct scanout for example.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.