I did a quick google search and I saw nspluginwrapper was able to use flash9 on powerpc Linux through QEMU. Unfortunately the website said it was only a proof of concept and will run slowly even on newer computers. Gnash only works up to flash 7. nspluginwrapperby vader347 - Getting Started
QuoteArikadoI've also been considering using arch instead of ubuntu. However, arch looks a little to involved/complex for someone like myself who has never used linux before. I have used Arch before and it is pretty good. Arch would be hard to use for someone who has never used Linux before though. After you get used to using terminal and start to understand how a Linux system works then Iby vader347 - Offtopic
QuoteArikado@c187 Thanks. Im actually thinking of running a dual boot operating system with ubuntu and vista. I use Ubuntu currently but I will be switching to Gentoo soon. I have some strange wireless and graphics driver problems in Ubuntu that are annoying. Also Ubuntu is a little unstable at times and has crashed more than other distros I've used. Gentoo is a distro which uses sourcby vader347 - Offtopic
I never did get WiiDos to work. I got busy with school work and never had a chance to finish learning GX and to get libSDL to work right. I never really made any major changes to the source code so I didn't release any. I don't plan on ever finishing WiiDos because I can run it in Wii-Linux. You can install dosbox simply in xwhiite. Bliight has dosbox included but Bliight takes uby vader347 - Homebrew General
QuoteWiiPhlexI don't call getNumberOfControls() too quickly as it is just a test, I will add a menu (if it requires) once I actually have sometime a little more to show for it. QuoteAlso if you press A at "Do you want to play again" again will be 'y' which is not equal to 'n' so it will continue that loop over and over. Um... yeah that's the whole point... Quby vader347 - Testing Corner
Or waste some time with luaby vader347 - Offtopic
QuoteArikadoI only like Sony and Nintendo for consoles and Microsoft for computers. Really Microsoft does a lot worse in computers. The Xbox360 is actually a good system.by vader347 - Offtopic
QuoteWiiPhlexI've done a small and very basic version of black jack and don't have a wii... so if someone could tell me if the multiplayer thing works on this one -> just attach a couple of controllers before booting. You call getNumberOfControls() too quickly. Put a main menu or just a message that says "Press A to begin" EDIT: If you add this pause and it detects both controllerby vader347 - Testing Corner
QuoteLink_of_HyruleThere are special instructions to do this but honestly right now I don't its worth the effort it takes to install it for the function that it gives which right now is little. I think that being able to play pacman with the wiimote is worth it. Also if you have a usb-ethernet cable then you can install a gui and links.by vader347 - Homebrew Applications
Try using the HomeBrew Browser instead. It lets you download apps directly to your wii. You can install ocarina from the HBBby vader347 - Homebrew General
QuoteHippochinfatWait, I put the Ocarina folder in the apps folder, that's a step on the right track. It still doesn't work though. Do I have to check the homebrew channel first or something? For quake just unplug the nunchuck and then replug it in. For ocarina you have to go to Ocarina\hbc\ and copy that ocarina file to apps Look in Ocarina\pc\ and run the codemgr.exe program andby vader347 - Homebrew General
QuoteWiiPhlexIf you are refering to the one in the Revolution SIdeasDK for Wii, then its illegal. No somebody had some GX tutorials and examples for libogc. I forget where I saw them though.by vader347 - Homebrew General
QuoteArikadoI could, but I'm not going to. In short I'll do the port if I can work with a coder willing to do about 60% of the work since I'm a little busy and have no working knowledge of sdl. When I learn GX then I will help you out. Also where can I get that advanced GX tutorial? I saw it oncce but I forgot what domain it was on.by vader347 - Homebrew General
It works! =D great job getting GX working. Everything besides sound works now right?by vader347 - Coding
You could learn C++ and make real games.by vader347 - Homebrew General
QuoteArikadoI'll do it if you can find me at least one capable programmer to work with. I haven't released anything on wii yet (but I will soon see my topic in coding). I'm confident in my own abilities to port it but just in case, I would definitely like another coder to help me. PM me or post here if anyones interested in working with me. I could help out with some things.by vader347 - Homebrew General
QuoteCould you post the entire program? He did.by vader347 - Coding
QuoteAerialXQuoteblastyThe mentioned code in the first post should work. Perhaps show us some more of the actual handling code? I've used both WPAD/PAD in one application too, which worked just fine. Does WPAD_Init() actually work? (Check if the player1 LED comes up on the wiimote if you press a button) Yes, the player 1 LED does come up once you press a button, so WPAD_Init() is working.by vader347 - Coding
QuoteI think it also should be hard... but it would be nice. Yeah it would be alitttle harder to do.by vader347 - Offtopic
FreeType has already been ported. Look at the wiki page. DragonMedia player and missle command use the port.by vader347 - Coding
It would be nice to include the user that you are quoting in the quote.by vader347 - Offtopic
I would be glad to help. My current idea's are: Application: We could make a full file manager that did text, images, and music. It could even have an html renderer if we really worked on it. This one would be nice and it would be hard work but it would have a good chance of winning. Most people will go for games or Demos so there wouldn't be as much competition. All of the beby vader347 - Coding
QuoteHi,try the lstdmenu [wiihomemenu.googlecode.com] i have made a while ago, soon wil be one update.thxbmic Yeah that's what I was talking about in my other post.by vader347 - Coding
I got everything to compile now I get a black screen.by vader347 - Coding
Actually there is a GRRlib based lib that does a home button menu clone. You can even have an operation guide.by vader347 - Coding
QuoteI have -lmp3player -lwiiuse -lbte -lfat -logc -lm Unfortunately, I still haven't fixed the Mp3Player_Playfile() so it doesn't work yet. RatherBeerBrew and I don't have libmp3player. Unless it is somewhere weird.by vader347 - Coding
Sorry this time it should work -lpng -lz -lwiiuse -lmad -lbte -lfat -logc -lmby vader347 - Coding
QuoteThat:-lpng -lz -lfat -lwiiuse -lbte -logc -lm -lmad Try changing that to -lpng -lz -lfat -lwiiuse -lbte -lmp3player -lmad -logc -lmby vader347 - Coding
What does the LIBS: line of your Makefile have?by vader347 - Coding