Repeatable Crash
Please search existing issues for potential duplicates before filing yours: https://github.com/RodZill4/material-maker/issues?q=is%3Aissue
Done. Saw no duplicate.
Material Maker version: 1.0, installed via Flatpak
OS/device including version:
Operating System: Manjaro Linux KDE Plasma Version: 5.24.6 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 5.15.59-1-MANJARO (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 1600 Six-Core Processor Memory: 23,4 GiB of RAM Graphics Processor: AMD Radeon RX 6600 XT
Issue description:
Silent crash, repeated with MM launched via terminal, log:
/var/lib/flatpak/app/io.github.RodZill4.Material-Maker/current/active/export/bin/io.github.RodZill4.Material-Maker 127 ✘
Godot Engine v3.4.4.stable.flathub.419e713a2 - https://godotengine.org
OpenGL ES 3.0 Renderer: AMD DIMGREY_CAVEFISH (DRM 3.42.0, 5.15.59-1-MANJARO, LLVM 12.0.1)
OpenGL ES Batching: ON
Failed to open user://library/user.json
Failed to open user://library/user_brushes.json
WARNING: This method has been deprecated and will be removed in the future.
at: load (scene/resources/texture.cpp:227)
WARNING: Ignoring unsupported header information in HDR: GAMMA=1.
at: load_image (modules/hdr/image_loader_hdr.cpp:50)
WARNING: Ignoring unsupported header information in HDR: PRIMARIES=0 0 0 0 0 0 0 0.
at: load_image (modules/hdr/image_loader_hdr.cpp:50)
{command:new_material, menu:File/New material, shortcut:Control+N},
{command:new_paint_project, menu:File/New paint project, shortcut:Control+Shift+N},
{command:load_project, menu:File/Load, shortcut:Control+O},
{command:load_material_from_website, menu:File/Load material from website},
{menu:File/Load recent, standalone_only:True, submenu:load_recent},
{menu:File/-},
{command:save_project, menu:File/Save, shortcut:Control+S},
{command:save_project_as, menu:File/Save as..., shortcut:Control+Shift+S},
{command:save_all_projects, menu:File/Save all...},
{menu:File/-},
{menu:File/Export material, submenu:export_material},
{menu:File/-},
{command:close_project, menu:File/Close, shortcut:Control+Shift+Q},
{command:quit, menu:File/Quit, shortcut:Control+Q},
{command:edit_undo, menu:Edit/Undo, shortcut:Control+Z},
{command:edit_redo, menu:Edit/Redo, shortcut:Control+Shift+Z},
{menu:Edit/-},
{command:edit_cut, menu:Edit/Cut, shortcut:Control+X},
{command:edit_copy, menu:Edit/Copy, shortcut:Control+C},
{command:edit_paste, menu:Edit/Paste, shortcut:Control+V},
{command:edit_duplicate, menu:Edit/Duplicate, shortcut:Control+D},
{menu:Edit/-},
{command:edit_select_all, menu:Edit/Select All, shortcut:Control+A},
{command:edit_select_none, menu:Edit/Select None, shortcut:Control+Shift+A},
{command:edit_select_invert, menu:Edit/Invert Selection, shortcut:Control+I},
{command:edit_select_sources, menu:Edit/Select Sources, shortcut:Control+L},
{command:edit_select_targets, menu:Edit/Select Targets, shortcut:Control+Shift+L},
{menu:Edit/-},
{command:edit_load_selection, menu:Edit/Load Selection},
{command:edit_save_selection, menu:Edit/Save Selection},
{menu:Edit/-},
{menu:Edit/Set theme, submenu:set_theme},
{command:edit_preferences, menu:Edit/Preferences},
{command:view_center, menu:View/Center view, shortcut:C},
{command:view_reset_zoom, menu:View/Reset zoom, shortcut:Control+0},
{menu:View/-},
{command:toggle_side_panels, menu:View/Show or Hide side panels, shortcut:Control+Space},
{menu:View/Panels, submenu:show_panels},
{menu:Tools/Create, submenu:create},
{command:create_subgraph, menu:Tools/Create group, shortcut:Control+G},
{command:make_selected_nodes_editable, menu:Tools/Make selected nodes editable, shortcut:Control+W},
{menu:Tools/-},
{menu:Tools/Add selected node to library, mode:material, submenu:add_selection_to_library},
{menu:Tools/Add current brush to library, mode:paint, submenu:add_brush_to_library},
{command:generate_graph_screenshot, menu:Tools/Create a screenshot of the current graph, mode:material},
{command:paint_project_settings, menu:Tools/Paint project settings, mode:paint},
{menu:Tools/Set painting environment, mode:paint, submenu:paint_environment},
{menu:Tools/-},
{command:environment_editor, menu:Tools/Environment editor},
{command:show_doc, menu:Help/User manual, shortcut:F1},
{command:show_library_item_doc, menu:Help/Show selected library item documentation, shortcut:Control+F1},
{command:bug_report, menu:Help/Report a bug},
{menu:Help/},
{command:about, menu:Help/About},
Undo actions:
[{generators:[uniform_greyscale], parent:, type:remove_generators}]
Redo actions:
[{connections:[], generators:[{name:uniform_greyscale, node_position:{x:-271, y:6}, parameters:{color:0.5}, seed:0, seed_locked:False, type:uniform_greyscale}], parent:, type:add_to_graph}]
undo/redo for move nodes reset
Undo actions:
[{generators:[shape], parent:, type:remove_generators}]
Redo actions:
[{connections:[], generators:[{name:shape, node_position:{x:-81, y:48}, parameters:{edge:0.2, radius:0.34375, shape:2, sides:5}, seed:0, seed_locked:False, type:shape}], parent:, type:add_to_graph}]
undo/redo for move nodes reset
ERROR: Error calling method from signal 'value_changed_undo': 'GraphNode(generic.gd)::_on_float_value_changed': Cannot convert argument 2 from String to bool..
at: emit_signal (core/object.cpp:1236)
ERROR: Error calling method from signal 'value_changed_undo': 'GraphNode(generic.gd)::_on_float_value_changed': Cannot convert argument 2 from String to bool..
at: emit_signal (core/object.cpp:1236)
ERROR: Error calling method from signal 'value_changed_undo': 'GraphNode(generic.gd)::_on_float_value_changed': Cannot convert argument 2 from String to bool..
at: emit_signal (core/object.cpp:1236)
Steps to reproduce: Create a grayscale uniform, drag from output and drop on bg, pick star node. Plug into static PBR albedo. Now click on and drag back and forth on a nodes scalar value input field/dial.