Raised This Month: $51 Target: $400
 12% 

Awkward behavior after GetArray (memory corruption?)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ttasdasda
Member
Join Date: Apr 2014
Old 11-07-2018 , 05:12   Awkward behavior after GetArray (memory corruption?)
Reply With Quote #1

I have a very weird problem. Two local variables suddenly change their value in the middle of a cycle right after I call GetArray.

Code:
for (int i = index; i < len; i++)
    {
        int counter = i;
        int data[3];
        PrintToChatAll("i = %i | index = %i | counter = %i | len = %i", i, index, counter, len);
        reco.GetArray(counter, data);
        PrintToChatAll("i = %i | counter = %i", i, counter);
    }


I have tried updating MM and running the code on both SM 1.9 and 1.10. I'm pretty sure it used to work just fine half a year ago or so.
It does NOT seem to happen in another plugin of mine that uses the exact same ArrayList. In fact, copy-pasting the code from that other plugin leads to the same error.
ttasdasda is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode