You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[uosc] stack traceback:
[uosc] ...4-v3/scripts/uosc/elements/Menu.lua:951: in function 'maybe'
[uosc] ...4-v3/scripts/uosc/elements/Menu.lua:1100: in function 'fn'
[uosc] ...4-v3/scripts/uosc/elements/Menu.lua:1079: in function 'fn'
[uosc] mp.defaults:206: in function 'fn'
[uosc] mp.defaults:65: in function 'handler'
[uosc] mp.defaults:382: in function 'handler'
[uosc] mp.defaults:512: in function 'call_event_handlers'
[uosc] mp.defaults:554: in function 'dispatch_events'
[uosc] mp.defaults:505: in function <mp.defaults:504>
[uosc] [C]: at 0x7ff7bdf33f70
[uosc] [C]: at 0x7ff7bdf33610
[uosc] Lua error: ...4-v3/scripts/uosc/elements/Menu.lua:855: attempt to concatenate a nil value
This only happens when removing either a single letter a which crashes instantly, or a set of single letters a a a a a, where crash happens at the point of removing the last one. If at any point there's 2 letters together: a a ab a a then it works without issues.
#745 v2 basically.
This only happens when removing either a single letter
a
which crashes instantly, or a set of single lettersa a a a a
, where crash happens at the point of removing the last one. If at any point there's 2 letters together:a a ab a a
then it works without issues.uosc/src/uosc/elements/Menu.lua
Lines 852 to 857 in 60dc197
This change seems to fix it on my end.
The text was updated successfully, but these errors were encountered: