Pokemon Infinity on ChromeOS Linux

Questions about Wine on Linux
Locked
exProphecy
Newbie
Newbie
Posts: 3
Joined: Sun May 10, 2009 2:53 pm

Pokemon Infinity on ChromeOS Linux

Post by exProphecy »

Hi there folks, I am attempting to run Pokemon Infinity using Wine on my Chromebook Linux. It starts up fine and I'm able to press start plus access the main menu but it crashes after I start a New Game.
I'm able to progress through 2 dialogue lines then it crashes with this error:
Script '[Audio Module Script]' line 65: FmodEx::Error occurred.

FMOD error! (67) A resource that the plugin requires cannot be found. (ie the DLS file for MIDI playback or other DLLs that it needs to load)

Attaching screenshot here:
Screenshot 2022-02-06 4.01.19 PM.png
Screenshot 2022-02-06 4.01.19 PM.png (9.7 KiB) Viewed 4642 times
Any thoughts/advice? I guess I'm missing a DLL file in system32?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Pokemon Infinity on ChromeOS Linux

Post by jkfloris »

Install the General MIDI DLS Collection with winetricks

Code: Select all

winetricks -q gmdls
exProphecy
Newbie
Newbie
Posts: 3
Joined: Sun May 10, 2009 2:53 pm

Re: Pokemon Infinity on ChromeOS Linux

Post by exProphecy »

jkfloris wrote: Mon Feb 07, 2022 5:53 am Install the General MIDI DLS Collection with winetricks

Code: Select all

winetricks -q gmdls
Hmm weird I have Wine installed (and winecfg works) but winetricks says command not found... how do I fix this?

I get this after entering sudo apt-get install winetricks:
E: Package candidate 'winetricks' has no installation candidate.

EDIT: NEVERMIND! Installed winetricks and cabextract successfully. Thank you for your help it works now!! :D
Razrlink
Newbie
Newbie
Posts: 1
Joined: Tue Sep 20, 2022 4:15 am

Re: Pokemon Infinity on ChromeOS Linux

Post by Razrlink »

Hey! I'm getting the same FMOD error that you posted, but installing the MIDI DLS collection did not fix it for me. Is there anything else that you did?
Locked