<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Error when running model with culvert version - code or compilation issue?</title>
  <link rel="self" href="https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3392965" />
  <subtitle>Error when running model with culvert version - code or compilation issue?</subtitle>
  <id>https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3392965</id>
  <updated>2026-05-15T15:07:10Z</updated>
  <dc:date>2026-05-15T15:07:10Z</dc:date>
  <entry>
    <title>RE: Error when running model with culvert version - code or compilation iss</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3392974" />
    <author>
      <name>Andi Afif</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3392974</id>
    <updated>2019-09-20T09:51:29Z</updated>
    <published>2019-09-20T09:51:29Z</published>
    <summary type="html">Dear all,I get the same problem too but little bit differences. When I try to implement a culvert model and when I run the model I get this error&lt;br /&gt;&lt;br /&gt;***************************************&lt;br /&gt;*** Culvert data included&lt;br /&gt;***************************************&lt;br /&gt;*** ERROR Can not open shared library .dll&lt;br /&gt;*** ERROR Flow exited abnormally &lt;br /&gt;Even though I was put the plugin_culvert.dll in the same directory as d_hydro.exe, flow2d3d.dll, etc., in subdirectory &amp;#34;...\win64\dflow2d3d\bin&amp;#34; of the installation directory.&lt;br /&gt;Do you know why it happens?&lt;br /&gt;Regards,&lt;br /&gt;Andi</summary>
    <dc:creator>Andi Afif</dc:creator>
    <dc:date>2019-09-20T09:51:29Z</dc:date>
  </entry>
  <entry>
    <title>Error when running model with culvert version - code or compilation issue?</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3392964" />
    <author>
      <name>Luke Mosley</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3392964</id>
    <updated>2015-05-28T11:04:01Z</updated>
    <published>2015-05-28T10:54:27Z</published>
    <summary type="html">Hello,&lt;br /&gt;&lt;br /&gt;I am trying to implement a culvert model and when I run the model I get this fatal error:&lt;br /&gt;&lt;br /&gt; ***************************************&lt;br /&gt; *** Culvert data included     &lt;br /&gt; ***************************************&lt;br /&gt;*** ERROR Culvert input file must have version number 01.02 &lt;br /&gt;*** ERROR Flow exited abnormally &lt;br /&gt;&lt;br /&gt;My culvert file (attached) seems to have this version number. I checked for any error messages in culvert module during compilation (log below) and I can&amp;#39;t see any errors:&lt;br /&gt;&lt;br /&gt;*****************************************&lt;br /&gt;Output  &lt;br /&gt;    Compiling with Intel(R) Visual Fortran Compiler XE 12.0.5.221 [IA-32]...&lt;br /&gt;ifort /nologo /debug:full /Od /Qauto /module:&amp;#34;bin/Debug/&amp;#34; /object:&amp;#34;Debug/&amp;#34; /Fd&amp;#34;Debug\vc100.pdb&amp;#34; /traceback /check:bounds /libs:dll /threads /dbglibs /c /dll /Qvc10 /Qlocation,link,&amp;#34;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\\bin&amp;#34; &amp;#34;C:\DELFT3D\5.01.00.2163\src\plugins_lgpl\plugin_culvert\src\plugin_culvert.f90&amp;#34;&lt;br /&gt;Linking...&lt;br /&gt;Link /OUT:&amp;#34;bin/Debug\plugin_culvert.dll&amp;#34; /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:&amp;#34;C:\DELFT3D\5.01.00.2163\src\plugins_lgpl\plugin_culvert\bin\Debug\plugin_culvert.dll.intermediate.manifest&amp;#34; /MANIFESTUAC:&amp;#34;level=&amp;#39;asInvoker&amp;#39; uiAccess=&amp;#39;false&amp;#39;&amp;#34; /DEBUG /PDB:&amp;#34;bin/Debug/plugin_culvert.pdb&amp;#34; /SUBSYSTEM:WINDOWS /IMPLIB:&amp;#34;bin/Debug/plugin_culvert.lib&amp;#34; /DLL &amp;#34;Debug/plugin_culvert.obj&amp;#34;&lt;br /&gt;Link: executing &amp;#39;link&amp;#39;&lt;br /&gt;   Creating library bin/Debug/plugin_culvert.lib and object bin/Debug/plugin_culvert.exp&lt;br /&gt;&lt;br /&gt;Embedding manifest...&lt;br /&gt;mt.exe /nologo /outputresource:&amp;#34;C:\DELFT3D\5.01.00.2163\src\plugins_lgpl\plugin_culvert\bin\Debug\plugin_culvert.dll;#2&amp;#34; /manifest &amp;#34;C:\DELFT3D\5.01.00.2163\src\plugins_lgpl\plugin_culvert\bin\Debug\plugin_culvert.dll.intermediate.manifest&amp;#34;&lt;br /&gt;Performing Post-Build Event...&lt;br /&gt;..\..\scripts_lgpl\win32\oss-install_debug.cmd plugin_culvert&lt;br /&gt;oss-install_debug...&lt;br /&gt;Source          : package/engine plugin_culvert&lt;br /&gt;&amp;#34;installing plugin_culvert . . .&amp;#34;&lt;br /&gt;        1 file(s) copied.&lt;br /&gt;&lt;br /&gt;plugin_culvert - 0 error(s), 0 warning(s)&lt;br /&gt;&lt;br /&gt; *********************************&lt;br /&gt;&lt;br /&gt;Any idea if this is a compilation issue or where I should check? I compiled the code version 5.01.00.2163 and examples without culverts seem to run OK.&lt;br /&gt;&lt;br /&gt;Do I need to copy culvert_plugin bin files somewhere once I have compiled code?&lt;br /&gt;&lt;br /&gt;Kind regards&lt;br /&gt;&lt;br /&gt;Luke</summary>
    <dc:creator>Luke Mosley</dc:creator>
    <dc:date>2015-05-28T10:54:27Z</dc:date>
  </entry>
</feed>
