Search found 9 matches

by andre_b
Sun Apr 22, 2018 20:35
Forum: Problems? Bugs? Solutions!
Topic: Bugs, output resolution
Replies: 4
Views: 4043

Re: Bugs, output resolution

I had a similar problem today while setting up a show on several 4k displays (MacOS 10.10):
I've changed their resolutions to 1920x1080 but one of them still appeared as 4k in Arena 6.0.7
In Avenue 4 everything was correct.
by andre_b
Thu Dec 28, 2017 21:45
Forum: Problems? Bugs? Solutions!
Topic: Avenue 6 crashes on file dialogs
Replies: 51
Views: 49611

Re: Avenue 6 crashes on file dialogs

Have you tried to move the app back to the original location? I've done some tests with unusual directory paths, but couldn't recreate the issue on my el-capitan machine this way. I did but I can't reproduce that behavior. When I do a fresh install of Avenue or Arena 6.03 the config file doesn't ha...
by andre_b
Wed Dec 27, 2017 21:34
Forum: Problems? Bugs? Solutions!
Topic: Avenue 6 crashes on file dialogs
Replies: 51
Views: 49611

Re: Avenue 6 crashes on file dialogs

OK, found something: when I was installing Arena or Avenue 6 I always moved the entire Resolume folder from /Applications to a subfolder /Applications/_Video where I generally keep video apps. After that the config.xml file had two entries for Audio plugins: "<AudioPluginManager name="Audi...
by andre_b
Thu Dec 14, 2017 19:22
Forum: Problems? Bugs? Solutions!
Topic: Avenue 6 crashes on file dialogs
Replies: 51
Views: 49611

Re: Avenue 6 crashes on file dialogs

I've just downloaded version 6.0.2 but it still crashes. I don't think there is any relation to read/write permissions for folders - it stucks already before it zooms the file dialog to its full size. And I can open folders and files from the browser panel. I guess the problem is not related to the ...
by andre_b
Thu Nov 09, 2017 18:21
Forum: Problems? Bugs? Solutions!
Topic: Avenue 6 crashes on file dialogs
Replies: 51
Views: 49611

Re: Avenue 6 crashes on file dialogs

mine is: /Users/abart/Documents/Resolume Avenue 6/ so no umlauts, diacritics etc. accessing a folder or file path doesn't seem to be the problem, as Resolume is saving recordings, config files, new compositions etc. without problems and the file browser panel is also working. Must be something speci...
by andre_b
Wed Nov 08, 2017 10:22
Forum: Problems? Bugs? Solutions!
Topic: Avenue 6 crashes on file dialogs
Replies: 51
Views: 49611

Avenue 6 crashes on file dialogs

Hi, Avenue 6 (beta3 as well as the final release) crashes on opening a file dialog (like Open... a composition or setting the record directory or adding a new FFGL directory in the preferences). And I can't send an error report because it also crashes when I hit the send button (tried that 10 times ...
by andre_b
Wed Nov 01, 2017 16:58
Forum: Problems? Bugs? Solutions!
Topic: R6 bug : crashes when try to add a new plugin directory
Replies: 10
Views: 10380

Re: R6 bug : crashes when try to add a new plugin directory

Hi, I've experienced exactly the same problems: Avenue 6 crashes on opening a file dialog (like Open..., setting the record directory or adding a new FFGL directory in the preferences). And I can't send an error report because it also crashes when I hit the send button (tried that 10 times or more ....
by andre_b
Thu Oct 12, 2017 01:28
Forum: Developers Developers Developers
Topic: Do my FFGL plugins work in Resolume 6?
Replies: 6
Views: 12338

Re: Do my FFGL plugins work in Resolume 6?

OK, I've found the problem: SetMinInputs (in the CFreeFrameGLPlugin constructor) needs to be 1 in order to work as effect plugin for Resolume 6. For Resolume 4 it worked also with a value of 0 - regardless of effect or source plugins. So besides declaring a plugin as FF_EFFECT or FF_SOURCE in CFFGLP...
by andre_b
Tue Oct 10, 2017 21:47
Forum: Developers Developers Developers
Topic: Do my FFGL plugins work in Resolume 6?
Replies: 6
Views: 12338

Re: Do my FFGL plugins work in Resolume 6?

I've developed some custom FFGL plugins (based on ShaderMaker) for Resolume Avenue 4 - source as well as effect plugins (MacOS 10.10, XCode 7.2) When I compile them as 64bit for Resolume 6 and put them into the vfx folder they all appear as source plugins - both source and effect plugins. My real so...