Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6030583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:03:27+00:00 2026-05-23T05:03:27+00:00

I have been working with javascript lately and I am using Chrome (12) Developer

  • 0

I have been working with javascript lately and I am using Chrome (12) Developer tools and I have been getting the error:

TypeError: Cannot call method 'getSize' of undefined.

I have no idea of why this is happening but have isolated the part which seems to be the problem:

    x = 0;
    for(var i=0; i<w; i++){
        for(var j=0; j<h; j++) {
            display.blit(tile[world[x]], [(i * 34), (j * 34)])
            x++;
            }   
    }

the x++; give me the error and when I comment out the code (of x++;) chrome says there are no errors. Display.blit(tile[world[x]], [(i * 34), (j*34)] doesn’t seem to have anything to do with the error although I may be wrong.

My question is how to fix this error and why it is happening in the first place.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T05:03:27+00:00Added an answer on May 23, 2026 at 5:03 am

    The problem seems to be that your x exceeds the number of entries you have in your array. So as the entry is undefined you pass it along to your function where you call the getSize method which doesn’t exist for undefined.

    Without the rest of the script and the values that world and tile have it’s hard to say where you went wrong but I would suggest you confirm that there is an entry for each of the calls you are making. If you do know how many entries you have just try alert(x) to see at which x value you get the error.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working on a project that dynamically creates a javascript file using
I have been working on a template using almost all jquery/javascript. Mostly I am
I have been working on a perspective projection rendering demo using javascript, recently I
I have been working on facebook application and you know on facebook native javascript
I have been working with Visual Studio (WinForm and ASP.NET applications using mostly C#)
I have been working on this script: <script type=text/javascript src=/js/jquery.js></script> <script type=text/javascript> $(function(){ compentecy
I am very new to javascript and ajax/jquery and have been working on trying
I have been working on getting a python CGI script to work all day,
I've been fiddling with WebGL lately, and have gotten a Collada reader working. Problem
I'm new to MVC3 and have been working on a small site using EF

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.