Quicker在运行Python脚本时崩溃

BUG反馈 · 2317 次浏览
DarylWon 创建于 2024-10-13 20:43

 

Quicker版本:1.43.33

Windows系统:Windows11 LTSC

Python环境可以正常运行脚本,但无法通过Quicker的"运行Python代码“运行,一运行就崩溃,需要重启Quicker.

崩溃后报错信息:

```

TypeInitializationException: “Delegates”的类型初始值设定项引发异常。
--TypeName: Delegates
StackTrace:
   在 Python.Runtime.Runtime.Delegates.get_Py_IsInitialized()
   在 Python.Runtime.Runtime.Py_IsInitialized()
   在 Python.Runtime.Runtime.<>c.<Initialize>b__32_0()
   在 Python.Runtime.Runtime.TryUsingDll[T](Func`1 op)
   在 Python.Runtime.Runtime.Initialize(Boolean initSigs)
   在 Python.Runtime.PythonEngine.Initialize(IEnumerable`1 args, Boolean setSysArgv, Boolean initSigs)
   在 Quicker.Domain.Actions.X.BuiltinRunners.Other.RunPythonScriptStep.<>c__DisplayClass39_1.xOgbluRKkTO()
   在 TVEOtrew83cF6VO6i8O.QBSDgFeBnWRmJxEYgi8.<>c__DisplayClass3_0.B8pcP26kqJf()
   在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   在 System.Threading.ThreadHelper.ThreadStart()

MissingMethodException: Failed to load symbol _PyThreadState_UncheckedGet.
--Message: Failed to load symbol _PyThreadState_UncheckedGet.
StackTrace:
   在 Python.Runtime.Platform.WindowsLoader.GetFunction(IntPtr hModule, String procedureName)
   在 Python.Runtime.Runtime.Delegates.GetFunctionByName(String functionName, IntPtr libraryHandle)
   在 Python.Runtime.Runtime.Delegates..cctor()

Win32Exception: 找不到指定的程序。
--NativeErrorCode: 127
StackTrace:

```

 

 


回复内容
CL 2024-10-13 22:17
#1

参考这里的说明重装一下python试试 https://getquicker.net/kc/help/doc/pythonscript 

DarylWon 2024-10-14 09:38
#2
回复 CL :

参考这里的说明重装一下python试试 https://getquicker.net/kc/help/doc/pythonscript 

已解决,谢谢。是Python版本的问题,之前用Python3.13会崩溃,用回Python3.12就可以正常运行了

CL 回复 DarylWon 2024-10-14 10:51 :

1.43.34 更新了一下python库,有空的时候可以试试3.13是不是可以用。

回复主贴