I made a Need For Speed game and whenever I try to run the dreamseeker program to play it it says the following:
runtime error: Cannot execute null.Find().
proc name: New (/client/New)
usr: null
src: M and E Productions (/client)
call stack:
M and E Productions (/client): New()
M and E Productions (/client): New()
Guarded By Spam Protector (V.4.0)
Connection closed.
Looking for some action? Check out the hub.
Pager on.
You've got upgrades!
ID:268274
![]() May 25 2004, 10:40 am
|
|
![]() May 25 2004, 11:19 am
|
|
Open DreamMaker and go to Build->Preferences. Check the box for debugging information. Now compile and run the environment again and post the new runtime error message.
|
A runtime error is a type mismatch. You've done something wrong with your code.
|
SSJ4_Gohan_Majin wrote:
A runtime error is a type mismatch. A type mismatch is one kind of runtime error. |
You have a null list trying to use the Find() proc in client/New(). It's probably just not created properly, look up list in the help file to see the different ways you can create it and choose the one that fits your situation best.
|