MoriEdan / opensim4opencog

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

Unable to load modules #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ##execute Mono Radegaste.exe

2. ##Select the Cogbot tab.

3. ##Enter on of the following:
    (thisClient.ExecuteCommand "load CogbotRadegastPluginModule")
    (thisClient.ExecuteCommand "load AIMLBotModule")
    (thisClient.ExecuteCommand "load CycWorldModule")
    (thisClient.ExecuteCommand "load TheSimiansModule")
    (thisClient.ExecuteCommand "aiml on")

What is the expected output? What do you see instead?

   ##One would see "AIMLBotModule Loaded" or something similar for other 
modules.

What version of the product are you using? On what operating system?

   ##version latest from svn (rev 598), 64bit Ubuntu, Mono Edge

Please provide any additional information below.
   ##The errors are shown here:
   ##http://libomv.pastebin.ca/1586582

Original issue reported on code.google.com by codeduj...@gmail.com on 30 Sep 2009 at 8:20

GoogleCodeExporter commented 8 years ago
3113 [1] DEBUG - ERROR Constructing Radegast Plugin: 
/Bin/opensim4opencog/bin/Radegast.exe because Radegast.IRadegastPlugin has no 
usable 
constructor.

Original comment by codeduj...@gmail.com on 4 Oct 2009 at 3:03

GoogleCodeExporter commented 8 years ago
$ file XMLRPC.dll 
XMLRPC.dll: PE32 executable for MS Windows (DLL) (console) Intel 80386 32-bit 
Mono/.Net 
assembly

Original comment by codeduj...@gmail.com on 4 Oct 2009 at 3:03

GoogleCodeExporter commented 8 years ago
20:08:18 [ERROR] - <Ferocious Charisma>: Object reference not set to an 
instance of 
an objectSystem.NullReferenceException: Object reference not set to an instance 
of an 
object
  at CogbotRadegastPluginModule.CommandContextAction.ScanCogbotMenu () [0x00000] 
  at CogbotRadegastPluginModule.CommandContextAction.aspectLogin (LoginStatus login, 
System.String message) [0x00000] 
  at (wrapper delegate-invoke) 
OpenMetaverse.NetworkManager/LoginCallback:invoke_void__this___LoginStatus_strin
g 
(OpenMetaverse.LoginStatus,string)
  at OpenMetaverse.NetworkManager.UpdateLoginStatus (LoginStatus status, System.String 
message) [0x00000] 

20:08:18 [ERROR] - System.NullReferenceException: Object reference not set to 
an 
instance of an object
  at CogbotRadegastPluginModule.SimObjectsConsole.Network_OnConnected (System.Object 
sender) [0x00000] 
  at (wrapper delegate-invoke) 
OpenMetaverse.NetworkManager/ConnectedCallback:invoke_void__this___object 
(object)
  at OpenMetaverse.NetworkManager.LoginReplyXmlRpcHandler (Nwc.XmlRpc.XmlRpcResponse 
response, LoginParams context) [0x00000] 
20:08:18 [DEBUG]: - <Ferocious Charisma>: Reading inventory cache from 
/home/zero/.config/Radegast/Ferocious Charisma/inventory.cache

Original comment by codeduj...@gmail.com on 4 Oct 2009 at 3:09

GoogleCodeExporter commented 8 years ago
I think this is now fixed in 
http://code.google.com/p/opensim4opencog/source/detail?
r=635

Original comment by logicmoo@gmail.com on 7 Oct 2009 at 12:06