Welcome! Log In Create A New Profile

Advanced

LibWiiSprite compiling good but not working

Posted by ahrimanes 
LibWiiSprite compiling good but not working
October 11, 2009 09:22PM
hi, im new in wii brew, im better know in psp by making PolygunWars, the thing is that when i compile any sample of libwiisprite it compiles good, but when i go an test it to hombrewchannel it just display a black screen and return to HC menu.

i have tested some example already compiled "not by me, downloaded from web" as Invaders, and still not working, same black screen..

im now in HC 1.0.6

can some one tellme wath is worng ?
Re: LibWiiSprite compiling good but not working
October 11, 2009 10:18PM
Yes, you're images are in the wrong location on your SD Card. Change your file path or move your images to the root of your SD Card.
Re: LibWiiSprite compiling good but not working
October 12, 2009 01:12AM
well in the sample im copiling there is no images just a call to set the background in red but now working.
Re: LibWiiSprite compiling good but not working
October 12, 2009 04:19AM
K, glad you got it working. Let me know if you need any more help.
Re: LibWiiSprite compiling good but not working
October 14, 2009 05:43PM
hooo sorry i dident meant is is working in fact its not working... but im using grrlib right now and i think is has waht i need .. the thing is tha i had to downgrade my devkitpro..
Re: LibWiiSprite compiling good but not working
October 14, 2009 06:17PM
There shouldn't be any reason or need to downgrade devkitPRO (more specifically devkitPPC) for either libwiisprite or GRRLIB.
Re: LibWiiSprite compiling good but not working
October 14, 2009 11:02PM
Arikado is right, no need to downgrade.

If you are using GRRLIB 4.1.0, check this file: [code.google.com]

Read the section "Error: guVector redefined".

You may also need to change those files:
* /GRRLIB/Makefile
* /lib/pngu/Makefile

Change this:
	CC  := $(DEVKITPPC)/bin/powerpc-gekko-gcc
 	AR  := $(DEVKITPPC)/bin/powerpc-gekko-ar
To this:
	include $(DEVKITPPC)/base_rules

This as already been change in svn: [code.google.com]



Edited 1 time(s). Last edit at 10/14/2009 11:09PM by Crayon.
Re: LibWiiSprite compiling good but not working
October 15, 2009 08:32PM
hi therer Crayon tanks for the answer, the first link you give me just esndme to a 404 not found...

and right that powerpc-gekko-gcc is the one that give an error during make clean all intall

i will give it a try an then coment... thanks again.
Re: LibWiiSprite compiling good but not working
October 15, 2009 09:23PM
Sorry for the link, I should always give link to the tags folder, not the trunk. Things are changing fast in there...

Check this link: [code.google.com]
Re: LibWiiSprite compiling good but not working
October 16, 2009 07:43AM
goooood its all working thanks i will letyou know when my project has a release...
Sorry, only registered users may post in this forum.

Click here to login