Page 1 of 1

Avenue Crashes with Plugin

Posted: Wed Jan 28, 2009 22:32
by Logarith
Hi,

I recently wrote in the other forum about my stopmotion plugin I programmed.
Now when I start Resolume 3 it crashes at startup.
If I remove my plugin it works.
I tried reinstalling resolume and to use the plugin I compiled two weeks ago,
which definitly worked at this time. But now it crashes.
Im using Vista and the error says only that the Application doesnt work.
In the windows event protocol there is only written error in application.

I can send you the file, if you like to reproduce the error.

Thx

Flo

Re: Avenue Crashes with Plugin

Posted: Thu Jan 29, 2009 08:43
by edwin
Yes please email us the plugin, send it to mail (AT) resolume.com

Re: Avenue Crashes with Plugin

Posted: Tue Feb 10, 2009 18:29
by Logarith
Hi,

did you look at the problem with the plugin.
Any suggestions?

Greets

Flo

Re: Avenue Crashes with Plugin

Posted: Thu Feb 19, 2009 11:50
by Logarith
Hi,

I solved the problem.
The line which caused the crash,
was a declaration of an InputStream

ifstream file;

in my header file.
I didnt use the stream.
Dont really understand why it crashes
if i didnt open/close the ifstream.
Maybe some c++ issues I dont know.

I will load up the plugin on my homepage
when it is tested by some guys and
I want to create the same for Mac.
But first I have to fix my Mac.

Greetings

Flo

Re: Avenue Crashes with Plugin

Posted: Fri Feb 20, 2009 08:46
by edwin
Nice that you solved the probem, indeed strange why this would fail.
We need to come up with a solution that faulty plugins don't crash the application, but that seems hard to-do.