rushiiMachine / osu-patcher

osu! patcher for making playing with Relax more enjoyable
GNU General Public License v3.0
15 stars 3 forks source link

feature: wine support #10

Open HorizonCode opened 4 months ago

HorizonCode commented 4 months ago

When running the patcher in the same wineprefix as osu does, it does find the osu!.exe but throws an exception.

image

rushiiMachine commented 4 months ago

I'm using Win32 Management API to find the osu process + it's cli args, not sure how I would do the same on linux.

Does Wine not have WMI support?