Mugen Tournament 3

Questions about Wine on Linux
Locked
scorpion
Level 2
Level 2
Posts: 46
Joined: Sun Dec 02, 2018 12:18 pm

Mugen Tournament 3

Post by scorpion »

I' m trying to play Mugen Tournament 3 https://mugen-tournament.en.softonic.com/. But I cannot.
Terminal:

Code: Select all

wine Winmugen.exe
000b:fixme:winediag:start_process Wine Staging 4.0-rc4 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
Loading button config for P1 joystick win.
Loading button config for P2 joystick win.
Initializing keyboard.
Initializing sound...0009:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work.
ok
Initializing graphics.
This is the error that I get:
https://ibb.co/Dgrfkkc

Code: Select all

M.U.G.E.N. Error
Error message: Can' t find file qoh_sm~1.fnt
Error loading system data: data/system.def
I'm on debian 9.
This is the problem when using ubuntu https://askubuntu.com/questions/1021391 ... tournament
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Mugen Tournament 3

Post by jkfloris »

Open data/system.def in a text editor and change the line:
font5 = qoh_sm~1.fnt
to
font5 = qoh_small.fnt
scorpion
Level 2
Level 2
Posts: 46
Joined: Sun Dec 02, 2018 12:18 pm

Re: Mugen Tournament 3

Post by scorpion »

Solved! Thanks.
I have to change the settings every time that I launch it. Do you know a way to fix it? A config file?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Mugen Tournament 3

Post by jkfloris »

You can create a symbolic link to the non-existing file.

Code: Select all

ln -s Qoh_small.fnt "qoh_sm~1.fnt"
scorpion
Level 2
Level 2
Posts: 46
Joined: Sun Dec 02, 2018 12:18 pm

Re: Mugen Tournament 3

Post by scorpion »

After I edited that file I can play every time.
I meant the settings of the game, is a problem of it.
scorpion
Level 2
Level 2
Posts: 46
Joined: Sun Dec 02, 2018 12:18 pm

Re: Mugen Tournament 3

Post by scorpion »

scorpion wrote: I meant the settings of the game, is a problem of it.
Never mind there is a setting.
Locked