The sad part is that I had played this game 2-3 times last year but I am not able to open it now.
I tried the method which suggested using Winetricks, but it didn’t executed and some weird error came, which was like " your Wine version 8.XX is not supported, please update to version 5"
Then I thought to go via winecfg, but I don't know what to do there :
Nothing weird about it, make sure to use latest winetricks
This is important point, that’s why i always advice to use not latest wine from repo, but portable wine with portable prefix which works for your specific game.
Using system wine on rolling distro (well any distro really) is generally a bad idea because:
Wine is EXTREMELY complex software, it tends to break certain games on version updates because of regressions (meaning you fix something and it breaks something else).
It might work for a while, but eventually it will break for almost any game.
So what you should do?
Use specific version of wine in a portable fashion (independent from your system wine version), so it will not change unless you want it to.
Use independent wineprefix for each game.
Just find a wine version that worked good for your game, follow my instruction with simple scripts (you can do it however you like, it’s just a stupid little example while i was in a hurry so people would understand concept) to create prefix and install game, then transfer your game saves from usual ~/.wine prefix and play it as you was before.
Gnome has different compositor (mutter), but i really doubt it have influenced anything.
How do i know?
Using winetricks is very normal practice to install and make problematic games work.
Most likely your issue is caused because by wine update regressions for your game.
And the game I am presently using is also based on the aforementioned tools. Almost all Pokemon games which have executable are based on these 2 tools.
How I can do it ? The archive contains the following items :
The game here do not get installed on the system, rather we have to run it from its extracted folder and from that location only. If I move out that Game.exe from the parent folder, then game will not run.
Okay then. I will go by that route. It is looking slightly exhaustive at first look, but since you had provided the entire scripts, hence I need to copy-paste-move only. Thanks, I try it.
Did you end up getting it running? I’ve been playing it for the last couple of days on wine-staging. The only issue I have is no music, however other sounds play.
“winetricks” is being a PITA lately, it just doesn’t work on Debian. Take my word for it. I only need it for the “corefonts”, imagine if I would need it for one miserable game? I have gone as far as backing up the “dot-reg” files and a few other things of the fake C: drive, then copying the same stuff from another installation, because the thing wouldn’t register the “corefonts”. This is not what I had to do for any Arch-based distro LOL. However, when “winetricks” is installed via “pacman” and it’s run, it complains the “upstream” version is newer. This is only FYI.
There are some 32-bit Windows apps like OpenMPT that might need a few libraries installed such as “lib32-portaudio”, separately from Wine. Also you might want to install “wine-gecko” and “wine-mono” because it’s not done for you. Might want to look into all that.
^
|
Almost forgot to mention that Debian and Ubuntu make it near impossible to get “wine-gecko” in particular, and when they feel like it “wine-mono” is available. That’s why I would never recommend anything based on them for games, and barely for anything related to music production except 32-bit freeware.
I actually didn’t played the game the the due to schedule and also the little cousin deleted that game folder back then as the folder was named as misc_timepass , for which I begged pardon from Keybreak.
I will go over it in next few days, so then I will be in better position for explaining it.
The possible problem might be the missing libs if you are using pulse audio.
So before trying any other solutions, make sure you have the necessary libs.
Yay -S lib32-alsa-plugins lib32-libpulse lib32-openal
Mann you are THE GOAT, had sokme vulkan issues, fixed it then got the annoying directx issue in bottles, tried in wine still no solution but just installing the necessary libs worked. Thanks man.