Home AMX User Forum AMX Technical Discussion
Options

Macbook Pro, Parallels 8 and Netlinx Studio

Hi,

I'm having an issue with a Mac Book Pro 13", Parallels 8 and Netlinx Studio.

If I create a blank source file it compiles fine.
If I open a Workspace (that compiles on my dedicated windows 7 machine fine) and compile it the compiler gives me "Internal Error: Major system error occurred during code generation"

I'm not overly Mac savvy so any help would be good.

Cheers!

Comments

  • Options
    ericmedleyericmedley Posts: 4,177
    Did you let Web Update install NS? If not you might try that.
  • Options
    d_gavind_gavin Posts: 21
    Yeah I did it all through Web Update.
  • Options
    champchamp Posts: 261
    NS compiler has troubles finding files when they are in your My Documents directory because the file path doesn't start with a drive letter.
    Make an AMX directory at the root of a dricve and put your source code in there then try again.

    Another possibility is your code, any time I have seen Major System Error on compile it turned out to be a function defined twice.
  • Options
    nickmnickm Posts: 152
    Also, do not store code files in network drives or directories that are actively synchronized with cloud services such as SugarSync or Dropbox.
Sign In or Register to comment.