Jump to content

Recommended Posts

Posted · Crash when loading Materials Settings

Cura version: 5.7.2

Downloaded directly from Ultimaker

 

 

When I attempt to open the Materials settings menu I get a crash every time.  This was a fresh install on a new computer.  I'm signed into my profile now, but it's crashing before and now after I had signed in.  Crashes when run as administrator and without.  

 

 

 

Error Traceback

Traceback (most recent call last):

File "UM\Settings\Models\ContainerPropertyProvider.py", line 84, in setKey

self._update()

File "UM\Settings\Models\ContainerPropertyProvider.py", line 148, in _update

new_properties[property_name] = self._getPropertyValue(property_name)

File "UM\Settings\Models\ContainerPropertyProvider.py", line 167, in _getPropertyValue

property_value = SettingDefinition.settingValueToString(setting_type, property_value)

File "UM\Settings\SettingDefinition.py", line 634, in settingValueToString

return convert_function(value)

File "UM\Settings\SettingDefinition.py", line 777, in <lambda>

"float": {"from": lambda v: str(round(float(v), 4)) if v is not None else "", "to": toFloatConversion, "validator": Validator},

TypeError: float() argument must be a string or a real number, not 'SettingFunction'

 

 

Logs

Thread 0x00005628 (most recent call first):

File "C:\Program Files\UltiMaker Cura 5.7.2\share\cura\plugins\USBPrinting\USBPrinterOutputDeviceManager.py", line 90 in _updateThread

File "threading.py", line 946 in run

File "threading.py", line 1009 in _bootstrap_inner

File "threading.py", line 966 in _bootstrap

 

Thread 0x000057bc (most recent call first):

File "threading.py", line 324 in wait

File "zeroconf\__init__.py", line 2534 in wait

File "zeroconf\__init__.py", line 1715 in run

File "threading.py", line 1009 in _bootstrap_inner

File "threading.py", line 966 in _bootstrap

 

Thread 0x00006198 (most recent call first):

File "threading.py", line 324 in wait

File "threading.py", line 600 in wait

File "C:\Program Files\UltiMaker Cura 5.7.2\share\cura\plugins\UM3NetworkPrinting\src\Network\ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests

File "threading.py", line 946 in run

File "threading.py", line 1009 in _bootstrap_inner

File "threading.py", line 966 in _bootstrap

 

Thread 0x00003bd8 (most recent call first):

File "zeroconf\__init__.py", line 1369 in run

File "threading.py", line 1009 in _bootstrap_inner

File "threading.py", line 966 in _bootstrap

 

Thread 0x00001174 (most recent call first):

File "C:\Program Files\UltiMaker Cura 5.7.2\share\cura\plugins\RemovableDriveOutputDevice\RemovableDrivePlugin.py", line 61 in _updateThread

File "threading.py", line 946 in run

File "threading.py", line 1009 in _bootstrap_inner

File "threading.py", line 966 in _bootstrap

 

Thread 0x000056e8 (most recent call first):

File "UM\Backend\Backend.py", line 209 in _storeStderrToLogThread

File "threading.py", line 946 in run

File "threading.py", line 1009 in _bootstrap_inner

File "threading.py", line 966 in _bootstrap

 

Thread 0x0000337c (most recent call first):

File "UM\Backend\Backend.py", line 189 in _storeOutputToLogThread

File "threading.py", line 946 in run

File "threading.py", line 1009 in _bootstrap_inner

File "threading.py", line 966 in _bootstrap

 

Thread 0x000050f0 (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 0x0000321c (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 0x00002514 (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 0x00005824 (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 0x00005258 (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 0x00005ef8 (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 0x00000eec (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 0x000011cc (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 0x000002a4 (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 169 in exceptHook

File "UM\Qt\QtApplication.py", line 420 in exec

File "cura\CuraApplication.py", line 953 in run

File "cura_app.py", line 243 in <module>

 

 

image.png

  • Link to post
    Share on other sites

    Posted · Crash when loading Materials Settings

    About the only wild stab in the dark I could take would be that a material profile might be corrupt, ben even on that I'd say I'm probably wrong.

     

    You should probably go to the Cura GitHub repo and submit a bug report, they're a lot better trained to handle this sort of thing 🙂

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.9 stable released!
        Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements.  Check out the rest of this article to find out the details on all of that and more
          • Like
        • 5 replies
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Heart
          • Thanks
          • Like
        • 7 replies
    ×
    ×
    • Create New...