-
Notifications
You must be signed in to change notification settings - Fork 8
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 + Mono + Fiddler Error] Path to config file is not generated properly #81
Comments
Can you try creating an empty file with that name and see what happens?
|
Manually creating that path bypasses the first 2 errors and skips straight to this error: I copied a good file from a windows machine, and it had no effect... But then I realized Fiddler hadn't crashed yet. I entered the DB credentials and hit Test Connection and bam, it worked! Looks like this setup isn't quite ready yet - Turning on "Accept Remote Connections" in the Fiddler preferences is crashing Fiddler most or all of the time... I'll keep trying things to see if it'll work, but it's very fragile/flakey. |
TL;DR: Fiddler is still too flakey on my Mac for me to use. Had to set preferences by editing the xml files that mono uses to simulate the registry. Could not find a way to do a passthrough of traffic not headed for ffrk.denagames.com, so just starting the FFRK app was a huge pain - it usually hung indefinitely. Toggling on and off captures in Fiddler to get past the FFRK login sequence frequently caused Fiddler to crash. If anyone else is wanting to experiment with this, here's what I found:
That's all I've got for now. It just crashes too often to do much. |
Did you try the version of Fiddler that is supposed to be for Mono? On Thu, Jun 11, 2015 at 8:49 AM Stephen notifications@github.com wrote:
|
That is the version I used. Latest Mono + Fiddler Mono for Mac. Last updated in 2013 :( It looks like the Linux version is a lot newer - I can do without the attach/detach scripts and installer, so I might give that combo a shot tonight. |
Aside: I realize that running the Fiddler extension on a Mac+Mono+Fiddler setup is not officially supported. Just documenting this because it may be a super easy fix and maybe support will one day be given.... A man can dream.
When starting up Fiddler with the FFRK Inspector extension installed, it gives the following error message:
The generated path is
/Users/<username>/.local/share/Fiddler_evidencehere/1.0.0.0/ffrk_inspector_settings.config
but that path does not exist.On windows, this path is:
C:\Users\<username>\AppData\Local\Telerik\Fiddler.exe_Url_wsd<random letters>\4.5.1.2\ffrk_inspector_settings.config
Due to the broken path, there is a cascade of errors:
The text was updated successfully, but these errors were encountered: