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

When i disable my firewall and my antivirus i got that error 8071053d and when i enable fire wall i got that error 80710092 how to fix that and what can i do with the port number
 
When i disable my firewall and my antivirus i got that error 8071053d and when i enable fire wall i got that error 80710092 how to fix that and what can i do with the port number
When you have 8071053D error it is closer to working, 80710092 means no connection at all.

I cant help any more than the info provided in the trouble shooting, it is a network issue, and it can be many things.
 
The problem 8071053d is happen when sever is not connected mostly check your ip address of ps3 and try to check ping in pkg linker tool also sometimes with the wire goto the network adapter and chck the status of network. Search youtube for helps
 
And did you try the same solution?

Or did you just read as far as the guy who had the same problem as you and had already asked for help, and then you decided not to read the next post with the solution and just ask here instead? :)
Name the folder with pkg linker v2.0 without space
PKGLINKER > good
PKG_LINKER > good
PKG LINKER > bad
and put this folder in the root of any drive
 
Yes, or just use one word for your folder like "Packages". it can be in a deep folder, as long as there are no spaces in the path. It is best practice not to put spaces in folder or file names when dealing with command tools and PS3 files, for just this reason, some tools, and the ps3 does not like them.
 
Thank you so much guys for your hard work on this..
I had nothing but problems with that portable apache server, in the earlier pkg linker version, and when i finally got it to work,
i already had started to google for alternatives,and one which i found interesting was exactly
the one which you are using now. :)
Since I have several laptops, I'm gonna run this on a laptop with LAN,and no internet at all..
Thanks again guys.
Been a lot of fun to play around with my Super Slim PS3 with all these HAN stuffs you guys
been putting out, on my old FAT PS3 i have Rebug CFW so I don't really need anything else
than LAN connection to transfer the files on that one. :)
Keep up the good work!
 
Amazing work guys, the new GUI is beautiful! I've the 80710092 problem though, and I'm fairly sure that is because of the missing dll, 'cause I had that error also on version 1.0 and I solved it placing msvcr100.dll in Bin/ApacheHTTPD_PHP_Portable/ ... So does anyone know where I should put the file in 2.0?
 
Try put a copy of it in C:\Windows\System32 and C:\Windows\SysWOW64 . should work, I think apps check there too.
 
Amazing work guys, the new GUI is beautiful! I've the 80710092 problem though, and I'm fairly sure that is because of the missing dll, 'cause I had that error also on version 1.0 and I solved it placing msvcr100.dll in Bin/ApacheHTTPD_PHP_Portable/ ... So does anyone know where I should put the file in 2.0?

Something I found while looking into that error with Apache that may be helpful is this
 
Amazing work guys, the new GUI is beautiful! I've the 80710092 problem though, and I'm fairly sure that is because of the missing dll, 'cause I had that error also on version 1.0 and I solved it placing msvcr100.dll in Bin/ApacheHTTPD_PHP_Portable/ ... So does anyone know where I should put the file in 2.0?

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>
 
Last edited:
just an important sidenote...
NEVER download and install any DLL files from anywhere else than from the official
microsoft servers!
there is sites "offering you fixes for DLL files" which have modified .dll files, and they have
"injected" something "extra" on the file, and then your computer's gonna go haywire, if
you know what i mean...

edit:
i have seen people posting these .dll links on this forum for "fixes" ..
Do NOT download them,unless the link is posted by the developers..
Using your brains and logic is not forbidden here,you know. ;)
 
Last edited:
Back
Top