Mmmm...more double-pane, blue productivity goodness. The new installment of the age-old paradigm shows that it's alive and kicking.
Its polished with features like entry completion and divorced from reliance on windows registry. It runs great on Linux as is, but runs even better with some minor tweaking.Application Details:
Version: | 3.0 |
License: | Open Source |
URL: | http://www.farmanager.com |
Votes: | 2 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 6.0.4 |
Maintainers: About Maintainership
What works
Only with 2.3 Staging you can press Alt-F1/2 (change drive) because it's using GetStorageDependencyInformation.
And it's causing 50% CPU usage all the time.
Other than that it works fine.
What does not
Doing from user home "cd .wine" crashes wine:
fixme:console:GetConsoleAliasW (L"cd",0xc8e118,8192,L"cmd.exe"): stub
fixme:explorerframe:taskbar_list_SetProgressValue iface 0xbbfc80, hwnd 0x40060, ullCompleted 1, ullTotal 1 stub!
fixme:win:FlashWindowEx 0x33e790 - semi-stub
wine: Unhandled page fault on read access to 0x00190002 at address 0x420a055d (thread 007d), starting debugger...
Workarounds
What was not tested
Probably much of this feature rich app.
Hardware tested
Graphics:
Additional Comments
To install all dependencies in a breeze install using brew with "brew install wine". After that long process remove it "brew rm wine" - dependencies will remain installed. Then install 2.3 Staging
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Jun 18 2022 | 6.0.4 | Yes | Yes | Yes | Gold | Sic Volo | |
Current | macOS 10.12 "Sierra" | Mar 10 2017 | 2.3 | N/A | Yes | No | Gold | Just Me | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Mar 27 2016 | 1.9.6 | Yes | Yes | No | Gold | Joerg Schiermeier | |
Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Sep 06 2014 | 1.7.25 | Yes | Yes | No | Platinum | Sic Volo | |
Show | Ubuntu 12.10 "Quantal" amd64 (+ variants like Kubuntu) | Jan 19 2014 | 1.6.1 | Yes | Yes | No | Platinum | Sic Volo |
Bug # | Description | Status | Resolution | Other apps affected |
3200 | wineconsole width/height settings not handled properly | ASSIGNED | View | |
42577 | Far manager: needs virtdisk.dll.GetStorageDependencyInformation | CLOSED | FIXED | View |
42623 | Changing current dir ~/.wine crashes Far Manager | CLOSED | FIXED | View |
42662 | Far Manager 3.x crashes while trying to show Alt-F1/F2 disk change dialog - missing virtdisk.dll.GetStorageDependencyInformation | CLOSED | DUPLICATE | View |
45591 | Far Manager 3.0.5225 has become unusable in Wine-3.13: extreme CPU usage, very slow repainting | CLOSED | ABANDONED | View |
46236 | Far 3.0 x64 crashes starting from build 5200 | CLOSED | FIXED | View |
46237 | Far 3.0 x86 crashes starting from build 5288 | CLOSED | FIXED | View |
48203 | Far Manager 3 broken appearance | CLOSED | FIXED | View |
48204 | Wineconsole running Far File Manager 3 crashes as soon as you try to resize its window | CLOSED | FIXED | View |
The most recent versions of Far File Manager crash under Wine.
This can be fixed by running them with the flag: /w or using an older version, e.g.
Far30b5254.x86.20180805.msi
Far30b5254.x64.20180805.msi
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Jose Morente on Friday November 15th 2024, 14:14
I get only this garbage. Any idea?
└─$ wine Far.exe
Far Manager, version 3.0.6364.0 x64
Copyright © 1996-2000 Eugene Roshal, Copyright © 2000-2024 Far Group
6/c6
v
v
by Ivan Sorokin on Saturday August 3rd 2024, 13:38
wine-9.0 (Ubuntu 9.0~repack-4build3)
is the standard one that comes with Ubuntu 24.04.
Run it like this:
wine Far.exe 2>/dev/null
Or like this:
wineconsole Far.exe
If you run it via wine, it will open in the current console. If you run it via wineconsole, it will open in a separate Wine console window. In this case, you must redirect error messages, otherwise they will mess up the interface.
by Ivan Sorokin on Saturday August 3rd 2024, 13:41
by Sic Volo on Saturday June 18th 2022, 2:39