Why does google do this every so often?

For everything that's not in any way related to PureBasic. General chat etc...
Nituvious
Addict
Addict
Posts: 1030
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Why does google do this every so often?

Post by Nituvious »

I downloaded a game from applications forum from here several hours ago and suddenly pictures of the games screen appeared on google's site. I tried refreshing the browser and it didn't change anything, nor did resizing.
http://img8.imageshack.us/img8/8352/stuffyq.png
It's like this on the front page too. :shock:
▓▓▓▓▓▒▒▒▒▒░░░░░
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Why does google do this every so often?

Post by Joakim Christiansen »

Most likely a memory problem, I've had similar things happen once in a while.
I like logic, hence I dislike humans but love computers.
User avatar
kenmo
Addict
Addict
Posts: 2054
Joined: Tue Dec 23, 2003 3:54 am

Re: Why does google do this every so often?

Post by kenmo »

:shock: That's my game!

No idea what would cause that... does it only happen in Chrome?
Seymour Clufley
Addict
Addict
Posts: 1266
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: Why does google do this every so often?

Post by Seymour Clufley »

If it's Chrome you're talking about, they just introduced some new hardware acceleration for graphics. I don't know. It might be connected with this.
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
Zach
Addict
Addict
Posts: 1677
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: Why does google do this every so often?

Post by Zach »

Yep... either a bug in the browser you are using, or some weird bug in the game. Hard to say without having some way to track what is happening with memory
User avatar
kenmo
Addict
Addict
Posts: 2054
Joined: Tue Dec 23, 2003 3:54 am

Re: Why does google do this every so often?

Post by kenmo »

Definitely the browser... that game image is the one I posted in these forums.

Unless PB has some sprite video-memory bug, I don't think that's related to the game executable itself.
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Why does google do this every so often?

Post by DarkDragon »

It is a bug in google chrome if the texture of your game is used by chrome. Most often its just a clearing bug (it should clear the screen before drawing on it, because the old framebuffer of your game is used). Or if it is a harder bug: they don't check whether loading the texturedata into the gpu was successful and use your textures instead which aren't freed, yet (graphicscard frees it just when it wants to, you don't have any influence on this).

You could get much money for a exploit if you find it.
bye,
Daniel
Post Reply