Hello. I am running the pre-release 2.3.1 on Windows 10 64bit. Fairly frequently, when I exit Local it leaves 3 instances running in the background. When this occurs, I need to go into task manager and end the tasks (usually ending the last entry removes the rest). At this point, local will start fine.
UPDATE: I reinstalled 2.2.4 and I have yet to see this behavior after several attempts
After upgrading to v.2.3.1, I have the following issue:
When I stopp all the local sites and close the application, there are remaining instances in the memory (the app fails to exit) and I cannot start it again.
I have to end the processes manually and then I can start and work with Local by Flywheel.
Hi Clay. No, nothing special, just running a site. I did not have the SQL issue described above, but the Local hanging happened frequently, if not every time.
I’ve been trying to reproduce this on Windows but I haven’t had any luck.
If anyone figures out a way to reliably reproduce this, please let me know!
Note, there will be some processes that hang around after Local quits but it’s only to facilitate powering off Local’s VM. Once the VM powers down, the docker-machine.exe processes under Local should go away.
I will try to reinstall the pre-release tonight or over the weekend and post screen shots. Basically:
When I close Local, and am monitoring task manager, the local process groes from a foreground process to three background processes. They will stay there. Two do not consume any CPU cycles but one a small amount. They all have the green Local ICON.
When starting Local, I get the blue circle for a moment, but Local does not start.
If I go back to task manager, end the tasks (usually ending the one on the bottom releases all of them), then Local starts with no issues.
I will check to see if any docker-machine.exe processes are hanging about. But I have not had issues with those directly.
…but 5 minutes after exiting Local, 3 instances running in background. Trying to execute Local again does not work untill these three tasks are killed.
I can also see that very same problem: after closing LBF on Windows processes staying in Task Manager and only after ending the very last one, you’re able to restart LBF.
This seems not a problem that cannot be addressed easily.
However, I’m sorry to say but the LBF team seems to be quite ignorant of problems reported (apart from this one there are I don’t know how many, just see the forum). The replies most problem topics get is: “Did you restart LBF?” It reminds me of that British comedy tv show where the standard answer would be: “Have You Tried Turning It Off And On Again?”
Quite irritating for a product that claims to be a ‘professional’ solution for local website development.
Yes. Agree with you. No response on my screenshot post. I have seen this mentioned in another thread, and probably not an answer for everyone, but Lando seems to be working out well for me. A CLI tool, but with a UNIX background, it works well. Provides a bit more versatility, especially with the “install with Local and then delete the files” work around. Like I said, probably not to everyone’s taste, but I like it.https://github.com/lando/lando/
Same issue thus far. Here is a snippet from my log file. Notes an error, but not sure if it is related. Seems to be consistent.
Jul 2, 2018, 11:42 AM PDT - info: [main/index] Shutting Down VM
Jul 2, 2018, 11:42 AM PDT - error: [main/index] TypeError: Cannot read property 'removeListener' of null
at Timeout.setTimeout [as _onTimeout] (C:\Users\mjones\AppData\Local\Programs\local-by-flywheel\resources\app.asar\main-process.js:2:7191)
at ontimeout (timers.js:469:11)
at tryOnTimeout (timers.js:304:5)
at Timer.listOnTimeout (timers.js:264:5)