Search found 17 matches

by axtyax
Sat Apr 13, 2013 12:44 am
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

it does not say to return -1 in the code at all.
code::blocks is returning -1
by axtyax
Tue Apr 02, 2013 7:37 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

the program returned -1 when i ran it.
what do u mean by the mesh file?
it is only a .md2 program and a texture for it.
by axtyax
Tue Apr 02, 2013 2:34 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

so i moved the image to where the executable is but it still wont load.
by axtyax
Tue Apr 02, 2013 2:29 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

well, it returned -1, so what does that mean?
by axtyax
Tue Apr 02, 2013 2:11 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

well it wld really help if u told me how to find out where the executable is located when u build with code::blocks
by axtyax
Tue Apr 02, 2013 12:01 am
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

it wld help if u tell me the command for building with the console!
by axtyax
Mon Apr 01, 2013 11:48 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

mybe the executable is not in the same folder?
by axtyax
Mon Apr 01, 2013 11:46 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

ill try changing the path for sydney.md2 but shldnt it work 'cus sydney.md2 is it the same folder as the source.
by axtyax
Mon Apr 01, 2013 3:48 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

i think that this is to do with my code not being able to access sydney.md2 and is giving me the error.
i know this because i used to use allegro for 2d graphics and this was the most common problem,
the program wouldnt be able to load the bitmaps.
by axtyax
Mon Apr 01, 2013 3:34 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

wait it still says aborted(core dumped)????
by axtyax
Mon Apr 01, 2013 3:33 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

im gonna try it.
4 some reason when i looked in my book, my code was right.
maybe because the book is for irrlicht 1.7.2.
i case u wanna take a look it's called irrlicht 1.7.2 a begginers guide
by axtyax
Mon Apr 01, 2013 2:29 pm
Forum: Project Announcements
Topic: Build A World - new massive game, using Irrlicht
Replies: 434
Views: 682370

Re: Build A World - new massive game, using Irrlicht

i think im gonna ditch minecraft and play this for a while...
A LOOOOOOOOOONG while...
by axtyax
Mon Apr 01, 2013 2:11 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

and also the first line of eejin's copied code is declaring the driver, creating it.
but i dont understand why then the device is '"getting" it again?
by axtyax
Mon Apr 01, 2013 2:04 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

well, pointers point to any, say variable, by being equal to that variables address in the computers data storage.
So is it because the driver isnt being assigned anything to point to???
by axtyax
Sun Mar 31, 2013 11:25 pm
Forum: Beginners Help
Topic: Segmentation fault when loading a mesh
Replies: 27
Views: 3025

Re: Segmentation fault when loading a mesh

yes i do.
i use to use the Alegro engine for 2d graphics in c++
when loading a bitmaps i would get this error very often.

i wld really like to know why exactly, but i think it is to do with the program loading up too much data, and getting rid of it
in order to avoid a crash.