Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Script Compile Error?  (Read 3286 times)

0 Members and 1 Guest are viewing this topic.

Hopester Doofus

    Topic Starter


    Adviser

  • Hope-ing To Help
  • Thanked: 3
    Script Compile Error?
    « on: April 22, 2005, 09:22:13 PM »
    Anybody know what the error message "Script Compile Error" refers to? I've seen it on a number of occasions; most recently it occurs on my XP system when I try to host a multiplayer game on Call Of Duty.
    There’s no limit to what you can achieve if you don’t mind who gets the credit.

    gussery

    • Guest
    Re: Script Compile Error?
    « Reply #1 on: April 23, 2005, 06:03:45 AM »
    It generally means that there is an error is a script file (Java Script, VB Script, etc.) that is trying to be executed by the program or OS.  There error could be a simple as the programmer forgetting to put in a comma or something significantly more complex.
    You may also see this when your version of the scripting engine does not match what the programmer is trying to use.
    In the case of Java, is you are using the Microsoft JVM (Java Virtual Machine), which is obsolete, and the programmer is expecting you to be using Sun JVM you will get an error similar to this.
    If this error had occured on a web site you would also have to determine whether the error occured on the web server or you computer (error shows up in browser vs. a pop up message box).
    Another thing that comes to mind is if this script is trying to make a connection to another machine and the security, virus settings, firewalls, etc. are stopping it.  If the programmer allowed for this error you should get a more informative error message.  But since you seem to indicate you get it more than just on this game this may not be the case.

    So the things you would need to check to start are......
    Your OS and patch/service pack level?
    Does your computer match the minimum system requirements for hosting the game?
    Are you running Microsoft JVM or Sun JVM, or other?
    If Sun, is it up to date?
    If Microsoft, it needs to be uninstalled and replaced with Sun.
    If other, is it up to date?

    Too much information?  :)

    Hopester Doofus

      Topic Starter


      Adviser

    • Hope-ing To Help
    • Thanked: 3
      Re: Script Compile Error?
      « Reply #2 on: April 23, 2005, 11:06:02 AM »
      Not too much info at all! Although I was hoping you'd just tell me to left click on a desktop icon and hold my face in a certain way, and the problem would be solved. Thanks for your help - I'll do some poking around.
      There’s no limit to what you can achieve if you don’t mind who gets the credit.

      gussery

      • Guest
      Re: Script Compile Error?
      « Reply #3 on: April 23, 2005, 05:26:42 PM »
      Well, I have seen that work before.  :o