Josh Posted March 29, 2020 Share Posted March 29, 2020 Has anyone been able to use the Lua debugger VSCode extension by "devcat"? I am trying to get this working. It requires luasocket and I am not sure how to set that up. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
aiaf Posted March 29, 2020 Share Posted March 29, 2020 You need the luasocket dll and socket.lua somewhere lua can find: http://w3.impa.br/~diego/software/luasocket/installation.html 1 Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
Josh Posted March 29, 2020 Author Share Posted March 29, 2020 I don't know what Lua file is supposed to get executed. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted March 29, 2020 Author Share Posted March 29, 2020 Oh god, it's not compatible with 5.1 nor is it compatible with 5.3. What are these guys thinking? Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted April 5, 2020 Author Share Posted April 5, 2020 I compiled LuaSocket with LuaJIT in x64 mode but I am getting "The specified procedure was not found" when Lua tries to load the DLL. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted April 5, 2020 Author Share Posted April 5, 2020 Okay, my modules are loading now but they cause LuaJIT to crash. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
aiaf Posted April 5, 2020 Share Posted April 5, 2020 duh You could try to debug luajit see why it crashes and maybe contact luajit project Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.