Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » ASSERT when using ValueMap
Re: ASSERT when using ValueMap [message #47668 is a reply to message #47651] Mon, 27 February 2017 16:17 Go to previous messageGo to previous message
NilaT is currently offline  NilaT
Messages: 70
Registered: November 2011
Location: Austria
Member
I'm a bit upset that nobody can help me. Posted this almost a week ago and not a single answer from any dev...

I managed to work this issue around by commenting the ASSERT out, but working with RpcData is still a mess to me.
Sometimes rpc["bla"] gets double, when it should be int. Then it gets ValueErrorCls when it's int.
Then it gets double when it should be ValueArray... No clue how this piece of **** works.

And the latest error is right here:
inline _Uint4_t _Fetch_add_seq_cst_4(volatile _Uint4_t *_Tgt, _Uint4_t _Value)
	{	/* add _Value to *_Tgt atomically with
			sequentially consistent memory order */

	return (_INTRIN_SEQ_CST(_InterlockedExchangeAdd)((volatile long *)_Tgt, _Value));
	}


WTF is this?!
Really guys, this is messed up...
I simply try to read something out of a JSON and write it back and this is how far I get... absolutely frustrating.
No clue how to solve that and nobody's there who helps...
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: C2280
Next Topic: Use zlib inside another library
Goto Forum:
  


Current Time: Sat May 11 12:11:35 CEST 2024

Total time taken to generate the page: 0.02275 seconds