alesliehughes / monoDX

Managed DirectX replacement
MIT License
5 stars 5 forks source link

Sega Rally launcher fails to start #8

Open madewokherd opened 2 years ago

madewokherd commented 2 years ago

From https://github.com/ValveSoftware/Proton/issues/5383, the launcher fails calling Microsoft.DirectX.DirectSound.DevicesCollection..ctor().

alesliehughes commented 2 years ago

I've taken a small look at this. Its will require than just the DevicesCollection to be implemented.

madewokherd commented 2 years ago

I've started working on this.

madewokherd commented 2 years ago

I'm trying to get Managed DirectX installed on Windows 10 so I can do some tests, but I haven't found a way to do that. Have you figured this out?

alesliehughes commented 2 years ago

I think I installed the "Microsoft DirectX SDK (June 2010)", to get those libraries.

madewokherd commented 2 years ago

Updating title because it no longer fails calling that specific method, but I still want to track this.