danielga / garrysmod_common

A repository of common bits for compilation projects based on Garry's Mod.
https://github.com/danielga/garrysmod_common
Other
115 stars 38 forks source link

[ERROR] Couldn't load module library! (The specified module could not be found.) #86

Closed Zekirax closed 2 years ago

Zekirax commented 2 years ago

[ERROR] lua/test.lua:49: Couldn't load module library! (The specified module could not be found.)

  1. require - [C]:-1
    1. unknown - lua/test.lua:49

When a require the module. It happens when I use a function from another lib. I tested with D++, curl and Discord game SDK. My project is to create a module that interacts with discord.

No beta branch Multiplayer Windows 11

I don't know why this error occurs. Thanks for the help :).

Zekirax commented 2 years ago

Founded ! My Dll uses another Dll and I have to put it in (root folder)\bin

Zekirax commented 2 years ago

sorry for wasting time. Thanks anyway.