Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Your Only Move Is HUSTLE (Open Beta Version)

An online, turn-based fighting game and superpowered fight scene simulator. · By ivysly

[Guide] Running Your Only Move Is HUSTLE through Wine on Mac Sticky

A topic by laurasnow created Dec 07, 2022 Views: 27,478 Replies: 53
Viewing posts 1 to 34
(1 edit) (+4)

Hi all, I've seen so many threads asking for a Mac build for this game and basically just one comment saying it might be possible to play this game through Wine.

I tried it and it, and it totally works!

Instructions:

1. Download the latest build of Your Only Move Is HUSTLE with the big red download button, and then extract the folder.

2. Install Wine into your terminal. The guide available on the official website is helpful but a bit long. Basically, you can run the following commands in Terminal. (Open Terminal by using the Spotlight Search through Cmd + Space, then type Terminal)

brew tap homebrew/cask-versions 
brew install --cask --no-quarantine wine-stable

3. cd into the Your Only Move Is HUSTLE folder. Something like:

cd ~/Downloads/YourOnlyMoveIsHUSTLE

4. Run Wine on YourOnlyMoveIsHUSTLE.exe! You will get a bunch of security warnings. Press "cancel" to ignore them.

wine YourOnlyMoveIsHUSTLE.exe

or for MacOS versions that are 64bit, you'll need to run:

wine64 YourOnlyMoveIsHUSTLE.exe

Enjoy!

This is not an official guide and it might break or not work online.  If you see me in game plz go easy on me I succcckkk.

hi laurasnow, may i ask want number 3 refers to? its a bit confusing since i dont have experience with these kinda things at all. Where do i input cd into? thanks.

just go to your terminal, after you are done with step one and two, extract the yomi zip file you got by double clicking it and copy and paste the command into the terminal. CD(change directory) is basically telling your terminal to navigate to whatever path that you input.

(+1)

Run all the commands in the 

grayboxes

in Terminal :)

(+2)

It might be helpful to link to https://brew.sh for people who don’t have homebrew installed.

so do i run all the commands, including step 3 and 4, in terminal? when i copy and paste them into my terminal, its not working for some reason

(+1)

You probably don’t have homebrew installed. You can find info on homebrew at https://brew.sh

(1 edit)

ah i tried homebrew, it says i need a password but i cant input anything.

(+1)

usually terminals don't show how many characters you've written as password. It's still writing it tho

alright so i downloaded homebrew and right now im on step 3, where do i enter the command into? (for step 3) i tried copy pasting into terminal but its not working. 

(+1)

What’s the error?

when i input step 3, which is the cd into yomi hustle step (input into terminal), nothing happens, and if i input step 4 into the terminal,

zsh: bad CPU type in executable: wine appears. Thanks for helping!

have you extracted yomi hustle.zip before entering the command?

Oh, that’s an easy fix. Just use wine64 instead of wine (you might want to symlink/make an alias if stuff doesn’t work)

THANK YOU!!! This worked perfectly!

hi guys can someone help me? when i do step 4 and 5 it says wine not found even though i downloaded wine

NEVERMINDE TYSM

Currently downloading homebrew but its now stuck on 

==> Tapping homebrew/core

remote: Enumerating objects: 1373239, done.

remote: Counting objects: 100% (141/141), done.

remote: Compressing objects: 100% (93/93), done.

remote: Total 1373239 (delta 80), reused 97 (delta 48), pack-reused 1373098

Receiving objects: 100% (1373239/1373239), 526.33 MiB | 8.13 MiB/s, done.

Resolving deltas: 100% (955679/955679), done.

anyone know the issue?

NVM it was finished downloading.

downloaded all the things needed but I cant run the game comes up with 

pauls-Air:YomiHustle paulkim$ cd ~/Downloads/YomiHustle

pauls-Air:YomiHustle paulkim$ wine YomiHustle.exe

-bash: wine: command not found

pauls-Air:YomiHustle paulkim$ 

pauls-Air:YomiHustle paulkim$ wine64 YomiHustle.exe

-bash: wine64: command not found

pauls-Air:YomiHustle paulkim$ 


anyone know why?

i have a small questionnn.. what's a cd? and how do i "cd into the Yomi Hustle folder"? thanks for making this post btw !

its talking about command line. Or whatever it's called on mac. also make sure you have homebrew installed

ohhh thx!

it says that there's "No such file or directory" what do i dooo??

did you extract the file after downloading it?

Thank you so much! I've tried to get Wine to work so many times but never managed to.

How do I get 64 bit wine my "CPU type" is bad.

I also cannot uninstall wine for some reason

fixed it nvm t

(1 edit)

You need to use wine64 instead of wine. When typing the command, do wine64 YourOnlyMoveIsHUSTLE.exe instead of wine YourOnlyMoveIsHUSTLE.exe

make a video explanation for the love of GOD

if you could make a video explanation i would thank you heavily. im doing everything its just confusing as hell and atleast a video i could copy what its doing

My game loads, but it gets stuck on a Red Screen. any ideas on how to fix it? even re-installed wine and made a new copy of YOMI

(1 edit)

Yes, I installed homebrew. Yes, I installed wine. Yes, I extracted the folder. I followed every step. It loads through the Godmot or whatever screen, and then it's just the color red.

I'm Having the EXACT same problem did you ever get it to work?

So i did this through wine and it totally worked but may there be any way to implement mods since i did restart the game with mods enabled but on the mod list the mods i put in the mods folder dont show up

how do I do it through wine?

How do I fix 

zsh: command not found: wine

I installed it.

(5 edits)

Updated Guide.

TL;DR

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask wine-stable
cd ~/Downloads/YourOnlyMoveIsHUSTLE
wine64 YourOnlyMoveIsHUSTLE.exe

Thorough guide:

0. Open Terminal
Open Terminal by using the Spotlight Search through Cmd + Space, then type Terminal

1. Get Homebrew for Mac

https://brew.sh/

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. Install Wine

https://formulae.brew.sh/cask/wine-stable#default

brew install --cask wine-stable

Note: this step is different from laurasnow because it does not need to install homebrew-cask-versions, which allows for installing older, deprecated versions of wine. which we do not need, as we are grabbing the current `wine-stable` version 8.0 anyway

Alternate route through a helper wizard: https://www.embird.net/sw/embird/tutorial/wine/wine.htm

3.  cd into the Your Only Move Is HUSTLE folder

cd ~/Downloads/YourOnlyMoveIsHUSTLE

4. Run wine

wine64 YourOnlyMoveIsHUSTLE.exe

Sanity checks:

* Check if homebrew is downloaded

which brew
> /opt/homebrew/bin/brew
brew --version
> Homebrew 3.6.21
> Homebrew/homebrew-core (git revision a63a7493134; last commit 2023-02-15)

* Check if wine is installed

which wine64 
> /opt/homebrew/bin/wine64 
wine64 --version 
> wine-8.0

* Check to see if current directory in Terminal is correct

Print Current Working Directory ( pwd ), and list files ( ls )

pwd
ls 

* Check to see if you have an older Mac before 2018 or before MacOS Mojave, use wine instead of wine64

* Check to see if you have Apple Silicon for your Mac

According to wine version 7.0, 

The new Apple Silicon Macs are supported, including running x86-64 binaries under Rosetta 2.

You have to use wine64 and also you need to install Rosetta 2.

* Check to see if you allow unverified developer programs to be run and have Gatekeeper disabled

Follow guide here https://www.makeuseof.com/how-to-disable-gatekeeper-mac/

Notes:

 Worked first try after disabling Mac Security Gatekeeper. Thanks Laurasnow. I've always been to scared to try out wine so I am glad it was such a painless process! I would be glad if you updated the original post with the sanity checks.

(+1)

LEGEND!!!!!

Did all the steps, but I'm getting a bunch of errors when I try to run YOMI in wine:

002c:err:winediag:getaddrinfo Failed to resolve your host name IP 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8 /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist' /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8 /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist' 00d8:err:module:relocate_ntdll ntdll could not be mapped at preferred address (0x120000), expect trouble /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8 /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist' /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8 /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.60.1/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist' 0024:err:module:relocate_ntdll ntdll could not be mapped at preferred address (0x120000), expect trouble 00fc:err:module:relocate_ntdll ntdll could not be mapped at preferred address (0x120000), expect trouble Application could not be started, or no application associated with the specifie d file. ShellExecuteEx failed: File not found.

Sorry for the long text, I just don't know what any of it means haha

i almost got mods to work! 
you need to creata a YourOnlyMoveIsHUSTLE folder in the .config folder.. problem is.. i still need to find out how to correctly get a char_cache and a mod_temp

would it be possible to do something like directly turning the setting on in the  files of the game themself?, just spitballing here

you cant mod, you need a resource directory, something wine doesnt have

hello reader! i just wanted to ask if anyone knows of a way to get mods to run this way

When I open Yomi Hustle, it gets stuck on the GoDot Game Engine Screen. Apparently the menu buttons are there and I can click on them but it's just stuck on the screen so it would be impossible to play.

just  pull the window down

Now the screen is fully red, buttons are still there but the screen is red after pulling the window down

I just wonder is it possible to mod the game  even if you have to use wine to play it

how to do it on linux

It is frozen at the godot game engine screen, what can I do to fix this.

how do i mod yomi hustle like this?

I tried this, but when i open the game its just a red screen. like the game is running but it doesn't show me anything but a red screen. Is there a solution to this

Wow I followed your guide combined with another (literally just someapple insider article) and i got it working within 30 minutes or less. Im so surprised i managed to do this thanks for your help T_T <3 gonna run SO many games !!!!