Alice Community  

Go Back   Alice Community > Alice 2 > Bugs and Troubleshooting

Reply
 
Thread Tools Display Modes
Old
meirs
Senior Member
 
meirs's Avatar
 
Status: Offline
Posts: 64
Join Date: Dec 2009
Location: Universe
Default 02-14-2010, 01:24 PM

Mama is not the solution to everything, but it certainly is a solution when you suffer from memory leaks. There are number of reasons to memory leaks in Alice, the obvious one being it's infinite undo/redo stack. Since almost every command is recorded in the undo stack, the garbage collector cannot free much.

An alternative would be to restart Alice every 15-30 minutes (depends on the amount of typing you do), so the the undo stack is reset. That should handle about 80 percents of the memory leaks (far as I can tell, there are no memory leak bugs in the storage of the worlds, so having "big" worlds is normally not the reason to the lack of memory).

Regarding the slowness of Mama - the only place where you wait longer is on load & save of worlds, since these are now in unicode format, and XML parsing of unicode is inherently slower than non-unicode (the XML storage is one thing I didn't have the time to improve). Other than that, to my experience, Mama's response is normally equals to Alice's, and sometimes better.


Mama is an Alice On Steroids with YouTube uploader, 3d object creator, tutorial editor, and standalone support:
http://www.eytam.com/mama

Last edited by meirs; 02-14-2010 at 01:39 PM.
   
Reply With Quote
Old
x2495iiii
Super Moderator
 
x2495iiii's Avatar
 
Status: Offline
Posts: 3,508
Join Date: Dec 2008
Location: Somewhere in the Continental U.S.
Default 02-14-2010, 06:11 PM

Quote:
Originally Posted by zonedabone View Post
meirs is a walking advertisement! These are the ALICE forums! Mama isn't the solution to everything. I used it, and it ran REALLY slow!
That's really not true. Consider a few things.

First, he worked very hard on mama, spending his time and effort making a software that would fix the problems students were having with Alice. Time is money, and the time he spent making this isn't something he was compensated in any way for (Alice may be free, but the Alice Team still gets paid and given college credit for working on Alice). Really, it's only fair for users who want to use Mama to pay for it.

Second, Mama may not be free, but he deliberately priced it so that the average student could easily afford it.

Third, I've used Mama for awhile now, and the only problems I've noticed are those which meirs has already acknowledged and has been working on diligently since Mama was first released. At the very least he's still working on and releasing bug-fixed versions regularly. The Alice Team, though working on a much grander scale, have given up entirely on Alice 2.2 and haven't released a stable version of Alice 3 to date (much less a bug-fix for any of the errors).

Finally, as for mentioning Mama on the forums, I personally don't see the problem in it. If there was a virus on your computer and you asked for a program to remove it, I'd tell you what the program was, regardless of whether it cost money or not. It's the same here: people are posting about their problems with Alice, and meirs is telling you that his program can help.


(')>
   
Reply With Quote
Old
zonedabone
Senior Member
 
zonedabone's Avatar
 
Status: Offline
Posts: 577
Join Date: Nov 2008
Location: In the interwebs
Default 02-14-2010, 07:47 PM

Sorry. Zonedabone was in a bad mood. I was mad at Alice, so I guess it isn't fair to judge mama. Again, sorry.


'Apple Macintosh' - An anagram of 'Complaints Heap'

M.A.C.I.N.T.O.S.H. - Machine Always Crashes, If Not, The Operating System Hangs.

You're *such* a mac person.
   
Reply With Quote
Old
meirs
Senior Member
 
meirs's Avatar
 
Status: Offline
Posts: 64
Join Date: Dec 2009
Location: Universe
Default 02-15-2010, 01:32 AM

That's OK zonedabone, I share with you the solidarity with an open source such as Alice and it's great contribution to the studying of computer programming. After all Mama started at the point where Alice2.2 reached, so it's improvements stand on giants shoulders.

Just to add one point to x2495iiii's: Alice is not totally free, since you need a documentation to really know how to use it (especially if you're a teacher), and for that you need to pay something between 30$ to 60$, depending on the book you've chosen. Mama documentation is (and will be) free, so the difference is actually only a matter of a business model.

Quote:
Regarding the slowness of Mama - the only place where you wait longer is on load & save of worlds, since these are now in unicode format, and XML parsing of unicode is inherently slower than non-unicode (the XML storage is one thing I didn't have the time to improve). Other than that, to my experience, Mama's response is normally equals to Alice's, and sometimes better.
And by now that's history - I've changed the storage from XML based into binary form (with backward compatibility) and now it runs terribly faster!
You'll have to download the new version - 1.5.2. - to try it yourself, enjoy


Mama is an Alice On Steroids with YouTube uploader, 3d object creator, tutorial editor, and standalone support:
http://www.eytam.com/mama

Last edited by x2495iiii; 02-22-2010 at 06:46 PM.
   
Reply With Quote
Old
x2495iiii
Super Moderator
 
x2495iiii's Avatar
 
Status: Offline
Posts: 3,508
Join Date: Dec 2008
Location: Somewhere in the Continental U.S.
Default 03-01-2010, 04:46 PM

I can confirm that. Just tried importing and executing RP 3.1 in mama and it's wonderful and CRAZY FAST! If RP4 turns out to be too big for Alice to handle, I'm importing it as a mama world and entering the exe file into the contest instead.

Go ahead and and try it for yourself. Unzip this file and try the Resident Penguin exe file. The 3d text is still messed up, but literally everything else is fixed and like I said before, the speed is amazing!
Attached Files
File Type: zip Resident Penguin.zip (14.31 MB, 6 views)


(')>
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 03-01-2010, 05:13 PM

Is this RP4?

My hero's game is like 48 MB. How do i make it a mama file


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames

Last edited by jediaction; 03-02-2010 at 07:39 PM.
   
Reply With Quote
Old
x2495iiii
Super Moderator
 
x2495iiii's Avatar
 
Status: Offline
Posts: 3,508
Join Date: Dec 2008
Location: Somewhere in the Continental U.S.
Default 03-01-2010, 08:36 PM

No, it's RP 3.1.

Same way you would any other Alice world: Open mama, import the Alice world into it, then click the exe button in the upper right corner.


(')>
   
Reply With Quote
Old
meirs
Senior Member
 
meirs's Avatar
 
Status: Offline
Posts: 64
Join Date: Dec 2009
Location: Universe
Default 03-02-2010, 02:51 PM

Quote:
Originally Posted by x2495iiii View Post
I can confirm that. Just tried importing and executing RP 3.1 in mama and it's wonderful and CRAZY FAST! If RP4 turns out to be too big for Alice to handle, I'm importing it as a mama world and entering the exe file into the contest instead.

Go ahead and and try it for yourself. Unzip this file and try the Resident Penguin exe file. The 3d text is still messed up, but literally everything else is fixed and like I said before, the speed is amazing!
Glad you liked it x2495iii - now the only left major issues are the audio synchronization and the support for Python scripting (as an alternative to Mama scripting). BTW, how did you manage to synchronize your contest-wining video on youtube?


Mama is an Alice On Steroids with YouTube uploader, 3d object creator, tutorial editor, and standalone support:
http://www.eytam.com/mama
   
Reply With Quote
Old
x2495iiii
Super Moderator
 
x2495iiii's Avatar
 
Status: Offline
Posts: 3,508
Join Date: Dec 2008
Location: Somewhere in the Continental U.S.
Default 03-02-2010, 04:06 PM

I did the voices while the soundless video was playing, slowed it down (to account for the speedup when exporting it), exported it, then imported the exported video into Movie Maker and synched the sound up there.


(')>
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 03-02-2010, 07:40 PM

Quote:
Originally Posted by x2495iiii View Post
No, it's RP 3.1.

Same way you would any other Alice world: Open mama, import the Alice world into it, then click the exe button in the upper right corner.
I cant! It does not see alice files only mama files


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Reply


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



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.