[GH-ISSUE #721] Hang when start the app on mac OS 11.0.1... #717

Open
opened 2026-03-03 19:21:15 +03:00 by kerem · 30 comments
Owner

Originally created by @huibin1984 on GitHub (Dec 9, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/721

Originally assigned to: @NghiaTranUIT on GitHub.

Proxyman version? (Ex. Proxyman 1.4.3)

2.14.1

macOS Version? (Ex. mac 10.14)

11.0.1

Steps to reproduce

  1. install
  2. open
  3. hang

Expected behavior

should not hang and work right

Screenshots (optional)

crashInfo.txt

Originally created by @huibin1984 on GitHub (Dec 9, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/721 Originally assigned to: @NghiaTranUIT on GitHub. ### Proxyman version? (Ex. Proxyman 1.4.3) 2.14.1 ### macOS Version? (Ex. mac 10.14) 11.0.1 ### Steps to reproduce 1. install 2. open 3. hang ### Expected behavior should not hang and work right ### Screenshots (optional) [crashInfo.txt](https://github.com/ProxymanApp/Proxyman/files/5665813/crashInfo.txt)
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 9, 2020):

Thanks for the crash report. I will check out on AppCenter to see clearly what the problem is 👍

  1. Just wondering, which account role are you using? Admin or Guest or Normal user with limited permission?

I'm running Proxyman on macOS 11.0.1 but no issue.

Can you help me to remove the following folders and try again:

  • ~/Library/Application Support/com.proxyman.NSProxy
  • ~/.proxyman
<!-- gh-comment-id:741742017 --> @NghiaTranUIT commented on GitHub (Dec 9, 2020): Thanks for the crash report. I will check out on AppCenter to see clearly what the problem is 👍 1. Just wondering, which account role are you using? Admin or Guest or Normal user with limited permission? I'm running Proxyman on macOS 11.0.1 but no issue. Can you help me to remove the following folders and try again: - `~/Library/Application Support/com.proxyman.NSProxy` - `~/.proxyman`
Author
Owner

@huibin1984 commented on GitHub (Dec 9, 2020):

I'm the Normal user with limited permission.
It was working fine until one day it suddenly stopped.

After deleting the above files, the problem remains

<!-- gh-comment-id:741785156 --> @huibin1984 commented on GitHub (Dec 9, 2020): I'm the Normal user with limited permission. It was working fine until one day it suddenly stopped. After deleting the above files, the problem remains
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 9, 2020):

Can you help me to delete this file too /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool and try again. It's odd that we haven't changed any big thing that causes the app hangs at launch time (We support ARM64 )

<!-- gh-comment-id:741786092 --> @NghiaTranUIT commented on GitHub (Dec 9, 2020): Can you help me to delete this file too `/Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool` and try again. It's odd that ~~we haven't changed any big thing that causes the app hangs at launch time~~ (We support ARM64 )
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 9, 2020):

If you don't mind, please try to download 2.12.0 (https://download.proxyman.io/21200/Proxyman_2.12.0.dmg). This build is before the ARM64 support.

<!-- gh-comment-id:741786839 --> @NghiaTranUIT commented on GitHub (Dec 9, 2020): If you don't mind, please try to download 2.12.0 (https://download.proxyman.io/21200/Proxyman_2.12.0.dmg). This build is before the ARM64 support.
Author
Owner

@huibin1984 commented on GitHub (Dec 9, 2020):

The problem remains after deleting /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool and install 2.12.0
This problem is in my mac-mini, but my MBP is working right.

<!-- gh-comment-id:741793325 --> @huibin1984 commented on GitHub (Dec 9, 2020): The problem remains after deleting /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool and install 2.12.0 This problem is in my mac-mini, but my MBP is working right.
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 9, 2020):

If you don't mind, please download the latest build 2.14.2 that we've released https://github.com/ProxymanApp/Proxyman/releases/tag/2.14.2

<!-- gh-comment-id:741835512 --> @NghiaTranUIT commented on GitHub (Dec 9, 2020): If you don't mind, please download the latest build 2.14.2 that we've released https://github.com/ProxymanApp/Proxyman/releases/tag/2.14.2
Author
Owner

@CodeCooler commented on GitHub (Dec 9, 2020):

I'm having the same issue on a 2018 15" MacBook Pro running MacOS 11.0x (and later 11.1.x beta). For what it's worth, I'm seeing the following in the system log:

Dec  9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver: #2: No such file or directory
Dec  9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /Library/GPUBundles/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib: #2: No such file or directory
Dec  9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib: #2: No such file or directory
Dec  9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/GLRendererFloat: #2: No such file or directory
<!-- gh-comment-id:741982065 --> @CodeCooler commented on GitHub (Dec 9, 2020): I'm having the same issue on a 2018 15" MacBook Pro running MacOS 11.0x (and later 11.1.x beta). For what it's worth, I'm seeing the following in the system log: ``` Dec 9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver: #2: No such file or directory Dec 9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /Library/GPUBundles/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib: #2: No such file or directory Dec 9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib: #2: No such file or directory Dec 9 13:57:33 Buster Proxyman[1860]: getattrlist failed for /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/GLRendererFloat: #2: No such file or directory ```
Author
Owner

@CodeCooler commented on GitHub (Dec 9, 2020):

For what it's worth, I managed to get 2.14.2 working, but it took some doing, and to be honest, I'm not sure which of the following steps was the silver bullet (I had previously tried them individually with no luck, but doing ALL of this worked).

  1. To start, turn off any adblocker (I use Adguard by default, but yes, I had already disabled it to ensure it wasn't the culprit.

  2. Then, I deleted all of the following files:

  • /Applications/Proxyman.app
  • /Library/LaunchDaemons/com.proxyman.NSProxy.HelperTool.plist
  • /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool
  • ~/Library/Application Support/com.proxyman.NSProxy
  • ~/Library/Caches/Proxyman
  • ~/Library/Caches/com.proxyman.NSProxy
  • ~/Library/Preferences/com.proxyman.NSProxy.plist
  • ~/Library/Saved Application State/com.proxyman.NSProxy.savedState
  1. I then shut down the MacBook Pro and restarted...

  2. Next, I installed the 2.12.0 version mentioned above.

  3. Then I rebooted again (because why not?)

  4. I Launched Proxyman 2.12.0 and set it up as if was brand new (ensuring its certificate, etc was installed)

  5. It worked! So I closed it.

  6. Upon relaunching it, I allowed it to update to the latest version (2.14.2).

  7. When it reopened... it WORKS!

I noticed it's still registered with my license, so I assume that must be stored in the keychain itself.

<!-- gh-comment-id:742040916 --> @CodeCooler commented on GitHub (Dec 9, 2020): For what it's worth, I managed to get 2.14.2 working, but it took some doing, and to be honest, I'm not sure which of the following steps was the silver bullet (I had previously tried them individually with no luck, but doing ALL of this worked). 1. To start, turn off any adblocker (I use Adguard by default, but yes, I had already disabled it to ensure it wasn't the culprit. 2. Then, I deleted all of the following files: * /Applications/Proxyman.app * /Library/LaunchDaemons/com.proxyman.NSProxy.HelperTool.plist * /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool * ~/Library/Application Support/com.proxyman.NSProxy * ~/Library/Caches/Proxyman * ~/Library/Caches/com.proxyman.NSProxy * ~/Library/Preferences/com.proxyman.NSProxy.plist * ~/Library/Saved Application State/com.proxyman.NSProxy.savedState 3. I then shut down the MacBook Pro and restarted... 4. Next, I installed the [2.12.0 version mentioned above](https://download.proxyman.io/21200/Proxyman_2.12.0.dmg). 5. Then I rebooted again (because why not?) 6. I Launched Proxyman 2.12.0 and set it up as if was brand new (ensuring its certificate, etc was installed) 7. It worked! So I closed it. 8. Upon relaunching it, I allowed it to update to the latest version (2.14.2). 9. When it reopened... it WORKS! I noticed it's still registered with my license, so I assume that must be stored in the keychain itself.
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 10, 2020):

Thanks for your input @CodeCooler

If we delete all Proxyman's personal file at:

  • ~/Library/Application Support/com.proxyman.NSProxy
  • ~/.proxyman
  • /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool

but it doesn't fix the problem, it means something wrong with the OS I assume:

~/Library/Caches/Proxyman
~/Library/Caches/com.proxyman.NSProxy
~/Library/Preferences/com.proxyman.NSProxy.plist
~/Library/Saved Application State/com.proxyman.NSProxy.savedState

The above files are cached by the system.


I remember that few users told us that they can clear the Proxyman app by using CleanMyMac and it also works too.

@huibin1984 Can you try this solution 😄

<!-- gh-comment-id:742176283 --> @NghiaTranUIT commented on GitHub (Dec 10, 2020): Thanks for your input @CodeCooler If we delete all Proxyman's personal file at: - `~/Library/Application Support/com.proxyman.NSProxy` - `~/.proxyman` - `/Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperTool` but it doesn't fix the problem, it means something wrong with the OS I assume: ``` ~/Library/Caches/Proxyman ~/Library/Caches/com.proxyman.NSProxy ~/Library/Preferences/com.proxyman.NSProxy.plist ~/Library/Saved Application State/com.proxyman.NSProxy.savedState ``` The above files are cached by the system. ----------------- I remember that few users told us that they can clear the Proxyman app by using CleanMyMac and it also works too. @huibin1984 Can you try this solution 😄
Author
Owner

@huibin1984 commented on GitHub (Dec 10, 2020):

It works. Thanks @CodeCooler @NghiaTranUIT

<!-- gh-comment-id:742228132 --> @huibin1984 commented on GitHub (Dec 10, 2020): It works. Thanks @CodeCooler @NghiaTranUIT
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 10, 2020):

Hey @huibin1984 @CodeCooler, if you don't mind, please send me those files in your Trash Bin to nghia@proxyman.io

I would like to investigate it since I couldn't reproduce it on my machine 😄

<!-- gh-comment-id:742228626 --> @NghiaTranUIT commented on GitHub (Dec 10, 2020): Hey @huibin1984 @CodeCooler, if you don't mind, please send me those files in your Trash Bin to nghia@proxyman.io I would like to investigate it since I couldn't reproduce it on my machine 😄
Author
Owner

@CodeCooler commented on GitHub (Dec 10, 2020):

Hey @huibin1984 @CodeCooler, if you don't mind, please send me those files in your Trash Bin

Good thought! Unfortunately, I habitually empty the trash over the course of a day, and no longer have them available. Sorry!

<!-- gh-comment-id:742286888 --> @CodeCooler commented on GitHub (Dec 10, 2020): > Hey @huibin1984 @CodeCooler, if you don't mind, please send me those files in your Trash Bin Good thought! Unfortunately, I habitually empty the trash over the course of a day, and no longer have them available. Sorry!
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 10, 2020):

Don't worry. It's just in case 👍 I will keep investigating the bug 🐛

<!-- gh-comment-id:742287295 --> @NghiaTranUIT commented on GitHub (Dec 10, 2020): Don't worry. It's just in case 👍 I will keep investigating the bug 🐛
Author
Owner

@huibin1984 commented on GitHub (Dec 10, 2020):

Hey @huibin1984 @CodeCooler, if you don't mind, please send me those files in your Trash Bin to nghia@proxyman.io

I would like to investigate it since I couldn't reproduce it on my machine 😄

Sorry! I delete files by rm -rf, the trash is empty, too

<!-- gh-comment-id:742288899 --> @huibin1984 commented on GitHub (Dec 10, 2020): > Hey @huibin1984 @CodeCooler, if you don't mind, please send me those files in your Trash Bin to [nghia@proxyman.io](mailto:nghia@proxyman.io) > > I would like to investigate it since I couldn't reproduce it on my machine 😄 Sorry! I delete files by `rm -rf`, the trash is empty, too
Author
Owner

@nirev commented on GitHub (Dec 30, 2020):

I think this has been happening to me too. I'm experiencing it now and will try the proposed solution.
I have Proxyman installed via Setapp. The last time it happened I completely uninstalled it and did a fresh install of the app, and it worked for about a week. Now it's crashing again, as soon as I open the app.

Here the crash summary:

Date/Time:        2020-12-30 09:52:11 -0300
End time:         2020-12-30 09:54:24 -0300
OS Version:       Mac OS X 10.15.7 (Build 19H114)
Architecture:     x86_64h
Report Version:   29

Data Source:      Stackshots
Shared Cache:     0x51ab000 FE24C9BC-9F5D-35B3-B4F3-0CA42A00ECE9

Command:          Proxyman
Path:             /Applications/Setapp/Proxyman.app/Contents/MacOS/Proxyman
Identifier:       com.proxyman.NSProxy-setapp
Version:          2.15.2 (21520)
Parent:           launchd [1]
PID:              3896

Event:            hang
Duration:         132.60s
Duration Sampled: 1.00s (process was unresponsive for 132 seconds before sampling)
Steps:            10 (100ms sampling interval)

Hardware model:   MacBookPro11,1

Full crash info:
2020-12-30-proxyman-crash-info.txt

Going to try the proposed solution and report back.


~/Library/Caches/Proxyman -> empty
~/Library/Caches/com.proxyman.NSProxy-setapp -> removed, app still crashes
~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState/ -> removed, app stars and works!

<!-- gh-comment-id:752568457 --> @nirev commented on GitHub (Dec 30, 2020): I think this has been happening to me too. I'm experiencing it now and will try the proposed solution. I have Proxyman installed via Setapp. The last time it happened I completely uninstalled it and did a fresh install of the app, and it worked for about a week. Now it's crashing again, as soon as I open the app. Here the crash summary: ``` Date/Time: 2020-12-30 09:52:11 -0300 End time: 2020-12-30 09:54:24 -0300 OS Version: Mac OS X 10.15.7 (Build 19H114) Architecture: x86_64h Report Version: 29 Data Source: Stackshots Shared Cache: 0x51ab000 FE24C9BC-9F5D-35B3-B4F3-0CA42A00ECE9 Command: Proxyman Path: /Applications/Setapp/Proxyman.app/Contents/MacOS/Proxyman Identifier: com.proxyman.NSProxy-setapp Version: 2.15.2 (21520) Parent: launchd [1] PID: 3896 Event: hang Duration: 132.60s Duration Sampled: 1.00s (process was unresponsive for 132 seconds before sampling) Steps: 10 (100ms sampling interval) Hardware model: MacBookPro11,1 ``` Full crash info: [2020-12-30-proxyman-crash-info.txt](https://github.com/ProxymanApp/Proxyman/files/5754272/2020-12-30-proxyman-crash-info.txt) Going to try the proposed solution and report back. --- `~/Library/Caches/Proxyman` -> empty `~/Library/Caches/com.proxyman.NSProxy-setapp` -> removed, app still crashes `~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState/` -> removed, app stars and works!
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 30, 2020):

If you don't mind, please backup the file at ~/.proxyman and ~/Library/Application Support/com.proxyman.NSProxy-setapp and send to me at nghia@proxyman.io or support@proxyman.io

Since your app is from Setapp, so the path might be different (suffix with -setapp)
I would like to investigate the hang at launch time 👍

<!-- gh-comment-id:752574628 --> @NghiaTranUIT commented on GitHub (Dec 30, 2020): If you don't mind, please backup the file at `~/.proxyman` and `~/Library/Application Support/com.proxyman.NSProxy-setapp` and send to me at nghia@proxyman.io or support@proxyman.io Since your app is from Setapp, so the path might be different (suffix with -setapp) I would like to investigate the hang at launch time 👍
Author
Owner

@nirev commented on GitHub (Dec 30, 2020):

@NghiaTranUIT done! sent the contents of savedState, as that was what did the trick

<!-- gh-comment-id:752584190 --> @nirev commented on GitHub (Dec 30, 2020): @NghiaTranUIT done! sent the contents of `savedState`, as that was what did the trick
Author
Owner

@paulustwo commented on GitHub (Jan 5, 2021):

Returning to work on my DTK with 11.1 beta I now find that Proxyman just hangs with the beachball, I didn't wait for a crash it it comes later.

I installed the latest version of Proxyman this still happens.

Deleting ~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState/ worked 👍

<!-- gh-comment-id:754655271 --> @paulustwo commented on GitHub (Jan 5, 2021): Returning to work on my DTK with 11.1 beta I now find that Proxyman just hangs with the beachball, I didn't wait for a crash it it comes later. I installed the latest version of Proxyman this still happens. Deleting ~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState/ worked 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 5, 2021):

Thanks for the input @paulustwo. I'm still not sure why this file causes the problem.

In my machine, this file ~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState does not exist if the Proxyman is closed, and is generated by the system when I open the Proxyman.

So, if you find this file exists even though the app is closed. It might be the system bug 😔

<!-- gh-comment-id:754658014 --> @NghiaTranUIT commented on GitHub (Jan 5, 2021): Thanks for the input @paulustwo. I'm still not sure why this file causes the problem. In my machine, this file `~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState` does not exist if the Proxyman is closed, and is generated by the system when I open the Proxyman. So, if you find this file exists even though the app is closed. It might be the system bug 😔
Author
Owner

@cameroncooke commented on GitHub (Jan 15, 2021):

Can +1 this issue as mentioned on gitter. But resolved for me after launching multiple times and last time launched with the shift key held down. It turns out holding down the "shift" key when starting an app prevents macOS from resuming the window from the previous session and in my case fixed the issue.

<!-- gh-comment-id:760970757 --> @cameroncooke commented on GitHub (Jan 15, 2021): Can +1 this issue as mentioned on gitter. But resolved for me after launching multiple times and last time launched with the shift key held down. It turns out holding down the "shift" key when starting an app prevents macOS from resuming the window from the previous session and in my case fixed the issue.
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 15, 2021):

Yes, for anyone that encounters this strange issue, please:

  1. Copy the file at ~/Library/Saved Application State/com.proxyman.NSProxy.savedState and share it to nghia@proxyman.io (I appreciate it since I can reproduce the bug)
  2. Delete this file or Hold the SHIFT Key while opening the app. It will fix the problem 👍
<!-- gh-comment-id:760973045 --> @NghiaTranUIT commented on GitHub (Jan 15, 2021): Yes, for anyone that encounters this strange issue, please: 1. Copy the file at `~/Library/Saved Application State/com.proxyman.NSProxy.savedState` and share it to nghia@proxyman.io (I appreciate it since I can reproduce the bug) 2. Delete this file or Hold the SHIFT Key while opening the app. It will fix the problem 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 16, 2021):

Good news @cameroncooke @paulustwo @nirev @huibin1984 @CodeCooler 🎉

This bug is fixed with this BETA build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.16.0_Fix_Beach_Ball_At_Launch.dmg

I will wrap it up and release a hot-fix today. Thanks all for reporting the bug 🙌

<!-- gh-comment-id:761301516 --> @NghiaTranUIT commented on GitHub (Jan 16, 2021): Good news @cameroncooke @paulustwo @nirev @huibin1984 @CodeCooler 🎉 This bug is fixed with this BETA build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.16.0_Fix_Beach_Ball_At_Launch.dmg I will wrap it up and release a hot-fix today. Thanks all for reporting the bug 🙌
Author
Owner

@nirev commented on GitHub (Jan 16, 2021):

Really glad to hear that, @NghiaTranUIT!
Would you mind explaining what was the issue? I'm curious about what it was!

Thank you again!

<!-- gh-comment-id:761615519 --> @nirev commented on GitHub (Jan 16, 2021): Really glad to hear that, @NghiaTranUIT! Would you mind explaining what was the issue? I'm curious about what it was! Thank you again!
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 17, 2021):

@nirev It's my fault when implementing Atlantis Server (https://github.com/ProxymanApp/atlantis).

  1. It requires that "Close windows when quitting the app" is unchecked in System Preference -> General
  2. If we open Proxyman with multiple tabs and hit CMD+Q to quit the app. Next time, the OS will attempt to open multiple tabs again, and Atlantis Service would start multiple times => Causes beach ball problem.

=> I just need to add a safeguard to make sure one Atlantis Service is initialized and it fixes the bug 🎉

<!-- gh-comment-id:761717950 --> @NghiaTranUIT commented on GitHub (Jan 17, 2021): @nirev It's my fault when implementing Atlantis Server (https://github.com/ProxymanApp/atlantis). 1. It requires that "Close windows when quitting the app" is unchecked in System Preference -> General 2. If we open Proxyman with multiple tabs and hit CMD+Q to quit the app. Next time, the OS will attempt to open multiple tabs again, and Atlantis Service would start multiple times => Causes beach ball problem. => I just need to add a safeguard to make sure one Atlantis Service is initialized and it fixes the bug 🎉
Author
Owner

@nirev commented on GitHub (Jan 17, 2021):

Thank you for the explanation! Makes perfect sense!

<!-- gh-comment-id:761721361 --> @nirev commented on GitHub (Jan 17, 2021): Thank you for the explanation! Makes perfect sense!
Author
Owner

@cameroncooke commented on GitHub (Jan 17, 2021):

Thanks again @NghiaTranUIT for the quick turnaround on this fix, much appreciated. I've downloaded the Beta so will let you know if I have any more issues.

<!-- gh-comment-id:761764505 --> @cameroncooke commented on GitHub (Jan 17, 2021): Thanks again @NghiaTranUIT for the quick turnaround on this fix, much appreciated. I've downloaded the Beta so will let you know if I have any more issues.
Author
Owner

@songjiachao commented on GitHub (Feb 19, 2021):

mac big sur 11.2.1 (20D74)
proxyman 2.18.0
has the same problem

<!-- gh-comment-id:781774949 --> @songjiachao commented on GitHub (Feb 19, 2021): mac big sur 11.2.1 (20D74) proxyman 2.18.0 has the same problem
Author
Owner

@NghiaTranUIT commented on GitHub (Feb 19, 2021):

Hey @songjiachao please delete the following files:

  • ~/Library/Saved Application State/com.proxyman.NSProxy.savedState
  • ~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState

and try again

<!-- gh-comment-id:781775505 --> @NghiaTranUIT commented on GitHub (Feb 19, 2021): Hey @songjiachao please delete the following files: - `~/Library/Saved Application State/com.proxyman.NSProxy.savedState` - `~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState` and try again
Author
Owner

@songjiachao commented on GitHub (Feb 19, 2021):

Hey @songjiachao please delete the following files:

  • ~/Library/Saved Application State/com.proxyman.NSProxy.savedState
  • ~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState

and try again

I can't find the files in /Library/Saved Application State
image

<!-- gh-comment-id:781782394 --> @songjiachao commented on GitHub (Feb 19, 2021): > Hey @songjiachao please delete the following files: > > * `~/Library/Saved Application State/com.proxyman.NSProxy.savedState` > * `~/Library/Saved Application State/com.proxyman.NSProxy-setapp.savedState` > > and try again I can't find the files in /Library/Saved Application State ![image](https://user-images.githubusercontent.com/70792885/108451654-28389f80-72a2-11eb-9b9c-f3a62075abe5.png)
Author
Owner

@NghiaTranUIT commented on GitHub (Feb 19, 2021):

So, it looks like you're not the case I'm looking for.

@songjiachao does it happen after you update to 2.18.0?

Please try to delete these files: https://github.com/ProxymanApp/Proxyman/issues/721#issuecomment-742176283

<!-- gh-comment-id:781783259 --> @NghiaTranUIT commented on GitHub (Feb 19, 2021): So, it looks like you're not the case I'm looking for. @songjiachao does it happen after you update to 2.18.0? Please try to delete these files: https://github.com/ProxymanApp/Proxyman/issues/721#issuecomment-742176283
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#717
No description provided.