WineHQ

Touhou Fuujinroku ~ Mountain of Faith

C72 CD version

Application Details:

Version: 1.00
License: Shareware
URL: http://www16.big.or.jp/~zun/ht...
Votes: 0
Latest Rating: Platinum
Latest Wine Version Tested: 5.0-rc2

Maintainers: About Maintainership

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything tested worked as expected

What does not

Nothing tested failed to work

Workarounds

What was not tested

External configuration settings were not tested. Clearing the game was not tested.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Tested with third party English Patch

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowmacOS 10.14 "Mojave"Dec 26 20195.0-rc2N/A Yes NoPlatinumAndrew Fan 
ShowmacOS 10.13 "High Sierra"Jul 15 20194.12.1N/A Yes NoBronzeAndrew Fan 
ShowmacOS 10.13 "High Sierra"Jan 16 20194.0-rc6N/A Yes NoBronzeAndrew Fan 
ShowmacOS 10.13 "High Sierra"Jul 10 20183.11N/A Yes NoPlatinumAndrew Fan 
ShowmacOS 10.12 "Sierra"Jan 14 20183.0-rc6N/A Yes NoPlatinumAndrew Fan 

Known Bugs

Bug # Description Status Resolution Other apps affected
10408 Shanghai Alice games: text background doesn't alpha CLOSED FIXED View
10424 Touhou Fuujinroku ~ Mountain of Faith: Crashes while loading CLOSED ABANDONED View
13297 unimplemented d3dx9_36.dll.D3DXCreateTextureFromFileA CLOSED FIXED View
15146 Touhou 10, 11 dialogue text transparent, difficult to read CLOSED FIXED View
17924 MIDI music (or no music) is played instead of WAV music for Touhou games CLOSED WORKSFORME View
19106 Touhou Fuujinroku ~ Mountain of Faith: Stage backgrounds aren't always rendered properly CLOSED FIXED View
22341 Touhou games: no text in dialogue boxes CLOSED FIXED View
33761 Touhou 10 and up have aliased dialogue text UNCONFIRMED View
36882 Certain Touhou Games (10, 14, 14.3) run at 20 FPS rather than 60 CLOSED FIXED View
46376 Touhou 10 on macOS 10.13.6 (High Sierra) may crash or freeze on startup after Security Update 2018-003 UNCONFIRMED View

Show open bugs

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

WARNING.
by Alejandro Nova on Thursday May 31st 2012, 12:07
Counterintuitively, this game actually works BETTER with Wine-provided libraries than with Microsoft-provided libraries. So, if you have those DirectX 9 overrides in place, DISABLE THEM or you will be left without sound. This game gets a Platinum rating since it works flawlessly with a Wine setup OUT OF THE BOX, but the rating actually WORSENS with external libraries.

by Everett on Friday April 24th 2009, 15:03
Ubuntu 9.04, Wine 1.19, NVidia binary drivers 185.19.

Although the game runs steadily at 60FPS, wine selects 640x480@75hz which causes visible jerkiness (at least on LCD screens). Quick fix is to disable vertical refresh > 60hz in xorg.conf.

# nvidia device section
Option "UseEdidFreqs" "false"
This disables override of HorizSync and VertRefresh values in xorg.conf.
# monitor section
VertRefresh 56.0 - 60.0
Lower value for your monitor can be different. Consult your monitor manual.
Also make sure to set HorizSync to appropriate value.
Back