/usr/bin/cura:48: DeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5 linux_distro_name = platform.linux_distribution()[0].lower() 2018-09-26 11:50:46,066 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin ConsoleLogger 2018-09-26 11:50:46,113 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [72]: Found CuraEngine at: /usr/bin/CuraEngine 2018-09-26 11:50:46,115 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin CuraEngineBackend 2018-09-26 11:50:46,124 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin SimpleView 2018-09-26 11:50:46,125 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ConsoleLogger was already loaded 2018-09-26 11:50:46,215 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [34]: Checking for new version of cura 2018-09-26 11:50:46,220 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin UpdateChecker 2018-09-26 11:50:46,236 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin LocalFileOutputDevice 2018-09-26 11:50:46,254 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin TranslateTool 2018-09-26 11:50:46,261 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin SelectionTool 2018-09-26 11:50:46,270 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin MirrorTool 2018-09-26 11:50:46,287 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin ScaleTool 2018-09-26 11:50:46,300 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin RotateTool 2018-09-26 11:50:46,308 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin CameraTool 2018-09-26 11:50:46,315 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin STLWriter 2018-09-26 11:50:46,330 - WARNING - [MainThread] STLReader.STLReader. [35]: Could not find numpy-stl, falling back to slower code. 2018-09-26 11:50:46,333 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin STLReader 2018-09-26 11:50:46,339 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin OBJWriter 2018-09-26 11:50:46,346 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin OBJReader 2018-09-26 11:50:46,350 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin FileLogger 2018-09-26 11:50:46,359 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin LocalContainerProvider 2018-09-26 11:50:46,366 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin OrientationPlugin 2018-09-26 11:50:46,372 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin ZOffsetPlugin 2018-09-26 11:50:46,399 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module OctoPrintPlugin 2018-09-26 11:50:46,400 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,400 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,400 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,401 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,401 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,401 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,402 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,402 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,402 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,402 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,403 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,403 - ERROR - [MainThread] UM.Logger.logException [85]: File "/home/craig/.local/share/cura/3.4/plugins/OctoPrintPlugin/OctoPrintPlugin/__init__.py", line 6, in 2018-09-26 11:50:46,403 - ERROR - [MainThread] UM.Logger.logException [85]: from . import OctoPrintOutputDevicePlugin 2018-09-26 11:50:46,404 - ERROR - [MainThread] UM.Logger.logException [85]: File "/home/craig/.local/share/cura/3.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevicePlugin.py", line 4, in 2018-09-26 11:50:46,404 - ERROR - [MainThread] UM.Logger.logException [85]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2018-09-26 11:50:46,404 - ERROR - [MainThread] UM.Logger.logException [85]: ModuleNotFoundError: No module named 'zeroconf' 2018-09-26 11:50:46,404 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [600]: Could not find plugin OctoPrintPlugin 2018-09-26 11:50:46,406 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module OctoPrintPlugin 2018-09-26 11:50:46,407 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,407 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,408 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,408 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,408 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,409 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,409 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,409 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,409 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,410 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,410 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,410 - ERROR - [MainThread] UM.Logger.logException [85]: File "/home/craig/.local/share/cura/3.4/plugins/OctoPrintPlugin/OctoPrintPlugin/__init__.py", line 6, in 2018-09-26 11:50:46,410 - ERROR - [MainThread] UM.Logger.logException [85]: from . import OctoPrintOutputDevicePlugin 2018-09-26 11:50:46,411 - ERROR - [MainThread] UM.Logger.logException [85]: File "/home/craig/.local/share/cura/3.4/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevicePlugin.py", line 4, in 2018-09-26 11:50:46,411 - ERROR - [MainThread] UM.Logger.logException [85]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2018-09-26 11:50:46,411 - ERROR - [MainThread] UM.Logger.logException [85]: ModuleNotFoundError: No module named 'zeroconf' 2018-09-26 11:50:46,419 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin XRayView 2018-09-26 11:50:46,426 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin ChangeLogPlugin 2018-09-26 11:50:46,431 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin UserAgreement 2018-09-26 11:50:46,439 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module 3MFReader 2018-09-26 11:50:46,452 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,453 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,453 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,454 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,454 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,454 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,455 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,455 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,455 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,455 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,456 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,456 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFReader/__init__.py", line 8, in 2018-09-26 11:50:46,456 - ERROR - [MainThread] UM.Logger.logException [85]: from . import ThreeMFReader 2018-09-26 11:50:46,457 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFReader/ThreeMFReader.py", line 9, in 2018-09-26 11:50:46,458 - ERROR - [MainThread] UM.Logger.logException [85]: import Savitar 2018-09-26 11:50:46,458 - ERROR - [MainThread] UM.Logger.logException [85]: ValueError: PyCapsule_GetPointer called with incorrect name 2018-09-26 11:50:46,459 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [600]: Could not find plugin 3MFReader 2018-09-26 11:50:46,466 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module 3MFReader 2018-09-26 11:50:46,468 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,468 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,468 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,468 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,469 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,469 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,469 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,470 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,470 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,470 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,470 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,471 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFReader/__init__.py", line 8, in 2018-09-26 11:50:46,471 - ERROR - [MainThread] UM.Logger.logException [85]: from . import ThreeMFReader 2018-09-26 11:50:46,471 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFReader/ThreeMFReader.py", line 9, in 2018-09-26 11:50:46,471 - ERROR - [MainThread] UM.Logger.logException [85]: import Savitar 2018-09-26 11:50:46,472 - ERROR - [MainThread] UM.Logger.logException [85]: ValueError: PyCapsule_GetPointer called with incorrect name 2018-09-26 11:50:46,472 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SimpleView was already loaded 2018-09-26 11:50:46,513 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module UM3NetworkPrinting 2018-09-26 11:50:46,515 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,515 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,516 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,516 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,516 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,516 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,517 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,517 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,517 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,518 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,518 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,518 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 8, in 2018-09-26 11:50:46,518 - ERROR - [MainThread] UM.Logger.logException [85]: from . import UM3OutputDevicePlugin 2018-09-26 11:50:46,519 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/UM3OutputDevicePlugin.py", line 16, in 2018-09-26 11:50:46,519 - ERROR - [MainThread] UM.Logger.logException [85]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2018-09-26 11:50:46,519 - ERROR - [MainThread] UM.Logger.logException [85]: ModuleNotFoundError: No module named 'zeroconf' 2018-09-26 11:50:46,520 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [600]: Could not find plugin UM3NetworkPrinting 2018-09-26 11:50:46,526 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module UM3NetworkPrinting 2018-09-26 11:50:46,527 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,527 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,528 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,528 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,528 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,528 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,529 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,529 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,529 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,530 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,530 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,530 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 8, in 2018-09-26 11:50:46,530 - ERROR - [MainThread] UM.Logger.logException [85]: from . import UM3OutputDevicePlugin 2018-09-26 11:50:46,531 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/UM3OutputDevicePlugin.py", line 16, in 2018-09-26 11:50:46,531 - ERROR - [MainThread] UM.Logger.logException [85]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2018-09-26 11:50:46,531 - ERROR - [MainThread] UM.Logger.logException [85]: ModuleNotFoundError: No module named 'zeroconf' 2018-09-26 11:50:46,531 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ConsoleLogger was already loaded 2018-09-26 11:50:46,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraEngineBackend was already loaded 2018-09-26 11:50:46,540 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin ModelChecker 2018-09-26 11:50:46,541 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UpdateChecker was already loaded 2018-09-26 11:50:46,553 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin UltimakerMachineActions 2018-09-26 11:50:46,575 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin GCodeReader 2018-09-26 11:50:46,612 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin USBPrinting 2018-09-26 11:50:46,639 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin SimulationView 2018-09-26 11:50:46,647 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin CuraProfileReader 2018-09-26 11:50:46,656 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin GCodeGzWriter 2018-09-26 11:50:46,663 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module 3MFWriter 2018-09-26 11:50:46,665 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,665 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,665 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,665 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,666 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,666 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,666 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,667 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,667 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,667 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,667 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,668 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFWriter/__init__.py", line 7, in 2018-09-26 11:50:46,668 - ERROR - [MainThread] UM.Logger.logException [85]: from . import ThreeMFWriter 2018-09-26 11:50:46,668 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFWriter/ThreeMFWriter.py", line 13, in 2018-09-26 11:50:46,668 - ERROR - [MainThread] UM.Logger.logException [85]: import Savitar 2018-09-26 11:50:46,669 - ERROR - [MainThread] UM.Logger.logException [85]: ValueError: PyCapsule_GetPointer called with incorrect name 2018-09-26 11:50:46,669 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [600]: Could not find plugin 3MFWriter 2018-09-26 11:50:46,675 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module 3MFWriter 2018-09-26 11:50:46,677 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:46,677 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:46,678 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:46,678 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:46,678 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:46,679 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:46,679 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:46,679 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:46,680 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:46,680 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:46,681 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:46,681 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFWriter/__init__.py", line 7, in 2018-09-26 11:50:46,682 - ERROR - [MainThread] UM.Logger.logException [85]: from . import ThreeMFWriter 2018-09-26 11:50:46,682 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFWriter/ThreeMFWriter.py", line 13, in 2018-09-26 11:50:46,683 - ERROR - [MainThread] UM.Logger.logException [85]: import Savitar 2018-09-26 11:50:46,683 - ERROR - [MainThread] UM.Logger.logException [85]: ValueError: PyCapsule_GetPointer called with incorrect name 2018-09-26 11:50:46,694 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade26to27 2018-09-26 11:50:46,705 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade22to24 2018-09-26 11:50:46,713 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade32to33 2018-09-26 11:50:46,719 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade33to34 2018-09-26 11:50:46,729 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade25to26 2018-09-26 11:50:46,745 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade21to22 2018-09-26 11:50:46,752 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade30to31 2018-09-26 11:50:46,760 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin VersionUpgrade27to30 2018-09-26 11:50:46,767 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin GCodeGzReader 2018-09-26 11:50:46,773 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin CuraProfileWriter 2018-09-26 11:50:46,782 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin GCodeWriter 2018-09-26 11:50:46,782 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalFileOutputDevice was already loaded 2018-09-26 11:50:46,804 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin Toolbox 2018-09-26 11:50:46,805 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin TranslateTool was already loaded 2018-09-26 11:50:46,805 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SelectionTool was already loaded 2018-09-26 11:50:46,805 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MirrorTool was already loaded 2018-09-26 11:50:46,805 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ScaleTool was already loaded 2018-09-26 11:50:46,806 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin RotateTool was already loaded 2018-09-26 11:50:46,806 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CameraTool was already loaded 2018-09-26 11:50:46,806 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLWriter was already loaded 2018-09-26 11:50:46,806 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLReader was already loaded 2018-09-26 11:50:46,807 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJWriter was already loaded 2018-09-26 11:50:46,807 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJReader was already loaded 2018-09-26 11:50:46,841 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin XmlMaterialProfile 2018-09-26 11:50:46,852 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin SupportEraser 2018-09-26 11:50:46,861 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin GCodeProfileReader 2018-09-26 11:50:46,869 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin PrepareStage 2018-09-26 11:50:46,877 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin LegacyProfileReader 2018-09-26 11:50:46,901 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin X3DReader 2018-09-26 11:50:46,913 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin PerObjectSettingsTool 2018-09-26 11:50:46,922 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin MachineSettingsAction 2018-09-26 11:50:46,932 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin FirmwareUpdateChecker 2018-09-26 11:50:46,957 - WARNING - [MainThread] UFPWriter. [10]: Could not import UFPWriter; libCharon may be missing 2018-09-26 11:50:46,962 - WARNING - [MainThread] UFPWriter. [10]: Could not import UFPWriter; libCharon may be missing 2018-09-26 11:50:46,963 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [418]: Plugin UFPWriter did not return any objects to register 2018-09-26 11:50:46,972 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin SolidView 2018-09-26 11:50:46,980 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin MonitorStage 2018-09-26 11:50:46,994 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin RemovableDriveOutputDevice 2018-09-26 11:50:47,008 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin ImageReader 2018-09-26 11:50:47,022 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [431]: Loaded plugin PostProcessingPlugin 2018-09-26 11:50:47,022 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FileLogger was already loaded 2018-09-26 11:50:47,022 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalContainerProvider was already loaded 2018-09-26 11:50:47,023 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin XRayView was already loaded 2018-09-26 11:50:47,023 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ChangeLogPlugin was already loaded 2018-09-26 11:50:47,023 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UserAgreement was already loaded 2018-09-26 11:50:47,029 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module 3MFReader 2018-09-26 11:50:47,030 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:47,030 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:47,030 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:47,031 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:47,031 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:47,031 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:47,032 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:47,032 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:47,032 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:47,032 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:47,033 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:47,033 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFReader/__init__.py", line 8, in 2018-09-26 11:50:47,033 - ERROR - [MainThread] UM.Logger.logException [85]: from . import ThreeMFReader 2018-09-26 11:50:47,033 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFReader/ThreeMFReader.py", line 9, in 2018-09-26 11:50:47,034 - ERROR - [MainThread] UM.Logger.logException [85]: import Savitar 2018-09-26 11:50:47,034 - ERROR - [MainThread] UM.Logger.logException [85]: ValueError: PyCapsule_GetPointer called with incorrect name 2018-09-26 11:50:47,035 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SimpleView was already loaded 2018-09-26 11:50:47,043 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module UM3NetworkPrinting 2018-09-26 11:50:47,044 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:47,044 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:47,044 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:47,044 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:47,045 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:47,045 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:47,045 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:47,046 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:47,046 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:47,046 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:47,046 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:47,047 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 8, in 2018-09-26 11:50:47,047 - ERROR - [MainThread] UM.Logger.logException [85]: from . import UM3OutputDevicePlugin 2018-09-26 11:50:47,047 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/UM3OutputDevicePlugin.py", line 16, in 2018-09-26 11:50:47,047 - ERROR - [MainThread] UM.Logger.logException [85]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2018-09-26 11:50:47,048 - ERROR - [MainThread] UM.Logger.logException [85]: ModuleNotFoundError: No module named 'zeroconf' 2018-09-26 11:50:47,048 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ConsoleLogger was already loaded 2018-09-26 11:50:47,048 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraEngineBackend was already loaded 2018-09-26 11:50:47,049 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ModelChecker was already loaded 2018-09-26 11:50:47,049 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UpdateChecker was already loaded 2018-09-26 11:50:47,049 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UltimakerMachineActions was already loaded 2018-09-26 11:50:47,049 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeReader was already loaded 2018-09-26 11:50:47,050 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin USBPrinting was already loaded 2018-09-26 11:50:47,050 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SimulationView was already loaded 2018-09-26 11:50:47,050 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraProfileReader was already loaded 2018-09-26 11:50:47,051 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeGzWriter was already loaded 2018-09-26 11:50:47,057 - ERROR - [MainThread] UM.Logger.logException [81]: Exception: Import error loading module 3MFWriter 2018-09-26 11:50:47,057 - ERROR - [MainThread] UM.Logger.logException [85]: Traceback (most recent call last): 2018-09-26 11:50:47,058 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 560, in _findPlugin 2018-09-26 11:50:47,058 - ERROR - [MainThread] UM.Logger.logException [85]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2018-09-26 11:50:47,058 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2018-09-26 11:50:47,059 - ERROR - [MainThread] UM.Logger.logException [85]: return load_package(name, filename) 2018-09-26 11:50:47,059 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2018-09-26 11:50:47,059 - ERROR - [MainThread] UM.Logger.logException [85]: return _load(spec) 2018-09-26 11:50:47,060 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 696, in _load 2018-09-26 11:50:47,060 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 677, in _load_unlocked 2018-09-26 11:50:47,060 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 728, in exec_module 2018-09-26 11:50:47,060 - ERROR - [MainThread] UM.Logger.logException [85]: File "", line 219, in _call_with_frames_removed 2018-09-26 11:50:47,061 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFWriter/__init__.py", line 7, in 2018-09-26 11:50:47,061 - ERROR - [MainThread] UM.Logger.logException [85]: from . import ThreeMFWriter 2018-09-26 11:50:47,061 - ERROR - [MainThread] UM.Logger.logException [85]: File "/usr/lib/cura/plugins/3MFWriter/ThreeMFWriter.py", line 13, in 2018-09-26 11:50:47,062 - ERROR - [MainThread] UM.Logger.logException [85]: import Savitar 2018-09-26 11:50:47,062 - ERROR - [MainThread] UM.Logger.logException [85]: ValueError: PyCapsule_GetPointer called with incorrect name 2018-09-26 11:50:47,062 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade26to27 was already loaded 2018-09-26 11:50:47,062 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade22to24 was already loaded 2018-09-26 11:50:47,063 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade32to33 was already loaded 2018-09-26 11:50:47,063 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade33to34 was already loaded 2018-09-26 11:50:47,063 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade25to26 was already loaded 2018-09-26 11:50:47,064 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade21to22 was already loaded 2018-09-26 11:50:47,064 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade30to31 was already loaded 2018-09-26 11:50:47,064 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade27to30 was already loaded 2018-09-26 11:50:47,064 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeGzReader was already loaded 2018-09-26 11:50:47,065 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraProfileWriter was already loaded 2018-09-26 11:50:47,065 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeWriter was already loaded 2018-09-26 11:50:47,065 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalFileOutputDevice was already loaded 2018-09-26 11:50:47,065 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin Toolbox was already loaded 2018-09-26 11:50:47,066 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin TranslateTool was already loaded 2018-09-26 11:50:47,066 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SelectionTool was already loaded 2018-09-26 11:50:47,066 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MirrorTool was already loaded 2018-09-26 11:50:47,067 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ScaleTool was already loaded 2018-09-26 11:50:47,067 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin RotateTool was already loaded 2018-09-26 11:50:47,067 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CameraTool was already loaded 2018-09-26 11:50:47,067 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLWriter was already loaded 2018-09-26 11:50:47,068 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLReader was already loaded 2018-09-26 11:50:47,068 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJWriter was already loaded 2018-09-26 11:50:47,068 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJReader was already loaded 2018-09-26 11:50:47,069 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin XmlMaterialProfile was already loaded 2018-09-26 11:50:47,069 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SupportEraser was already loaded 2018-09-26 11:50:47,069 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeProfileReader was already loaded 2018-09-26 11:50:47,069 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin PrepareStage was already loaded 2018-09-26 11:50:47,070 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LegacyProfileReader was already loaded 2018-09-26 11:50:47,070 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin X3DReader was already loaded 2018-09-26 11:50:47,070 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin PerObjectSettingsTool was already loaded 2018-09-26 11:50:47,071 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MachineSettingsAction was already loaded 2018-09-26 11:50:47,071 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FirmwareUpdateChecker was already loaded 2018-09-26 11:50:47,075 - WARNING - [MainThread] UFPWriter. [10]: Could not import UFPWriter; libCharon may be missing 2018-09-26 11:50:47,076 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [418]: Plugin UFPWriter did not return any objects to register 2018-09-26 11:50:47,076 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SolidView was already loaded 2018-09-26 11:50:47,077 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MonitorStage was already loaded 2018-09-26 11:50:47,077 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin RemovableDriveOutputDevice was already loaded 2018-09-26 11:50:47,077 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ImageReader was already loaded 2018-09-26 11:50:47,078 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin PostProcessingPlugin was already loaded 2018-09-26 11:50:47,078 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FileLogger was already loaded 2018-09-26 11:50:47,078 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalContainerProvider was already loaded 2018-09-26 11:50:47,121 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [124]: Looking for old configuration files to upgrade. 2018-09-26 11:50:47,123 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3.global.cfg] is of version [4000004], which is different from the defined version [2000000], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,124 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000001], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,125 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000001], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,126 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_left+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000001], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,127 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_right+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000001], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,128 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000001], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,130 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000002], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,130 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000002], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,131 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_left+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000002], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,132 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_right+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000002], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,133 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000002], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,135 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000003], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,136 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000003], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,137 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_left+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000003], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,138 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_right+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000003], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,139 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000003], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,141 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,142 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,143 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_left+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,144 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_right+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,145 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_settings.inst.cfg] is of version [4000004], which is different from the defined version [2000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,146 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_settings.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,148 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,148 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_left+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,149 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./ultimaker_s5_extruder_right+%232_settings.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,151 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_settings.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [definition_changes]. 2018-09-26 11:50:47,152 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232.extruder.cfg] is of version [4000004], which is different from the defined version [2000000], no upgrade task for it from type [extruder_train]. 2018-09-26 11:50:47,153 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232.extruder.cfg] is of version [4000004], which is different from the defined version [3000000], no upgrade task for it from type [extruder_train]. 2018-09-26 11:50:47,154 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232.extruder.cfg] is of version [4000004], which is different from the defined version [3000002], no upgrade task for it from type [extruder_train]. 2018-09-26 11:50:47,156 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232.extruder.cfg] is of version [4000004], which is different from the defined version [3000003], no upgrade task for it from type [extruder_train]. 2018-09-26 11:50:47,157 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232.extruder.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [extruder_train]. 2018-09-26 11:50:47,158 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3.global.cfg] is of version [4000004], which is different from the defined version [1000000], no upgrade task for it from type [machine_instance]. 2018-09-26 11:50:47,160 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3.global.cfg] is of version [4000004], which is different from the defined version [3000000], no upgrade task for it from type [machine_stack]. 2018-09-26 11:50:47,162 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3.global.cfg] is of version [4000004], which is different from the defined version [3000001], no upgrade task for it from type [machine_stack]. 2018-09-26 11:50:47,163 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3.global.cfg] is of version [4000004], which is different from the defined version [3000002], no upgrade task for it from type [machine_stack]. 2018-09-26 11:50:47,164 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3.global.cfg] is of version [4000004], which is different from the defined version [3000003], no upgrade task for it from type [machine_stack]. 2018-09-26 11:50:47,165 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3.global.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [machine_stack]. 2018-09-26 11:50:47,167 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./generic_pla_175+%233.xml.fdm_material] is of version [1000004], which is different from the defined version [1000000], no upgrade task for it from type [materials]. 2018-09-26 11:50:47,167 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./generic_pla_175+%232.xml.fdm_material] is of version [1000004], which is different from the defined version [1000000], no upgrade task for it from type [materials]. 2018-09-26 11:50:47,234 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./cura.log, skip it 2018-09-26 11:50:47,240 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./uranium.lock, skip it 2018-09-26 11:50:47,241 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./packages.json, skip it 2018-09-26 11:50:47,243 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./cura.cfg] is of version [6000004], which is different from the defined version [2000000], no upgrade task for it from type [preferences]. 2018-09-26 11:50:47,243 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./plugins.json, skip it 2018-09-26 11:50:47,310 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./cura.log, skip it 2018-09-26 11:50:47,317 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./uranium.lock, skip it 2018-09-26 11:50:47,318 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./packages.json, skip it 2018-09-26 11:50:47,319 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./cura.cfg] is of version [6000004], which is different from the defined version [4000000], no upgrade task for it from type [preferences]. 2018-09-26 11:50:47,320 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./plugins.json, skip it 2018-09-26 11:50:47,388 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./cura.log, skip it 2018-09-26 11:50:47,394 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./uranium.lock, skip it 2018-09-26 11:50:47,395 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./packages.json, skip it 2018-09-26 11:50:47,396 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./cura.cfg] is of version [6000004], which is different from the defined version [4000001], no upgrade task for it from type [preferences]. 2018-09-26 11:50:47,397 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./plugins.json, skip it 2018-09-26 11:50:47,461 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./cura.log, skip it 2018-09-26 11:50:47,468 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./uranium.lock, skip it 2018-09-26 11:50:47,469 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./packages.json, skip it 2018-09-26 11:50:47,471 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./cura.cfg] is of version [6000004], which is different from the defined version [4000002], no upgrade task for it from type [preferences]. 2018-09-26 11:50:47,472 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./plugins.json, skip it 2018-09-26 11:50:47,538 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./cura.log, skip it 2018-09-26 11:50:47,545 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./uranium.lock, skip it 2018-09-26 11:50:47,545 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./packages.json, skip it 2018-09-26 11:50:47,547 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./cura.cfg] is of version [6000004], which is different from the defined version [5000003], no upgrade task for it from type [preferences]. 2018-09-26 11:50:47,548 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./plugins.json, skip it 2018-09-26 11:50:47,614 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./cura.log, skip it 2018-09-26 11:50:47,622 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./uranium.lock, skip it 2018-09-26 11:50:47,623 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./packages.json, skip it 2018-09-26 11:50:47,624 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./cura.cfg] is of version [6000004], which is different from the defined version [5000004], no upgrade task for it from type [preferences]. 2018-09-26 11:50:47,625 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [275]: Failed to get file version: ./plugins.json, skip it 2018-09-26 11:50:47,626 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_cr10_fine_quality_mine.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,627 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder_%232_skull_.1.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,628 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_cr10_skull_.3.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,630 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_cr10_skull_.05.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,631 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder_%232_skull_.3.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,633 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder_%232_skull_.2.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,634 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder_%232_vase_0.2.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,636 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_cr10_skull_.2.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,637 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder_%232_fine_quality_mine.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,638 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_cr10_draft_quality_mine.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,640 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_cr10_vase_0.2.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,641 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder_%232_skull_.05.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,642 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./creality_cr10_skull_.1.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,643 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder_%232_draft_quality_mine.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [quality_changes]. 2018-09-26 11:50:47,644 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_user.inst.cfg] is of version [4000004], which is different from the defined version [2000000], no upgrade task for it from type [user]. 2018-09-26 11:50:47,645 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_user.inst.cfg] is of version [4000004], which is different from the defined version [2000000], no upgrade task for it from type [user]. 2018-09-26 11:50:47,646 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_user.inst.cfg] is of version [4000004], which is different from the defined version [2000001], no upgrade task for it from type [user]. 2018-09-26 11:50:47,647 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_user.inst.cfg] is of version [4000004], which is different from the defined version [2000001], no upgrade task for it from type [user]. 2018-09-26 11:50:47,648 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_user.inst.cfg] is of version [4000004], which is different from the defined version [2000002], no upgrade task for it from type [user]. 2018-09-26 11:50:47,649 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_user.inst.cfg] is of version [4000004], which is different from the defined version [2000002], no upgrade task for it from type [user]. 2018-09-26 11:50:47,651 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_user.inst.cfg] is of version [4000004], which is different from the defined version [2000003], no upgrade task for it from type [user]. 2018-09-26 11:50:47,652 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_user.inst.cfg] is of version [4000004], which is different from the defined version [2000003], no upgrade task for it from type [user]. 2018-09-26 11:50:47,653 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_user.inst.cfg] is of version [4000004], which is different from the defined version [2000004], no upgrade task for it from type [user]. 2018-09-26 11:50:47,653 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_user.inst.cfg] is of version [4000004], which is different from the defined version [2000004], no upgrade task for it from type [user]. 2018-09-26 11:50:47,654 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./fdmextruder+%232_user.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [user]. 2018-09-26 11:50:47,655 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [272]: Config file [./Creality+Ender+3_user.inst.cfg] is of version [4000004], which is different from the defined version [3000004], no upgrade task for it from type [user]. 2018-09-26 11:50:47,665 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [177]: Socket state changed to Listening 2018-09-26 11:50:47,680 - INFO - [MainThread] UM.Backend.Backend.startEngine [74]: Started engine process: /usr/bin/CuraEngine 2018-09-26 11:50:47,681 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [94]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', ''] 2018-09-26 11:50:47,701 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] 2018-09-26 11:50:47,701 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] Cura_SteamEngine version master 2018-09-26 11:50:47,702 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] Copyright (C) 2018 Ultimaker 2018-09-26 11:50:47,702 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] 2018-09-26 11:50:47,702 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] This program is free software: you can redistribute it and/or modify 2018-09-26 11:50:47,703 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] it under the terms of the GNU Affero General Public License as published by 2018-09-26 11:50:47,707 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] the Free Software Foundation, either version 3 of the License, or 2018-09-26 11:50:47,708 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] (at your option) any later version. 2018-09-26 11:50:47,708 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] 2018-09-26 11:50:47,708 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] This program is distributed in the hope that it will be useful, 2018-09-26 11:50:47,709 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of 2018-09-26 11:50:47,709 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2018-09-26 11:50:47,709 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] GNU Affero General Public License for more details. 2018-09-26 11:50:47,712 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] 2018-09-26 11:50:47,713 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [181]: Socket state changed to Connected 2018-09-26 11:50:47,713 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] You should have received a copy of the GNU Affero General Public License 2018-09-26 11:50:47,714 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [171]: Backend connected on port 49674 2018-09-26 11:50:47,714 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [94]: [Backend] along with this program. If not, see . 2018-09-26 11:50:47,717 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [empty_definition_changes] added. 2018-09-26 11:50:47,719 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [empty_variant] added. 2018-09-26 11:50:47,720 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [empty_material] added. 2018-09-26 11:50:47,721 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [empty_quality] added. 2018-09-26 11:50:47,722 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [empty_quality_changes] added. 2018-09-26 11:50:50,689 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [103]: Select build plate: 0 2018-09-26 11:50:50,691 - INFO - [MainThread] cura.CuraApplication.run [677]: Initializing variant manager 2018-09-26 11:50:50,697 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [67]: Exclude variant [empty_variant] 2018-09-26 11:50:50,698 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container ultimaker_s5_aluminum 2018-09-26 11:50:50,702 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [ultimaker_s5_aluminum] added. 2018-09-26 11:50:50,703 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container ultimaker_s5 2018-09-26 11:50:50,778 - WARNING - [MainThread] cura.MachineActionManager.addSupportedAction [77]: Unable to add DiscoverUM3Action to ultimaker_s5, as the action is not recognised 2018-09-26 11:50:50,778 - WARNING - [MainThread] cura.MachineActionManager.addFirstStartAction [90]: Unable to add DiscoverUM3Action to ultimaker_s5, as the action is not recognised 2018-09-26 11:50:50,779 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [ultimaker_s5] added. 2018-09-26 11:50:50,784 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container ultimaker_s5_glass 2018-09-26 11:50:50,787 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [ultimaker_s5_glass] added. 2018-09-26 11:50:50,791 - INFO - [MainThread] cura.CuraApplication.run [681]: Initializing material manager Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication. 2018-09-26 11:50:51,184 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_hips_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,185 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_hips_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,185 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_hips_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,189 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_petg_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,189 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_petg_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,189 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_petg_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,192 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_arnitel2045_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,192 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_arnitel2045_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,192 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_arnitel2045_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,193 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pc_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,193 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pc_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,194 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pc_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,195 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_novamid1070_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,195 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_novamid1070_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,195 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_novamid1070_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,198 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pva_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,199 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pva_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,199 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pva_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,201 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pla_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,202 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pla_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,202 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pla_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,202 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_abs_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,202 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_abs_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,203 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_abs_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,212 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_nylon_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,212 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_nylon_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,212 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_nylon_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:51,217 - INFO - [MainThread] cura.CuraApplication.run [686]: Initializing quality manager 2018-09-26 11:50:51,237 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [145]: Lookup tables updated. 2018-09-26 11:50:51,238 - INFO - [MainThread] cura.CuraApplication.run [691]: Initializing machine manager 2018-09-26 11:50:51,240 - INFO - [MainThread] cura.CuraApplication.run [694]: Initializing machine error checker 2018-09-26 11:50:51,264 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container Creality Ender 3 2018-09-26 11:50:51,269 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container Creality Ender 3_user 2018-09-26 11:50:51,274 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [Creality Ender 3_user] added. 2018-09-26 11:50:51,275 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container creality_cr10_draft_quality_mine 2018-09-26 11:50:51,278 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [creality_cr10_draft_quality_mine] added. 2018-09-26 11:50:51,280 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container draft 2018-09-26 11:50:51,283 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [draft] added. 2018-09-26 11:50:51,284 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container Creality Ender 3_settings 2018-09-26 11:50:51,289 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [Creality Ender 3_settings] added. 2018-09-26 11:50:51,290 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container creality_cr10 2018-09-26 11:50:51,424 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [creality_cr10] added. 2018-09-26 11:50:51,430 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container fdmextruder #2 2018-09-26 11:50:51,435 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container fdmextruder #2_user 2018-09-26 11:50:51,438 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [fdmextruder #2_user] added. 2018-09-26 11:50:51,439 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container fdmextruder_#2_draft_quality_mine 2018-09-26 11:50:51,445 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [fdmextruder_#2_draft_quality_mine] added. 2018-09-26 11:50:51,447 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container generic_pla_175 #3 2018-09-26 11:50:51,454 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3_imade3d_jellybox] added. 2018-09-26 11:50:51,455 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3_imade3d_jellybox_0.4_mm] added. 2018-09-26 11:50:51,455 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3_imade3d_jellybox_0.4_mm_2-fans] added. 2018-09-26 11:50:51,456 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3_cartesio] added. 2018-09-26 11:50:51,456 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3_cartesio_0.25_mm] added. 2018-09-26 11:50:51,457 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3_cartesio_0.4_mm] added. 2018-09-26 11:50:51,457 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3_cartesio_0.8_mm] added. 2018-09-26 11:50:51,458 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [generic_pla_175 #3] added. 2018-09-26 11:50:51,459 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container fdmextruder #2_settings 2018-09-26 11:50:51,463 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [fdmextruder #2_settings] added. 2018-09-26 11:50:51,464 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container fdmextruder 2018-09-26 11:50:51,466 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [fdmextruder] added. 2018-09-26 11:50:51,467 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[fdmextruder #2] added to [Creality Ender 3] at position [0] 2018-09-26 11:50:51,468 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [170]: Meta data with key machine was already added. 2018-09-26 11:50:51,469 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [fdmextruder #2] added. 2018-09-26 11:50:51,471 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [Creality Ender 3] added. 2018-09-26 11:50:51,476 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container fdmprinter 2018-09-26 11:50:51,551 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [fdmprinter] added. 2018-09-26 11:50:51,806 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [BQ_PauseAtHeight] added. 2018-09-26 11:50:51,808 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [140368575660216] added. 2018-09-26 11:50:51,809 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: BQ_PauseAtHeight 2018-09-26 11:50:51,827 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [ChangeAtZ] added. 2018-09-26 11:50:51,829 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [140368575300608] added. 2018-09-26 11:50:51,829 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: ChangeAtZ 2018-09-26 11:50:51,833 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [ExampleScript] added. 2018-09-26 11:50:51,834 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [140368575663744] added. 2018-09-26 11:50:51,834 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: ExampleScript 2018-09-26 11:50:51,839 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [FilamentChange] added. 2018-09-26 11:50:51,840 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [140368575345832] added. 2018-09-26 11:50:51,840 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: FilamentChange 2018-09-26 11:50:51,850 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [PauseAtHeight] added. 2018-09-26 11:50:51,852 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [140368575441888] added. 2018-09-26 11:50:51,852 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: PauseAtHeight 2018-09-26 11:50:51,857 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [PauseAtHeightforRepetier] added. 2018-09-26 11:50:51,858 - WARNING - [MainThread] UM.Settings.ContainerRegistry.addContainer [357]: Container with ID 140368575660216 was already added. 2018-09-26 11:50:51,858 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: PauseAtHeightforRepetier 2018-09-26 11:50:51,862 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [SearchAndReplace] added. 2018-09-26 11:50:51,863 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [140368575453840] added. 2018-09-26 11:50:51,863 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: SearchAndReplace 2018-09-26 11:50:51,875 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [Stretch] added. 2018-09-26 11:50:51,876 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [140368575453448] added. 2018-09-26 11:50:51,876 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: Stretch 2018-09-26 11:50:52,022 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [fdmextruder #2] has already been added to this stack [Creality Ender 3] 2018-09-26 11:50:52,023 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [170]: Meta data with key machine was already added. 2018-09-26 11:50:52,024 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [fdmextruder #2] has already been registered on machine [Creality Ender 3], not doing anything 2018-09-26 11:50:52,071 - INFO - [MainThread] cura.Settings.MachineManager._initMachineState [330]: Machine 'Creality Ender 3' quality changes set to 'Draft Quality mine' 2018-09-26 11:50:52,200 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [145]: Lookup tables updated. 2018-09-26 11:50:52,200 - INFO - [MainThread] cura.Machines.MaterialManager._updateMaps [236]: Updating material lookup data ... 2018-09-26 11:50:52,249 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_hips_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,250 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_hips_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,250 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_hips_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,253 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_petg_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,254 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_petg_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,254 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_petg_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,257 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_arnitel2045_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,257 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_arnitel2045_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,257 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_arnitel2045_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,258 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pc_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,258 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pc_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,259 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pc_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,260 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_novamid1070_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,260 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_novamid1070_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,261 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding dsm_novamid1070_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,264 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pva_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,264 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pva_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,264 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pva_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,266 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pla_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,266 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pla_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,267 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_pla_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,267 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_abs_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,268 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_abs_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,268 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_abs_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,279 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_nylon_175_cartesio_0.25mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,279 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_nylon_175_cartesio_0.4mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,280 - WARNING - [MainThread] cura.Machines.MaterialManager.initialize [230]: Not adding generic_nylon_175_cartesio_0.8mm_thermoplastic_extruder to the material manager because the variant does not exist. 2018-09-26 11:50:52,285 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1163]: Updating quality/quality_changes due to material change 2018-09-26 11:50:52,285 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1170]: Current quality type = [draft] 2018-09-26 11:50:52,286 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1184]: Current available quality type [draft] is available, applying changes. 2018-09-26 11:50:52,878 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [256]: Creating post processing plugin view. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:50:52,957 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [172]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json 2018-09-26 11:50:53,011 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [244]: Loaded theme /usr/share/cura/resources/themes/cura-light 2018-09-26 11:50:53,065 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [263]: Post processing view created. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:50:53,401 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel. 2018-09-26 11:50:53,403 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [50]: Updating QualityProfilesDropDownMenuModel. 2018-09-26 11:50:53,404 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container coarse 2018-09-26 11:50:53,408 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [coarse] added. 2018-09-26 11:50:53,436 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container extra_coarse 2018-09-26 11:50:53,441 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [extra_coarse] added. 2018-09-26 11:50:53,470 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container fast 2018-09-26 11:50:53,474 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [fast] added. 2018-09-26 11:50:53,550 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container high 2018-09-26 11:50:53,553 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [high] added. 2018-09-26 11:50:53,584 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [52]: Loading container normal 2018-09-26 11:50:53,587 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [normal] added. qml: TableViewSelection: index out of range qml: TableViewSelection: index out of range 2018-09-26 11:50:53,878 - ERROR - [MainThread] UM.Qt.Bindings.PluginsModel._update [61]: OctoPrintPlugin is missing a plugin metadata entry 2018-09-26 11:50:53,881 - ERROR - [MainThread] UM.Qt.Bindings.PluginsModel._update [61]: 3MFReader is missing a plugin metadata entry 2018-09-26 11:50:53,882 - ERROR - [MainThread] UM.Qt.Bindings.PluginsModel._update [61]: UM3NetworkPrinting is missing a plugin metadata entry 2018-09-26 11:50:53,888 - ERROR - [MainThread] UM.Qt.Bindings.PluginsModel._update [61]: 3MFWriter is missing a plugin metadata entry 2018-09-26 11:50:53,922 - ERROR - [MainThread] UM.Qt.Bindings.PluginsModel._update [61]: 3MFReader is missing a plugin metadata entry 2018-09-26 11:50:53,922 - ERROR - [MainThread] UM.Qt.Bindings.PluginsModel._update [61]: UM3NetworkPrinting is missing a plugin metadata entry 2018-09-26 11:50:53,928 - ERROR - [MainThread] UM.Qt.Bindings.PluginsModel._update [61]: 3MFWriter is missing a plugin metadata entry Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:50:53,971 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:54,007 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Preferences/GeneralPage.qml:149:17: QML QQuickText: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. 2018-09-26 11:50:54,008 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Preferences/GeneralPage.qml:217:17: QML QQuickText: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. 2018-09-26 11:50:54,009 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Preferences/GeneralPage.qml:231:17: QML QQuickText: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. 2018-09-26 11:50:54,029 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Topbar.qml:19: TypeError: Cannot read property 'stageId' of null 2018-09-26 11:50:54,030 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Topbar.qml:104: TypeError: Cannot read property 'stageId' of null 2018-09-26 11:50:54,030 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Topbar.qml:175: TypeError: Cannot read property 'stageId' of null 2018-09-26 11:50:54,030 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Cura.qml:433: TypeError: Cannot read property 'mainComponent' of null 2018-09-26 11:50:54,031 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Cura.qml:427: TypeError: Cannot read property 'mainComponent' of null 2018-09-26 11:50:54,031 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Cura.qml:465: TypeError: Cannot read property 'sidebarComponent' of null 2018-09-26 11:50:54,031 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/Cura.qml:497: TypeError: Cannot read property 'sidebarComponent' of null 2018-09-26 11:50:54,047 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:54,062 - DEBUG - [MainThread] UM.Controller.setActiveStage [164]: Setting active stage to PrepareStage Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:50:54,234 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-09-26 11:50:54,236 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [86]: Updating BrandMaterialsModel. 2018-09-26 11:50:54,242 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [32]: Updating NozzleModel. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:50:54,429 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel. 2018-09-26 11:50:54,431 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [86]: Updating BrandMaterialsModel. 2018-09-26 11:50:54,435 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-09-26 11:50:54,556 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [301]: file:///usr/share/cura/resources/qml/SidebarHeader.qml:546:9: QML QQuickItem: Binding loop detected for property "width" 2018-09-26 11:50:54,615 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:54,640 - DEBUG - [MainThread] UM.Controller.setActiveView [97]: Setting active view to SolidView 2018-09-26 11:50:54,647 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [97]: Creating model checker view. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:50:54,660 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [106]: Model checker view created. 2018-09-26 11:50:54,661 - DEBUG - [MainThread] cura.CuraApplication.run [723]: Booting Cura took 9.350830793380737 seconds 2018-09-26 11:50:54,809 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [129]: New error check scheduled. 2018-09-26 11:50:54,810 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [32]: Updating NozzleModel. 2018-09-26 11:50:54,811 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-09-26 11:50:54,813 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [86]: Updating BrandMaterialsModel. 2018-09-26 11:50:54,818 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [86]: Updating BrandMaterialsModel. 2018-09-26 11:50:54,822 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-09-26 11:50:54,917 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [145]: Lookup tables updated. 2018-09-26 11:50:54,918 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel. 2018-09-26 11:50:54,921 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [50]: Updating QualityProfilesDropDownMenuModel. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:50:55,326 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._checkStack [133]: Need to check for errors again. Discard the current progress and reschedule a check. 2018-09-26 11:50:55,467 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:55,468 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:55,468 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:55,468 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:55,469 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:50:55,624 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [183]: Support for Vertex Array Objects: True 2018-09-26 11:50:55,638 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [92]: Initialized OpenGL subsystems. 2018-09-26 11:50:55,638 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [93]: OpenGL Version: 4.5 (Core Profile) Mesa 18.2.1 2018-09-26 11:50:55,639 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [94]: OpenGL Vendor: X.Org 2018-09-26 11:50:55,639 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [95]: OpenGL Renderer: AMD KAVERI (DRM 2.50.0, 4.18.5-arch1-1-ARCH, LLVM 6.0.1) 2018-09-26 11:50:55,640 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2018-09-26 11:50:55,644 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]... 2018-09-26 11:50:55,647 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2018-09-26 11:50:55,650 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]... 2018-09-26 11:50:55,654 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]... 2018-09-26 11:50:55,657 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2018-09-26 11:50:55,664 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]... 2018-09-26 11:50:55,668 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2018-09-26 11:50:55,682 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2018-09-26 11:50:55,686 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/grid.shader]... 2018-09-26 11:50:55,690 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]... 2018-09-26 11:50:55,781 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [129]: New error check scheduled. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:05,785 - DEBUG - [MainThread] cura.AutoSave._onTimeout [49]: Autosaving preferences, instances and profiles Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:12,937 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [181]: Error check finished, result = False, time = 17.2s Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. /usr/lib/python3.7/site-packages/UM/Mesh/MeshData.py:439: RuntimeWarning: invalid value encountered in true_divide n[:, 0] /= l /usr/lib/python3.7/site-packages/UM/Mesh/MeshData.py:440: RuntimeWarning: invalid value encountered in true_divide n[:, 1] /= l /usr/lib/python3.7/site-packages/UM/Mesh/MeshData.py:441: RuntimeWarning: invalid value encountered in true_divide n[:, 2] /= l 2018-09-26 11:51:13,668 - DEBUG - [Thread-3] UM.Mesh.MeshData.calculateNormalsFromVertices [447]: Calculating normals took 0.11384916305541992 seconds Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:13,706 - DEBUG - [Thread-3] STLReader.STLReader.read [89]: Loaded a mesh with 677118 vertices Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:15,415 - DEBUG - [Thread-3] UM.Mesh.MeshData.approximateConvexHull [403]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 1.707120418548584 seconds. 21245 input vertices. 21245 output vertices. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:15,748 - DEBUG - [Thread-3] UM.FileHandler.ReadFileJob.run [64]: Loading file took 10.3 seconds Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:17,391 - DEBUG - [Thread-3] UM.Mesh.MeshData.approximateConvexHull [403]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 1.6405951976776123 seconds. 21219 input vertices. 21219 output vertices. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:17,442 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [per_object_stack_140368573022616] added. 2018-09-26 11:51:17,526 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [369]: Container [per_object_stack_140368572976432] added. 2018-09-26 11:51:17,529 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [86]: Updating BrandMaterialsModel. 2018-09-26 11:51:17,556 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-09-26 11:51:17,559 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [86]: Updating BrandMaterialsModel. 2018-09-26 11:51:17,582 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-09-26 11:51:17,684 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:51:17,695 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]... Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:19,106 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [129]: New error check scheduled. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(message) { return ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, message) ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(single, multiple, ..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. Warning: Using function expressions as statements in scripts is not compliant with the ECMAScript specification: "function(this_object) {\n return function(context, single, m..." This will throw a syntax error in Qt 5.12. If you want a function expression, surround it by parentheses. 2018-09-26 11:51:23,614 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [181]: Error check finished, result = False, time = 4.5s 2018-09-26 11:51:27,635 - DEBUG - [MainThread] cura.AutoSave._onTimeout [49]: Autosaving preferences, instances and profiles 2018-09-26 11:51:31,443 - WARNING - [MainThread] UM.Preferences.getValue [91]: Tried to get the value of non-existing setting info/send_slice_info. 2018-09-26 11:51:31,656 - ERROR - [MainThread] LocalFileOutputDevice.LocalFileOutputDevice.requestWrite [90]: There are no file types available to write with! 2018-09-26 11:51:41,636 - DEBUG - [MainThread] cura.AutoSave._onTimeout [49]: Autosaving preferences, instances and profiles 2018-09-26 11:52:14,090 - INFO - [MainThread] cura.CuraApplication.closeApplication [438]: Close application 2018-09-26 11:52:14,091 - DEBUG - [MainThread] UM.Qt.QtApplication.windowClosed [379]: Shutting down cura 2018-09-26 11:52:14,108 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [276]: Attempting to kill the engine process 2018-09-26 11:52:14,108 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [282]: Killing engine process 2018-09-26 11:52:14,111 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [285]: Engine process is killed. Received return code -15 [MainThread] UM.Resources.__initializeStoragePaths [407]: Initializing storage paths [MainThread] UM.Resources.__initializeStoragePaths [418]: Config storage path is /home/craig/.config/cura/3.4 [MainThread] UM.Resources.__initializeStoragePaths [426]: Data storage path is /home/craig/.local/share/cura/3.4 [MainThread] UM.Resources.__initializeStoragePaths [438]: Cache storage path is /home/craig/.cache/cura/3.4 [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [103]: Trying OpenGL context 4.1... [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [113]: Yay, we got at least OpenGL 4.1 core: 4.5 Core profile [MainThread] UM.Qt.QtApplication.__init__ [105]: Detected most suitable OpenGL context version: 4.1 Core profile [MainThread] UM.Qt.QtApplication.__init__ [121]: Command line arguments: {'debug': False, 'trigger_early_crash': False, 'external-backend': False, 'headless': False, 'disable-textures': False, 'qmljsdebugger': None, 'file': [], 'single_instance': False} [MainThread] cura.CuraPackageManager._loadManagementData [64]: Loaded bundled packages data from /usr/share/cura/resources/bundled_packages.json [MainThread] cura.CuraPackageManager._loadManagementData [81]: Loaded user packages management file from /home/craig/.local/share/cura/3.4/packages.json [MainThread] cura.CuraPackageManager._saveManagementData [93]: Package management file /home/craig/.local/share/cura/3.4/packages.json was saved [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [88]: Loading plugin configuration file '/home/craig/.config/cura/3.4/plugins.json'