FreeCAD 0.20 Win 11 VS 2022 shiboken2 issues

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
chennes
Veteran
Posts: 3876
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: FreeCAD 0.20 Win 11 VS 2022 shiboken2 issues

Post by chennes »

That one looks like my fault: I've been doing some refactoring of the Addon Manager and I always test using the GUI, so I didn't notice the mistaken dependency. No tests that run in headless mode should import FreeCADGui. Let me take a closer look, I'll get back to you shortly.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
danh0902
Posts: 1
Joined: Tue Dec 27, 2022 5:24 pm

Re: FreeCAD 0.20 Win 11 VS 2022 shiboken2 issues

Post by danh0902 »

Kind of related to this thread. Things built fine for me (master branch (0.20 I believe), Win 11, VS Community 2022, Debug), but I've been getting a Python error when running the built Debug. Is there any update on this? I made sure there's no Python installed on my machine and used the one in LibPack (latest one downloaded from here: https://github.com/FreeCAD/FreeCAD-LibPack/releases)
Update: I also tried VS Community 2019 and got the same error.

This is what I got when setting FreeCADMain as the startup project:

Code: Select all

'FreeCAD_d.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. 
'FreeCAD_d.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. 
'FreeCAD_d.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. 
Fatal Python error: failed to get the Python codec of the filesystem encoding
'FreeCAD_d.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. 
The thread 0x711c has exited with code 1 (0x1).
The thread 0x7d14 has exited with code 1 (0x1).
The thread 0x1950 has exited with code 1 (0x1).
The program '[24404] FreeCAD_d.exe' has exited with code 1 (0x1).
This is what I got when setting FreeCADMainCmd as the startup project:

Code: Select all

Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00004258 (most recent call first):
<no Python frame>
Last edited by danh0902 on Tue Dec 27, 2022 6:08 pm, edited 4 times in total.
User avatar
2250911301
Posts: 8
Joined: Fri Jun 16, 2023 7:32 am
Contact:

Re: FreeCAD 0.20 Win 11 VS 2022 shiboken2 issues

Post by 2250911301 »

i have the same problem by using main branch.
win11 operation system python is under LibPack-OCC76-V2
log as below:

Code: Select all

“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCAD.exe”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ntdll.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\kernel32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\KernelBase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ucrtbase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\shell32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp_win.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\user32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCADGui.dll”。已加载符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\win32u.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCADApp.dll”。已加载符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCADBase.dll”。已加载符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\gdi32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\advapi32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcrt.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\gdi32full.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp140.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\sechost.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\vcruntime140.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\rpcrt4.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\vcruntime140_1.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ole32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\combase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\python38.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\shlwapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ws2_32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Gui.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Widgets.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Core.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Coin4.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\hid.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\opengl32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5PrintSupport.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5WinExtras.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Svg.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\comdlg32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\pyside2.cp38-win_amd64.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\SHCore.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_filesystem-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Xml.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_regex-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\xerces-c_3_2.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\version.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\zlib.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Network.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\shiboken2.cp38-win_amd64.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_date_time-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_program_options-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\crypt32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\mpr.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\shfolder.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\userenv.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\dxgi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\d3d11.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\netapi32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\winmm.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\uxtheme.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp140_1.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\dwmapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp140_1.dll”。
“FreeCAD.exe”(Win32): 已卸载“C:\Windows\System32\msvcp140_1.dll”
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\glu32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\winspool.drv”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\dnsapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_system-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.22621.608_none_fb280a3c7926c2cc\comctl32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Qml.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\IPHLPAPI.DLL”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\netutils.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\srvcli.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\DXCore.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\cryptbase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\imm32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\nsi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\tmumh\20019\AddOn\8.53.0.1128\TmUmEvt64.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\psapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\tmumh\20019\TmMon\2.8.0.1054\tmmon64.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\samcli.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\windows.storage.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\WinTypes.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\profapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\cryptsp.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\rsaenh.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\bcryptprimitives.dll”。
Fatal Python error: failed to get the Python codec of the filesystem encoding
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\kernel.appcore.dll”。
线程 0x1e5c 已退出,返回值为 1 (0x1)。
线程 0x28b4 已退出,返回值为 1 (0x1)。
线程 0x4a10 已退出,返回值为 1 (0x1)。
线程 0xdf4 已退出,返回值为 1 (0x1)。
程序“[19156] FreeCAD.exe”已退出,返回值为 1 (0x1)。
User avatar
2250911301
Posts: 8
Joined: Fri Jun 16, 2023 7:32 am
Contact:

Re: FreeCAD 0.20 Win 11 VS 2022 shiboken2 issues

Post by 2250911301 »

I have copy bin to build path and it is usefull.
kaiyuan
Posts: 1
Joined: Tue Sep 05, 2023 4:34 am

Re: FreeCAD 0.20 Win 11 VS 2022 shiboken2 issues

Post by kaiyuan »

2250911301 wrote: Fri Jun 16, 2023 7:37 am i have the same problem by using main branch.
win11 operation system python is under LibPack-OCC76-V2
log as below:

Code: Select all

“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCAD.exe”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ntdll.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\kernel32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\KernelBase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ucrtbase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\shell32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp_win.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\user32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCADGui.dll”。已加载符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\win32u.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCADApp.dll”。已加载符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\book\FreeCAD-master\build\bin\FreeCADBase.dll”。已加载符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\gdi32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\advapi32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcrt.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\gdi32full.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp140.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\sechost.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\vcruntime140.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\rpcrt4.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\vcruntime140_1.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ole32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\combase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\python38.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\shlwapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\ws2_32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Gui.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Widgets.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Core.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Coin4.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\hid.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\opengl32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5PrintSupport.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5WinExtras.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Svg.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\comdlg32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\pyside2.cp38-win_amd64.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\SHCore.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_filesystem-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Xml.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_regex-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\xerces-c_3_2.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\version.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\zlib.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Network.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\shiboken2.cp38-win_amd64.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_date_time-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_program_options-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\crypt32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\mpr.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\shfolder.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\userenv.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\dxgi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\d3d11.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\netapi32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\winmm.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\uxtheme.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp140_1.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\dwmapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\msvcp140_1.dll”。
“FreeCAD.exe”(Win32): 已卸载“C:\Windows\System32\msvcp140_1.dll”
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\glu32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\winspool.drv”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\dnsapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\boost_system-vc141-mt-x64-1_67.dll”。模块已生成,不包含符号。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.22621.608_none_fb280a3c7926c2cc\comctl32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Users\tengyanbo\source\cad_lib\LibPack-OCC76-V2\bin\Qt5Qml.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\IPHLPAPI.DLL”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\netutils.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\srvcli.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\DXCore.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\cryptbase.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\imm32.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\nsi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\tmumh\20019\AddOn\8.53.0.1128\TmUmEvt64.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\psapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\tmumh\20019\TmMon\2.8.0.1054\tmmon64.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\samcli.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\windows.storage.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\WinTypes.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\profapi.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\cryptsp.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\rsaenh.dll”。
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\bcryptprimitives.dll”。
Fatal Python error: failed to get the Python codec of the filesystem encoding
“FreeCAD.exe”(Win32): 已加载“C:\Windows\System32\kernel.appcore.dll”。
线程 0x1e5c 已退出,返回值为 1 (0x1)。
线程 0x28b4 已退出,返回值为 1 (0x1)。
线程 0x4a10 已退出,返回值为 1 (0x1)。
线程 0xdf4 已退出,返回值为 1 (0x1)。
程序“[19156] FreeCAD.exe”已退出,返回值为 1 (0x1)。
you should set the env FC_PYTHONHOME to the actual path (typically under your local Libpack directory)
see viewtopic.php?t=60203&sid=1f4eda2581930 ... 6&start=10 for more information
Post Reply