Posts: 270
Threads: 7
Joined: Apr 2015
29.10.2015, 13:41
(
Last edited by amirm3hdi; 29/10/2015 at 07:41 PM.
)
WTF, why not continue and add function to SET VALUES... why stopped upgrading?
I loaded 400 house json files with DJSON and it took about 6 seconds,
But When I loaded them with This plugin and it was less than a SECOND...
From now on, I read data with this plugin and write data with DJSON.
Posts: 270
Threads: 7
Joined: Apr 2015
24.01.2016, 12:27
(
Last edited by amirm3hdi; 24/01/2016 at 04:14 PM.
)
NO WONDER WHY IT'S NOT FULL VERSION
I'm reporting a bug now, When I get the array size it returns a big ass number (which is damn wrong)
Here's the link that explains:
http://forum.sa-mp.com/showthread.ph...89#post3646389
Also sometimes, getting values return 0, but with DJSON they are correct ...
I've experienced this in linux tho.
I can't f***ing believe just cuz of this plugin I looked for the error so long...
Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by amirm3hdi
NO WONDER WHY IT'S NOT FULL VERSION
I'm reporting a bug now, When I get the array size it returns a big ass number (which is damn wrong)
Here's the link that explains: http://forum.sa-mp.com/showthread.ph...89#post3646389
Also sometimes, getting values return 0, but with DJSON they are correct ...
I've experienced this in linux tho.
I can't f***ing believe just cuz of this plugin I looked for the error so long...
|
The plugin is open-source. If you want features, add features. You are NOT entitled to anything, and acting like that instead of properly reporting the bug on GitHub isn't going to get you anywhere.
Posts: 270
Threads: 7
Joined: Apr 2015
NOT RECOMMENDED FOR LINUX AT ALL
Most of the functions crash on linux while work perfectly on windows...
Posts: 69
Threads: 13
Joined: Aug 2011
Reputation:
0
15.08.2016, 16:40
(
Last edited by deffo; 15/08/2016 at 07:18 PM.
)
Great work. I hope to see updates. Its really useful.
Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by iiNzTicTx
The plugin is not supported on Debian Wheezy (7), as it requires libstdc++6 -> gcc-5.1 or higher (which contains CXXABI_1.3.9. This version of gcc is not available in Wheezy. You could try upgrade to Jessie, or use Ubuntu. I am yet to determine whether it's possible to use older versions of the plugin which may not require gcc-5.1. I was able to get Wheezy working with CXXABI_1.3.8 max.
Edit: confirming 2014 version works with CXXABI_1.3.6, which comes installed with Wheezy.
|
You could build it with static stdlib linking on a newer machine. I should've done that.