This is a migrated thread and some comments may be shown as answers.

Error when trying command mono Fiddler.exe

11 Answers 383 Views
MacOS
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 10 Nov 2016, 01:52 PM

I installed the Fiddler on the Mac.

Following the instructions, when I enter

mono Fiddler.exe

I get the following error message:

-bash: mono: command not found

 

Any ideas?

Thanks,

Michael

11 Answers, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 14 Nov 2016, 04:15 PM
Hello,

It looks like mono didn't install successfully. It should be in /Library/Frameworks/Mono.framework/. Is it there?

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 14 Nov 2016, 04:36 PM

Yes, it is there. I see the Versions folder and its subfolders 4.6.1 and Current.

 

But now I get another error message:

Cannot open assembly 'Fiddler.exe'

0
Tsviatko Yovtchev
Telerik team
answered on 15 Nov 2016, 07:18 PM
Hello,

How did you make Mono work? Are you sure that your installation of Mono is fully functional? Can you run other Mono applications?

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Ree
Top achievements
Rank 1
answered on 04 May 2017, 06:11 AM
I have the same problem, did you solve it?
0
Ankur
Top achievements
Rank 1
answered on 18 May 2017, 04:11 PM

Hi,

I had same issue, but i figured it out by:

run "/Library/Frameworks/Mono.framework/Versions/<your fiddler version>/bin/mono Fiddler.exe" from your unzipped fiddler directory.

Hope this will help.

0
Steve
Top achievements
Rank 1
answered on 28 Jul 2017, 02:48 PM
If anyone hits this, before you do anything too drastic I would suggest trying to quit terminal (make sure dot goes away) and re-open.  I believe the installer modifies the path on your .bash_profile but it is not re-sourced so mono is not in your path.  I was able to quit and reload the terminal which allowed mono to be found.  Hopes this helps someone else out.
0
John Mark
Top achievements
Rank 1
answered on 18 Nov 2017, 07:09 AM

I get a mono error when I execute:

 /Library/Frameworks/Mono.framework/Versions/Current/bin/mono ~/bin/Fiddler.exe

It gives an alert "mono quit unexpectedly", and an execution error and stacktrace:

WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
Stacktrace:


  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Windows.Forms.XplatUICarbon.CGDisplayBounds (intptr) [0x00002] in <36fbc38531724d82b10aef6ebafea6e9>:0
[...]

0
Nitin
Top achievements
Rank 1
answered on 27 Nov 2017, 08:54 PM
I get same Error as John Mark. @kendo - Any pointer.
0
Alexander
Telerik team
answered on 01 Dec 2017, 03:59 PM
Hello,

You have to run Mono in 32-bit, because "The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all". Please, use the following command in order to start Fiddler:

mono --arch=32 Fiddler.exe

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Third
Top achievements
Rank 1
answered on 20 Dec 2017, 07:45 PM
The instructions should reflect this (mono --arch=32 Fiddler.exe) fix:
 
https://www.telerik.com/download/fiddler/fiddler-osx-beta
0
Formy
Top achievements
Rank 1
answered on 24 Apr 2019, 04:04 PM
After you resource your bash profile running below command solved the issue, 
"mono --arch=32 Fiddler.exe"
Tags
MacOS
Asked by
Michael
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Michael
Top achievements
Rank 1
Ree
Top achievements
Rank 1
Ankur
Top achievements
Rank 1
Steve
Top achievements
Rank 1
John Mark
Top achievements
Rank 1
Nitin
Top achievements
Rank 1
Alexander
Telerik team
Third
Top achievements
Rank 1
Formy
Top achievements
Rank 1
Share this question
or