DLL load failed problem when switching to TD workbench

Discussions about the development of the TechDraw workbench
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8544
Joined: Thu Dec 27, 2018 12:28 pm

DLL load failed problem when switching to TD workbench

Post by Roy_043 »

I can't switch to the TechDraw workbench in version 0.20.27095. I get the following error:

Code: Select all

11:36:44  DLL load failed while importing TechDrawGui: Kan opgegeven procedure niet vinden.
11:36:44  Traceback (most recent call last):
  File "<string>", line 41, in Initialize
  File "D:\BKG_Tmp\FreeCAD_0.20_27095\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.20.27095 (Git)
Build type: Release
Branch: master
Hash: 74fe1fa4db96ce9ba63a156515ddf816117c7a6e
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.3
Locale: Dutch/Netherlands (nl_NL)
user1234
Veteran
Posts: 3487
Joined: Mon Jul 11, 2016 5:08 pm

Re: DLL load failed problem when switching to TD workbench

Post by user1234 »

Just for completeness: Debian fresh compile, no issues.

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (X-Cinnamon/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 0.20.27100 (Git)
Build type: Release
Branch: master
Hash: b9280ae760182783f74eddc77a114686c4143e00
Python version: 3.9.2
Qt version: 5.15.2
Coin version: 4.0.0
OCC version: 7.6.0
Locale: English/United States (en_US)
Greetings
user1234
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: DLL load failed problem when switching to TD workbench

Post by uwestoehr »

Roy_043 wrote: Wed Jan 19, 2022 10:40 am I can't switch to the TechDraw workbench in version 0.20.27095. I get the following error:
Sorry, this build was broken, here is a new and working one:
https://github.com/donovaly/FreeCADInst ... 0.20r27129
Post Reply