Stefanos Kornilios Mitsis Poiitidis
Stefanos Kornilios Mitsis Poiitidis
(Closing this as there is an ongoing powergrab by @Sonicadvance1, I will migrate my work to https://github.com/skmp/fex-emu-ng.git)
``` # make uninstall add_custom_target("uninstall" COMMENT "Uninstall installed files") add_custom_command( TARGET "uninstall" POST_BUILD COMMENT "Uninstall files with install_manifest.txt" COMMAND xargs rm -vf < install_manifest.txt || echo Nothing in install_manifest.txt to...
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...
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...
Launching on m1vm works, the launching issue is an x86-only issue
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...
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.
Hmm, for `ffff96da2000 - fffffd7e1000` maybe they are stack growth pages? no idea why `fffffd802000 - 1000000000000` are not allocated though. Maybe they are inaccessible without MAP_FIXED?
@Sonicadvance1tested here locally and all seemed OK