bugClanLib - Bugs: bug #9911, Open a CL_Surface from a...

 
 

bug #9911: Open a CL_Surface from a <sprite ...><image (...)/></sprite> crash ClanLib

Submitter:  STINNER Victor <haypo>
Submitted:  Fri 06 Aug 2004 04:23:31 PM UTC
   
 
Category:  clanCore Severity:  3 - Normal
Item Group:  Crash Error Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  0.7.8
Operating System:  Windows Planned Release:  0.7.8
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 06 Aug 2004 04:23:31 PM UTC, original submission:  

I have a resource :
  <sprite name="bazooka">
    <image file="weapon/bazooka.png">
      <grid pos="0,0" size="22,20" array="9x1" />
    </image>
  </sprite>

When a try to open it with :
  image = CL_Surface("weapon/bazooka", res);

I received :

Program received signal SIGSEGV, Segmentation fault.
CL_ResourceData_SpriteDescription::add_images (this=0x80ee148,
    desc=@0xbffff780, resource=@0x102ec6cc) at char_traits.h:127
127           { __c1 = __c2; }

Bye, Haypo

STINNER Victor <haypo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code