FEX icon indicating copy to clipboard operation
FEX copied to clipboard

Minit has some sort of crash right at the start

Open Sonicadvance1 opened this issue 4 years ago • 7 comments

Right at the start the engine throws some crash message. Lua maybe? https://store.steampowered.com/app/609490/Minit/

Sonicadvance1 avatar Dec 23 '21 21:12 Sonicadvance1

Trying this on the mpb m1, reliably crashes parallels. I'll take a second look from my x86 host.

skmp avatar Jan 19 '22 14:01 skmp

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

Screenshot from 2022-01-19 17-05-23

skmp avatar Jan 19 '22 15:01 skmp

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)

skmp avatar Mar 23 '22 17:03 skmp

Launching on m1vm works, the launching issue is an x86-only issue

skmp avatar Mar 23 '22 18:03 skmp

Interesting.

Sonicadvance1 avatar Mar 23 '22 18:03 Sonicadvance1

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

skmp avatar Mar 23 '22 18:03 skmp

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.

skmp avatar Mar 23 '22 19:03 skmp