Topic: Programs without system no connected to internet  (Read 10091 times)

Programs without system no connected to internet
« on: December 08, 2015, 06:14:33 AM »

truefriend-cz

  • Jr. Chef
  • **
  • Date Registered: Jun 2013
  • Posts: 15
Hi dev. I have problem with other apps (without system - portable apps on local drive, usb, etc.). This is not connected to be Internet. Program CarotDAV in the log have message problem identify as "The Local Security Authority Cannot Be Contacted". I can fix?

Re: Programs without system no connected to internet
« Reply #1 on: December 11, 2015, 12:03:56 PM »

truefriend-cz

  • Jr. Chef
  • **
  • Date Registered: Jun 2013
  • Posts: 15
Any solution, please?

Re: Programs without system no connected to internet
« Reply #2 on: December 11, 2015, 08:06:05 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Not enough info to reproduce easily , ignorence to current topic is normal.

Still,

Try latest project

Utils\Update
....
And use
Win10 November Update
( 10.0.10586.0 )

As source.

See if this helps ?
« Last Edit: December 11, 2015, 08:09:26 PM by Lancelot »

Re: Programs without system no connected to internet
« Reply #3 on: December 15, 2015, 10:56:45 AM »

truefriend-cz

  • Jr. Chef
  • **
  • Date Registered: Jun 2013
  • Posts: 15
Yes, all apps is connected normally (portable browsers) but special apps for communicated as Miranda non connected on all plugins (ICQ, Skype, Yahoo, MSN, Facebook, etc.).
I downloaded form http://www.miranda-ng.org/distr/stable/miranda-ng-v0.95.4.7z if running and add account and connect to the Internet, no accessed to online, but show message Window in attachment 1...
Other plugins for Facebook, Skype, Yahoo, MSN, etc. no show any dialog, stay in not connected status.
Attachment 2: TotalCommander portable with plugins for connect to GDrive disk ended error (translate from cs-CZ: Page is not loading, Please check your connection and reload this page.)
On other Windows (native, WinPEXP, Win7PE - Win8.1PE nothing this problems).
« Last Edit: December 15, 2015, 11:14:13 AM by truefriend-cz »

Re: Programs without system no connected to internet
« Reply #4 on: December 15, 2015, 01:11:20 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Well, you can find what is missing and feedback us.  :thumbsup:
These are community projects.

Apps\System tools\Debug\Sysinternals Process Monitor plugin available on all projects ;)

See Faq
http://theoven.org/index.php?topic=834.0
Q: How to Find dependencies ?

Re: Programs without system no connected to internet
« Reply #5 on: December 15, 2015, 03:22:02 PM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
I had a similar problem with Skype on Stardard build, so I did a Full build and the problem is gone.

Try it and feedback us, please.

Re: Programs without system no connected to internet
« Reply #6 on: December 15, 2015, 04:24:58 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Sysinternals Process Monitor is your friend  :thumbsup:
For miranda-ng, it worked in 7, 8.1 SE, because you had probably added IE or RDC.
Add ncryptprov.dll and ncryptsslp.dll in system32
If you use the 32-bit version on win10pese 64 bit, add also ncryptsslp.dll  in SysWoW64 but better to use miranda-ng 64 bit in this case.
I have not tested Skype, but it is probably the same and Yes, they are included in the Full build. 

 

Re: Programs without system no connected to internet
« Reply #7 on: December 15, 2015, 06:33:36 PM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
@ChrisR Thanks, now Skype is working fine on Standard build.

Just a question, Do I need to copy ncryptprov.dll.mui to \Windows\System32\en-US ?

Sysinternals didn't show up anything about those files. Skype without those files runs but doesn't connect.

Thanks.
« Last Edit: December 15, 2015, 06:33:49 PM by mynhow »

Re: Programs without system no connected to internet
« Reply #8 on: December 15, 2015, 09:18:57 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Yes, the mui files must be copied at the same time.
The best is to easily create a plugin with PC Packed.
and then to use Require_FileQ to add dependencies, it does the job.

For skyte, 32 bit, after "//Dependencies...", add:
Code: [Select]
Require_FileQ,ncryptprov.dll
Require_FileQ,ncryptsslp.dll
// If x64 source CD and WoW64 enabled
If,%SourceArch%,Equal,x64,Begin
  If,%TargetWOW64%,Equal,x86,Begin
    Set,%PluginArch%,x86
    Require_FileQ,ncryptsslp.dll
    Set,%PluginArch%,""
  End
End

Re: Programs without system no connected to internet
« Reply #9 on: December 15, 2015, 10:45:49 PM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
@ChrisR, thanks man.

Will Require_FileQ automatically copy ncryptprov.dll.mui to ..\en-US ?

Thanks again.

Re: Programs without system no connected to internet
« Reply #10 on: December 15, 2015, 10:51:44 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Yes  :thumbsup:

Re: Programs without system no connected to internet
« Reply #11 on: December 16, 2015, 02:57:30 AM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
Nice.

Thanks ChrisR.

Re: Programs without system no connected to internet
« Reply #12 on: December 16, 2015, 04:17:18 PM »

ntd

  • Jr. Chef
  • **
  • Date Registered: Nov 2015
  • Posts: 20
hi mynhow,

Does Skype run on Win10PESE 64 bit with Standard build after copying ncryptprov.dll; ncryptsslp.dll; ncryptprov.dll.mui to system32; system32\en-US; syswow64; syswow64\en-US? In my case, Skype doesn't run. Do you have to add some more .dll files to system32 and syswow64?

Re: Programs without system no connected to internet
« Reply #13 on: December 16, 2015, 05:34:06 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
hi ntd,

\Utils\"Plugin Link Organisations" -> Update Download Packs
\Downloads\AppYGS\Network\SkyPE -> Download

you will have a plugin at:
AppY\Network\SkyPE

provide SkyPE from your pc
click "Provide Files" button
copy
C:\Program Files (x86\SkyPE
to
....Workbench\Common\Provide_Folder_Skype

tip:
in final result, Skype.exe will be at:
....Workbench\Common\Provide_Folder_Skype\Skype\Phone\Skype.exe

see if this works ?

Re: Programs without system no connected to internet
« Reply #14 on: December 16, 2015, 06:09:31 PM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
Hi ntd.

So, I'm using a 32bit Standard build. And yes, after I copied I could connect.

You must copy pdh.dll, pdhui.dll - pdh.dll.mui, pdhui.dll.mui to \System32 and \Syswow64 .

What error message are you getting? Could you please, post a print screen?

Is your skype portable, download from portable apps.com ?

I will try a 64bit Standard build and feedback you.

Thanks.
« Last Edit: December 17, 2015, 03:50:10 AM by mynhow »

Re: Programs without system no connected to internet
« Reply #15 on: December 17, 2015, 09:45:13 AM »

ntd

  • Jr. Chef
  • **
  • Date Registered: Nov 2015
  • Posts: 20
hi mynhow,

1. I use Skype Portable from portableapps.com and it runs perfectly on Win10PESE 32 bit after copying some files mentioned by ChrisR

2. Files pdh.dll, pdhui.dll - pdh.dll.mui, pdhui.dll.mui were copied to \System32 and \Syswow64 (I also need these files to run Google Chrome Portable.)

3. The error message likes Skype cannot connect into the internet, please try again.

hi Lancelot,

Thanks for your guidance. Is there any way to add some additional files (ie. skype) to a finished WinPESE build? It takes a lot of time for me to create a new WinPESE build.

Re: Programs without system no connected to internet
« Reply #16 on: December 17, 2015, 11:19:08 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
FAQ http://theoven.org/index.php?topic=834.0
Q: How to add or test plugin after build ? (green play etc.)
also see
Q: How to build Faster - Test Faster ?

also, added
\Downloads\AppYGS\Network\SkyPE paf

Re: Programs without system no connected to internet
« Reply #17 on: December 17, 2015, 10:14:44 PM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
@ntd

Yeap, the same "connection problem" here. I Tried here with Windows 10 10586.29 x64 with the latest winbuilder. I made a Standard and Full build and I copied the files to both.

I think something is missing. I will work into it this weekend with Sysinternals and try figure out what's is missing/happening.

If I find out what's going on I'll feedback here.

@Lancelot

I'll test this plugin.  :great:

Thanks.
« Last Edit: December 17, 2015, 10:17:36 PM by mynhow »

Re: Programs without system no connected to internet
« Reply #18 on: December 18, 2015, 08:24:31 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
@Lancelot

I'll test this plugin.  :great:

test latest plugins,
ex:
click Download button on
\Downloads\AppYGS\Network\SkyPE paf..
plugin

ChrisR recently added sound support.
miranda, skype, skype paf plugins now v4

There seems to be more work required at skype plugins, following contributions.  :great:
Plugins also serves reproducable results.  :wink:

:turtle:

Re: Programs without system no connected to internet
« Reply #19 on: December 18, 2015, 05:32:00 PM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
@Lancelot

Nice. I post here if I find something new.

Thanks.

 

Powered by EzPortal