Ririto Ninigaya(Ryo Tabuki's Creator)

Results 21 comments of Ririto Ninigaya(Ryo Tabuki's Creator)

try this: pip install clipboard and install pure python version 3.11.4

Try Reinstall Java

```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....

![ZZBEyd7XKI](https://github.com/issuimo/UnityResolve.hpp/assets/154670403/cd03164e-fff0-4ff2-a065-f2793c51b000) Maybe it's Windows 10 Bug...

``` 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...) ```