-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac M Series Chip Issues(Not Crashing Issue) #87
Comments
Open directory with |
|
Look deep into the logs, it seems that FE is trying to listen to some port for |
And I found a similar error log in here: #38 |
The nessage is fake, your |
I was using YUI patch v1.1.3, tried both |
Did you do this? Maybe |
Or try this to see what happened #!/bin/bash
export DYLD_PRINT_LIBRARIES=1
export X=1
export DYLD_INSERT_LIBRARIES=./libopen.dylib
./Fiddler.WebUi1 $@ |
I found the source page of this image: https://xz.aliyun.com/t/12803?time__1311=GqGxuDcD2DgQQGN4WxU2DAhEK74iI3KDkAeD And according to this topic, the image should belongs to |
It seems that FE in macOS only allow JIT code
|
maybe I need to find a new way for mac. |
OK, is there any plan for this? |
I have found a new way to do it without cpp, I wrote the patch with C#. I will write the document after some time. |
Cheer up author, looking forward to your good news. When I tried to modify it in the same way on my Mac, I received a prompt to move it to the trash can. I am very sad |
This is the compiled file of https://github.com/msojocs/fiddler-everywhere-enhance/tree/main/hook/src Follow the latest document, and maybe it is ok. https://github.com/msojocs/fiddler-everywhere-enhance?tab=readme-ov-file#mac-2 |
Issue Detail(Logs at below)
When opening the FE executable through terminal, it indicates that:
------- Translated by ChatGPT -------
通过终端打开 FE 可执行文件时提示:
Some other info
This is not a "spammed" macos crashing issue. I have already replace the
dylib
s, and sucessfully start the FE without crashing. It just exit normally(by NORMAL, I mean it encounted some errors and decided to exit)If this issue can be resolved, I'll write the complete steps for macOS to function.
------- Translated by ChatGPT -------
这不是一个“频繁发帖”的 macOS 崩溃的问题。我已经替换了 dylib,并成功启动了 FE 而没有发生崩溃。它只是正常退出(所谓“正常”,我的意思是它遇到了一些错误并决定退出)。
如果这个问题能解决,我会编写完整的 macOS 操作步骤。
Complete log:
The text was updated successfully, but these errors were encountered: