pytibrv icon indicating copy to clipboard operation
pytibrv copied to clipboard

python3.6 tibrvQueue_TimedDispatch Error

Open longtianjun opened this issue 1 year ago • 0 comments

Traceback (most recent call last): File "d:\Anaconda\envs\tibTest\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "d:\Anaconda\envs\tibTest\lib\runpy.py", line 85, in run_code exec(code, run_globals) File "c:\Users\pyy.vscode\extensions\ms-python.debugpy-2023.1.12492010\bundled\libs\debugpy_main.py", line 45, in cli.main() File "c:\Users\pyy.vscode\extensions\ms-python.debugpy-2023.1.12492010\bundled\libs\debugpy/..\debugpy\server\cli.py", line 444, in main run() File "c:\Users\pyy.vscode\extensions\ms-python.debugpy-2023.1.12492010\bundled\libs\debugpy/..\debugpy\server\cli.py", line 285, in run_file runpy.run_path(target_as_str, run_name=compat.force_str("main")) File "d:\Anaconda\envs\tibTest\lib\runpy.py", line 263, in run_path pkg_name=pkg_name, script_name=fname) File "d:\Anaconda\envs\tibTest\lib\runpy.py", line 96, in _run_module_code mod_name, mod_spec, pkg_name, script_name) File "d:\Anaconda\envs\tibTest\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "D:\dev-pyton-32\demo4.py", line 94, in main() File "D:\dev-pyton-32\demo4.py", line 82, in main tibrvQueue_TimedDispatch(1, 0.5) File "d:\Anaconda\envs\tibTest\lib\pytibrv\queue.py", line 113, in tibrvQueue_TimedDispatch status = _rv.tibrvQueue_TimedDispatch(que, t) OSError: exception: access violation reading 0x00000041

longtianjun avatar Jul 30 '24 10:07 longtianjun