0 votes

Hi,

I've crashed twice my application today trying to export to ORM my database. After some search, i've found why. That's because i had put some bundles in external files.
Don't know why, but it seems that in that particular case, the full export path is buggy. I guess i can fix it changing external file AND relative export path.

But, i think it could be improved :
- First, it will be better that relative export path change alone (or, be prompted to fill it again)
- Second, it will be great that application do not crash when the path does not exist but only ask for it.

Thanks for reading

Tom

in Solved by (350 points)

2 Answers

0 votes

Hi,

thanks for feedback. Would it be possible to send me ([email protected]) the project with invalid paths which causing the crash, so we can try it here?

To your notes about improvements:

  • Export path has to be always relative to module path. The reason is that you can use one module in several projects and export have to be done always to location based on module / project. More info about shared modules is available here: https://help.skipper18.com/how-to-use/application-concepts/shared-modules

  • Regarding the crash. I suppose you're using OS X/Linux version, right? We detected a special bug which causing application crash instead of error message when exception is thrown through Qt Script system. We're already working on the fix.

Thanks for your time and have a nice week
Ludek

by Skipper developer (141k points)
0 votes

Bugfix for OS X/Linux version when instead of error message application completely crashes is available.

Fix is released in latest beta http://support.skipper18.com/402/downloads-skipper-beta

by Skipper developer (141k points)