ClientSim cannot call VRCImageDownloader.DownloadImage() from Udonsharp
tracked
みみー/Mimy
ClientSim cannot call VRCImageDownloader.DownloadImage() from Udonsharp.
An error occurs when assigning a U# script for receiving events to the argument that passes the IUdonEventReceiver type.
I tried assigning null, but the result was the same.
This error seems to occur in VRCSDK 3.10.2-beta.1.
When I perform a test build and run it from the Oβ client, the image loads successfully without any errors.
Log In
StormRel
Merged in a post:
Image Loading is broken in ClientSim with the latest World SDK (3.10.2)
AYANO_TFT
- Create a new world project (VRChat SDK - Worlds / Base 3.10.2)
- Toolbar > VRChat SDK > Samples > UdonExampleScene
- Activate “ImageDownloader” in the scene
- Enable ClientSim and enter Play Mode
- The image is not downloaded, and the following error occurs.
As far as I tested, this error occurs only in ClientSim and does not occur in builds.
Error Message:
[<color=yellow>UdonBehaviour</color>] An exception occurred during Udon execution, this UdonBehaviour will be halted.
VRC.Udon.VM.UdonVMException: The VM encountered an error!
Exception Message:
An exception occurred during EXTERN to 'VRCSDK3ImageVRCImageDownloader.__DownloadImage__VRCSDKBaseVRCUrl_UnityEngineMaterial_VRCUdonCommonInterfacesIUdonEventReceiver_VRCSDK3ImageTextureInfo__VRCSDK3ImageIVRCImageDownload'.
Parameter Addresses: 0x0000000C, 0x0000000D, 0x0000000E, 0x0000000F, 0x00000010, 0x00000011
Method not found: Cysharp.Threading.Tasks.UniTask Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func`1<bool>,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,bool)
----------------------
Program Counter was at: 428
----------------------
Omitted below due to the character limit.
Z0NE
Same issue with VRCStringDownloader
Z0NE
Same problem with VRCStringDownloader in 3.10.2 release
naqtn
This may be a duplicate of this issue https://feedback.vrchat.com/open-beta/p/clientsim-cannot-call-vrcimagedownloaderdownloadimage-from-udonsharp
StormRel
marked this post as
tracked