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: 25,034 Replies: 51
Viewing posts 12 to 31 of 32 · Next page · Previous page · First page · Last page

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.

Viewing posts 12 to 31 of 32 · Next page · Previous page · First page · Last page