Page 1 of 1

GUI crashes on opening 'Populate variables'

Posted: Wed Jul 19, 2017 1:47 pm
by bartcuijpers
Hi,

I'm testing with FFAStrans 0.8.1 and I'm experiencing the following issue;
- Started from scratch.
- I created a workflow which uses two statics. %S_WATCHPATH% and %S_EXPORTPATH%, both target to a UNC network path.
- Everything runs fine.
- But when I try to edit the 'Populate variables'-processor, the GUI freezes and I have to force quit FFAStrans. The same issue occurs when adding a 'Populate variables'-processor to a brand new workflow.

Where are the statics stored?

Thanks!

Re: GUI crashes on opening 'Populate variables'

Posted: Wed Jul 19, 2017 2:25 pm
by bartcuijpers
Where are the statics stored?
I found them in the ffastrans.ini file.
I also noticed the issue only occurs when using more than one static;

Code: Select all

[FFAStrans]
version=0.7.5
[user_variables]
S_test=\\nasmtr01.l1rtv.l1.nl\uitwissel$\MEDIA\Uitwissel_avid\FLIPIN\
S_TESTTEST=test
Crashes the GUI.

Code: Select all

[FFAStrans]
version=0.7.5
[user_variables]
S_test=\\nasmtr01.l1rtv.l1.nl\uitwissel$\MEDIA\Uitwissel_avid\FLIPIN\
No crash.

Re: GUI crashes on opening 'Populate variables'

Posted: Wed Jul 19, 2017 8:25 pm
by admin
Hi bartcuijpers,

I'm have recreated the issue and it will be fixed. Thanks for reporting! :-)

-steinar