View Full Version : Error Important .tar
AndyA
01-08-2008, 12:53 PM
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 ?
https://vborg.vbsupport.ru/
Biggles
01-09-2008, 08:16 PM
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 ?
http://i38.photobucket.com/albums/e135/Seagull123/errors.jpgHi 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
unitedpunjab
01-09-2008, 09:18 PM
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 1199921067 at 1199921067 ---------------
The problem is this syntax in tar.php not your speed of Installing games ;)
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
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155';
Biggles
01-09-2008, 09:48 PM
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. :confused:
Biggles
unitedpunjab
01-09-2008, 09:52 PM
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. :confused:
Biggles
lol, username used to be my site name,
Please do let me know if it works for you.
putergirl
01-11-2008, 05:49 PM
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 1199921067 at 1199921067 ---------------
The problem is this syntax in tar.php not your speed of Installing games ;)
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
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. :)
unitedpunjab
01-11-2008, 06:24 PM
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/
zhabbo
01-13-2008, 09:42 AM
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 1199921067 at 1199921067 ---------------
The problem is this syntax in tar.php not your speed of Installing games ;)
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
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:
Vijay P
01-13-2008, 10:18 AM
Yes finally! hope it works =)
excellent, the solution provided worked for me aswell!
Thanks a lot!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.