Multitroid will very likely use PG64 at one point. This issue serves as a discussion post for it.
Continuing the discussion from AM2R-Community-Developers/AM2RLauncher#56
Whether unpatched or patched for 64-bit using the directions above, it seems like the server opens a window and then immediately crashes
1.4 was exported as "VM" (it has GM bytecode, that the runner interprets and executes at runtime), while later versions were exported as "YYC" (yoyocompiler, code is compiled natively in the runner)
What GPU do you have? YYG had some bug related to threading that made it crash on mesa. mesa has a hardcoded check for the file's sha. you can try renaming it as runner if you haven't yet, alternatvely, you can try to use the environment variables that are listed in the server's release description.
Multitroid will very likely use PG64 at one point. This issue serves as a discussion post for it.
Continuing the discussion from AM2R-Community-Developers/AM2RLauncher#56
1.4 was exported as "VM" (it has GM bytecode, that the runner interprets and executes at runtime), while later versions were exported as "YYC" (yoyocompiler, code is compiled natively in the runner)
What GPU do you have? YYG had some bug related to threading that made it crash on mesa. mesa has a hardcoded check for the file's sha. you can try renaming it as
runnerif you haven't yet, alternatvely, you can try to use the environment variables that are listed in the server's release description.