Athari / XnaConvert

Utility for converting XNA XNB files (Texture2D to PNG images) [New BSD]
Other
49 stars 13 forks source link

Could you make respective release for XNA v1.0/v2.0/v3.0/v4.0? #4

Open ayuanx opened 10 years ago

ayuanx commented 10 years ago

On some systems, it is impossible to instail all those versions of libraries. In fact, most of the time we only need one version.

However, current release won't work unless all of the above libraries are installed.

ilyvion commented 7 years ago

I realize this comment is really old, and that this project is completely dead, but for anyone else wanting to get around this issue, you can just delete/move the Alba.XnaConvert.Loader.XnaXX.dll files you don't need out of the folder where the Alba.XnaConvert.exe program is, and it'll work just fine.

So if you're trying to get at XNA 4.0 files, leave only the Alba.XnaConvert.Loader.Xna40.dll file behind.

ayuanx commented 7 years ago

Thanks for the workaround anyway.

Athari commented 7 years ago

Ugh, how on Earth this still fails? I specifically coded the executable in a way to avoid loading libraries which aren't requested. Need to test this further. Especially now that I don't have all XNA libraries installed on dev machine.