digitalcreations / MaxTo

Public issue tracker for MaxTo
https://docs.maxto.net
76 stars 5 forks source link

Update 2.1.1. regions lost and crash #660

Closed RhinoFox closed 3 years ago

RhinoFox commented 3 years ago

The update from the exe file, first gives a failure on CFA. (Just the icon on the desktop I assume) When MaxTo comes alive, my own regions are gone (again) See former contact. I've my config in m:\reind\MaxTo.config

After restart, exit, restart, my regions are back. When I Change regions > Load presets > Cancel Changes ===>> Crash again

Multi Monitor. Win 10 20H2. 19042.630 GeForce GTX750Ti

maxto20201116.log SquirrelSetup.log

{
  "$schema": "https://maxto.net/config.schema.json",
  "language": null,
  "startup": {
    "startOnLogon": true,
    "runElevated": false
  },
  "updates": {
    "enabled": true,
    "channel": "Stable"
  },
  "behavior": {
    "snap": {
      "to": [
        "Window",
        "Region",
        "Screen"
      ],
      "distance": 10
    },
    "transparentWindowsWhenMoving": true,
    "passiveMode": false
  },
  "shims": {
    "toggled": {}
  },
  "license": {
    "firstStart": "2020-02-22T10:21:43.70215Z"
  },
  "recipes": [
    {
      "name": "Move window left",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Left"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Left"
          }
        }
      ]
    },
    {
      "name": "Move window up",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Up"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Up"
          }
        }
      ]
    },
    {
      "name": "Move window right",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Right"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Right"
          }
        }
      ]
    },
    {
      "name": "Move window down",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Down"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Down"
          }
        }
      ]
    },
    {
      "name": "Swap window left",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+Left"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Left",
            "swap": true
          }
        }
      ]
    },
    {
      "name": "Swap window up",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+Up"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Up",
            "swap": true
          }
        }
      ]
    },
    {
      "name": "Swap window right",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+Right"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Right",
            "swap": true
          }
        }
      ]
    },
    {
      "name": "Swap window down",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+Down"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "direction": "Down",
            "swap": true
          }
        }
      ]
    },
    {
      "name": "Center window",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+C"
        }
      ],
      "ingredients": [
        {
          "command": "window:center",
          "parameters": {}
        }
      ]
    },
    {
      "name": "Maximize to monitor",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+M"
        }
      ],
      "ingredients": [
        {
          "command": "window:maximize",
          "parameters": {}
        }
      ]
    },
    {
      "name": "Place top left on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad7"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "TopLeft"
          }
        }
      ]
    },
    {
      "name": "Place top on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad8"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "Top"
          }
        }
      ]
    },
    {
      "name": "Place top right on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad9"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "TopRight"
          }
        }
      ]
    },
    {
      "name": "Place left on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad4"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "Left"
          }
        }
      ]
    },
    {
      "name": "Place center on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad5"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "Center"
          }
        }
      ]
    },
    {
      "name": "Place right on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad6"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "Right"
          }
        }
      ]
    },
    {
      "name": "Place bottom left on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad1"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "BottomLeft"
          }
        }
      ]
    },
    {
      "name": "Place bottom on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad2"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "Bottom"
          }
        }
      ]
    },
    {
      "name": "Place bottom right on grid",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Ctrl+Alt+NumPad3"
        }
      ],
      "ingredients": [
        {
          "command": "window:cycle-position",
          "parameters": {
            "preset": "BottomRight"
          }
        }
      ]
    },
    {
      "name": "Change regions",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+R"
        }
      ],
      "ingredients": [
        {
          "command": "ui:open",
          "parameters": {
            "window": "ChangeRegions"
          }
        }
      ]
    },
    {
      "name": "Open settings window",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+T"
        }
      ],
      "ingredients": [
        {
          "command": "ui:open",
          "parameters": {
            "window": "Settings"
          }
        }
      ]
    },
    {
      "name": "Change regions on new virtual desktops",
      "hotkey": null,
      "triggers": [
        {
          "type": "virtualdesktop:created"
        }
      ],
      "ingredients": [
        {
          "command": "ui:open",
          "parameters": {
            "window": "ChangeRegions"
          }
        }
      ]
    },
    {
      "name": "Move window to next virtual desktop",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+Alt+Right"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "virtualdesktop": "$next"
          }
        }
      ]
    },
    {
      "name": "Move window to previous virtual desktop",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+Alt+Left"
        }
      ],
      "ingredients": [
        {
          "command": "window:move",
          "parameters": {
            "virtualdesktop": "$previous"
          }
        }
      ]
    },
    {
      "name": "Expand left",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+NumPad4"
        }
      ],
      "ingredients": [
        {
          "command": "window:expand",
          "parameters": {
            "edge": "Left",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "Expand right",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+NumPad6"
        }
      ],
      "ingredients": [
        {
          "command": "window:expand",
          "parameters": {
            "edge": "Right",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "Expand up",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+NumPad8"
        }
      ],
      "ingredients": [
        {
          "command": "window:expand",
          "parameters": {
            "edge": "Top",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "Expand down",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Control+NumPad2"
        }
      ],
      "ingredients": [
        {
          "command": "window:expand",
          "parameters": {
            "edge": "Bottom",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "Contract left",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+NumPad4"
        }
      ],
      "ingredients": [
        {
          "command": "window:contract",
          "parameters": {
            "edge": "Right",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "Contract right",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+NumPad6"
        }
      ],
      "ingredients": [
        {
          "command": "window:contract",
          "parameters": {
            "edge": "Left",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "Contract up",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+NumPad8"
        }
      ],
      "ingredients": [
        {
          "command": "window:contract",
          "parameters": {
            "edge": "Bottom",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "Contract down",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Windows+Alt+NumPad2"
        }
      ],
      "ingredients": [
        {
          "command": "window:contract",
          "parameters": {
            "edge": "Top",
            "to": "Window, Region, Screen"
          }
        }
      ]
    },
    {
      "name": "_RJ-fit",
      "hotkey": null,
      "triggers": [
        {
          "type": "keyboard:hotkey",
          "Hotkey": "Control+Windows+X"
        }
      ],
      "ingredients": [
        {
          "command": "window:fit",
          "parameters": {
            "monitor": "$current"
          }
        }
      ]
    }
  ],
  "monitor": {
    "idSelection": "SerialNumber",
    "virtualDesktop": true
  },
  "errorReporting": {
    "anonymityLevel": "MachineIdentifier",
    "enabled": true,
    "logLevel": "Information"
  },
  "presets": [
    {
      "type": "split",
      "splits": {
        "orientation": "Vertical",
        "distance": 0.5,
        "child1": null,
        "child2": null
      },
      "name": "Two-way vertical"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.5,
        "child1": null,
        "child2": null
      },
      "name": "Two-way horizontal"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.5,
        "child1": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        },
        "child2": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        }
      },
      "name": "Quarters"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.25,
        "child1": null,
        "child2": {
          "orientation": "Horizontal",
          "distance": 0.6666667,
          "child1": null,
          "child2": null
        }
      },
      "name": "Ultra-wide three-way"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.25,
        "child1": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        },
        "child2": null
      },
      "name": "Two on the left"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.75,
        "child1": null,
        "child2": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        }
      },
      "name": "Two on the right"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.24985456660849292,
        "child1": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        },
        "child2": {
          "orientation": "Horizontal",
          "distance": 0.61765380406612747,
          "child1": null,
          "child2": {
            "orientation": "Vertical",
            "distance": 0.5,
            "child1": null,
            "child2": null
          }
        }
      },
      "name": "5(2-1-2)"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.29799327300766359,
        "child1": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        },
        "child2": {
          "orientation": "Horizontal",
          "distance": 0.499845372227779,
          "child1": {
            "orientation": "Vertical",
            "distance": 0.5,
            "child1": null,
            "child2": null
          },
          "child2": {
            "orientation": "Vertical",
            "distance": 0.5,
            "child1": null,
            "child2": null
          }
        }
      },
      "name": "6(2-2-2)"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.29820012853038758,
        "child1": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        },
        "child2": {
          "orientation": "Horizontal",
          "distance": 0.52867087863153528,
          "child1": null,
          "child2": null
        }
      },
      "name": "4(2-1-1)"
    },
    {
      "type": "split",
      "splits": {
        "orientation": "Horizontal",
        "distance": 0.65125072716695753,
        "child1": null,
        "child2": {
          "orientation": "Vertical",
          "distance": 0.5,
          "child1": null,
          "child2": null
        }
      },
      "name": "3(1-2)"
    }
  ]
}
vegardlarsen commented 3 years ago

This issue has been fixed for 2.1.1 (which has another serious issue in regards to transparency, so I'd recommend holding off until 2.1.2 is out the door later today). Closing this as a duplicate (see issue #635).