User Ratings
Rate This Project
Login To Rate This Project
Featured Reviews
Highest Rated
MAA Gifter is truly a work of art, I must say. Not saying it's perfect, but damn close enough. But there is currently one issue where being friends with certain people brings up a message about the integer being too low or too high. Other than that though it works VERY well. Already attempting to get ahold of the Developer regarding this issue now though.
Lowest Rated
Doesnt Work, there is the error i got every time I try to get my friendlist.
************** Exception Text **************
System.OverflowException: Value was either too large or too small for an Int32.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at MAA_Gifter.Form1.getFriendListBackgroundWorker_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
User Reviews
-
very good project, thanks!
-
The Int32 message also appeared on my download, I'm guessing this program is no longer being maintained? Is there a way for me to make the changes needed?
-
Doesnt Work, there is the error i got every time I try to get my friendlist. ************** Exception Text ************** System.OverflowException: Value was either too large or too small for an Int32. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at MAA_Gifter.Form1.getFriendListBackgroundWorker_DoWork(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
-
chjange int32 to int64 please. The problem is that the variable for the processes uses int32 to store user IDs. So any ID larger than 2147483647 wont fit in an int32 declared variable. I just started on playdom 2 weeks ago and my ID indicates that there are roughly 200 million IDs that are going to cause issues with this application. Change it to "long" and you probably won't need to update it again for 200,000 years or so since the max value will then be a 19 digit number.
-
MAA Gifter is truly a work of art, I must say. Not saying it's perfect, but damn close enough. But there is currently one issue where being friends with certain people brings up a message about the integer being too low or too high. Other than that though it works VERY well. Already attempting to get ahold of the Developer regarding this issue now though.
- Previous
- You're on page 1
- Next