kcozens / OpenSimProfile

OpenSimProfile is an add-on profile module for use with the Open Simulator project
3 stars 0 forks source link

Red warning when i click on profile notes tab #2

Open djphil opened 7 years ago

djphil commented 7 years ago

I have this read warning when i click on the notes tab Then i remplace your dll with the osgrid dll and i have 0 warrnings Your dll OpenSimProfile.Modules.dll have 22Ko Osgrid dll OpenSimProfile.Modules.dll have 36Ko Strange ...

penSimProfile.Modules.OpenProfile.OpenProfileModule.AvatarNotesUpdate(IClientAPI remoteClient, UUID queryTargetID, String queryNotes) penSim.Framework.AvatarNotesUpdate.Invoke(IClientAPI client, UUID targetID, String notes) penSim.Region.ClientStack.LindenUDP.LLClientView.HandleAvatarNotesUpdate(IClientAPI sender, Packet Pack) dans d:\opensim\mastergrid\OpenSim\Region\ClientStack\Linden\UDP\LLClientView.cs:ligne 12343 penSim.Region.ClientStack.LindenUDP.LLClientView.ProcessSpecificPacketAsync(Object state) dans d:\opensim\mastergrid\OpenSim\Region\ClientStack\Linden\UDP\LLClientView.cs:ligne 826 2017-03-18 22:14:06,293 ERROR (Incoming Packet Async Handling Engine (noname)) - OpenSim.Region.ClientStack.LindenUDP.LLClientView [LLCLIENTVIEW]: Caught exception while processing OpenMetaverse.Packets.AvatarNotesUpdatePacket for dj phil
System.MissingMethodException: M굨ode introuvable: 'Boolean OpenSim.Region.Framework.Scenes.ScenePresence.get_isNPC()'.

kcozens commented 7 years ago

Hm... that is strange. I don't know why osgrid would have a version of the OpenSimProfile module that is a bit over 50% larger than the one I'm using on my own machine. I will need to talk with nebadon or dan to see how/where they obtained the DLL they are using.

kcozens commented 7 years ago

Looking at this report once again I see something that looks wrong in the provided error messages. There is no reference to get_isNPC() in the module code. I'm thinking an old version of OpenSimProfile is in use in the region where this messsage occured.

Can you provide a set of steps that will reproduce this problem?