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

Difference between revisions of "Talk:ARCTool"

From WiiBrew
Jump to navigation Jump to search
Line 3: Line 3:
 
== Windows ==
 
== Windows ==
 
I tested this on windows and its works normally(I will test shortly on linux). I also created a compiled version for windows, without needing python to be installed. I will try to contact you through IRC(sakisds, always on freenode) for this.-- [[User:Sakisds|Sakisds]] <span style="font-size: smaller;" class="autosigned">—Preceding undated comment added 13:37, 5 January 2010 (UTC).</span><!--Template:Undated-->
 
I tested this on windows and its works normally(I will test shortly on linux). I also created a compiled version for windows, without needing python to be installed. I will try to contact you through IRC(sakisds, always on freenode) for this.-- [[User:Sakisds|Sakisds]] <span style="font-size: smaller;" class="autosigned">—Preceding undated comment added 13:37, 5 January 2010 (UTC).</span><!--Template:Undated-->
 +
 +
== NameError: global name 'f' is not defined ==
 +
 +
Hi, so I'm having a bit of trouble using this tool on Windows 10 with Python 2.6 or 2.7. When I run it with the -l argument it lists the contents of the archive fine, but when I actually try to extract it throws an error.
 +
 +
    F:\Zac\ARCTool 0.3b>python ARCTool.py photo.arc -l
 +
    U8 archive
 +
    arc/
 +
      anim/
 +
        photo_win_00_cmnBtnA_in.brlan - 356 bytes
 +
        photo_win_00_cmnBtnA_out.brlan - 356 bytes
 +
        photo_win_00_cmnBtnA_psh.brlan - 168 bytes
 +
        photo_win_00_NoPhoto.brlan - 832 bytes
 +
        photo_win_00_scrlIcon_00.brlan - 196 bytes
 +
      blyt/
 +
        photo_win_00.brlyt - 6068 bytes
 +
      timg/
 +
        beta_8x8.tpl - 96 bytes
 +
        btn_A_00.tpl - 5216 bytes
 +
        photoTex_00.tpl - 583744 bytes
 +
        scrolPhoto_Icn_00.tpl - 2112 bytes
 +
        winFrmL_01.tpl - 131136 bytes
 +
 +
    F:\Zac\ARCTool 0.3b>python ARCTool.py photo.arc
 +
    U8 archive
 +
    Processing node arc
 +
    Processing node anim
 +
    Dumping file node photo_win_00_cmnBtnA_in.brlan  0%
 +
    Traceback (most recent call last):
 +
      File "ARCTool.py", line 397, in <module>
 +
        main()
 +
      File "ARCTool.py", line 390, in main
 +
        unu8(f, of)
 +
      File "ARCTool.py", line 320, in unu8
 +
        dest.write(f.read(size))
 +
    NameError: global name 'f' is not defined

Revision as of 18:11, 18 June 2016

Put any bug reports or feature requests for ARCTool here.

Windows

I tested this on windows and its works normally(I will test shortly on linux). I also created a compiled version for windows, without needing python to be installed. I will try to contact you through IRC(sakisds, always on freenode) for this.-- Sakisds —Preceding undated comment added 13:37, 5 January 2010 (UTC).

NameError: global name 'f' is not defined

Hi, so I'm having a bit of trouble using this tool on Windows 10 with Python 2.6 or 2.7. When I run it with the -l argument it lists the contents of the archive fine, but when I actually try to extract it throws an error.

   F:\Zac\ARCTool 0.3b>python ARCTool.py photo.arc -l
   U8 archive
   arc/
     anim/
       photo_win_00_cmnBtnA_in.brlan - 356 bytes
       photo_win_00_cmnBtnA_out.brlan - 356 bytes
       photo_win_00_cmnBtnA_psh.brlan - 168 bytes
       photo_win_00_NoPhoto.brlan - 832 bytes
       photo_win_00_scrlIcon_00.brlan - 196 bytes
     blyt/
       photo_win_00.brlyt - 6068 bytes
     timg/
       beta_8x8.tpl - 96 bytes
       btn_A_00.tpl - 5216 bytes
       photoTex_00.tpl - 583744 bytes
       scrolPhoto_Icn_00.tpl - 2112 bytes
       winFrmL_01.tpl - 131136 bytes
   F:\Zac\ARCTool 0.3b>python ARCTool.py photo.arc
   U8 archive
   Processing node arc
   Processing node anim
   Dumping file node photo_win_00_cmnBtnA_in.brlan  0%
   Traceback (most recent call last):
     File "ARCTool.py", line 397, in <module>
       main()
     File "ARCTool.py", line 390, in main
       unu8(f, of)
     File "ARCTool.py", line 320, in unu8
       dest.write(f.read(size))
   NameError: global name 'f' is not defined