NETCON_send not connected

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ronin701
Level 1
Level 1
Posts: 7
Joined: Tue Jun 26, 2012 11:15 pm

NETCON_send not connected

Post by ronin701 »

I've got Dreamweaver CS3 running on wine 1.5, I'm installing extension packages and some of them need to validate online, all have validated with out a problem except for one companies extensions, when I run DW from terminal and view the responses I get

fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionW Option 4 STUB
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 20
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionW Option 4 STUB
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 20
fixme:wininet:NETCON_send not connected

as I'm sending the validation request in DW, I installed IE 7 in wine thinking it may need a specific version of gecko, I also installed the native win crypt32.dll all to no avail.
My theory is that it's an SSL issue..............
Any input would be appreciated.
TIA
-F
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

A +wininet,+secur32,+crypt log might be interesting (give a url,
don't paste inline).

Which company's extensions?

How'd you install crypt32? (Maybe 'winetricks crypt32'?)
There may be some small chance 'winetricks wininet' would do something
interesting.
ronin701
Level 1
Level 1
Posts: 7
Joined: Tue Jun 26, 2012 11:15 pm

More info

Post by ronin701 »

Company who's extensions won't validate is Webassist, where as dmxzone extensions validated online without a hitch. DW is connecting and using an SSL connection to do it because the adobe greeter is a flash application and uses SSL to connect to Adobe, I checked when I swapped between the native wine and the ms crypt32.dll it connects fine with native wine but doesn't connect with the ms one I installed with wine tricks.
I ran winetricks wininet, it down loaded and compiled, now I get this when I try to validate, looks like progress at least there is some info to deal with here, <G>.

fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
fixme:ras:RasEnumEntriesA ((nil),(null),0x33b030,0x33b7ec,0x33b7e8),stub!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:wintrust:HTTPSCertificateTrust (0x4b1f930)
fixme:wintrust:HTTPSFinalProv (0x4b1f930)
fixme:dbghelp:EnumerateLoadedModulesW64 If this happens, bump the number in mod
wine: Unhandled page fault on write access to 0x00000024 at address 0x7b86d8a1 (thread 001f), starting debugger...
Can't attach process 002e: error 5

A lot more verbose..................

Not sure what you mean by this
"A +wininet,+secur32,+crypt log might be interesting (give a url,
don't paste inline). "

-F
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

ronin701
Level 1
Level 1
Posts: 7
Joined: Tue Jun 26, 2012 11:15 pm

Post by ronin701 »

OK, get back to you in a bit on that..............
ronin701
Level 1
Level 1
Posts: 7
Joined: Tue Jun 26, 2012 11:15 pm

Rest of output

Post by ronin701 »

Didn't realize it would truncate the output
I should probably email you the info, it's quite large.
If it matters I'm running Mint x64 13 Mate edition.
Let me know, thanks for the help.
-F
User avatar
KenSharp
Level 4
Level 4
Posts: 149
Joined: Mon Jul 13, 2009 8:52 pm

Post by KenSharp »

ronin701
Level 1
Level 1
Posts: 7
Joined: Tue Jun 26, 2012 11:15 pm

Post by ronin701 »

User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Thanks.

Can you try that again in a clean wineprefix, with no winetricks,
and give us the new log (linked, not attached, as you learned)?
ronin701
Level 1
Level 1
Posts: 7
Joined: Tue Jun 26, 2012 11:15 pm

Post by ronin701 »

The file I sent you was from a clean install all default wine network files, I reinstalled wine this morning the only thing added thru winetricks were amtlib, msvcirt, vcrun2005, vcrun6 and vcrunsp6, all necessary to get Dreamweaver to run.
Locked