rfht / fnaify

Run FNA/XNA games on OpenBSD - DEPRECATED! Check out the successor: https://github.com/IndieRunner/IndieRunner
https://www.PlayOnBSD.com
ISC License
36 stars 2 forks source link

Slipstream uses custom FNA.dll #53

Open rfht opened 3 years ago

rfht commented 3 years ago

Slipstream fails to start:

[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve type with t
oken 01000043 from typeref (expected class 'SDL2.SDL_mixer' in assembly 'FNA, Version=21.9
.0.0, Culture=neutral, PublicKeyToken=null')                                              
  at Slipstream.Core.Audio..ctor () [0x00006] in <c788aa7ff8e94952af1d6ed01c9c5249>:0     
  at Slipstream.Core.MainGame.Initialize () [0x00087] in <c788aa7ff8e94952af1d6ed01c9c5249
>:0                                                                                       
  at Microsoft.Xna.Framework.Game.DoInitialize () [0x00039] in <4b344fa30e664cda922066aee9
400a2c>:0                                                                                 
  at Microsoft.Xna.Framework.Game.Run () [0x0000e] in <4b344fa30e664cda922066aee9400a2c>:0

  at Slipstream.Program.Main (System.String[] args) [0x00006] in <c788aa7ff8e94952af1d6ed0
1c9c5249>:0  

This is not in the namespace of the system FNA.dll, but exists in the bundled one.

Maybe this can be added in for compatibility of the namespace?