Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor: crash on change HSV input fields #337

Open
nikitinator opened this issue May 8, 2020 · 0 comments
Open

editor: crash on change HSV input fields #337

nikitinator opened this issue May 8, 2020 · 0 comments
Assignees

Comments

@nikitinator
Copy link

nikitinator commented May 8, 2020

Screenshot 2020-05-08 at 16 52 02

Exception caught:
         rodedit_main.nim(76)     rodedit_main
        sdl_window.nim(561)      runUntilQuit
        sdl_window.nim(509)      nextEvent
        sdl_window.nim(440)      handleEvent
        app.nim(91)              handleEvent
        window_event_handling.nim(64) handleEvent
        window_event_handling.nim(70) handleEvent
        view_event_handling.nim(127) processTouchEvent
        view_event_handling.nim(127) processTouchEvent
        view_event_handling.nim(113) processTouchEvent
        view_event_handling.nim(14) onTouchEv
        text_field.nim(284)      onTouchEv
        view.nim(255)            makeFirstResponder
        view.nim(258)            makeFirstResponder
        view.nim(251)            makeFirstResponder
        view.nim(242)            viewDidBecomeFirstResponder
        text_field.nim(493)      viewDidBecomeFirstResponder
        chcks.nim(68)            startTextInput
        fatal.nim(39)            sysFatal
        Error: unhandled exception: cannot dispatch; dispatcher is nil [NilAccessError]

Traceback (most recent call last)
rodedit_main.nim(76)     rodedit_main
sdl_window.nim(561)      runUntilQuit
sdl_window.nim(509)      nextEvent
sdl_window.nim(440)      handleEvent
app.nim(91)              handleEvent
window_event_handling.nim(64) handleEvent
window_event_handling.nim(70) handleEvent
view_event_handling.nim(127) processTouchEvent
view_event_handling.nim(127) processTouchEvent
view_event_handling.nim(113) processTouchEvent
view_event_handling.nim(14) onTouchEv
text_field.nim(284)      onTouchEv
view.nim(255)            makeFirstResponder
view.nim(258)            makeFirstResponder
view.nim(251)            makeFirstResponder
view.nim(242)            viewDidBecomeFirstResponder
text_field.nim(493)      viewDidBecomeFirstResponder
chcks.nim(68)            startTextInput
SIGILL: Illegal operation.
tool_wrapper.nim(56)     wrapperAUX
Error: unhandled exception: rodedit failed [Exception]
@nikitinator nikitinator changed the title editor: crash on HSV color input editor: crash on changing HSV input fields May 8, 2020
@nikitinator nikitinator changed the title editor: crash on changing HSV input fields editor: crash on change HSV input fields May 8, 2020
@Tormund Tormund self-assigned this May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants