An exe within Pikmin

Discussion in 'Nintendo Game Development' started by Woofmute, Jul 6, 2011.

  1. Woofmute

    Woofmute Site Supporter 2013-15, 17

    Joined:
    Jan 18, 2010
    Messages:
    186
    Likes Received:
    44
    Inside of the game Pikmin, is an exe named sysBootup.exe. This exe looks like it is PC-side.

    The only problem with the exe, is that when it is ran, it quits with the error 'A top level window does not exist'. I've been told I need an exe wrapper that Nintendo uses, but is there anything else I can do with this exe?

    Or is there a wrapper I could use available somewhere?

    [​IMG]
     
  2. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    Looks like it relys upon something else.
    Decompile it or chuck it into dependancy walker and see what libraries it uses.
     
  3. Woofmute

    Woofmute Site Supporter 2013-15, 17

    Joined:
    Jan 18, 2010
    Messages:
    186
    Likes Received:
    44
    Ok, I loaded it up with Dependency Walker, and it gives me a list of DLL files, and two warnings;
    Would I be able to post the exe here?
     
  4. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    It's probably an AMC DDH remnant, if I remember the file structures on my ddh.
     
  5. gabrielwoj

    gabrielwoj Member

    Joined:
    Jul 6, 2011
    Messages:
    8
    Likes Received:
    0
    For the people I asked help (such as compile C++ and others) they said the program is corrupted.
    The other files was probably remained in other Computers. A work similar to SVN system.

    R3Z1NAT0R, if you open the HEX, you may notice many functions (dll's/exe), such as export MOD, export animations and others. This may used for testing after the game complete, if something was to be changed, the program had that function.
    There is also some icons on the dll's (a odd looking Captain Olimar and a TexConv icon)
    You can take a look on HEX for more information.
     
  6. Woofmute

    Woofmute Site Supporter 2013-15, 17

    Joined:
    Jan 18, 2010
    Messages:
    186
    Likes Received:
    44
    I looked at the build paths within the exe, and they all reference the sysBootup exe, but it gets from "C:/Development/DolphinPiki/DvdImage/sysBootup.exe" to "C:/Development/DolphinPiki/DvdImage/......tup.exe" or something to that effect. Will post the actual part when I'm at my desktop.

    The functions in the exe certainly are interesting, it's just a shame that it might not be possible to use...
     
    Last edited: Jul 7, 2011
  7. gabrielwoj

    gabrielwoj Member

    Joined:
    Jul 6, 2011
    Messages:
    8
    Likes Received:
    0
    Also, there is still a shortcut in the path "\DataDir\objects\plants"
    There is a "conversion" shortcut, that links to "Z:\conversion\courses\plants"
    Conversion eh? Probably it's something with the Debug
     
  8. Woofmute

    Woofmute Site Supporter 2013-15, 17

    Joined:
    Jan 18, 2010
    Messages:
    186
    Likes Received:
    44
    Indeed there is. It'd be nice to have the harddrives this all came from, but that won't happen.
     
  9. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    Z:\ is a DDH hard drive. On a PC linked to a DDH kit, Z:\ is mapped to the internal DDH drive, if the file exists on the DVD image you could just stick another H/D in, and map it to Z: and put the files on it.
     
  10. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,309
    Just share a folder, then on the same machine map a drive to your own machines share you just setup with the letter you need?
     
    Last edited: Jul 8, 2011
  11. emu_kidid

    emu_kidid Enthusiastic Member

    Joined:
    Jun 28, 2008
    Messages:
    524
    Likes Received:
    23
    There are plenty of games with interesting files on them - "Grooverider: Slot Car Thunder" is one that comes to mind.. it has some interesting texture viewer tools/etc that I found fun to mess with.
     
  12. CrackNTag

    CrackNTag Rising Member

    Joined:
    Sep 1, 2009
    Messages:
    74
    Likes Received:
    0
    Check the Pikmin thread for more information.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page