[flexcoders] Re: Help!! flashlog.txt suddently stopped - no log messages anymore

2008-02-12 Thread jason vancleave
I had this recently and it was because I had another mm.cfg on my system.

See if you have another mm.cfg somewhere else (like ~/Library). If you
do delete it and see if that works.



--- In flexcoders@yahoogroups.com, stoff0 [EMAIL PROTECTED] wrote:

 Today the flash debug player stopped logging my (and the rest of the
 web's) trace statements to flashlog.txt I have not idea why, but I was
 wondering if anyone ever experienced the same issue.
 
 My /Library/Application Support/Macromedia/mm.cfg looks like this:
 
 ErrorReportingEnable=1
 TraceOutputFileEnable=1
 MaxWarnings=0
 
 and
 
 ~/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt
 
 exists
 
 I have 9,0,115,0  of the flash debug player installed, which i
 uninstalled and reinstalled.
 
 The only thing that does work is the debug console in Flex Builder. I
 have to be in debug mode to actually run that though.
 
 If anyone has any suggestions it would be much appreciated. This is
 REALLY frustrating. I feel blind without my log =(





[flexcoders] Re: Help!! flashlog.txt suddently stopped - no log messages anymore

2008-02-12 Thread stoff0
Thanks for the response! Apparently, Adobe (or maybe firefox? or was
it apple?) decided to move my mm.cfg file to my user directory. I
found this out by doing a spotlight search, which came up with:

~/mm.cfg

wtf???

It's supposed to be in Library/Application Support/Macromedia/mm.cfg
(which it is too)

I looks like the file was created yesterday at 2:36PM. I'm thinking
back, and that might be the time firefox updated itself? Strange how
it didn't seem to start effecting me until this afternoon.

.:mc

--- In flexcoders@yahoogroups.com, jason vancleave [EMAIL PROTECTED] wrote:

 I had this recently and it was because I had another mm.cfg on my
system.
 
 See if you have another mm.cfg somewhere else (like ~/Library). If you
 do delete it and see if that works.
 
 
 
 --- In flexcoders@yahoogroups.com, stoff0 stoff0@ wrote:
 
  Today the flash debug player stopped logging my (and the rest of the
  web's) trace statements to flashlog.txt I have not idea why, but I was
  wondering if anyone ever experienced the same issue.
  
  My /Library/Application Support/Macromedia/mm.cfg looks like this:
  
  ErrorReportingEnable=1
  TraceOutputFileEnable=1
  MaxWarnings=0
  
  and
  
  ~/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt
  
  exists
  
  I have 9,0,115,0  of the flash debug player installed, which i
  uninstalled and reinstalled.
  
  The only thing that does work is the debug console in Flex Builder. I
  have to be in debug mode to actually run that though.
  
  If anyone has any suggestions it would be much appreciated. This is
  REALLY frustrating. I feel blind without my log =(