Error compiling ANURA3D_2024 #235
-
Dear all, BuildLog.txt |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 23 replies
-
Hello, Dario. I'm having the same problem as you. Marcus |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@19Dario88 hello, I installed the same version of Visual Studio 2022 (v.17.9.6), OneAPI Base+HPC toolkit (v. 2024.2) as you, and I met same problem when compiling the Anura2024, but the same problem also occurred in Anura2023, can you give some suggestions, thanks |
Beta Was this translation helpful? Give feedback.
-
Hello Dario, I'm having the same problem and I'm using the same versions of VS and oneAPI Base + HPC. If someone has any suggestions, I would really appreciate it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, I am experiencing the same problem mentioned above. Has anyone found a solution? Your assistance would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Does anyone have problem with the release file now? The executable file right now doesn't work because the file "zlib.dll" is not installed. |
Beta Was this translation helpful? Give feedback.
-
Hi Armin,
The error you run into says there is a problem with the compiling Anura3D.
Please check the error messages in Visual Studio. It should say 1 succeed,
0:error, after compiling the release.
If you compiled with success, please be sure that you copy Anura3D
executable file in .gid file then you copy and paste it into problem
solution file in the main folder of GiD
|
Beta Was this translation helpful? Give feedback.
-
Dear Emre,
I installed GiD 17.0.2 instead of GiD 17.1.2. Also, As you can see, I
copied the executable file into Anura3D_2024.gid and then copied
Anura3D_2024.gid problem types folder in GiD. Although, the error still
remains, and as you can see in the second picture, after I ran the model
just these files had been generated. I want to sketch my model from the
start point. Do you have any other suggestions?
Regards.
…On Thu, Feb 13, 2025 at 6:38 PM Emre ***@***.***> wrote:
You should have copied the executable file (Anura3D_2024.exe) in the
release folder into Anura3D_2024.gid folder which is located at the
GiD_Problemtype, after src. Then you copied Anura3D_2024.gid problem types
folder in GiD. Is that correct? If it's so, there is no problem in this
part.
Apart from above, your GiD may not generate Anura3D folder. May be due to
the version issue of GiD. Could you use GiD V16 to generate these files?
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/Anura3D/Anura3D_OpenSource/discussions/235*discussioncomment-12194762__;Iw!!IKRxdwAv5BmarQ!YT8sddqSTGLiVGhzDW9q6wnA6cT4I_72x3ZXU5hn1E7NBBJvtkmnwDsusW-7sjuSAFEcAQHYeMcpqj_0FXzGS4xQhkqM$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/BOTMQCWJQPT6LCMORLYGVHD2PVCJTAVCNFSM6AAAAABKHWYYNKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJZGQ3TMMQ__;!!IKRxdwAv5BmarQ!YT8sddqSTGLiVGhzDW9q6wnA6cT4I_72x3ZXU5hn1E7NBBJvtkmnwDsusW-7sjuSAFEcAQHYeMcpqj_0FXzGSwgnzzHE$>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Hi everyone, thanks for all the reply. The issue is indeed related to the oneAPI2024.2.
To fix it, you should comment line 55 of WriteOutput_Gid.for file by adding a ! before the command:
This will disable the option to post-process results in GiD. We are working on that and will release a patch soon.
Please let me know if this solution works on your system too.
Thanks all for the support.