Recent content by g3power

  1. G

    Hacking Compiling WBFS on Mac OS X

    In the "build" folder you will find a "Release" folder that contains your compiled binary (called "wbfs", duh!) You can use that binary to replace the one inside of the WBFS for MacOS X package. Don't forget to pull from http://github.com/AllWiidUp/wbfs/tree/master this time around as that...
  2. G

    Hacking Compiling WBFS on Mac OS X

    Renaming is there already and works fine! (double-click the name...)
  3. G

    Hacking Compiling WBFS on Mac OS X

    If you want a CLI utility running on 10.4 simply get the source at github.com and compile it yourself. It should be easy. Install XCode and git, download source, open xcode project (ignore the error and open anyway), change the cross-development SDK in the project settings to 10.4 and build a...
  4. G

    Hacking Compiling WBFS on Mac OS X

    Just click "ignore". It should work then, if it has already been processed through init on the command line or on your Wii. Just connect your usb drive to the Wii and format/init through the USB Loader! (The usual "you will lose all your data" applies.) If you don't have the device connected...
  5. G

    Hacking Compiling WBFS on Mac OS X

    Silly of me not to think of trying that
  6. G

    Hacking Compiling WBFS on Mac OS X

    For those who know how to do these things: we have posted the source code to the CLI utility at the github wbfs source code repository If anyone wants to join the effort as a collaborator: pm me. If you don't know how to pull the source and what to do with it: please be patient. As soon as we...
  7. G

    Hacking Compiling WBFS on Mac OS X

    The "Speed Update" still is in testing. It works perfectly well for me. It may still have bugs for others. Be just a tad more patient and be happy that we are putting our data on the line and not yours.
  8. G

    Hacking Compiling WBFS on Mac OS X

    The solution to the speed problem basically was replacing the stream functions with the lower level functions (read, write, etc).
  9. G

    Hacking Compiling WBFS on Mac OS X

    Thanks to the tips of a friend I was able to fix the speed issues on Mac OS X. The fix is much more simple than I previously thought possible. When I am done testing I will release this version. Speeds is up from about 1 MB/s for me to all my old USB enclosure can muster: 11 MB/s. It should...
  10. G

    Hacking Compiling WBFS on Mac OS X

    Probably some endianness issue. I can't verify that because I haven't seen any of the GUI wrapper code. The binaries are both universal.
  11. G

    Hacking Compiling WBFS on Mac OS X

    It's slow for me, too. About 128 kb/s. Furthermore the drive is very noisy while transferring an iso. It sounds like the head is jumping between sectors that are close together. This leads me to speculate, that there are some issues with the order the data is sent to the drive. I have also...