yanipku / advdupe2

Automatically exported from code.google.com/p/advdupe2
0 stars 0 forks source link

ad2filestream is compiled for x86 only #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Upon server loading on Windows x64, AdvDupe2 fails to load with the following 
message: "[ERROR] addons/advdupe2/lua/advdupe2/sh_codec.lua:20: Couldn't load 
module library!"

The line of code causing the error is "require("ad2filestream")".

I've inspected the ad2filestream dll with Dependency Walker, and it appears to 
be an x86 binary. An alternate version compiled for x64 machines is needed.

I'm going to try and compile the module for x64 myself, and upload the 
resulting dll here, I'm not sure if this project is alive anymore. lol

Original issue reported on code.google.com by mcr...@peak15.org on 28 Jan 2013 at 2:51

GoogleCodeExporter commented 9 years ago
Ok, now I've figured out it has nothing to do with my 64 bit OS, Gmod is a 32 
bit program anyway, durp. Just compiled a 32 bit example module and it loaded 
just fine. Hmmm...

Original comment by mcr...@peak15.org on 28 Jan 2013 at 7:51

GoogleCodeExporter commented 9 years ago
After recompiling with no changes, it seems to work fine. I think it may have 
just needed to be compiled against the latest Gmod module base.

Original comment by mcr...@peak15.org on 28 Jan 2013 at 8:05

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, I will add this.

Original comment by tbzipper@gmail.com on 30 Jun 2013 at 6:17