kripken / BananaBread

BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
1.38k stars 347 forks source link

sometimes game get stuck #14

Open rodislav opened 12 years ago

rodislav commented 12 years ago

hi, you can find console log here

http://pastebin.com/3GRMT1Nm

there are different warnings and errors like not found assets

most messages are in english (some in romanian)

Ubuntu 12.04 32 bit pae kernel 4 gb ram 1 gb video core 2 duo 2.4

kripken commented 12 years ago

What do you mean by "stuck"? Does the browser freeze? Or the game stops running?

rodislav commented 12 years ago

Hi, only the game, browser works ok, no freezing, alt-tab also works ok and Esc get me back to non-fullscreen-mode

under Esc I have no menu

rodislav commented 12 years ago

sorry, closed accidentally

kripken commented 12 years ago

Do you still have this issue in the testing build?

http://dl.dropbox.com/u/80664946/index.html

rodislav commented 12 years ago

now I'm getting this ::

There was a problem starting Bananabread. Please see the Troubleshootinghttp://dl.dropbox.com/u/80664946/game.html?low,low#troubleshootingsection below for more information. Technical Details: texture compression is missing

On Tue, Sep 4, 2012 at 1:13 AM, Alon Zakai notifications@github.com wrote:

Do you still have this issue in the testing build?

http://dl.dropbox.com/u/80664946/index.html

— Reply to this email directly or view it on GitHubhttps://github.com/kripken/BananaBread/issues/14#issuecomment-8248047.

kripken commented 12 years ago

Do other demos using compressed textures work? Like http://media.tojicode.com/webgl-samples/dds.html

And which browser is this on?

rodislav commented 12 years ago

I get 20-30 fps red square on blue background ubuntu 12.04, 64 bit, firefox 15

On Tue, Sep 4, 2012 at 9:19 PM, Alon Zakai notifications@github.com wrote:

Do other demos using compressed textures work? Like http://media.tojicode.com/webgl-samples/dds.html

And which browser is this on?

— Reply to this email directly or view it on GitHubhttps://github.com/kripken/BananaBread/issues/14#issuecomment-8273252.

kripken commented 12 years ago

That demo doesn't work then, you should see a picture of a woman on the cube.

Depending on your drivers, it's possible this is a bug in firefox 15 that was fixed in 16. https://bugzilla.mozilla.org/show_bug.cgi?id=774134