Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Failure To Render Texture On Sprite #92

Open
1 task done
MagmaMCNet opened this issue Oct 27, 2024 · 0 comments
Open
1 task done

[Bug]: Failure To Render Texture On Sprite #92

MagmaMCNet opened this issue Oct 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MagmaMCNet
Copy link

Are you on the latest version of CinematicUnityExplorer?

  • Yes, I'm on the latest version of CinematicUnityExplorer.

Which release are you using?

BepInEx IL2CPP

Which game did this occur on?

Tested On VRChat Stable And VRChat Beta

Describe the issue.

issue rendering Texture and Sprite in inspector

Relevant log output

[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.IndexOutOfRangeException: Requested jump index 10 is out of bounds. Data count: 10
   at UniverseLib.UI.Widgets.ScrollView.ScrollPool`1.JumpToIndex(Int32 index, Action`1 onJumped)
   at UniverseLib.UI.Widgets.TransformTree.JumpAndExpandToTransform(Transform transform)
   at UnityExplorer.ObjectExplorer.SceneExplorer.JumpToTransform(Transform transform)
   at UnityExplorer.UI.Widgets.GameObjectInfoPanel.OnExploreButtonClicked()
   at UniverseLib.UI.Models.ButtonRef.<.ctor>b__14_0()
   at (il2cpp delegate trampoline) System.Void_System.Action(IntPtr , Il2CppMethodInfo* )
[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.MissingMethodException: Method not found: 'Void UnityEngine.Texture2D..ctor(Int32, Int32, UnityEngine.TextureFormat, Int32, Boolean, IntPtr)'.
   at UniverseLib.Runtime.Il2Cpp.Il2CppTextureHelper.Internal_NewTexture2D(Int32 width, Int32 height, TextureFormat textureFormat, Boolean mipChain)
   at UniverseLib.Runtime.TextureHelper.NewTexture2D(Int32 width, Int32 height, TextureFormat textureFormat, Boolean mipChain)
   at UniverseLib.Runtime.TextureHelper.CopyTexture(Texture source, Rect dimensions, Int32 cubemapFace, Int32 dstX, Int32 dstY)
   at UnityExplorer.UI.Widgets.Texture2DWidget.OnBorrowed(Object target, Type targetType, ReflectionInspector inspector)
   at UnityExplorer.UI.Widgets.UnityObjectWidget.GetUnityWidget(Object target, Type targetType, ReflectionInspector inspector)
   at UnityExplorer.Inspectors.ReflectionInspector.SetTarget(Object target)
   at UnityExplorer.Inspectors.ReflectionInspector.OnBorrowedFromPool(Object target)
   at UnityExplorer.InspectorManager.CreateInspector[T](Object target, Boolean staticReflection, CacheObjectBase parent)
   at UnityExplorer.InspectorManager.Inspect(Object obj, CacheObjectBase parent)
   at UnityExplorer.UI.Widgets.ComponentList.OnComponentClicked(Int32 index)
   at UniverseLib.UI.Widgets.ButtonList.ButtonCell.<CreateContent>b__23_0()
   at UniverseLib.UI.Models.ButtonRef.<.ctor>b__14_0()
   at (il2cpp delegate trampoline) System.Void_System.Action(IntPtr , Il2CppMethodInfo* )
@MagmaMCNet MagmaMCNet added the bug Something isn't working label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant