Problems and solutions: Difference between revisions

Changing valentina to seamly / seamly2D
(New issue)
(Changing valentina to seamly / seamly2D)
 
(One intermediate revision by the same user not shown)
Line 4:
=== Error. Invalid version. Maximum supported version is x.x.x. === <!--T:1-->
[[File:P&S invalid version.png|727px|frameless|center]]
When you see such a message this mean you have a file with format version that is higher that can open current ValentinaSeamly2D version. In this case you can try:
 
<!--T:2-->
* Find newer version that can open such file version (recommended). Sometimes this mean to use last code from the develop branch.
* If your current version is <= 0.4.x try inside the file find and change a tag <code>version</code> to max version that supports current ValentinaSeamly2D version. In this case '''0.2.4'''. Then try reopen the file. If all is ok ValentinaSeamly2D will open the file without warnings.
* If your current version is >= 0.5.x ValentinaSeamly2D already had tried for you previous recommendation. All you can do is to find newer version. See first recommendation.
 
=== A curve ends up as a straight line in the details tab. === <!--T:3-->
Line 36:
[[File:HighDpiScaling victim.png|698px|center]]
 
If your DPI is messed up, that is, all of the icons/text look distorted, then you are victim of <code>Qt::AA_EnableHighDpiScaling</code>. This is a hardcoded setting in the ValentinaSeamly2D source code. The DPI scaling is enabled by default. To disable it you have two options:
 
* Call ValentinaSeamly2D/TapeSeamlyMe with option <code>--no-scaling</code>. This will disable scaling for this run.
* Another way to disable it is to use the <code>QT_AUTO_SCREEN_SCALE_FACTOR=0</code> environment variable.