mesh viewer example broken

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Dareltibus
Posts: 115
Joined: Mon May 17, 2010 7:42 am

mesh viewer example broken

Post by Dareltibus »

Basically when I select the mesh to be opened and I click OK. but mesh is not opened :/
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: mesh viewer example broken

Post by Nadro »

Are You sure that Your mesh is properly saved? Maybe is too big, too small etc. and thats why You doesn't see it. You have to check a scale and position of Your mesh. Meshes from Irrlicht media folder works good?
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Dareltibus
Posts: 115
Joined: Mon May 17, 2010 7:42 am

Re: mesh viewer example broken

Post by Dareltibus »

well if it is a problem of the mesh then it is a problem of irrlicht's meshes. Dwarf and sydney are not loading. I have to double click the file to open it. "OK" button is no longer working. :-/
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: mesh viewer example broken

Post by CuteAlien »

Please give us some information...
Which Irrlicht version are you using?
Did you do anything (for example any modification of Irrlicht)?
Which system are you on? (Windows, Linux, MacOSX, 32 or 64 bit)?
Which compiler (gcc, VS)?
Which target platform (32 bit or 64 bit)?
Are there any error messages in the console output?

If you say it is no longer working it probably means something changed, but without having any information we can't help you.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Dareltibus
Posts: 115
Joined: Mon May 17, 2010 7:42 am

Re: mesh viewer example broken

Post by Dareltibus »

I just download last stable irrlicht 1.7.3 package. And run the example (shoul be compiled by yours VS compiler right?)

I tried to recompile with VS 2008 and C::B result is the same.


Win 7 is my OS (64 bit).

No error messages, just OK button that don't work when a file is selected. I have to double click the file name to open it.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: mesh viewer example broken

Post by CuteAlien »

Ok, I misunderstood first and thought it's about a problem in loading the mesh. Can't reproduce it unter Linux right now, but will try again tomorrow on Windows.

Edit: I remember a similar problem reported that has to do with the messed up way double-clicks are handled in that dialog. Something about that if you click really fast first on the file and then the button then the dialog just closes. Haven't found time for that one yet (it's a little tricky to fix without breaking some other functionality) - could that be the reason as well in your case?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: mesh viewer example broken

Post by CuteAlien »

Hm, can't reproduce :-(
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: mesh viewer example broken

Post by Nadro »

I checked it today, but I can't reproduce this problem on my platform too :/
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply