LemurPwned / VISM

Software for visualising magnetic layers
Other
6 stars 2 forks source link

AppCrash after changing Frame Directory #122

Closed JakubChecinski closed 6 years ago

JakubChecinski commented 6 years ago

Basically what the title says. I load the example data, set widgets and try to modify the frames directory (Options -> Frame Directory). The app crashes and quits.

Note: if I try to change the frames directory before loading data or before setting widgets, everything works correctly.


Update: Actually, even with choosing the frames directory early it still doesn't work - the app doesn't crash anymore, but nothing seems to be recording even if I press Y several times. Maybe there is something else I'm doing wrong?

Update2: The console has given me the following error info before crash: https://imgur.com/a/stxyf6J

LemurPwned commented 6 years ago

I happened to fix that in the latest release. It was a problem with a naming convention in decorator

JakubChecinski commented 6 years ago

From what I can see, the issue is still here today.

LemurPwned commented 6 years ago

It should be gone by now. I have not uploaded my changes to master branch previously

JakubChecinski commented 6 years ago

Checked again today and changing the Frame Directory works now correctly. Nicely done.