-
Notifications
You must be signed in to change notification settings - Fork 12
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
DLL not found #26
Comments
Sorry that we don't have prebuilt binary for Linux platform, but the examples should work out of the box on either Windows/macOS. You can follow the instruction here (https://github.com/taichi-dev/taichi-unity2) and see if you can build |
I am getting the same issue on both Windows/macOS... Is there anything I can look into for this issue on Windows/macOS? |
That's funny. Could you provide more information like unity logs etc about that? The repo is continuously covered by our CI so it shouldn't break. |
It is the same DLLNotFoundException as above. There is also a NullReferenceException which I believe is caused by the DLL not being found. |
Well I just upgraded the prebuilts in #27. Please check if the latest master still have the problem. At least I tried a bit and it simply works. Otherwise I would recommend you to double check if you have installed the MSVC redistributables https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170 but it should come with any Windows 10 or higher. If it again crashes I can hardly help. |
Hi @PENGUINLIONG , in the readme there's a unity version requirement saying it needs 2022.3.14 or above to operate, but we can not find this version anywhere. Is this a typo? |
@PENGUINLIONG Thank you for upgrading the prebuilt. I have ended up fixing this issue by getting a fresh build and following the developer installation here https://docs.taichi-lang.org/docs/dev_install. |
Hi team, I'm trying to run this example on Ubuntu 20.04, with Unity 2023.1.0a21. It is complaining about the error above. Any suggestions for resolving this?
The text was updated successfully, but these errors were encountered: