-
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 x64 architecture error #22
Comments
I wonder what's your platform? Are you using Windows? |
|
It actually supports windows in the first place and it's tested by our CI server... That's an issue. Thanks for the report. Will look into this. |
Thanks a lot, it's very strange that my friend's windows works. I'm looking for the difference, I'll report back here if I make progress |
@PENGUINLIONG I solved this problem, the dll of git clone can run normally, but this error will be reported when downloading the zip package. |
Interesting. The binaries are basically buffer contents, arrays of ints and floats. You might want to check out the examples in the main taichi repository and the tutorials in the taichi forum for further information about what actually are these. |
I have a same problem with |
when i just click play, the console show this error :
Failed to load 'Assets/Plugins/x86_64/taichi_c_api.dll', expected x64 architecture, but was Unknown architecture. You must recompile your plugin for x64 architecture.
but i've checked dll inspector , which is x64 architecture.
I wonder how to deal with this problem? thx
The text was updated successfully, but these errors were encountered: