TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

[BUG] Adding automated essentials commands causes crash when clicking on either of the time fields #62

Closed Varaxian closed 7 years ago

Varaxian commented 7 years ago

Torch Version: 1.1.207.7 SE Version: 1.182.103

Expected Behavior

Add an automated command to Essentials successfully

Observed Behavior

Crashed upon clicking in either "Duetime" or "Period

Steps to Reproduce

  1. Launch TORCH (doesn't matter if you start the world or not) 2.) Plugins: Essentials 3.) Attempt to add a new automated command 4.) Crash on attempt to modify
finne132 commented 7 years ago

I can also confirm experiencing this bug, using the exact same above steps.

Additionally, attempting to click the enable checkbox also results in a crash for me. Looks like trying to edit any field at all in that pane results in a crash.

finne132 commented 7 years ago

Looks like this thread is a dupe of https://github.com/TorchAPI/Torch/issues/59 which includes a log dump

Jimmacle commented 7 years ago

I won't be fixing this particular bug because I'm going to rewrite the command scheduler entirely pretty soon.