Search found 35 matches

by BrightBit
Wed Jun 01, 2011 23:36
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Segfault and CMake issues
Replies: 8
Views: 5412

the reason or a trace at least

I was able to compile the sample and found something. The main difference between my code and the code of the Font Sample is the method CEGUI::Window::setFont . The sample uses this method to explicitly set the font of a window. Whereas my code implicitly defines the font to use via *.scheme files. ...
by BrightBit
Wed Jun 01, 2011 15:46
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Segfault and CMake issues
Replies: 8
Views: 5412

Re: Segfault and CMake issues

Would it be possible for you post the xml for the font Menu and the xml for the Imageset MenuFont. Of course. Here they come. Menu.font: <?xml version="1.0" ?> <Font Name="Menu" Filename="MenuFont.imageset" Type="Pixmap" NativeHorzRes="640" NativeVe...
by BrightBit
Tue May 31, 2011 19:53
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Segfault and CMake issues
Replies: 8
Views: 5412

Re: Segfault and CMake issues

Hi Kulik, I didn't succeed in compiling 0.8 as I mentioned in my first post. But my first post contains the Log for 0.7.5 which is the version where I get the segfault. The imageset referring format has changed so maybe it's related to that ("set:Imageset image:Image" is now "Imageset...
by BrightBit
Tue May 31, 2011 19:14
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Segfault and CMake issues
Replies: 8
Views: 5412

Backtrace

Hi CrazyEddie and thanks for your answer, here's the backtrace: #0 70E23A92 CEGUI::Imageset::draw(this=0x0, buffer=@0x12a2f2a0, source_rect=@0x12a02abc, dest_rect=@0x22ef30, clip_rect=0x22f850, colours=@0x22f040, quad_split_mode=CEGUI::TopLeftToBottomRight) (C:\CEGUI-0.7.5\ cegui\src\CEGUIImageset.c...
by BrightBit
Mon May 30, 2011 17:04
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Segfault and CMake issues
Replies: 8
Views: 5412

Segfault and CMake issues

Hello CEGUI community, I am using Ogre 1.7 and the CEGUI SDK for MinGW. At first I succeeded in using CEGUI without problems but when I started to use a Pixmap font a segmentation fault occurs within the CEGUIImageSet.cpp in line 178. Since the SDK won't help much in debugging this issue I tried to ...

Go to advanced search