Module not found
michak89 opened this issue · 3 comments
michak89 commented
Hello
After successful compilation (windows) gmod says ' module not found ' ( sv_core.lua:25)
but gmsv_luapack_internal_win32 is in lua/bin
Is it still working in 2018?
danielga commented
You need this module (recently updated).
michak89 commented
Hello
I have already solved problem with missing dll and recompilated binary few
times.
Interesting thing is, Your updated binary has 241 kb and my 261 kb /
differences in compilation?
Moreover, with both versions server fails init because of binary:
https://i.imgur.com/XVQG8wR.png
I tried to read main.cpp and find out what is going on, is class
AddOrUpdateFile outdated in engine.dll ?
pt., 11 sty 2019 o 02:28 Daniel <notifications@github.com> napisał(a):
… You need this module
<https://github.com/danielga/gmsv_luapack_internal/releases/tag/downloadables>
(recently updated).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Am1I8bu6Yrp8DPdz6G2se4cuhveLloQOks5vB-ikgaJpZM4ZhRsr>
.
michak89 commented
I renamed send.txt and init.lua to _send.txt and _init.lua as it should be.
Also tried to put luapack code in addons, didn't help. It looks like binary
problem :/