Avenue Crashes with Plugin

Post your questions here and we'll all try to help.
Post Reply
Logarith
Posts: 7
Joined: Mon Jan 12, 2009 16:30

Avenue Crashes with Plugin

Post 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

edwin
Team Resolume
Posts: 1207
Joined: Thu Oct 07, 2004 10:40

Re: Avenue Crashes with Plugin

Post by edwin »

Yes please email us the plugin, send it to mail (AT) resolume.com

Logarith
Posts: 7
Joined: Mon Jan 12, 2009 16:30

Re: Avenue Crashes with Plugin

Post by Logarith »

Hi,

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

Greets

Flo

Logarith
Posts: 7
Joined: Mon Jan 12, 2009 16:30

Re: Avenue Crashes with Plugin

Post 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

edwin
Team Resolume
Posts: 1207
Joined: Thu Oct 07, 2004 10:40

Re: Avenue Crashes with Plugin

Post 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.

Post Reply