Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Why?  (Read 9212 times)

0 Members and 1 Guest are viewing this topic.

buggy123

  • Newbie
  • *
  • Posts: 26
    • View Profile
Why?
« Reply #15 on: September 05, 2009, 02:13:31 am »
Ok, now I decided to just take them out of the folder, however i keeps giving me this "Image failed to create, internal size too big (size*) on the console that pops up along with my windows

what's it suppose to mean

phear-

  • Jr. Member
  • **
  • Posts: 64
    • MSN Messenger - LOApokalypse@hotmail.com
    • View Profile
    • http://gtproductions.org
Why?
« Reply #16 on: September 05, 2009, 04:34:21 am »
I'm not sure what it means but that is the reason why your code never worked when you used folders.
Eugene Alfonso
GTP | Twitter

buggy123

  • Newbie
  • *
  • Posts: 26
    • View Profile
Why?
« Reply #17 on: September 05, 2009, 05:46:58 am »
hm, that's a possibility. But when I used folders the console gave me a different error. (cannot locate file) and such.

but yeh...here's the exact error code I'm getting:

Failed to create image, it's internal size is too high (2048x1024)

Avency

  • Full Member
  • ***
  • Posts: 113
    • View Profile
Why?
« Reply #18 on: September 05, 2009, 11:11:34 am »
It seems like your graphics card doesn't support such big textures.

buggy123

  • Newbie
  • *
  • Posts: 26
    • View Profile
Why?
« Reply #19 on: September 05, 2009, 08:12:03 pm »
that's...very possible actually. I'm using a really old computer...
Ok I'll try this on a better one. and see if the results change

buggy123

  • Newbie
  • *
  • Posts: 26
    • View Profile
Why?
« Reply #20 on: September 05, 2009, 09:33:08 pm »
ok...wtf. On my better computer it still won't let me open the image

Failed to load image "menu_background.bmp." Reason: Can't fopen

(fopen is not a typo on my part)

phear-

  • Jr. Member
  • **
  • Posts: 64
    • MSN Messenger - LOApokalypse@hotmail.com
    • View Profile
    • http://gtproductions.org
Why?
« Reply #21 on: September 05, 2009, 10:51:44 pm »
Is the file open in any other program? Are you surrrrre? Have you restarted your computer? (possible memory leak and a program has it open in memory) Are you sure it's spelled right? Are you sure it's .bmp and not .BMP? (File names are case sensitive)

Maybe post the exe and the images and we can try it.
Eugene Alfonso
GTP | Twitter

forrestcupp

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Why?
« Reply #22 on: September 27, 2009, 11:19:18 pm »
I'm sure you have it figured out by now, but just for reference, it's better to use a forward slash / instead of a backward slash \.  Windows recognizes forward slashes, too, and it makes your code more portable since other OS's don't use backward slashes.  Also, if you use forward slashes, you don't have to worry about character escapes, and you don't have to use 2 backward slashes, \\.

 

anything