Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caught exception while processing OpenMetaverse.Packets.ObjectBuyPacket #94

Open
Outworldz opened this issue May 16, 2022 · 0 comments
Open

Comments

@Outworldz
Copy link

Outworldz commented May 16, 2022

Trying to buy a prim and this run time fatal error occurs. This is compiled in Dot Net 4.8
Opensim 0.9.2.2 #4f7b293c5efe add comandline option....
after editing the prebuild.xml to 4_8.

My Version is DreamGrid V5 from github.com/Outworldz/DreamWorld

Result is anyone can buy anything. The transaction appears to go through in the viewer.

00:12:10 - [LLCLIENTVIEW]: Caught exception while processing OpenMetaverse.Packets.ObjectBuyPacket for Ferd Frederix System.InvalidCastException: Unable to cast object of type 'OpenMetaverse.StructuredData.OSDUri' to type 'OpenMetaverse.StructuredData.OSDString'.
at OpenMetaverse.StructuredData.OSDParser.SerializeJsonMapNoDefaults(String name, OSD osd, Int32& mapcont, osUTF8 sb)
at OpenMetaverse.StructuredData.OSDParser.SerializeJson(OSD osd, osUTF8 sb, Boolean preserveDefaults)
at OpenMetaverse.StructuredData.OSDParser.SerializeJsonString(OSD osd)
at Gloebit.GloebitMoneyModule.GloebitAPI.BuildGloebitRequest(String relativeURL, String method, GloebitUser user, String contentType, OSDMap paramMap)
at Gloebit.GloebitMoneyModule.GloebitAPI.TransactU2U(GloebitTransaction txn, String description, OSDMap descMap, GloebitUser sender, GloebitUser recipient, String recipientEmail, Uri baseURI)
at Gloebit.GloebitMoneyModule.GloebitAPIWrapper.SubmitTransaction(GloebitTransaction txn, String description, OSDMap descMap, Boolean u2u)
at Gloebit.GloebitMoneyModule.GloebitMoneyModule.ObjectBuy(IClientAPI remoteClient, UUID agentID, UUID sessionID, UUID groupID, UUID categoryID, UInt32 localID, Byte saleType, Int32 salePrice)
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.HandleObjectBuy(Packet Pack)
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.<>c__DisplayClass822_0.b__0()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant