how to open WinSCP without reinstalling over and over again

Questions about Wine on macOS.
Locked
adundunis
Newbie
Newbie
Posts: 1
Joined: Fri Mar 24, 2017 2:06 pm

how to open WinSCP without reinstalling over and over again

Post by adundunis »

Just installed wine and WinSCP on my mac. Everything turned out fine. However, after I rebooted my mac, I don't know how to open WinSCP again without having to reinstall it. Hassle.

I tried opening Wine Devel from the Launchpad and typed

"wine WinSCP'

It just said WinSCP.exe not found in the current directory (system32).

So I used "winecfg" to configure wine. I copied WinSCP.exe from Program Files to system32.

I again typed "wine WinSCP".

Finally it opened WinSCP but it dumped some bunch of errors in the shell:

winedevice.exe(1744,0xb0004000) malloc: *** error for object 0x401c1500: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
err:hid_report:process_hid_report Device reports coming in too fast, last report not read yet!
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d8f0, 0x0 0x32d918
fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d8f0 0x0 0x32d918) returning a dummy value (current locale)
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d8f0, 0x1055f80 0x32d918
fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d8f0 0x1055f80 0x32d918) returning a dummy value (current locale)
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007e 0x00000000
fixme:uxtheme:BufferedPaintInit Stub ()
fixme:shell:CustomDestinationList_BeginList 0x177318 (0x32fc74 {92ca9dcd-5622-4bba-a805-5e9f541bd8c9} 0x32fc80): stub
fixme:msg:ChangeWindowMessageFilterEx 0x1007e c068 1 0x0
fixme:dwmapi:DwmIsCompositionEnabled 0x32f63c


Probably because it was just a simple copy and paste of the WinSCP.exe file???

So how do you exactly open a program again that was installed through wine.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: how to open WinSCP without reinstalling over and over ag

Post by dimesio »

So how do you exactly open a program again that was installed through wine.
https://wiki.winehq.org/Wine_User%27s_G ... s_programs

Code: Select all

err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
You need to fix that.
Locked