Search found 9 matches

by Devon7
Thu May 01, 2014 4:39 pm
Forum: Bug reports
Topic: MacOS MeshViewer Toolset EXC_BAD_ACCESS
Replies: 0
Views: 979

MacOS MeshViewer Toolset EXC_BAD_ACCESS

Dragging the Toolset subwindow offscreen bombs. Other MeshViewer subwindows cannot be dragged offscreen. [Session started at 2014-05-01 12:32:44 -0400.] GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011) Copyright 2004 Free Software Foundation, Inc. GDB is free software,...
by Devon7
Thu May 01, 2014 3:55 pm
Forum: Bug reports
Topic: EXC_BAD_ACCESS on MacOS window close
Replies: 1
Views: 847

EXC_BAD_ACCESS on MacOS window close

Typing Clover-Q quits the HelloWorld demo normally but typing Clover-W or clicking the close-window button (little red button leftmost on the title bar) bombs. [Session started at 2014-05-01 11:54:17 -0400.] GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011) Copyright 20...
by Devon7
Mon Apr 28, 2014 7:17 pm
Forum: Bug reports
Topic: Software renderer fails on MacOS
Replies: 14
Views: 1785

Re: Software renderer fails on MacOS

renaming IProfiler.h to IProfiler.hpp and likewise all references include/irrlicht.h:39: #include "IProfiler.h" source/Irrlicht/COctreeSceneNode.cpp:16: #include "IProfiler.h" source/Irrlicht/CProfiler.h:9: #include "IProfiler.h" source/Irrlicht/CSceneManager.cpp:19: #i...
by Devon7
Mon Apr 28, 2014 2:40 pm
Forum: Bug reports
Topic: Software renderer fails on MacOS
Replies: 14
Views: 1785

Re: Software renderer fails on MacOS

Compiles and runs under a freshly booted MacOS 10.6.8 with a fully reset Xcode 3.2.6: Apple > Restart... > Restart defaults delete com.apple.Xcode rm -fr ~/Library/'Application Support'/Developer/Shared/Xcode ~/Library/'Application Support'/Xcode ~/Library/Caches/xcodebuild ~/Library/Preferences/com...
by Devon7
Mon Apr 28, 2014 1:54 pm
Forum: Bug reports
Topic: Software renderer fails on MacOS
Replies: 14
Views: 1785

Re: Software renderer fails on MacOS

include/IProfiler.h
...
/// private:

has no effect.
by Devon7
Mon Apr 28, 2014 1:18 pm
Forum: Bug reports
Topic: Software renderer fails on MacOS
Replies: 14
Views: 1785

Re: Software renderer fails on MacOS

Changing irrlicht.h and IProfiler.h from sourcecode.c.h to sourcecode.cpp.h has no effect.
by Devon7
Mon Apr 28, 2014 1:01 pm
Forum: Bug reports
Topic: Software renderer fails on MacOS
Replies: 14
Views: 1785

Re: Software renderer fails on MacOS

/Developer/usr/bin/gcc-4.2 -x objective-c++ ... .../Irrlicht.cpp -o .../Irrlicht.o seems wrong for a .cpp file, no surprise that including "irrlicht.h" produces nine fatal errors, the surprise is that there are no other errors. /Developer/usr/bin/gcc-4.2 -x objective-c++ ... .../CIrrDevic...
by Devon7
Mon Apr 28, 2014 3:57 am
Forum: Bug reports
Topic: Software renderer fails on MacOS
Replies: 14
Views: 1785

Re: Software renderer fails on MacOS

Here are all 18 fatal compiler errors — really the same 9 manifesting twice — revised to show full details as requested. CompileC /Users/devon/hack/build/MacOSX.build/Debug/libIrrlicht.a.build/Objects-normal/x86_64/Irrlicht.o ../Irrlicht.cpp normal x86_64 objective-c++ com.apple.compilers.gcc.4_2 cd...
by Devon7
Sun Apr 27, 2014 7:15 pm
Forum: Bug reports
Topic: Software renderer fails on MacOS
Replies: 14
Views: 1785

Software renderer fails on MacOS

The Irrlicht Software renderer fails on Xcode 3.2.6 MacOS 10.6.8 NVIDIA GeForce 9400M, leaving most of the window contents and title blank. Areas obscured by other windows appear properly rendered when uncovered but that might well be a coincidence of leftover uncleared VRAM. Whatever is onscreen an...