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
Avenue Crashes with Plugin
Re: Avenue Crashes with Plugin
Yes please email us the plugin, send it to mail (AT) resolume.com
Re: Avenue Crashes with Plugin
Hi,
did you look at the problem with the plugin.
Any suggestions?
Greets
Flo
did you look at the problem with the plugin.
Any suggestions?
Greets
Flo
Re: Avenue Crashes with Plugin
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
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
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.
We need to come up with a solution that faulty plugins don't crash the application, but that seems hard to-do.