In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Talk:Wiicm"

From WiiBrew
Jump to navigation Jump to search
Line 26: Line 26:
  
 
Hi again, I was wondering if you were thinking about making a specific wiibrew page for code downloader. That way it would have it own download instead of being put into the source link. Also it could help organize the discussion pages. If you want any help with it or I could do it if you gave me permission to.--[[User:Kahlua18|Kahlua18]] 18:19, 19 February 2009 (UTC)
 
Hi again, I was wondering if you were thinking about making a specific wiibrew page for code downloader. That way it would have it own download instead of being put into the source link. Also it could help organize the discussion pages. If you want any help with it or I could do it if you gave me permission to.--[[User:Kahlua18|Kahlua18]] 18:19, 19 February 2009 (UTC)
 +
 +
If you wanted to create a wiki page I would be appreciate that. Ive just been to lazy. Thanks for your error report. I have been able to replicate the same code dump when trying to download zelda and metroid. The trace reports the same lwp_threads. My thought is that has to do with the free type grrlib. The wii networking code is not thread safe. I will write a new version that just uses terminal to display the information and see if I get the a better result.--[[User:Linus|Linus]] 23:13, 19 February 2009 (UTC)
 +
 
==Crash ==
 
==Crash ==
  

Revision as of 01:13, 20 February 2009

Suggestion

Hello
Nice HB. Could it be possible to implement a "delete TXT" function ? Nothing more as it's plays its role :) OuahOuah 06:51, 17 February 2009 (UTC)

You should get SD Explorer that will let you delete unwanted txt files.--Linus 01:08, 18 February 2009 (UTC)

Music crash

When developing my hively replayer for Wii, I found that using an LWP thread to do the mixing (like the modplayer in libogc) caused all kinds of GX bugs and crashes. When I ditched all the threading, and had an audio mix routine called once per frame in the mainloop, all the bugs went away. If the ogg player is using threads, that could be the cause of your crashes. -- Xeron 08:41, 17 February 2009 (UTC)

Yeah I used the threaded ogg player example from sndlib and updated it to work with asndlib in libogc 1.7.0.--Linus 01:10, 18 February 2009 (UTC)

Code Downloader

Hello WiiCM works fine for me, but the Code Downloader dosent.I load it via the HBC then open it. Pick my region, PAL then for a breif second it says downloading but then i get a Code Dump? Why Is This? Help! -- Wii_Manic 17th February 5:17pm

PAL-EU works fine for me. If you can post the code dump I could be more specific. I need the line the looks like 80006df8 --> 8000446c --> 8001a4a4 right above the words code dump. My best guess is that you dont have the directory /txtcodes/ on the root of your SD card.--Linus 01:13, 18 February 2009 (UTC)

8003f77c--> 8003f750--> 800043a4--> 80065cd4--> 80065c70 : Here we go. Hope this helps fix it. I have checked and i do have a txtcodes folder in my root of my SD card.--Wii_Manic 07:15pm 18 February 2009

The trace reports the error is from lwp_threads.c.Are you using wifi or the wired network adapter? Can you try using a diffrent SD card? are you using SDHC?--Linus 23:27, 18 February 2009 (UTC)

Hi, I also am getting a code dump error. I know that I have a folder named txtcodes but i am still getting it. would deleting the temp.txt do anything? my code dump is 80048254-->80048240-->800043a4-->80065cd4-->80065c70--Kahlua18 18:15, 19 February 2009 (UTC)

Hi, I realized that some txt files would download fine, but others (Zelda TP, Metroid Prime 3) would result in a code dump--Kahlua18 18:38, 19 February 2009 (UTC)

Hi again, I was wondering if you were thinking about making a specific wiibrew page for code downloader. That way it would have it own download instead of being put into the source link. Also it could help organize the discussion pages. If you want any help with it or I could do it if you gave me permission to.--Kahlua18 18:19, 19 February 2009 (UTC)

If you wanted to create a wiki page I would be appreciate that. Ive just been to lazy. Thanks for your error report. I have been able to replicate the same code dump when trying to download zelda and metroid. The trace reports the same lwp_threads. My thought is that has to do with the free type grrlib. The wii networking code is not thread safe. I will write a new version that just uses terminal to display the information and see if I get the a better result.--Linus 23:13, 19 February 2009 (UTC)

Crash

When I load a txt file from "txtcodes" folder in Wicm it brings up the codes and everything but when I try to turn off a code the screen just goes black. Why? -- Gamewizard71 02:31, 18 February 2009 (UTC)

are you using 1.1? that is what happend before I increased the max codes to 500. Also try not to edit the txt file.--Linus 02:50, 18 February 2009 (UTC)