Ririto Ninigaya(Ryo Tabuki's Creator)
Ririto Ninigaya(Ryo Tabuki's Creator)
try this: pip install clipboard and install pure python version 3.11.4
Try Reinstall Java
ok, thanks
```cpp auto CoreModule = UnityResolve::Get("UnityEngine.CoreModule.dll"); auto camerafunction = CoreModule->Get("Camera", "UnityEngine"); float fov = camerafunction->GetValue(camerafunction, "fieldOfView"); ``` It is Not Crashing... Init Function is Calling Crash on Unity3D....
 Maybe it's Windows 10 Bug...
again crash... T_T
``` Exception thrown at 0x00007FF8BAEAC8F3 (mono-2.0-bdwgc.dll) in GeckoGirlProject.exe: 0xC0000005: Access violation reading location 0x0000000000000110. ``` And I'm Getting This Exception while Getting Camera Function...
> again crash... T_T Error With New Version: ``` Exception thrown at 0x00007FFF08F560F5 (mono-2.0-bdwgc.dll) in GeckoGirlProject.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF. ```
Code while crashing in mono: ```cpp if (address_[funcName] != nullptr) return reinterpret_cast(address_[funcName])(args...) ```