Page 1 of 1

All Far3 plugins crash

Posted: Tue 09 Oct, 2012 07:35
by pandronic
I've used the renewal plugin to keep Far and my plugins up to date. A few weeks ago, I've updated Far 3 to the latest version and this is what I get every time I start it:
Since then, I've uninstalled Far and Conemu, deleted the Far folder with all the old plugins and did a clean install of Far3 and ConEmu (latest versions). The same happens. Also, almost all plugins like Netbox, Colorer and MBlockEditor don't work (latest Far3 versions of the plugins - that were working before).

Ideas?

Re: All Far3 plugins crash

Posted: Tue 09 Oct, 2012 10:10
by 2useven10
Plugin API changed, so many plugins are not ready to work with latest far.
But Colorer, Netbox and ConEmu should work if you use really latest version.

Posted: Tue 09 Oct, 2012 12:45
by HaRT
pandronic
Use the AltIns shortcut to grab selective text from FAR window and

Code: Select all

[/b] BBCode tag to insert the grabbed text here.

Re: All Far3 plugins crash

Posted: Tue 09 Oct, 2012 15:21
by pandronic

Code: Select all

                               │      ║║

    ╔════════════════════════ Exception occurred ════════════════════════╗
    ║ Exception:   Access violation (execute at 0x0000000A)              ║
    ║ Address:     0x00000000                                            ║
    ║ Function:    SetStartupInfoW                                       ║
    ║ Module:      C:\Program Files\Far Manager\Plugins\ConEmu.dll       ║
    ╟────────────────────────────────────────────────────────────────────╢
    ║                    { Unload plugin } [ Debug ]                     ║
    ╚════════════════════════════════════════════════════════════════════╝

                               │      ║║
@Hart: Updated screenshot
@2useven10: I've downloaded Far & ConEmu this morning. Far is build 2876 x86 and ConEmu is 120727c x86

Re: All Far3 plugins crash

Posted: Tue 09 Oct, 2012 15:57
by 2useven10
ConEmu is 120727c x86
tooo old
latest here

Re: All Far3 plugins crash

Posted: Wed 10 Oct, 2012 07:43
by pandronic
I've downloaded the latest ConEmu - ConEmuSetup.121009.exe and latest Far3 nightly Far30b2876.x86.20121008.msi and when trying to Drag n'Drop a file from Far all hell breaks loose:

Code: Select all

╔══════════════ Error parsing macro ═══════════════╗
║ [string "MsLClick"]:1: '=' expected near '<eof>' ║
╟──────────────────────────────────────────────────╢
║                      { OK }                      ║
╚══════════════════════════════════════════════════╝

╔════════════════════════ Exception occurred ════════════════════════╗
║ Exception:   Access violation (read from 0x0A006BA2)               ║
║ Address:     0x76BD3C71                                            ║
║ Function:    ProcessSynchroEventW                                  ║
║ Module:      C:\Program Files\Far Manager\Plugins\ConEmu.dll       ║
╟────────────────────────────────────────────────────────────────────╢
║                    { Unload plugin } [ Debug ]                     ║
╚════════════════════════════════════════════════════════════════════╝
I think I'll go back to Far2 for a while, Far3 seems kinda unstable these days. Hope I can still find all my plugins for Far2 :( Oh, boy, Russian forums and Google Translate here I come ...

Re: All Far3 plugins crash

Posted: Wed 10 Oct, 2012 08:19
by Shmuel
pandronic wrote:

Code: Select all

╔══════════════ Error parsing macro ═══════════════╗
║ [string "MsLClick"]:1: '=' expected near '<eof>' ║
╟──────────────────────────────────────────────────╢
║                      { OK }                      ║
╚══════════════════════════════════════════════════╝
This is due to the recent change from "macro language" to Lua.
The author has to replace "MsLClick" with "Keys('MsLClick')".

Re: All Far3 plugins crash

Posted: Wed 10 Oct, 2012 08:33
by 2useven10
I think I'll go back to Far2 for a while, Far3 seems kinda unstable these days. Hope I can still find all my plugins for Far2 Oh, boy, Russian forums and Google Translate here I come ...
You can just downgrade to far3 build 2798. It is last build before plugin api changed.
But in that case you cannot use latest (adapted to api changes) plugins.
Old far build collection you can find here

Re: All Far3 plugins crash

Posted: Thu 11 Oct, 2012 06:58
by pandronic
Cool, thanks