MySQLOOv8 troubles.

Post Reply
Talmera
New to forums
New to forums
Posts: 10
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Jun 13, 2012 11:57 pm
Location: Australia
Contact:

MySQLOOv8 troubles.

Post by Talmera »

ok so I followed this LINKY

I put the ligbySQL.dll in bin-garrysmod because that was where the srcds.exe was and I put the actual gmsv_mysqloo_win32.dll in garrysmod/lua/bin but when my script runs it comes up with

Code: Select all

Couldn't include file 'includes/modules/mysqloo.lua' (File not found) (lua/autorun/file.lua (line 1))

[ERROR] lua\autorun\file.lua:x: Module not found!
  1. require - [C]:-1
   2. ...
I looked in the troubleshoot for it but that didn't help is there a different spot I'm supposed to put the libMySQL.dll?
Image
Image
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: MySQLOOv8 troubles.

Post by Edge100x »

I'd recommend trying it in the same place as the executable, and trying it in "bin". It won't hurt to have it in multiple spots.

Also check to see if it has unusual system requirements, such as if needs a specific version of .NET.
Talmera
New to forums
New to forums
Posts: 10
Joined: Wed Jun 13, 2012 11:57 pm
Location: Australia
Contact:

Re: MySQLOOv8 troubles.

Post by Talmera »

the only requirement it has is that:

gmsv_mysqloo_win32.dll is to go in garrysmod/lua/bin

and

libmySQL.dll goes in with your hl2.exe or your srcds.exe


the main problem is that even though gmsv_mysqloo_win32.dll is in the right folder it fails to load, it is not getting to the second stage where it looks for libmySQL.dll
Image
Image
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: MySQLOOv8 troubles.

Post by Edge100x »

I am recommending placing them in the other folders, in addition to where it says.
Talmera
New to forums
New to forums
Posts: 10
Joined: Wed Jun 13, 2012 11:57 pm
Location: Australia
Contact:

Re: MySQLOOv8 troubles.

Post by Talmera »

Edge100x wrote:I am recommending placing them in the other folders, in addition to where it says.

And I tried that I put it in every logical place I could think of and even tried using it in addon format just in case and still zilch.
Image
Image
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: MySQLOOv8 troubles.

Post by Edge100x »

Are you certain that it does require a special .NET or special version of the MSVC libs?
Talmera
New to forums
New to forums
Posts: 10
Joined: Wed Jun 13, 2012 11:57 pm
Location: Australia
Contact:

Re: MySQLOOv8 troubles.

Post by Talmera »

Edge100x wrote:Are you certain that it does require a special .NET or special version of the MSVC libs?
I'm 100% certain it was designed to run on your average server from the get go.
Image
Image
Talmera
New to forums
New to forums
Posts: 10
Joined: Wed Jun 13, 2012 11:57 pm
Location: Australia
Contact:

Re: MySQLOOv8 troubles.

Post by Talmera »

after doing a wipe of my test server and starting again I found the problem.
Image
Image
Post Reply