Skip to content

lua/msync/client_gui/modules/cl_mbsync.lua:1234: Tried to use a NULL Panel! #89

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

Open
Bryantdl7 opened this issue Feb 28, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Bryantdl7
Copy link

[ERROR] lua/msync/client_gui/modules/cl_mbsync.lua:1234: Tried to use a NULL Panel!

  1. SetText - [C]:-1
  2. unknown - lua/msync/client_gui/modules/cl_mbsync.lua:1234

Timer Failed! [msync.mbsync.waitForBanTable][@lua/msync/client_gui/modules/cl_mbsync.lua (line 1226)]

another error I am getting

[ERROR] lua/msync/client_gui/cl_admin_gui.lua:140: attempt to call method 'SetColor' (a nil value)

  1. unknown - lua/msync/client_gui/cl_admin_gui.lua:140

Timer Failed! [msync.dbConnectionStatus][@lua/msync/client_gui/cl_admin_gui.lua (line 136)]

@Bryantdl7 Bryantdl7 added the bug Something isn't working label Feb 28, 2025
@ApertureDevelopment
Copy link
Member

Hi,

These errors look like they are happening because the msync UI is closed before an asynchronous call completes, thus the running timer tries to set a variable on a non-existent panel.

Sadly I am in bed with the Flu right now, but I will take a look at a fix as soon as I am healthy again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants