
-----------------------------------
kartikitrak
Mon Jan 17, 2011 2:42 pm

Picture ID 0
-----------------------------------
I'm having this problem with my turing game. On my personal laptop the game works perfectly and smoothly with no errors however when I put it on my school computers it keeps giving me an illegal picture id. I think it might be the resolution which is 6000x2500. All the file names and directory are right and also the size is only 1mb. I'm not sure why it keeps giving the error.

-----------------------------------
Tony
Mon Jan 17, 2011 3:01 pm

RE:Picture ID 0
-----------------------------------
If the file loads on one computer, but not another, it most likely means that your program can't find the file.

-----------------------------------
kartikitrak
Mon Jan 17, 2011 10:25 pm

RE:Picture ID 0
-----------------------------------
why....it works on my friends computer...

-----------------------------------
Tony
Mon Jan 17, 2011 10:34 pm

RE:Picture ID 0
-----------------------------------
Is this a problem with every picture file, or just this one particular file?

-----------------------------------
kartikitrak
Tue Jan 18, 2011 6:51 am

RE:Picture ID 0
-----------------------------------
one file....its basically my single big map in my game.

-----------------------------------
Tony
Tue Jan 18, 2011 10:10 am

RE:Picture ID 0
-----------------------------------

If the Pic.FileNew call fails, then it returns 0. Also Error.Last will return a non-zero value indicating the reason for the failure. Error.LastMsg will return a string which contains the textual version of the error.

There might be some problem with loading large files; hard to say.
