Page 4 of 6 FirstFirst 123456 LastLast
Results 31 to 40 of 59

Thread: Super Spartan Portable PSP Halo 3 Lua

                  
   
  1. #31

    Default

    Does anyone know the max buffer of memory that lua has. How much can I load until it doesn't work. Right now im working with some large files and I was wondering the max memory lua can hold.

  2. #32
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    5 mb in RAM I think

  3. #33

  4. #34

    Default

    Now I relize why I was trying to load 25mb LOL hahahahahahaha
    w0w

  5. #35

    Default

    what does it mean when it the error and it says attempt to index global 'timer' (a nil value)

  6. #36
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    Stop cross posting between threads. It is extremely annoying.

    It means that timer doesn't have a value. It is just an empty variable that you have just created but not initialised and you are attempting to use it.

  7. #37

    Default

    Oh oh, I'll test! I love beta testing! Who doesn't?

  8. #38
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    Ask the guys who used to do QA for a living.

  9. #39
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    why don't you just post all your errors and the code associated with them in one post so people can help you? You can unload images from memory if you have too much, like when you don't need the menu anymore you can unload that. is this like a 2d scroller?

  10. #40
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    Can you actually unload images from memory in lua player? So far the only thing i can think of is to keep the image a local variable.

Page 4 of 6 FirstFirst 123456 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •