topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 8:23 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AJolly [ switch to compact view ]

Pages: [1]
1
I've had " When appearing center on monitor turned on", but I'll try disabling it and see if that makes any difference.
The good news is my watchdog script works pretty well.

I do wish far could use some sort of cash to speed up Results though I've been using it for almost 15 years so I don't want to move away, but there's a lot of other launchers these days that run things instantly.

2
It's very likely the intersection between the ini and your specific screen resolution/ monitor count. 

I've worked around it by writing a batch script that triggers when Windows event log notices process crash, it'll check if farr is running and if not it'll remove that line from the INI and relaunch

3
The crash module is user32.dll, which further implicates farr trying to create a window at an invalid position and not handling the error gracefully.

Faulting application name: FindAndRunRobot.exe, version: 2.239.3.0, time stamp: 0x00000000
Faulting module name: USER32.dll, version: 10.0.22621.2506, time stamp: 0x2f5549b5
Exception code: 0xc000041d
Fault offset: 0x00099825
Faulting process id: 0x0x14F90
Faulting application start time: 0x0x1DA18F1D08F60BB
Faulting application path: C:\ccdc\PortableApps\FindAndRunRobot\FindAndRunRobot.exe
Faulting module path: C:\WINDOWS\System32\USER32.dll
Report Id: 25457af3-6d67-4d34-9402-60c90a4f265d
Faulting package full name:
Faulting package-relative application ID:

AppName = FindAndRunRobot.exe
AppVersion = 2.239.3.0
AppTimeStamp = 00000000
ModuleName = USER32.dll
ModuleVersion = 10.0.22621.2506
ModuleTimeStamp = 2f5549b5
ExceptionCode = c000041d
FaultingOffset = 00099825
ProcessId = 0x14f90
ProcessCreationTime = 0x1da18f1d08f60bb
AppPath = C:\ccdc\PortableApps\FindAndRunRobot\FindAndRunRobot.exe
ModulePath = C:\WINDOWS\System32\USER32.dll
IntegratorReportId = 25457af3-6d67-4d34-9402-60c90a4f265d

4
I think I've diagnosed the root of the problem:
Farr crashes on activation if the saved position of it's window is no longer valid.  This can happen without having negative numbers. 
1) Farr doesn't actually crash at runtime, it crashes when it's hotkey (alt space) is pressed.
2) Deleting the window position info in the ini lets farr run fine.

Example: Today I swapped monitors (I have 5 monitors connected to my pc, by flipping a power switch I move between using 3 at my desk vs 2 at my couch).  Tried launching farr, nothing happened.  In the ini, there were no negative position numbers.  Removed the MainLeft number, reran farr and it works fine. 

[Windows]
MainLeft=4608
MainTop=1173
MainWidth=2304
MainHeight=767
OptionsLeft=1
OptionsTop=109
OptionsWidth=1142
OptionsHeight=815
AliasLeft=1
AliasTop=108
AliasWidth=958
AliasHeight=662
OptionsActivePage=4
OptionsTransparency=0
ToolbarWidth=90
PluginManagerWidth=958
PluginManagerHeight=843
HotkeyFormWidth=629
HotkeyFormHeight=522
CheckBoxUseCustomBackgroundResultColor=0
ColorBoxCustomBackground=-16777201
CheckBoxUseCustomBackgroundSearchColor=0
ColorBoxCustomSearchBackground=-16777201
ResultMode_Width_0=-1
ResultMode_Height_0=-1
ResultMode_Width_1=1044
ResultMode_Height_1=658
ResultMode_Width_2=2304
ResultMode_Height_2=139
ResultMode_Width_3=2304
ResultMode_Height_3=767
ResultMode_Width_4=-1
ResultMode_Height_4=-1
ResultMode_Width_5=-1
ResultMode_Height_5=-1
ResultMode_Width_6=-1
ResultMode_Height_6=-1

5
That's the weird thing, I've now had this happen to me across two different computers, multiple times. At some point I'll notice that farr is no longer running, try and restart it and realize it's not starting.  Go delete that section in the ini, and it works just fine again. 

I've got some of the crash dumps if that helps.  I've been using farr for a decade now, but this is the first time I've been switching between monitors so frequently.

I guess I'll try putting back in that section next time it crashes, or let me try and figure out some sort of watchdog script so I get notified when farr crashes. 

6
Find And Run Robot / FARR crash related to changing monitor sizes.
« on: November 05, 2023, 08:50 PM »
Having a weird FARR crash issue, which seems to happen when I switch between physical monitors.  It changes the Windows section of the ini, and then any time I restart FARR it immediately crashes.  If I delete the Windows section, it starts back up fine.

Any advice? This is getting annoying, as I do switch between physical monitor configs quite frequently. I think it might have to do with the negative values?

Example: 
[Windows]
MainLeft=-3072
MainTop=34
MainWidth=2304
MainHeight=1654
OptionsLeft=8
OptionsTop=0
OptionsWidth=1022
OptionsHeight=718
AliasLeft=11
AliasTop=8
AliasWidth=851
AliasHeight=662
OptionsActivePage=9
OptionsTransparency=0
ToolbarWidth=121
PluginManagerWidth=917
PluginManagerHeight=718
HotkeyFormWidth=411
HotkeyFormHeight=342
CheckBoxUseCustomBackgroundResultColor=0
ColorBoxCustomBackground=-16777201
CheckBoxUseCustomBackgroundSearchColor=0
ColorBoxCustomSearchBackground=-16777201
ResultMode_Width_0=-1
ResultMode_Height_0=-1
ResultMode_Width_1=3072
ResultMode_Height_1=1654
ResultMode_Width_2=2304
ResultMode_Height_2=1654
ResultMode_Width_3=2304
ResultMode_Height_3=1277
ResultMode_Width_4=564
ResultMode_Height_4=320
ResultMode_Width_5=-1
ResultMode_Height_5=-1
ResultMode_Width_6=-1
ResultMode_Height_6=-1

7
I know this is extremely old, but I sometimes run into the same issue when trying to load the plugin config page.


8
Find And Run Robot / Re: FARR and Dropbox - conflicts...
« on: August 03, 2022, 06:02 PM »
A decade later, but thanks for .\%COMPUTERNAME% option, it really helps with multiple computer syncing.

The other thought would be if #filecontents worked on ini files, to split out different sections of the config.
HomeAssistant for example uses that structure, it loads the main config file, and then subsections can either be loaded from a second file, or can be in the main config directly:
 
EX:
[Information]
File Identification=Super Happy Find and Run Robot

[Windows: windows.ini]
[Settings]



(At least for me, what usually changes is the [Windows] subsection of FindAndRunRobot.ini

9
Find And Run Robot / Re: FARR slow searching/pauses - tips
« on: July 18, 2021, 01:15 PM »
I realize that far makes a lot of directory queries when it's searching for something to launch, is it possible for it  to look up directly the MFT, how search everything does? https://www.voidtools.com/

10
I really like this feature in Listary!

I use FARR to launch programs, and have listary running to jump to folders.
(I also have search everything + FARR for file searching, and an autohotkey script to search between open windows)

11
Find And Run Robot / Re: Latest FARR Release 2.239.02 - Jan 22, 2020
« on: January 27, 2020, 07:53 PM »
Edit: solved

12
Is it possible to request a feature where it will launch the application if the window doesn't exist?  :-*
Agreed, this would be useful

13
N.A.N.Y. 2014 / Re: NANY 2014 Release: Process Piglet
« on: May 04, 2017, 07:40 PM »
Thanks!
This really matters for chrome - I want it as a way to alert me when some tab suddenly has a memory leak and uses much more ran than expected. 

Right now, there is one chrome process that has a gig of working memory, but its private memory is half that, which is really the stat that matters. 

14
N.A.N.Y. 2014 / Re: NANY 2014 Release: Process Piglet
« on: May 04, 2017, 07:15 PM »
It lets me track working memory, or virtual memory, but not private memory. 

15
N.A.N.Y. 2014 / Re: NANY 2014 Release: Process Piglet
« on: April 19, 2017, 05:40 PM »
I'd love if it tracked private memory usage rather than total - so I could tell when a chrome tab is taking up a ton of memory for example :)

16
Find And Run Robot / Re: FaRR not closing after launch
« on: March 26, 2017, 06:23 PM »
Found it!
After a few hours of testing - deleting the Timezone plugin fixes my problem.  *no* idea why that would be the case. 
Now if I could just get FARRAltTab to always load.... https://www.donation....msg405013#msg405013


17
Find And Run Robot / Re: FaRR not closing after launch
« on: March 26, 2017, 03:59 PM »
I've had FARR synced via dropbox for probably 8 years? It just means if theres a setting corruption, it's been synced between all my devices. 
I may just reinstall from scratch and see if that fixes things. 
Just donated to you btw, I've loved FARR! <3

18
Find And Run Robot / Re: FaRR not closing after launch
« on: March 25, 2017, 02:54 PM »
This behavior always happens, on two computers (admittedly using the same FARR settings synced via dropbox), I've checked the keyboard interface tab - result hot keys are set to Launch.

19
Find And Run Robot / Re: FaRR not closing after launch
« on: March 24, 2017, 06:53 PM »
Tried it with the latest High DPI version.  I've tried every perumtation of the Window Options and Launching Files options I can think of.  I swear it used to work fine, but I can't remember when it stopped working.  Using the portable version. 

20
Find And Run Robot / Re: FaRR not closing after launch
« on: March 24, 2017, 06:47 PM »
I'm having this problem and can't figure it out :(
Any help?

21
FARR Plugins and Aliases / Re: New C# FARR Plugin: FARRAltTab
« on: December 23, 2016, 01:47 PM »
Not sure what changed, but for some reason FARRAltTabRCW.dll now works on Windows 10 for me. *Shrug*

22
FARR Plugins and Aliases / Re: New C# FARR Plugin: FARRAltTab
« on: September 05, 2016, 05:46 PM »
I found a few replacements, but they do run much slower:
Switcher - http://insentient.net/
Switcheroo - http://www.switcheroo.io/ - Graphical
iswitchw - fastest - https://github.com/tvjg/iswitchw

23
FARR Plugins and Aliases / Re: New C# FARR Plugin: FARRAltTab
« on: April 25, 2016, 02:36 PM »
Wish this was updated for more modern versions of windows.  Anyone have an alternative, either for FARR or a similar tool?

24
I'm using this plugin, and really love it - I switched from launchy to FARR for this plugin.  The only downside I have is - is there any way to have offline functionality? Right now, if I try and add a task and my machine is not connected to the internet, it asks to re authenticate and loses my added task.

Pages: [1]