dordnung / MessageBot

Allows to send messages with a Steam Bot
GNU General Public License v3.0
9 stars 3 forks source link

messagebot.ext.dll is no longer support by SM 1.10 #4

Closed SoLoHK525 closed 5 years ago

SoLoHK525 commented 6 years ago

The required extension for the calladmin_steam module is no longer by SM 1.10

Error Log: [11] file "messagebot.ext.dll": The specified module could not be found.

SourceMod Version Information: SourceMod Version: 1.10.0.6299 SourcePawn Engine: 1.10.0.6299, jit-x86 (build 1.10.0.6299) SourcePawn API: v1 = 4, v2 = 12 Compiled on: Jul 7 2018 06:02:46 Built from: https://github.com/alliedmodders/sourcemod/commit/a9c9da10 Build ID: 6299:a9c9da10 http://www.sourcemod.net/

dordnung commented 6 years ago

I'll take a look at it

SoLoHK525 commented 6 years ago

@dordnung Thanks a lot, its a useful plugin for my community.

Impact123 commented 5 years ago

@dickylau20 Sorry for the late answer. We can't really reproduce this, the messagebot extension loads fine on 1.10

Sourcemod

 SourceMod Version Information:
    SourceMod Version: 1.10.0.6336
    SourcePawn Engine: 1.10.0.6336, jit-x86 (build 1.10.0.6336)
    SourcePawn API: v1 = 4, v2 = 12
    Compiled on: Sep 30 2018 10:01:50
    Built from: https://github.com/alliedmodders/sourcemod/commit/7ed329c1
    Build ID: 6336:7ed329c1
    http://www.sourcemod.net/

MessageBot

] sm exts info 11
 File: messagebot.ext.dll
 Loaded: Yes (version 2.0)
 Name: MessageBot (MessageBot Extension)
 Author: Popoklopsi (https://forums.alliedmods.net/showthread.php?t=213670)
 Binary info: API version 8 (compiled Nov 16 2015)
 Method: Loaded by SourceMod

This error typically occurs if c++ redistributables are missing. Try to install the x86 version of C++ Redistributable Packages for Visual Studio 2013 and restart the machine/server.

SoLoHK525 commented 5 years ago

@dickylau20 Sorry for the late answer. We can't really reproduce this, the messagebot extension loads fine on 1.10

Sourcemod

 SourceMod Version Information:
    SourceMod Version: 1.10.0.6336
    SourcePawn Engine: 1.10.0.6336, jit-x86 (build 1.10.0.6336)
    SourcePawn API: v1 = 4, v2 = 12
    Compiled on: Sep 30 2018 10:01:50
    Built from: https://github.com/alliedmodders/sourcemod/commit/7ed329c1
    Build ID: 6336:7ed329c1
    http://www.sourcemod.net/

MessageBot

] sm exts info 11
 File: messagebot.ext.dll
 Loaded: Yes (version 2.0)
 Name: MessageBot (MessageBot Extension)
 Author: Popoklopsi (https://forums.alliedmods.net/showthread.php?t=213670)
 Binary info: API version 8 (compiled Nov 16 2015)
 Method: Loaded by SourceMod

This error typically occurs if c++ redistributables are missing. Try to install the x86 version of C++ Redistributable Packages for Visual Studio 2013 and restart the machine/server.

I updated to a new newer version of Sourcemod 1.10 and re-installed the VC++ Runtime Lib, and its working now. Sorry about that...