NxOgre tutorials don't run

moore

02-03-2011 16:03:50

I build NxOgre tutorials(final), but when i run SampleBrowser i get this error:


I copied all dll's and i change resource.cfg, so what is the reason?

betajaen

02-03-2011 16:55:44

Can't see the image.

moore

02-03-2011 21:01:36

Hmm.. i have no problems with picture, but if you have try with this

betajaen

02-03-2011 21:05:50

403 Forbidden.

Have you copied the PhysX dlls (from the PhysX/bin) folder into the same directory as the tutorials? It's required with PhysX 2.8.4

moore

02-03-2011 21:37:47

Yes, but still doesn't work. Btw. i have PhysX 2.8.1

moore

03-03-2011 18:34:32

Anybody help?

betajaen

03-03-2011 19:42:55

Can you upload the image to here, and post any logs.

moore

04-03-2011 14:41:00

Here is a log.

betajaen

04-03-2011 16:15:29

OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library .\NxOgre114. System Error: Nie można odnaleźć określonego modułu.

in DynLib::load at ..\..\..\..\OgreMain\src\OgreDynLib.cpp (line 91)


What tutorials are you running? The Detritus ones?

moore

04-03-2011 18:49:34

Yes, with ogre 1.7.2

betajaen

04-03-2011 18:59:59

Sounds like the dlls wasn't copied into the directory.

moore

04-03-2011 19:08:03

But they are there. When tutorials were building, dlls were copied into the realse folder.

betajaen

04-03-2011 19:14:40

Then, I don't understand. What does "Nie można odnaleźć określonego modułu." mean?

Have you tried using the BuggySwires Tutorials and Library? The tutorials are more streamlined. I'd remove the old lines in the samples.cfg file beforehand though.

moore

04-03-2011 19:21:52

It's a polish sentence which means something like "Can not find the specified module".

No, but i will try.

betajaen

04-03-2011 20:01:24

Hmm. It may not be able to either find the dll or run the dll. Both of those I don't understand why.

Best bet is to use the BuggySwires tutorials for now.

moore

04-03-2011 20:32:27

I try with Buggy Swires, now samplebrowser starts without any problems, but when i choose one of them ogre crush.

Here is a log.

betajaen

04-03-2011 20:38:05

Right, now we are getting somewhere.

Is it all of them, or just one?

Can you debug it so, you can find out where NxOgre is crashing. Your using PhysX 2.8.1 right? Try deleting the PhysX dlls from that directory.

moore

04-03-2011 20:46:15

Yes, all don't work.
No i changed physX to 2.8.4, because with 2.8.1 nxogre didn't want to compile.

betajaen

04-03-2011 21:00:24

Okay, with 2.8.4 you have to copy the PhysX dlls (the ones in the PhysX/bin folder) into the same folder as the samples; the dlls and exe.

moore

04-03-2011 21:09:02

Yes i know, but it seems that nxogre did it for me :) But of course i also copied all dlls and still does't work :/

betajaen

04-03-2011 21:14:37

But Ogre works right? The other tutorials?

moore

04-03-2011 21:18:07

Yes, but some(ParticleGS and DeferredShading ) crush(may i did something wrong or i have just too old computer :D)

moore

07-03-2011 20:15:05

So what should i do?

betajaen

07-03-2011 20:44:36

This is a stupid question. But the PhysX lessons run right?

moore

07-03-2011 21:15:12

I said that almost all OGRE samples run. Nxogre and PhysX samples crush when i try to run them.

betajaen

07-03-2011 22:13:53

If the PhysX samples crash, then it's PhysX. You have installed the PhysX System Software from nVidia right? Because that is the first step you should of taken when downloading/compiling NxOgre.

moore

08-03-2011 18:06:09

Yea, i have PhysX_9.10.0513_SystemSoftware but still doesn't run. I aslo tried with other versions, but without effect.
In all samples i get this error:


EDIT:

Woho! I don't not how, but i instaled physX 2.8.3, PhysX_9.10.0513_SystemSoftware and finaly it works, but for about 3-5 minutes and crash :/ Here is a log.

betajaen

08-03-2011 18:59:57

NxOgre doesn't write to the Ogre.log

So it doesn't help. Can you trace the error to the offending line in code?

moore

08-03-2011 19:08:41

Yes, but there are some warnings...

Maybe i exaggerated with how long it works. Sometimes all its ok, sometimes crash...But i'm not sure if all it's build ok. For example
heightfields from scrath*:
http://img29.imageshack.us/i/aebcc83f.png/
or materials(all boxes all same):
http://img232.imageshack.us/i/24cfc6d0.png/
or sample called "nxogre test" or something*:
http://img34.imageshack.us/i/7cf5190b.png/

*In these samples i can't do anything, only be "spectator"

Btw. what is crriter?

betajaen

08-03-2011 19:29:21

I really can't see those images. Please use imageshack or this forum to upload them.

If your using the Detritus tutorials then there is known issue with the Heightfield tutorial. The BuggySwires version does not have this anymore.

moore

09-03-2011 13:56:33

Ok, pictures now are on imageshack.
I'm using BuggySwires, and i just do not know if everything is ok or not.

Nixit28

07-04-2011 08:47:37

hello all,

I downloaded tutorial from https://github.com/betajaen/nxogretutorials/
and did what they said to do in readme file
but....I cannot find the SampleBrowser.exe in it
It builds without error

Plz give me some guide line, I am new these things

lot's of thanks in advance

Nixit28

07-04-2011 09:43:34

hello all,

I downloaded tutorial from https://github.com/betajaen/nxogretutorials/
and did what they said to do in readme file
but....I cannot find the SampleBrowser.exe in it
It builds without error


Am i missing something??
can i extract tutorial anywhere or i need to put it in NxOgre folder

betajaen

07-04-2011 12:16:22

They are copied to the OGREs SampleBrowser directory. SampleBrowser is in there.

Nixit28

07-04-2011 12:25:18

okkkyyyy
I found it...
I haven't complied that sample project.

Thank uoy very much

Nixit28

07-04-2011 12:34:15

can you tell what next step i should take in learning process
how can i use NxOgre to apply some physics in ogrewiki tutorial