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

Error: lobby.lua:370: attempt to index global 'udp' (a nil value) #2

Open
DartPower opened this issue Mar 23, 2015 · 1 comment
Open

Comments

@DartPower
Copy link

When a changing any settings by clicking Check button
Online Menu > Create Game

Error: lobby.lua:370: attempt to index global 'udp' (a nil value)
stack traceback:
lobby.lua:370: in function 'func'
gui.lua:624: in function 'click'
main.lua:1781: in function main.lua:1744
main.lua:58: in function main.lua:41
[C]: in function 'xpcall'

P.S. On current version (Mar 23, 2015 commit)

@EntranceJew
Copy link
Member

This stems from not changing instances of udp:send to their client/server version accordingly server_udp:send.
Fixing this issue will probably reveal a few other issues in the mix.

@HammerGuy You wanna try it when you have some time between making graphics? I'll be busy with getting dependency-resolution stable and back into master for a while.

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