Rodrigo Locatti
Rodrigo Locatti
macOS is supported. Blame your vendor for shipping trash-tier drivers. Apple devices with AMD or NVidia GPUs should be fine.
Are you running yuzu in multicore? The racy read comes from the NVFlinger thread.
You shouldn't be using multicore with async disabled. This is disallowed from the UI, but yuzu-cmd doesn't have such protection.
From RGSS1 (Ruby built-in classes were excluded): Plane, Sprite, Tilemap, Window, RPG::Sprite and Viewport raise TypeError. RPG::Troop raises NameError in mkxp while in Game.exe is clonable. Extraction method (using runtime...
I do not own a modern Mac to test it, but looking at 2015's build (file named mkxp-16-8-2015-withrubyzlib.zip) it has an standard ".app" Extract it (it's done automatically by OS...
I can reproduce it. It seems to be a bug (since you say it doesn't fail on Game.exe). For now, just remove `Dir.getwd`: ```ruby # replace result = "#{Dir.getwd}/TitleBG.png" #...