-
Notifications
You must be signed in to change notification settings - Fork 8
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 loading module 'socket.core' #126
Comments
This is my first installation of the extension. |
quick fix for now is to use lua debug [actboy 168] version 2.0.2 or 1.61.0 these should work |
this is also causing issues with simulating scripts. i have had issues with running scripts and no errors show at all. downgrading Lua Debug to 1.61.0 fixed the issue. |
thank you that worked for me |
For some reason, Lua Debug [actboy 168] version 2.0.2 did not work for me, but version 1.16.0 did. |
Hi, |
Just seen the following Requirements section, right at the bottom of the Extension Details:
Quick glance at the source code for the simulator, and I see it is using .Net Framework 4.7.2 - and Possibly also WPF? Core .Net functionality is available on Mac - but WPF has never been directly ported - from what I understand, .NET MAUI is now available - but that is a completely new product which shares some commonality, but for which there is no direct migration path - so if this is being used, I rmaybe a PITA to migrate... |
What I expected to happen
When running code/simulation (F5 or F6)the error code:
Exception has occurred: error loading module 'socket.core' from file 'c:/Users/Johannes/.vscode/extensions/nameouschangey.lifeboatapi-0.0.33/assets/luasocket/dll/socket/core.dll':
The specified module could not be found.
stack traceback:
...uschangey.lifeboatapi-0.0.33/assets/luasocket/socket.lua:12: in main chunk
[C]: in function 'require'
...mmon/LifeBoatAPI/Tools/Simulator/SimulatorConnection.lua:7: in main chunk
[C]: in function 'require'
...ets/lua/Common/LifeBoatAPI/Tools/Simulator/Simulator.lua:12: in main chunk
[C]: in function 'require'
_build/_simulator.lua:8: in main chunk
[C]: in ?
Additional info
It worked last week, and no changes with updates or so on. Have tried uninstalling and reinstalling the extension without luck.
The text was updated successfully, but these errors were encountered: