Search Issue Tracker
Duplicate
Votes
0
Found in
4.3.3f1
Issue ID
585953
Regression
Yes
Windows Phone 8 player fails to call System.Type.GetMethod() with Method not found exception
Create a script which makes use of System.Reflection.MethodInfo System.Type.GetMethod(System.String, System.Reflection.BindingFlags)
Player will fail to call this method once it is ran on Windows Phone 8. Following exception will be reported to player log:
Exception: Method not found: 'System.Reflection.MethodInfo System.Type.GetMethod(System.String, System.Reflection.BindingFlags)'.
Type: System.MissingMethodException
Module: Assembly-CSharp
InnerException: <No Data>
AdditionalInfo:<No Data>
at Test.Awake()
at Test.UnityFastInvoke_Awake()
(Filename: Line: 92)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Add comment