Minit has some sort of crash right at the start
Right at the start the engine throws some crash message. Lua maybe? https://store.steampowered.com/app/609490/Minit/
Trying this on the mpb m1, reliably crashes parallels. I'll take a second look from my x86 host.
Disabling gpu acceleration in parallels fixes the crashes.
From the log
ERROR!!! :: ############################################################################################
ERROR in
action number 1
of Async Event: HTTP
for object oCameraInit:
Error!!Redirecting to /api/request (301)
at gml_Object_oCameraInit_Other_62
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_oCameraInit_Other_62 (line -1)
Attempting to set gamepadcount to 0
In game screenshot

This looks like a game bug.
Creating a file in ~/.config/minitGMS2/camera/camera.ini with contents
[camera]
user_url="https://minitgame.com"
api_key="featured_disabled_forever"
(source: https://steamcommunity.com/app/609490/discussions/0/1744480967012577318/?ctp=5#c3969311271665258738)
And testing under x86-64 host, it works when launched directly (with env setup from csgo)
Launching on m1vm works, the launching issue is an x86-only issue
Interesting.
From some further testing on my x86 machine, it looks like /home/skmp/.local/share/Steam/steamapps/common/Minit/runner is never launched. Could be some issue with my steam install?
Running native works.
Native Log
/bin/sh\0-c\0/home/skmp/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=609490 -- '/home/skmp/.local/share/Steam/steamapps/common/Minit/runner'\0
Game process added : AppID 609490 "/home/skmp/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=609490 -- '/home/skmp/.local/share/Steam/steamapps/common/Minit/runner'", ProcID 2935977, IP 0.0.0.0:0
chdir /home/skmp/.local/share/Steam/steamapps/common/Minit
ERROR: ld.so: object '/home/skmp/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
GameAction [AppID 609490, ActionID 1] : LaunchApp changed task to WaitingGameWindow with ""
ERROR: ld.so: object '/home/skmp/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/skmp/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
GameAction [AppID 609490, ActionID 1] : LaunchApp changed task to Completed with ""
***************************************
* YoYo Games Linux Runner V1.3 *
***************************************
Running with FEXBash steam
GameAction [AppID 609490, ActionID 2] : LaunchApp changed task to ProcessingInstallScript with ""
GameAction [AppID 609490, ActionID 2] : LaunchApp changed task to SynchronizingCloud with ""
GameAction [AppID 609490, ActionID 2] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 609490, ActionID 2] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 609490, ActionID 2] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 609490, ActionID 2] : LaunchApp continues with user response "CreatingProcess"
/usr/local/bin/FEXBash\0/home/skmp/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=609490 -- '/home/skmp/.local/share/Steam/steamapps/common/Minit/runner'\0
Game process added : AppID 609490 "/home/skmp/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=609490 -- '/home/skmp/.local/share/Steam/steamapps/common/Minit/runner'", ProcID 2934607, IP 0.0.0.0:0
GameAction [AppID 609490, ActionID 2] : LaunchApp changed task to WaitingGameWindow with ""
GameAction [AppID 609490, ActionID 2] : LaunchApp changed task to Completed with ""
chdir /home/skmp/.local/share/Steam/steamapps/common/Minit
ERROR: ld.so: object '/home/skmp/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/skmp/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Game process removed: AppID 609490 "/home/skmp/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=609490 -- '/home/skmp/.local/share/Steam/steamapps/common/Minit/runner'", ProcID 2934607
Uploaded AppInterfaceStats to Steam
One more note, doing FEXBash and then
/home/skmp/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=609490 -- '/home/skmp/.local/share/Steam/steamapps/common/Minit/runner'
In another terminal, with steam environment vars from csgo loaded also works.