PKG Linker 2.0 - Serve Packages to your PS3 (HAN/CFW)

PS3 PKG Linker 2.0 - Serve Packages to your PS3 (HAN/CFW) v2.0

How to enable Han offline while trying to install package list. I'm trying to use ethernet cable with no net connection

Sent from my Lenovo K33a42 using Tapatalk
 
Can anyone help on how to enable Han offline to install package list.pkg I'm trying with ethernet cable.and getting error 80710092 even though I had disable av, windows firewall

Sent from my Lenovo K33a42 using Tapatalk
 
Can anyone help on how to enable Han offline to install package list.pkg I'm trying with ethernet cable.and getting error 80710092 even though I had disable av, windows firewall

Sent from my Lenovo K33a42 using Tapatalk
You just press X on it on the xmb when pkg Linker is running.

Or just enable HAN before you swap to direct connection.
 
It's not working well for me. Im trying to transfare a 9.5 GB package it takes 1hour .

But when i used V1 its working well and transfared the package in 15min
 
It's not working well for me. Im trying to transfare a 9.5 GB package it takes 1hour .

But when i used V1 its working well and transfared the package in 15min
Thanks for report. We already had a report that is quicker than v1 too, so will have to look into it. Try other ports, double check network setup. Maybe v1 will be better for you. You can try run another server with v2, just don't hit start server.
 
I tried to use the network cable directly connected, PC-PS3, some functions how to exploit the server worked, except that when I try to download the pkg it stays on a screen to wait and then asks me to check the network settings.
 
I tried to use the network cable directly connected, PC-PS3, some functions how to exploit the server worked, but when I try to download the pkg it stays on a screen and then wait for me to check the network settings.
You can not use direct connection AND demo downloader at the same time, unless you have internet on your PC and share it. Google "internet connection sharing" if you don't know how.

OR

Just connect to the internet with your PS3, you do not need to enable HAN or use PKG linker for Demo downloads.
 
I can if add .3 at the end of the IP address to match server address but if I don't add .3 it says timed out

Sent from my Lenovo K33a42 using Tapatalk
No, get your PS3 IP address from your PS3 network settings on xmb, don't ping the server as that will always work.


Are you getting the pop up to say "server started" when you press the start server button? if so, try press the server status button in settings, make sure it is running, check the server uptime to confirm.

EDIT: If you have your ps3 set to 3 then thats ok , that's good its pinging.
 
No, get your PS3 IP address from your PS3 network settings on xmb, don't ping the server as that will always work.


Are you getting the pop up to say "server started" when you press the start server button? if so, try press the server status button in settings, make sure it is running, check the server uptime to confirm.

EDIT: If you have your ps3 set to 3 then thats ok , that's good its pinging.
Yes it says server started hmm I haven't checked server status.and what DLL should i get

Sent from my Lenovo K33a42 using Tapatalk
 
Yes it says server started.and what DLL should i get

Sent from my Lenovo K33a42 using Tapatalk
See post 59 in this thread.

PSXFan said:
To be honest.. I tested that thru,and "missing msvcr100.dll" has nothing to do with that version of pkg linker or it's portable apache server.
What it means is,you are missing (MSVCR100.dll = Visual C++ 2010 Runtime)
VC++ 2010 runtimes on your computer or the dll is not registered correctly on your system.
If you are on a 64-bit OS,make sure you install both, 32 & 64-bit versions,or problems
might arise, just like you described.
If the runtimes are registered correctly on your windows, you don't have to put them in anywhere else other than what the runtime installers put them on.. (Windows\System32 & Windows\SysWOW64 ...)

Summary

Regsvr32 is a command-line utility to register and unregister OLE controls, such as DLLs and ActiveX controls in the Windows Registry. Regsvr32.exe is installed in the %systemroot%\System32 folder in Windows XP and later versions of Windows.


Note On a 64-bit version of Windows operating system, there are two versions of the Regsv32.exe file:
  • The 64-bit version is %systemroot%\System32\regsvr32.exe.
  • The 32-bit version is %systemroot%\SysWoW64\regsvr32.exe.
The syntax of the Regsvr32 command

RegSvr32.exe has the following command-line options:
Regsvr32 [/u] [/n] [/i[:cmdline]] <dllname>

/u - Unregister server

/i - Call DllInstall passing it an optional [cmdline]; when it is used with /u, it calls dll uninstall
/n - do not call DllRegisterServer; this option must be used with /i

/s – Silent; display no message boxes


  • Method 2: Use the 32-bit version of Regsvr32 to register a 32-bit DLL on a 64-bit version of Windows

    If you receive an error when registering a 32-bit DLL on a 64-bit version of Windows, follow these steps:
    1. Open an elevated command prompt. (= run command prompt as administrator)
    2. If the 32-bit DLL is in the %systemroot%\System32 folder, move it to the %systemroot%\SysWoW64 folder.
    3. Run the following command:
      %systemroot%\SysWoW64\regsvr32 <full path of the DLL>
 
Back
Top