Non-threaded

Forums » Newbie Central » Read Thread

Introduce yourself and get to know the community.

Profile Picture

10 years ago

I have tried many times to add a picture to my account, but every time I try, it goes onto a page that says this.

Microsoft VBScript runtime error '800a0006'

Overflow: 'CInt'

/My/profile.asp, line 29

Does anyone know what is going on, and how I can fix it?

 

Profile Picture

10 years ago

Yeah, I've been changing my profile pic to random things in my pictures, and it looks like only the brand new one is malfunctioning.

Profile Picture

10 years ago

Do you know how to fix it?

Profile Picture

10 years ago

*rolls dice* Nope, failed the INT check.

Profile Picture

10 years ago

Yeah, I can't set a newly uploaded image to be my profile pic, either.

I think we can add this one to the list of Things That Are Broken On CYS. :/

I'm guessing this has something in common with the duelling bug, i.e., it's trying to assign a number to a variable, but the number is too big for the variable. Basically, people have used up all the possible profile picture 'slots,' if that makes sense.

Profile Picture

10 years ago

So I will never be able to have a profile picture?

Profile Picture

10 years ago

Um. Well... AlexP could check in at some point, and decide to fix some bugs... 

...sorry to be the bearer of bad news. :/

Profile Picture

10 years ago

This must not affect everyone, because I still seem to be able to upload pictures.

Profile Picture

10 years ago

But can you set your profile pic to one of your recently-uploaded pictures?

Profile Picture

10 years ago

Ahh... nope. But it looks like you're right. The maximum value of a 16-bit signed integer is 32767, so any image with an ID of 32768 or higher will trigger the error.

Profile Picture

10 years ago

How do I find out the ID of a picture?

Profile Picture

10 years ago
A picture's ID is its filename. If you were to check the URL of an image in the My Pictures section, (something like http://chooseyourstory.com/i/?31090) the number is the "ID". But by now, any new upload is going to be over 32767, unfortunately.

Profile Picture

10 years ago

So this  is the final picture that can ever be set as a profile pic?

Profile Picture

10 years ago

At least for now. I believe the problem can be solved by changing the integer to the "long integer" variant, which has a much higher limit of 2,147,483,647.

Profile Picture

10 years ago

The same solution would fix the Duels bug.

Profile Picture

10 years ago

Who cares about pics anyway?  Also,  what is a Capi?

Profile Picture

10 years ago