Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Error Important .tar Details »»
Error Important .tar
Version: , by AndyA AndyA is offline
Developer Last Online: Aug 2011 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-08-2008 Last Update: Never Installs: 0
 
No support by the author.

Hi, my arcade has been working fine but a couple of days ago I attempted to import 3 new games (tar format) and each time I got the error shown below. Can you advise please ?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-09-2008, 08:16 PM
Biggles Biggles is offline
 
Join Date: Mar 2006
Location: Bristol, UK
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndyA View Post
Hi, my arcade has been working fine but a couple of days ago I attempted to import 3 new games (tar format) and each time I got the error shown below. Can you advise please ?

Hi Andy

I had the same error message once or twice. I think it was caused by me being too hasty after install. Every time I went to next install too fast, I got that message. Cure for me was to just wait a bit and everything came good.

Hope that helps. Rather surprised no-one else has replied.

Biggles
Reply With Quote
  #3  
Old 01-09-2008, 09:18 PM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had the same problem,I had to edit something in tar.php. I'll try to find what I edit or else I'll attach tar.php here.

wait

--------------- Added [DATE]1199921067[/DATE] at [TIME]1199921067[/TIME] ---------------

The problem is this syntax in tar.php not your speed of Installing games

Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155/prefix';
Just change it to

Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155';
Reply With Quote
  #4  
Old 01-09-2008, 09:48 PM
Biggles Biggles is offline
 
Join Date: Mar 2006
Location: Bristol, UK
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, unitedpunjab (interesting username!)

I've made the code change and will let you know if it works for me too. Seems an insignificant alteration - but I'm no coder.

Biggles
Reply With Quote
  #5  
Old 01-09-2008, 09:52 PM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Biggles View Post
Thanks, unitedpunjab (interesting username!)

I've made the code change and will let you know if it works for me too. Seems an insignificant alteration - but I'm no coder.

Biggles
lol, username used to be my site name,

Please do let me know if it works for you.
Reply With Quote
  #6  
Old 01-11-2008, 05:49 PM
putergirl putergirl is offline
 
Join Date: May 2006
Location: usa
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unitedpunjab View Post
I had the same problem,I had to edit something in tar.php. I'll try to find what I edit or else I'll attach tar.php here.

wait

--------------- Added [DATE]1199921067[/DATE] at [TIME]1199921067[/TIME] ---------------

The problem is this syntax in tar.php not your speed of Installing games

Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155/prefix';
Just change it to

Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155';
Hello,
I am having the same errors when I try to install games. I don't know where to find tar.php... I can find arcade.php but not tar.php. Where do I find that?
Thanks.
Reply With Quote
  #7  
Old 01-11-2008, 06:24 PM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by putergirl View Post
Hello,
I am having the same errors when I try to install games. I don't know where to find tar.php... I can find arcade.php but not tar.php. Where do I find that?
Thanks.
here:- /arcade/functions/
Reply With Quote
  #8  
Old 01-13-2008, 09:42 AM
zhabbo zhabbo is offline
 
Join Date: Aug 2006
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unitedpunjab View Post
I had the same problem,I had to edit something in tar.php. I'll try to find what I edit or else I'll attach tar.php here.

wait

--------------- Added [DATE]1199921067[/DATE] at [TIME]1199921067[/TIME] ---------------

The problem is this syntax in tar.php not your speed of Installing games

Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155/prefix';
Just change it to

Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155';
Thankyou so much. Been waiting for that for ages!:up:
Reply With Quote
  #9  
Old 01-13-2008, 10:18 AM
Vijay P Vijay P is offline
 
Join Date: Aug 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes finally! hope it works =)
Reply With Quote
  #10  
Old 01-13-2008, 10:24 AM
ricc ricc is offline
 
Join Date: Apr 2007
Location: Preston
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent, the solution provided worked for me aswell!

Thanks a lot!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06627 seconds
  • Memory Usage 2,296KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete