Brawl345 / customizemii

a custom channel creator for the wii (mod by WiiDatabase Team)
https://wiidatabase.de/downloads/pc-tools/customizemii-2/
15 stars 4 forks source link

File Association Error #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If the entry's for .dol .elf .wad are not in the registry the program
returns a null value to bypass this just create the entry first using
Registry.SetValue(regKey, "", ""); on line 60 in
TransmitMii_Associations.cs and it will not return a null.

Kris

Original issue reported on code.google.com by sirk12...@gmail.com on 11 Dec 2009 at 1:58

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry i was wrong it needed a try catch statement and on error return false.
Kris

Original comment by sirk12...@gmail.com on 11 Dec 2009 at 2:09

GoogleCodeExporter commented 8 years ago
Must have missed that, thanks for pointing it out :)

Original comment by Lea...@gmail.com on 11 Dec 2009 at 10:51