WineHQ
Category: Main Games Library of Ruina 1.0.1.5e

Library of Ruina

No Screenshot

Submit Screenshot

This version fixes a issue that the game won't run in Japanese language.

Application Details:

Version: 1.0.1.5e
License:
URL: http://www.projectmoon.kr/game...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 5.14

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Main features of the game (opening movie, main menu, reception, stories, book management) are all tested. Everything works flawlessly. However, if you set the game to windowed mode, you should enable Wine's virtual window feature, because keyboard and mouse input won't work without doing it.

What does not

The game won't work out-of-box. Both installation and running the game requires some workarounds.

Workarounds

For installation, first launch steam by following command:

wine steam.exe -no-browser +open steam://open/minigameslist

Then double-click the game title "Library of Ruina" and install.

After installation, download the GitHub repository here (by cloning or by downloading zip file): https://github.com/z0z0z/mf-install. Then, run following bash commands inside the repo:

override_dll() {
    wine reg add "HKEY_CURRENT_USER\Software\Wine\DllOverrides" /v $1 /d native /f
}
cp -v syswow64/* "$WINEPREFIX/drive_c/windows/syswow64"
cp -v system32/* "$WINEPREFIX/drive_c/windows/system32"
override_dll "colorcnv"
override_dll "mf"
override_dll "mferror"
override_dll "mfplat"
override_dll "mfplay"
override_dll "mfreadwrite"
override_dll "msmpeg2adec"
override_dll "msmpeg2vdec"
override_dll "sqmapi"
wine start regedit.exe mf.reg
wine start regedit.exe wmf.reg
wine64 start regedit.exe mf.reg
wine64 start regedit.exe wmf.reg
wine regsvr32 colorcnv.dll
wine regsvr32 msmpeg2adec.dll
wine regsvr32 msmpeg2vdec.dll
wine64 regsvr32 colorcnv.dll
wine64 regsvr32 msmpeg2adec.dll
wine64 regsvr32 msmpeg2vdec.dll


Then, just launch the application from Steam.

What was not tested

100% run of the game is not tested.

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: proprietary

Additional Comments

This game is dxvk compatible. You can install dxvk to improve performance by running "winetricks dxvk". Tested winetricks version is 20200412.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentArch Linux x86_64Aug 09 20205.14Yes Yes YesGoldArchie Sugo 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back