rodries

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 767 total)
  • Author
    Posts
  • in reply to: Bulgarian translation #29321
    rodries
    Keymaster

    Looks good, but you’re missing some translations. See pl.lang as an example.

    in reply to: Bulgarian translation #29319
    rodries
    Keymaster

    This is encoded as ANSI instead of UTF-8 so I can’t use it. Try using Notepad++ to convert it and repost it. Thanks! 🙂

    in reply to: What’s the ‘best’ video format and size? #29312
    rodries
    Keymaster

    Sure, the Wii can handle DVD video at 720×576 just fine.

    in reply to: where did the green checkmarks go? #29316
    rodries
    Keymaster

    A new install won’t clear your restore points file.

    in reply to: Add symbol "" to soft keyboard #29282
    rodries
    Keymaster

    That’s not a valid username – that’s why it’s not on the keyboard.

    in reply to: USB Problems? Read This! #27878
    rodries
    Keymaster

    This site isn’t for help with USB Loader GX.

    in reply to: Expanded Windows Compile Guide #26118
    rodries
    Keymaster

    @jhb50 wrote:

    So it sounds like that the instructions in the guide are correct regardless if what version of DEVKITPRO is installed.
    But you must follow the guide exactly step-by step. Can others confirm this?

    If your patch uses diropen, dirclose, or dirnext it will not compile on dkppc r24. These functions have been removed (ie: no longer exposed) and you must use opendir, closedir, and readdir instead.

    I didn’t make dkppc so don’t blame me!

    in reply to: Expanded Windows Compile Guide #26111
    rodries
    Keymaster

    Nope, the problem is that he’s using the latest devkitPPC (r23, just released) and your patch is based on r22.

    in reply to: Translation Instructions #25547
    rodries
    Keymaster

    See the translation thread for pt here – http://www.wiimc.org/forum/viewtopic.php?f=5&t=516.

    You won’t find an EN template because there is no English “translation”. Look at another complete translation, eg: pl or pt_br. Also I don’t add the untranslated lines to all of the files whenever a translation is added.

    in reply to: Code dump error #29240
    rodries
    Keymaster

    It’s an HBC bug.

    Delete the no_ios_reload line from the meta.xml for the WiiMC app.

    in reply to: Cannot access EHD connected to NAS adapter #29137
    rodries
    Keymaster

    The share name must be USB_Maxtor_OneTouch_1. It can’t be ‘USB_Maxtor_OneTouch_1Movies’ or ‘Movies’.

    You should verify it works from Explorer using the IP instead of ICONNECT. eg:

    \192.168.1.5USB_Maxtor_OneTouch_1

    in reply to: error #29190
    rodries
    Keymaster

    That message happens when WiiMC is not loaded from IOS 58 or IOS 61. As we haven’t tested any others except these two, that’s the reason for the warning. Otherwise we get bug reports from people running IOS X and we’ll have no idea if it’s a WiiMC issue or an IOS issue.

    in reply to: Problems with hard disk #29107
    rodries
    Keymaster

    What language is your folders/files in?

    in reply to: Error compiling (devkitPPC is set correctly) #29158
    rodries
    Keymaster

    …And your errors are quite clear. They indicate you’re missing libiconv – you’ll see that’s also on the requirements list. See here: http://www.wiimc.org/compiling-instructions/

    in reply to: Error compiling (devkitPPC is set correctly) #29157
    rodries
    Keymaster

    The strings.h error is because devkitppc r22 doesn’t have a strings.h. What I used to do is put #ifndef GEKKO / #endif throughout the code, but now dkppc r23 does include strings.h so I don’t have to go to that work anymore. Unfortunately r23 still isn’t publicly released so you guys are stuck with source code that doesn’t compile without making this modification yourself 🙁

Viewing 15 posts - 136 through 150 (of 767 total)

Login

Lost Password