hey there,
i didnt wanna start a thread about that, but i just cant find anything working..
first question, do you know any link where there is !proper! documentation on how modules need to be installed now after update?
second question, the request statement doesnt work for me, even though i ve got the libs (.dll) as always in includes/modules/ i get the error message that there is no .lua file there.. and even if i use the lua socket lib and i enter the path of the socket.lua .. it still throws the same error? so again, is there a proper documentation anywhere?
third question, i REALLY need ASAP a working socket library, i have a small showcase of my project next month and still need to tweak some things, but i cant without a working socket lib..
all the socketlibs i tried failed already with the request statement :/
thanks for any question answered..
numu
Binary modules are now "gmsv_name_win32.dll" instead of "gmsv_name.dll" and they go in garrysmod/lua/bin instead of lua/includes/modules
thanks for the reply! :)
i still get a errormessage if i rename the module (before it couldnt find it at all)
lua file is in autorun/client/udp2angle.lua
renamed to gmcl_glsock_win32.dll
[CODE][ERROR] lua/autorun/client/udp2angle.lua:51: Couldn't find function in library!
1. require - [C]:-1
2. unknown - lua/autorun/client/udp2angle.lua:51
[/CODE]
then i tested it, if it might be blocked to clients
so i put it into a file in autorun/server/
renamed to gmsv_glsock_win32.dll
[CODE]
[ERROR] lua/autorun/server/setfactors_sv.lua:1: Couldn't find function in library!
1. require - [C]:-1
2. unknown - lua/autorun/server/setfactors_sv.lua:1
[/CODE]
so same here..
glsock is supposed to work, at least it says so in the thread [URL="http://www.facepunch.com/showthread.php?t=1136961"]http://www.facepunch.com/showthread.php?t=1136961[/URL]
btw. i just used the require statement, so no mistakes in the code possible..
thanks
numu
[QUOTE=numu;38191357]thanks for the reply! :)
i still get a errormessage if i rename the module (before it couldnt find it at all)
lua file is in autorun/client/udp2angle.lua
renamed to gmcl_glsock_win32.dll
[CODE][ERROR] lua/autorun/client/udp2angle.lua:51: Couldn't find function in library!
1. require - [C]:-1
2. unknown - lua/autorun/client/udp2angle.lua:51
[/CODE]
then i tested it, if it might be blocked to clients
so i put it into a file in autorun/server/
renamed to gmsv_glsock_win32.dll
[CODE]
[ERROR] lua/autorun/server/setfactors_sv.lua:1: Couldn't find function in library!
1. require - [C]:-1
2. unknown - lua/autorun/server/setfactors_sv.lua:1
[/CODE]
so same here..
glsock is supposed to work, at least it says so in the thread [URL="http://www.facepunch.com/showthread.php?t=1136961"]http://www.facepunch.com/showthread.php?t=1136961[/URL]
btw. i just used the require statement, so no mistakes in the code possible..
thanks
numu[/QUOTE]
The Windows version there was last updated in June, you'll have to wait for the author to recompile it with the latest headers.
ok, so thats the problem there.. :(
so there is no working socket library around, huh ?
i used oosocks before and it was just simple and great..
so i ll post him a message and ask when he thinks of refreshing the header..
thanks a lot drakehawke!
thanks
numu
[SOLVED?] :)
[URL="http://www.facepunch.com/showthread.php?t=1216557"]http://www.facepunch.com/showthread.php?t=1216557[/URL]
ok found a working socket lib.. for anyone who s looking for one
Sorry, you need to Log In to post a reply to this thread.