Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when i run the cura_app.exe it crashes
while using command "pyinstaller cura_app.py" project runs successfully.
am i doing some mistakes while build or anything else ?
help me with suggestions or solutions i am already wasted my time more then 1 day so its now irritating for me. thanks in advance...!!!

Error Traceback:

Traceback (most recent call last):
  File "cura_app.py", line 239, in <module>
  File "cura\CuraApplication.py", line 829, in run
  File "UM\Qt\QtApplication.py", line 381, in run
  File "UM\Application.py", line 268, in run
  File "cura\CuraApplication.py", line 497, in startSplashWindowPhase
  File "UM\Qt\QtApplication.py", line 235, in startSplashWindowPhase
  File "cura\CuraApplication.py", line 810, in _loadPlugins
  File "UM\PluginRegistry.py", line 382, in loadPlugins
  File "UM\PluginRegistry.py", line 436, in loadPlugin
UM.PluginError.PluginNotFoundError: Could not find plugin SentryLogger



Logs :

Thread 0x00003050 (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Thread 0x000047e4 (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Thread 0x00003e74 (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Thread 0x00000744 (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Thread 0x0000287c (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Thread 0x0000428c (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Thread 0x00005380 (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Thread 0x00004d88 (most recent call first):
  File "threading.py", line 320 in wait
  File "threading.py", line 460 in acquire
  File "UM\JobQueue.py", line 98 in _nextJob
  File "UM\JobQueue.py", line 124 in run
  File "threading.py", line 1009 in _bootstrap_inner
  File "threading.py", line 966 in _bootstrap

Current thread 0x00000460 (most recent call first):
  File "cura\CrashHandler.py", line 397 in _logInfoWidget
  File "cura\CrashHandler.py", line 182 in _createDialog
  File "cura\CrashHandler.py", line 86 in __init__
  File "cura_app.py", line 177 in exceptHook


What I have tried:

I have cloned repo from GitHub - Ultimaker/Cura: 3D printer / slicing GUI built on top of the Uranium framework[^]
I Have not much idea in python development.
i have followed all the steps step by step and i success in run project using command "python cura_app.py" the project runs and shows application GUI on my desktop.
now i want to do some changes in the source code. and build an exe (execution file) so i tried first unchanged source to build exe using command "pyinstaller cura_app.py" it creates dist folder and execution file in the dist directory. when i run the cura_app.exe it crashes as shown in image #image# and #image1#. while run using command "python cura_app.py" the project runs and shows application GUI on my desktop as shown in image image2
Posted
Updated 11-Jul-23 21:09pm
v2

1 solution

Look at the error message - it's pretty clear:
UM.PluginError.PluginNotFoundError: Could not find plugin SentryLogger

So find the plugin, install it so Python can find it, and try again.

We can't do that for you!
 
Share this answer
 
Comments
sahil ajmeri 2022 12-Jul-23 5:26am    
i have already installed plugin SentryLogger still getting this error.
directory : E:\Projects\Cura\plugins\SentryLogger

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900