FreeCAD 0.20.1: impossible to save on SMB share with Windows11

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Syres
Veteran
Posts: 2900
Joined: Thu Aug 09, 2018 11:14 am

Re: FreeCAD 0.20.1: impossible to save on SMB share with Windows11

Post by Syres »

Errors for me using my own MiniConda build using Python 3.9.x and using the Conda download from the Releases page:

Code: Select all

OS: Windows 7 Version 6.1 (Build 7601: SP 1)
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: (HEAD detached at 0.20.1)
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.9.13, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.2
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * A2plus 0.4.56a
  * Assembly3 0.11.3
  * CfdOF 1.17.7
  * Curves 0.5.4
  * fasteners 0.3.51
  * fcgear 1.0.0
  * freecad.xray 2022.4.17
  * Help 1.0.3
  * Manipulator 1.4.9
  * Plot 2022.4.17
  * sheetmetal 0.2.57
  * Silk 1.0.0
  * timber

Code: Select all

OS: Windows 7 Version 6.1 (Build 7601: SP 1)
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: (HEAD detached at 0.20.1)
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.10.6, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.2
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * A2plus 0.4.56a
  * Assembly3 0.11.3
  * CfdOF 1.17.7
  * Curves 0.5.4
  * fasteners 0.3.51
  * fcgear 1.0.0
  * freecad.xray 2022.4.17
  * Help 1.0.3
  * Manipulator 1.4.9
  * Plot 2022.4.17
  * sheetmetal 0.2.57
  * Silk 1.0.0
  * timber
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: FreeCAD 0.20.1: impossible to save on SMB share with Windows11

Post by adrianinsaval »

Ugh... the fix was reverted in the 0.20 branch git commit 451d95d04 maybe it didn't work with just that? @uwestoehr was there a problem when backporting this? Can it now be backported for a 0.20.2 release?
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD 0.20.1: impossible to save on SMB share with Windows11

Post by uwestoehr »

adrianinsaval wrote: Tue Oct 11, 2022 1:17 pm Ugh... the fix was reverted in the 0.20 branch git commit 451d95d04 maybe it didn't work with just that? @uwestoehr was there a problem when backporting this? Can it now be backported for a 0.20.2 release?
I can't remember. I assume I reverted because this fixed a regression introduced by
https://github.com/FreeCAD/FreeCAD/pull/7034

And https://github.com/FreeCAD/FreeCAD/pull/7034 was no backported because @wmayer said no backport.

However, I backported now the change https://github.com/FreeCAD/FreeCAD/commit/84eb5fe9e21
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: FreeCAD 0.20.1: impossible to save on SMB share with Windows11

Post by adrianinsaval »

Thanks, I think at some point the symlink stuff got bakcported anyways so the fix is needed
mbordoni
Posts: 5
Joined: Sat Sep 10, 2022 4:54 pm

Re: FreeCAD 0.20.1: impossible to save on SMB share with Windows11

Post by mbordoni »

In the meantime the 0.20.2 will be ready to install I suggest to everybody to downgrade to version 0.20.0. :idea:
It works just perfectly.

Bests,
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD 0.20.1: impossible to save on SMB share with Windows11

Post by uwestoehr »

mbordoni wrote: Mon Nov 28, 2022 10:08 pm In the meantime the 0.20.2 will be ready to install I suggest to everybody to downgrade to version 0.20.0.
As I wrote, the fix will be in FreeCAD 0.20.2 and this release will most probably done this weekend.
Post Reply