-
Notifications
You must be signed in to change notification settings - Fork 297
Execute Process Request crashes UE4.24.1 #259
Comments
Hi @erpy , What's inside |
Hi @ufna, |
That also crashes with "Process URL" other than "Execute Process Request" |
What is in crash log? |
`Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000038 UE4Editor_VaRest!UVaRestRequestJSON::ProcessRequest() [d:\build++portal+dev-marketplace+full\sync\localbuilds\plugintemp\hostproject\plugins\varest\source\varest\private\varestrequestjson.cpp:410] |
[2020.01.28-09.13.15:148][797]LogScript: Warning: Accessed None trying to read property CallFunc_constructJsonRequest_jsonObj |
Looking at the logs now, and it looks like those objects are possibly null... |
I'm not sure why, but your |
I just tried a vanilla request, only using VaRest functions... same result. |
Ok, I got it working. The Json object for the request was not "constructed" using the "ConstructJSON" function, but only referencing a VaRest Json Object variable in the blueprint. Btw, thanks for your time! I appreciate. |
Thanks for pointing this, minor improvement is here :) |
Execute Process Request crashes Editor everytime. Verify peer is disabled in project config.
The text was updated successfully, but these errors were encountered: