Skip to content

mach_override

10 messages · Keith Weintraub, Steve Lianoglou, Berend Hasselman +1 more

#
Hi Keith,
On Sat, Sep 1, 2012 at 11:26 AM, Keith Weintraub <kw1958 at gmail.com> wrote:
Hmm ... I have no answers for you, but it seems like you are not alone:

http://forum.processing.org/topic/problem-mach-override-some-instructions-unknown-need-to-update-mach-override-c

Does this happens right when you startup up R.app, or after you run a
particular command, or ... ?

Do you get this message when you start R from the terminal? How about
if you fire it up with `R --vanilla` (to skip over loading some stuff
you might be loading but didn't realize).

What if you use R via RStudio (rstudio.org)?

-steve
#
On 01-09-2012, at 17:26, Keith Weintraub wrote:

            
Are you running DefaultFolderX? Which version?
If yes then see this:  http://www.stclairsw.com/DefaultFolderX/beta.html

Berend
#
On Sat, Sep 1, 2012 at 6:33 PM, Keith Weintraub <kw1958 at gmail.com> wrote:
So, I guess uninstalling DefaultFolderX fixes (sidesteps) the issue, no?

Does R.app crash or is it just firing a warning that you can just
ignore and carry on?

-steve
#
This is a typical issue illustrating why haxies are a bad idea and a huge security risk - they get loaded into every application, so the code producing those errors is not actually R.app but a broken haxie (here DefaultFolderX). It has absolutely nothing to do with R ... it's 3rd party code injected into R at user's request so R can't do anything about it ... :/
On Sep 1, 2012, at 8:32 PM, Keith Weintraub wrote: