bugPingus - Bugs: bug #21277, Couldn't load sprite:...

 
 

bug #21277: Couldn't load sprite: 'pingus/particles/smoke2'

Submitter:  None
Submitted:  Sun 07 Oct 2007 07:14:08 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None
Operating System:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 11 Oct 2007 01:29:02 AM UTC, comment #1: 

Thanks. This is now fixed in the latest SVN trunk.

Michael Ploujnikov <plouj>
Group Member
Sun 07 Oct 2007 07:14:08 AM UTC, original submission:  

When I play this game and I keep get this:

Error: Resource: Couldn't load sprite: 'pingus/particles/smoke'
Error: Resource: Couldn't load sprite: 'pingus/particles/smoke2'

I had to modified in src/particles/smoke_particle_holder.cpp at 36 line.

Change from:
  : surf1(Resource::load_sprite("pingus/particles/smoke")),
    surf2(Resource::load_sprite("pingus/particles/smoke2"))

To:
  : surf1(Resource::load_sprite("particles/smoke")),
    surf2(Resource::load_sprite("particles/smoke2"))

The errors disappear after with this change.

BTW: The version is 0.7.1.

Anonymous

 

(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

 

Carbon-Copy List
  • -email is unavailable- added by plouj (Posted a comment)
  •  

    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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-10-11 plouj StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-0329.
    Corresponding source code