-
Notifications
You must be signed in to change notification settings - Fork 24
[Question/Request] Cross-platform support #5
Comments
Not the lead dev but curious, how are you running this game that isn't windows executables? Because even on wine it should hook in the dinput8 and run etc etc, if you mean the manager itself you should probably cross compile it via Visual Studio |
@GarnetSunset I'll look up how to cross compile it.
I'm using Proton, I believe it's the 'Experimental' version. |
You should be able to run the RyuModManager via the proton youre running since it creates a container |
Proton/Wine do not work with this mod for some reason. |
also running the mod with Wine through the terminal results in this error:
|
Try this perhaps? Otherwise I'm not sure. Dll injection is weird on Linux since it's not hooking into native windows kernel calls afaik
https://www.reddit.com/r/winehq/comments/t3d7mq/-/hyt6k17
…On March 2, 2022 1:59:47 PM EST, 000Daniel ***@***.***> wrote:
>
> Proton/Wine do not work with this mod for some reason. but I too would like to see GNU/Linux support one day
also running the mod with Wine through the terminal results in this error:
```
002c:err:module:load_apiset_dll failed to load apiset: c0000482
0034:err:module:load_apiset_dll failed to load apiset: c0000482
003c:err:module:load_apiset_dll failed to load apiset: c0000482
0048:err:module:load_apiset_dll failed to load apiset: c0000482
0068:err:module:load_apiset_dll failed to load apiset: c0000482
0070:err:module:load_apiset_dll failed to load apiset: c0000482
0094:err:module:load_apiset_dll failed to load apiset: c0000482
00b4:err:module:load_apiset_dll failed to load apiset: c0000482
0024:err:module:load_apiset_dll failed to load apiset: c0000482
00d0:err:module:load_apiset_dll failed to load apiset: c0000482
00e0:err:module:load_apiset_dll failed to load apiset: c0000482
0108:err:module:load_apiset_dll failed to load apiset: c0000482
0108:err:virtual:virtual_setup_exception stack overflow 2064 bytes in thread 0108 addr 0x170030050 stack 0x207f0 (0x20000-0x21000-0x1a0000)
```
--
Reply to this email directly or view it on GitHub:
#5 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
I’m sorry I’m new to Linux. Where did you plug in that command I really wanna get rmm running |
My problem seems to be for some reason it will launch but upon closing won’t generate the mod load order text |
RMM 2.0 makes a modlist.txt file. I just tried it on a fresh install of Artix, it generated the file. (Wine Staging 7.10)
as for this. You have to install protontricks (unless you wanna do it manually), and add the dinput8.dll in dll overrides |
You can also add DLL overrides in steam instead of needing to install protontricks you can do this by going to your game in steam right-clicking on it then select properties and paste the following in launch options |
for anyone wondering: for Judgment games simply do winmm instead of dinput8 |
@ThatGuyChens hello I'm new to this while thing and I know that this chat is a bit old but I'm having trouble understanding ANY of this is there a simplified way I can understand this? Thanks in advance. |
Hey there, are there any plans to support other operating systems such as GNU+Linux or MacOS?
I'm not very experienced with programming but since it's written in C# is it possible to compile and run it under Linux?
Just curious, that's all.
The text was updated successfully, but these errors were encountered: