As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 02 Jan 2013 09:41 AM |
Hello to you.
As I'm working on a Music Player on ROBLOX, I'd like to make it compatible with iPad (iPhone don't have the power required, sorry ppls).
So: The problem I encounter is that the music player contains objects which has data that fills between 30-70 pages on Microsoft Word (And there's currently like 46-47 of them).
I have an idea how to fix this, but I need to know what the roof for data-per-object is for iPad, since Mac & Windows is more powerful, thus must have a higher roof for data-per-object.
Also, when encountering objects going over the roof for data-per-object on a Windows computer, I got the error "Game has shut down".
On iPad, I got an error "You have been disconnected". I might think that's it's maybe a different problem, so if you know about this too, then it would be good. :P
Have a continued good day, -As |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 02 Jan 2013 09:42 AM |
| Oh, the roof for data-per-object on a Windows computer is about 60 pages of what I've tested. |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2013 07:22 PM |
I love that you're testing the limits here. Could you write some script to test this for you? Add data to an object, report on the screen how much, wait 5 seconds, double the data, continue until crash. Last number you see is the max. Would that work?
|
|
|
| Report Abuse |
|
|
13inary
|
  |
| Joined: 01 Jan 2013 |
| Total Posts: 310 |
|
| |
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 03 Jan 2013 09:53 AM |
hm, yeah, I was planning having a loop showing the string length on a TextLabel, and add like ~10000 "repeating" characters to it each time. Easy, yet I'm not BC or anything, so I gotta do it on an extra account.
Also, I guess I'll have to try take 1 of the large data-stuff (in short, you can call it a 'song') and see if it's crashing there too, or if it's simply the whole stuff (aka 46 'song's) in combination.
-As |
|
|
| Report Abuse |
|
|