Meachamp / gm_8bit

Audio interception utils for garry's mod
GNU Lesser General Public License v2.1
54 stars 24 forks source link

Could not locate SV_BroadcastVoice symbol! #9

Closed DEXTER251 closed 2 years ago

DEXTER251 commented 2 years ago

Same error #1 Protocol version 24 Exe version 2021.06.09 (garrysmod) Exe build: 14:40:17 Jul 12 2021 (8283) (4000) GMod version 2021.07.12, branch: unknown, multicore: 0 Windows 32bit LuaJIT 2.0.4 image

DEXTER251 commented 2 years ago

On linux CentOS 7 getting error "Couldn't load module library!"

FlorianLeChat commented 2 years ago

On linux CentOS 7 getting error "Couldn't load module library!"

This is probably because a library used by this module is missing on your system or is too old. Try the command ldd /path/to/<your_module_name>.dll and see if an error appears.

DEXTER251 commented 2 years ago

On linux CentOS 7 getting error "Couldn't load module library!"

This is probably because a library used by this module is missing on your system or is too old. Try the command ldd /path/to/<your_module_name>.dll and see if an error appears.

Unfortunately, the hosting from which I rent a server does not want to provide SSH access or update the system

Meachamp commented 2 years ago

It's likely the libc version that's being linked against, if the system is very old. There's not much that can be done, other than recompiling for your specific system.

DEXTER251 commented 2 years ago

It's likely the libc version that's being linked against, if the system is very old. There's not much that can be done, other than recompiling for your specific system.

it works. What about problem on windows?

Meachamp commented 2 years ago

The problem should be addressed in the latest build.

DEXTER251 commented 2 years ago

The problem should be addressed in the latest build.

Yep, it works. Thank you! <3