Hi everyone, I’ve been trying to get ANEMOI (SiglusEngine) working properly on Linux, and after many hours of testing across different distros and Wine setups, I want to summarize the situation clearly. Maybe someone in the community can confirm or provide a workaround.
1. The game launches fine, but WMV videos do not play
- The game boots normally under Lutris using
wine-ge-8-26-x86_64. - However, all WMV videos fail (opening movie, cutscenes, etc.).
- The game either:
- crashes with a Japanese ShellExecuteEx error, or
- plays the video at 2 FPS using Wine’s fallback software renderer.
2. This is NOT caused by:
- missing codecs
- missing DLLs
- wrong locale
- wrong prefix
- wrong installation
- wrong patch version
- distro issues (tested on Linux Mint, LMDE, Debian)
- GPU drivers
- NTFS/ext4
- permissions
All of those were checked and confirmed working.
3. The real cause: modern Wine / Wine-GE broke DirectShow + WMV
After testing multiple versions, we discovered:
Wine 6.x and 7.x
- DirectShow works
- WMV playback works
- SiglusEngine videos run normally
Wine 8.x, 9.x, Wine-GE 8.x
- DirectShow is broken
- WMV playback is broken
-
quartz.dllandwmvcore.dllno longer function correctly - Winetricks no longer installs WMP9 or WMV codecs
- SiglusEngine cannot play videos at all
This affects:
- ANEMOI
- Steins;Gate
- Chaos;Head
- Chaos;Child
- Rewrite
- Clannad
- Little Busters
- Any VN using SiglusEngine or WMV-based cutscenes
4. Lutris only offers modern Wine-GE by default
In the “Manage Versions” window, only these runners appear:
wine-ge-8-26-x86_64proton-cachyos-11.0
Older versions like wine-ge-7.1 or wine-7.0-staging (which do support WMV) are not listed.
5. Running Wine-GE manually (outside Lutris) does not help
We tried launching the game with:
Código
~/.local/share/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
The game launches, but:
- videos run at 2 FPS
- no hardware acceleration
- DirectShow still broken
Because Lutris normally applies:
- DXVK
- esync/fsync
- gamemode
- DLL overrides
- multimedia patches
…which are not active when running Wine-GE manually.
6. Conclusion
ANEMOI will not play WMV videos on any modern Wine or Wine-GE version. This is a regression in Wine 8.x and 9.x, not a distro or user error.
To fix this, we would need:
A Lutris runner based on Wine-GE 7.x
or
A community patch restoring DirectShow / WMV support
or
A custom script/installer like the old PlayOnLinux “recipes”
Right now, there is no working solution using modern Lutris runners.
7. What we are asking
If anyone in the Lutris community can:
- provide an older Wine-GE runner (7.x)
- or confirm the DirectShow regression
- or share a working installer script
- or upload a working Lutris installer to lutris.net
…it would help a lot of people playing older Japanese VNs.
If you need logs, prefix dumps, or runner info, I can provide them.
Thanks in advance. Si podéis contestar en español, se agradecería (todo este sumario lo ha echo Copilot).