Question / Help LUA script issue : Error running file: error loading module 'socket.core' from file '.\socket\core.dll'

Hello
I am trying to make a script to add an OSC output to OBS but I have an error that I don't know how to fix

Error running file: error loading module 'socket.core' from file '.\socket\core.dll':
%1 n�est pas une application Win32 valide.

when I start my script

this is the linecasing issue :
socket = require("socket");

my script works with zeroBrane studio :/
 
Last edited:
Top