Crashed when add ogreoggsound as a plugin to mogre

randomcode

25-12-2016 07:21:44

When i want to add ogreoggsound to mogre(Ogre .Net Wrapper) as a plugin, and the application crashed
But it is fine when i add ogreoggsound to original Ogre.

How did i fix that?

randomcode

29-12-2016 05:00:38

shall i make a .net wrapper for ogreoggsound?

why did no one reply this? is it very difficult? Or just you guys didn't meet this problem yet.

spacegaier

29-12-2016 12:35:40

why did no one reply this? is it very difficult? Or just you guys didn't meet this problem yet.
Perhaps, your question is too vague. "It crashed" is not really a good basis for help / assistance.

But I assume you cannot just mix native and .NET (and hence might require the mentioned wrapper), but I have no experience with .NET, so I might be wrong here.

randomcode

02-01-2017 01:19:51

why did no one reply this? is it very difficult? Or just you guys didn't meet this problem yet.
Perhaps, your question is too vague. "It crashed" is not really a good basis for help / assistance.

But I assume you cannot just mix native and .NET (and hence might require the mentioned wrapper), but I have no experience with .NET, so I might be wrong here.

But the ogre original plugin works well with mogre

spacegaier

02-01-2017 11:55:57

But the ogre original plugin works well with mogre
Didn't you say in your first post, it crashed?

randomcode

03-01-2017 08:26:27

But the ogre original plugin works well with mogre
Didn't you say in your first post, it crashed?

crashed because of ogreoggsound plugin, but other plugins work well.

stickymango

29-03-2017 23:58:09

Hi,

Some debugging and stack trace is going to be required to help here, although I'm pretty sure you are going to need to write a wrapper to handle the memory handling between managed c# and the unmanaged c++ ogreoggsound dll.

In any case, OgreOggSound is not supported for .NET, feel free to crack this and submit a patch or separate solution.

Regards, Sticky.