GUI crashes on opening 'Populate variables'

Here you can submit bugreports
Post Reply
bartcuijpers
Posts: 13
Joined: Wed Jun 14, 2017 4:35 pm

GUI crashes on opening 'Populate variables'

Post 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!
Attachments
20170719152439.zip
workflow
(1.21 KiB) Downloaded 460 times
bartcuijpers
Posts: 13
Joined: Wed Jun 14, 2017 4:35 pm

Re: GUI crashes on opening 'Populate variables'

Post 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.
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: GUI crashes on opening 'Populate variables'

Post by admin »

Hi bartcuijpers,

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

-steinar
Post Reply