Announcement

Collapse
No announcement yet.

How to get rid of the Warning: Failed to load 'SwfMovie ?INT?Scaleform.IME.MoviePath?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to get rid of the Warning: Failed to load 'SwfMovie ?INT?Scaleform.IME.MoviePath?

    PROBLEM:
    In the latest builds of UDK following warning appears in the log
    Code:
    Warning: Failed to load 'SwfMovie ?INT?Scaleform.IME.MoviePath?':
    .

    REASON:
    Scaleform tries to load the IME movie clip from a movie path that doesn't exist: int.scaleform.ime.moviepath.

    FIX 1:
    1. Create a Scaleform.int file in the \UDKGame\Localization\INT folder.
    2. Open the file in notepad and add following lines:
    Code:
    [IME]
    MoviePath=UDKFrontEnd.udk_ime
    3. Save it and it's done!

    FIX 2:
    Just download the file (right click > save as...) and save it in the \UDKGame\Localization\INT folder.

    #2
    Thanks for the fix!

    Comment


      #3
      thanks for the fix, didn't know how to fix it !!!

      Comment


        #4
        Just a quick note, this did crash my client when trying to run a local session (host + client on one machine) I did not try if this would crash on LAN or global clients. I'll just stick to the warnings for now since the fix makes it worse in my case.

        Comment


          #5
          having the same problem in multiplayer games, in single player mode is working fine, but not multiplayer, have switched back too, thanks Prea for the information, i was stuck with that problem over three days.

          Comment


            #6
            I had same problem with Single Player. Loading a map from my Main Menu WOuld cause crash on Start(); . Removing The Fix Solved it.

            Comment


              #7
              I don t get it !
              I did the two steps separatly, twice each and i still get this !@#$ message in my log:

              Warning: Warning, Failed to load 'SwfMovie UDKFrontEnd.udk_ime': Failed to find object 'SwfMovie UDKFrontEnd.udk_ime'
              Log: GFx attempted to load missing object [UDKFrontEnd.udk_ime]


              What am I doing wrong ?

              Comment

              Working...
              X