Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

ERROR in...<file unknown>????

Discussion in 'Flash' started by jstriedinger, Aug 28, 2012.

  1. jstriedinger

    jstriedinger

    Joined:
    Apr 19, 2011
    Posts:
    58
    Hey guys, look at this please:

    Code (csharp):
    1. Error building Player: Exception: Postprocessing SWF Failed:
    2. Starting : UPP
    3. ###SKIPPED com/unity/UnityNative
    4. WARNING::7:  Jump to an unknown label :
    5. public::SSSShared.GameSimulation::GameSimulatorpublic::SSSShared.GameSimulation::GameSimulatorpublic::GameSimulator_ExecuteSimulation_Single
    6. WARNING::27:  Jump to an unknown label :
    7. public::global::UIManagerpublic::global::UIManagerpublic::UIManager_SetupPointers
    8. WARNING::10:  Jump to an unknown label :
    9. public::SSSShared.Config::MatchRewardsConfigspublic::SSSShared.Config::MatchRewardsConfigspublic::MatchRewardsConfigs_GetGameRewards_MatchTypesEnum
    10. WARNING::44:  Jump to an unknown label :
    11. public::global::EZAnimationpublic::global::EZAnimationpublic::EZAnimation_GetInterpolator_EASING_TYPE
    12. WARNING::6:  Jump to an unknown label :
    13. public::global::SpriteRootpublic::global::SpriteRootpublic::SpriteRoot_GetCenterPoint
    14. WARNING::3:  Jump to an unknown label :
    15. public::global::AutoSpriteBasepublic::global::AutoSpriteBasepublic::ISpriteAggregator_GetPackedMaterial_StringRef
    16. WARNING::10:  Jump to an unknown label :
    17. public::global::AvatarFactorypublic::global::AvatarFactorypublic::AvatarFactory_GetCurrentStepBundleInfo
    18. WARNING::11:  Jump to an unknown label :
    19. public::TutorialInfo::TutorialStepHandlerpublic::TutorialInfo::TutorialStepHandlerpublic::TutorialStepHandler_GetEndGuiInformation_TutorialSteps
    20. WARNING::5:  Jump to an unknown label :
    21. public::SSSShared.Physics::SphereColliderpublic::SSSShared.Physics::SphereColliderpublic::Collider_TestCollision_Collider_VectorSSS_CollisionResultsRef
    22. WARNING::5:  Jump to an unknown label :
    23. public::SSSShared.Physics::SphereColliderpublic::SSSShared.Physics::SphereColliderpublic::Collider_TestIntersection_Collider_VectorSSSRef
    24. WARNING::11:  Jump to an unknown label :
    25. public::global::SpriteTextpublic::global::SpriteTextpublic::SpriteText_GetStartPos_SingleLine_Single_Single
    26. WARNING::5:  Jump to an unknown label :
    27. public::global::SpriteTextpublic::global::SpriteTextpublic::SpriteText_GetLineBaseline_Int32_Int32
    28.  
    29. ERROR: The given key was not present in the dictionary.
    30. Stacktrace:   at System.Collections.Generic.Dictionary`2[System.String,System.Int32].get_Item (System.String key) [0x00000] in <filename unknown>:0
    31.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph.ProcessBlock (SwfPostprocessor.UnityCompiler.cfg.BasicBlock block, Int32 depth) [0x00000] in <filename unknown>:0
    32.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph.ProcessBlocks () [0x00000] in <filename unknown>:0
    33.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph.CreateBasicBlocks () [0x00000] in <filename unknown>:0
    34.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph..ctor (SwfPostprocessor.UnityCompiler.Disassembler.DisassembledMethodBody dmb) [0x00000] in <filename unknown>:0
    35.   at SwfPostprocessor.UnityCompiler.Assembler.DmbAssembler.RecompileBody (SwfPostprocessor.UnityCompiler.Disassembler.DisassembledMethodBody dmb, Int32 bodyCount) [0x00000] in <filename unknown>:0
    36.   at SwfPostprocessor.UnityCompiler.CompilerUnity.ProcessMethodBody (SwfLibrary.Abc.Abc46 abc, SwfLibrary.Abc.MethodBodyInfo body) [0x00000] in <filename unknown>:0
    37.   at SwfPostprocessor.UnityCompiler.CompilerUnity.Compile () [0x00000] in <filename unknown>:0
    38.   at SwfPostprocessor.Configuration.SwfPostProcessorRunConfigurationUpp.Run () [0x00000] in <filename unknown>:0
    39.   at SwfPostprocessor.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
    I have NO idea how to interpret this :/
    The whole part of "<filename unknown>" is so weird!

    I almost forgot, before this I have another error:
    Code (csharp):
    1. The given key was not present in the dictionary.
    2. Stacktrace:   at System.Collections.Generic.Dictionary`2[System.String,System.Int32].get_Item (System.String key) [0x00000] in <filename unknown>:0
    3.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph.ProcessBlock (SwfPostprocessor.UnityCompiler.cfg.BasicBlock block, Int32 depth) [0x00000] in <filename unknown>:0
    4.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph.ProcessBlocks () [0x00000] in <filename unknown>:0
    5.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph.CreateBasicBlocks () [0x00000] in <filename unknown>:0
    6.   at SwfPostprocessor.UnityCompiler.cfg.ControlFlowGraph..ctor (SwfPostprocessor.UnityCompiler.Disassembler.DisassembledMethodBody dmb) [0x00000] in <filename unknown>:0
    7.   at SwfPostprocessor.UnityCompiler.Assembler.DmbAssembler.RecompileBody (SwfPostprocessor.UnityCompiler.Disassembler.DisassembledMethodBody dmb, Int32 bodyCount) [0x00000] in <filename unknown>:0
    8.   at SwfPostprocessor.UnityCompiler.CompilerUnity.ProcessMethodBody (SwfLibrary.Abc.Abc46 abc, SwfLibrary.Abc.MethodBodyInfo body) [0x00000] in <filename unknown>:0
    9.   at SwfPostprocessor.UnityCompiler.CompilerUnity.Compile () [0x00000] in <filename unknown>:0
    10.   at SwfPostprocessor.Configuration.SwfPostProcessorRunConfigurationUpp.Run () [0x00000] in <filename unknown>:0
    11.   at SwfPostprocessor.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
    12.  
    Can someone help me?? THIS IS KILLING ME. I've been dealing with this for like a week now.
    Thanks!
     
  2. RalphH

    RalphH

    Administrator

    Joined:
    Dec 22, 2011
    Posts:
    592
    Hi. The best way to get this resolved is to add a bug in the bugreporter. That way we get all the necessary info and it becomes something our QA department can track; adding it to the forums doesn't give you any guarantees about that.
     
  3. trayweeds

    trayweeds

    Joined:
    Nov 12, 2010
    Posts:
    3
    I'm getting the same error. I filed a bug report for it, but these 2 errors are the last 2 errors in what has been a pretty involved process to get everything, including external C# assemblies converted to AS.

    Any help here would be great.
     
  4. DDowell

    DDowell

    Joined:
    Feb 8, 2012
    Posts:
    52
  5. RalphH

    RalphH

    Administrator

    Joined:
    Dec 22, 2011
    Posts:
    592
    Again, a bug report is appreciated.
     
  6. iambrois

    iambrois

    Joined:
    Mar 13, 2013
    Posts:
    5
    Has this been reported yet? If so, what's the status on it?

    I'm having the same problem unfortunately :(

    Thanks in advance.