Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. MW3 Client Support
  3. ERROR: function name 'launch' already defined as builtin

ERROR: function name 'launch' already defined as builtin

Scheduled Pinned Locked Moved MW3 Client Support
4 Posts 3 Posters 168 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _Intel_undefined Offline
    _Intel_undefined Offline
    _Intel_
    wrote on last edited by
    #1

    When I attempt to start a private match I get this result:

    Com_ERROR: [ERROR]:compiler:maps/mp/mp_dwarf_sh.gsc:118:1: function name 'launch' already defined as builtin
    

    Any ideas how to fix this? I saw a similar post but instead of 'launch' it was 'float'. I tried all troubleshooting ideas for that to no avail. This happens with all maps.

    1 Reply Last reply
    0
    • Xerxesundefined Online
      Xerxesundefined Online
      Xerxes Plutonium Staff
      wrote on last edited by
      #2

      Looks like the gsc of a custom map has a function called launch which causes that issue since the game already does define a function called launch.
      Either ask the map dev to change it or rename the function in the gsc yourself.

      1 Reply Last reply
      0
      • Resxtundefined Offline
        Resxtundefined Offline
        Resxt Plutonium Staff
        wrote on last edited by Resxt
        #3

        The author of the map should go in the map's GSC source code and change the launch function to anything that's not already used by the game like dwarfLaunch for example. Both for the declaration and the call of the function.

        The error is self explanatory, means that function is already defined/already exists as a built-in aka provided by the game/Plutonium

        If he has no GSC knowledge you can tell him to contact me and I'll fix it for him. Already did it on other maps

        1 Reply Last reply
        0
        • _Intel_undefined Offline
          _Intel_undefined Offline
          _Intel_
          wrote on last edited by
          #4

          Thank you so much

          1 Reply Last reply
          1
          • Xerxesundefined Xerxes referenced this topic on

          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Donate