<?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>d_hydro.exe has stopped working</title>
  <link rel="self" href="https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3404909" />
  <subtitle>d_hydro.exe has stopped working</subtitle>
  <id>https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3404909</id>
  <updated>2026-05-15T15:07:01Z</updated>
  <dc:date>2026-05-15T15:07:01Z</dc:date>
  <entry>
    <title>RE: d_hydro.exe has stopped working</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405046" />
    <author>
      <name>Adri Mourits</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405046</id>
    <updated>2018-05-17T14:51:37Z</updated>
    <published>2018-05-17T14:51:37Z</published>
    <summary type="html">&lt;p&gt;Hi Kostia,&lt;/p&gt;
&lt;p&gt;Good to hear it works.&lt;/p&gt;
&lt;p&gt;The disadvantage of using ASCII instead of shared memory for the
  communication is that it is much slower.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adri&lt;/p&gt;</summary>
    <dc:creator>Adri Mourits</dc:creator>
    <dc:date>2018-05-17T14:51:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: d_hydro.exe has stopped working</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405034" />
    <author>
      <name>Kostia Shiian</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405034</id>
    <updated>2018-05-17T07:23:11Z</updated>
    <published>2018-05-17T07:23:11Z</published>
    <summary type="html">&lt;p&gt;Adri, you have been right. I have changed StreamType to ASCII
  in dioconfig.ini under all Dataset section and it has executed successfully. &lt;/p&gt;
&lt;p&gt;Thanks a lot for your help.&lt;/p&gt;</summary>
    <dc:creator>Kostia Shiian</dc:creator>
    <dc:date>2018-05-17T07:23:11Z</dc:date>
  </entry>
  <entry>
    <title>RE: d_hydro.exe has stopped working</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405026" />
    <author>
      <name>Adri Mourits</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405026</id>
    <updated>2018-05-16T18:34:39Z</updated>
    <published>2018-05-16T18:34:39Z</published>
    <summary type="html">&lt;p&gt;Hi Kostia,&lt;/p&gt;
&lt;p&gt;When running the FluidMud example on Windows, two instances of
  Delft3D-FLOW are launched that communicate with each other via a
  shared memory block. Looking at your screenshot, it seems that the
  creation of the shared memory block did not succeed. My guess is that
  the security settings on your machine are blocking this.&lt;/p&gt;
&lt;p&gt;If you don't plan to use this FluidMud functionality, you better skip
  this example.&lt;/p&gt;
&lt;p&gt;If you do plan to use this FluidMud functionality, try to run the
  example without using shared memory: open file
  &amp;quot;...\examples\04_fluidmud\dioconfig.ini&amp;quot; in a text editor
  and replace all occurrences of &amp;quot;StreamType=SharedMem&amp;quot; by &amp;quot;StreamType=ASCII&amp;quot;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adri&lt;/p&gt;</summary>
    <dc:creator>Adri Mourits</dc:creator>
    <dc:date>2018-05-16T18:34:39Z</dc:date>
  </entry>
  <entry>
    <title>d_hydro.exe has stopped working</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3404908" />
    <author>
      <name>Kostia Shiian</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3404908</id>
    <updated>2018-05-05T14:55:02Z</updated>
    <published>2018-05-05T14:53:50Z</published>
    <summary type="html">&lt;p&gt;Hi. &lt;/p&gt;
&lt;p&gt;I successfully built source code on Win10 Pro, VS 2015 + Intel
  Parallel Studio XE 2018 Update after some manipulations:&lt;/p&gt;
&lt;p&gt;- replacing flex.exe and byacc.exe with my own compiled on MSYS2&lt;/p&gt;
&lt;p&gt;- changing FORTRAN configuration for more modern version &lt;/p&gt;
&lt;p&gt;Also I ran all test and they were passed except one - 04_fluidmud&lt;/p&gt;
&lt;p&gt;When I run this test it throws d_hydro.exe has stopped working.&lt;/p&gt;
&lt;p&gt;So, I built debug version and created memory dump of crashing process
  using sysinternals procdump utility. Dump analyzing shows the next
    - &lt;a href="https://snag.gy/zC5LhA.jpg"&gt;https://snag.gy/zC5LhA.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The problem is occurred in dio_shm_f2c_c.cpp&lt;/p&gt;
&lt;p&gt;I will be appreciate if someone can help with this.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Kostia Shiian</dc:creator>
    <dc:date>2018-05-05T14:53:50Z</dc:date>
  </entry>
</feed>
