<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>IS-Network Bugtracker</title>
    <lastBuildDate>Thu, 09 May 2024 15:29:35 +0000</lastBuildDate>
    <description>Feed for all projects</description>
    <link>http://www.isnetwork.at/bugtracker/</link>
        <item>
      <title>FS#308: Beim Testen eines Projektes mit F5 kommt es häufiger zu einem Crash mit einem Array Range Überlauf.</title>
      <author>Hanno Witt</author>
      <pubDate>Fri, 23 Feb 2024 14:15:37 +0000</pubDate>
      <description><![CDATA[<p>Hallo Christian.</p>

<p>Bei verschiedenen Projekten kommt es immer mal wieder zu einem ISN Studio-Absturz mit der angehängten Fehlermeldung. Es scheint, als ob da ein Zugriff auf ein Array ausserhalb des gültigen Bereichs erfolgt. Der Fehler tritt bei denselben Aktionen nicht immer auf, sondern nur sporadisch. In einigen Fällen zu 80% in anderen fast nie.</p>

<p>Im Einsatz ist ein voll gepatchtes Windows 11 Pro, 64 Bit (lies sich in der Auswahlbox nicht anwählen). Gemeinsam ist allen Projekten, dass sie sehr gross sind. Das aktuelle mit den häufigsten Crashes umfasst im stripped-File 68201 Zeilen Code. Aktuell tritt der Fehler gehäuft bei der Erstellung einer komplexen Excel-Datei auf, wobei der Fehler nicht direkt mit dem Excel-Objekt zu tun zu haben scheint. Die mit F5 gestartete Applikation läuft stabil durch.</p>

<p>Falls ich noch irgendwelche Infos generieren kann - bitte melden.</p>

<p>Viele Grüße und ein herzliches Dankeschön für Deine Arbeit am ISN Studio<br />
Hanno</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=308</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=308</guid>
    </item>
        <item>
      <title>FS#307: Beim überfahren von Code mit der Maus und gedrückter linker Maustaste hängt sich das Studio auf.</title>
      <author>Hanno Witt</author>
      <pubDate>Thu, 10 Feb 2022 08:10:02 +0000</pubDate>
      <description><![CDATA[<p>Hallo Christian,</p>

<p>beim überfahren von Code (keine Kommentare) mit der Maus und gedrückter linker Maustaste zur Selektion hängt sich das Studio häufiger auf. Abhilfe schafft nur der &quot;Abschuss&quot; über den Task-Manager. Leider gehen dabei noch nicht gespeicherte Änderungen verloren. Das Problem existierte auch schon in V.1.13. Ich kann mich nicht daran erinnern, dass es auch schon in V.1.12 da war, ich kann mich aber auch irren.</p>

<p>Besonders häufig tritt es auf, wenn die Selektion zu Beginn einer Funktion oder Variablen ($) beginnt. Beim aktuellen Projekt mit 10 Dateien und ca. 10000 Zeilen Code und Kommentaren habe ich mindestens ein halbes Dutzend Abstürze am Tage.</p>

<p>Viele Grüße und Danke für die tolle Arbeit am ISN Studio<br />
Hanno</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=307</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=307</guid>
    </item>
        <item>
      <title>FS#306: Command Line Tool ISN_cmd.exe erweitern</title>
      <author>SebbiUltimate</author>
      <pubDate>Fri, 01 Jan 2021 21:07:40 +0000</pubDate>
      <description><![CDATA[<p>Grundsätzlich funktioniert ISN_cmd.exe zur automatisierten Kompilierung, stößt aber bei der Integration in moderne CI/CD Pipelines wie z.B. Gitlab an seine Grenzen.</p>

<p>Ich hätte folgende Verbesserungsvorschläge:</p>

<p>- Wenn kein Fenster vom ISN AutoIt Studio gefunden wird, automatisch das Programm starten und warten bis es bereit ist</p>

<p>- Beim ParameterÂ /isn_close_project sollte das Fenster für Changelog automatisch übersprungen werden</p>

<p>- Beim Kompilieren sollte die Logausgabe auf STDOUT von ISN_cmd.exe umgeleitet werden.</p>

<p>- Das ISN AutoItÂ Studio hat benutzerspezifische Daten u.a. in der Registry und im Benutzerprofil sodass beim Start im SYSTEM-Kontext ein Dialog zur Einrichtung erscheint. Dies sollte bei der Automation komplett übersprungen werden da keine neuen Projekte angelegt werden sondern nur bestehende kompiliert werden. Daher sollte das automatisiert ablaufen ohne Dialogfenster.</p>

<p>Am besten wäre es natürlich, wenn die notwendigen Funktionen in eine Library ausgelagert würden und in der ISN_cmd.exe komplett headless ausgeführt werden würden, aber wenn das zu viel Aufwand darstellt, reichen die 4 Punkte aus.</p>

<p>Â </p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=306</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=306</guid>
    </item>
        <item>
      <title>FS#305: Ausgabe auf der Console funktioniert nicht mehr.</title>
      <author>Hanno Witt</author>
      <pubDate>Mon, 03 Feb 2020 11:38:42 +0000</pubDate>
      <description><![CDATA[<p>Ausgaben mit ConsoleWrite werden in V.1.10 nicht mehr im Consolenfenster (Mitte-unten) ausgebenen. Mit V.1.09 funktioniert dies noch.</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=305</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=305</guid>
    </item>
        <item>
      <title>FS#304: %filename% does nothing in macro</title>
      <author>Scott Saltz</author>
      <pubDate>Thu, 05 Dec 2019 22:42:47 +0000</pubDate>
      <description><![CDATA[<p>Trying to use% filename% in a macro to compile the current script being edited.</p>

<p>if i do a messagebox and try to display it, from the macro, it shows only me% filename%</p>

<p>Scott</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=304</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=304</guid>
    </item>
        <item>
      <title>FS#303: FILE / Settings is causing the studio to crash</title>
      <author>Scott Saltz</author>
      <pubDate>Thu, 05 Dec 2019 21:32:10 +0000</pubDate>
      <description><![CDATA[<p>File / Settings is causing the studio to crash. Please help?</p>

<p>I'm trying to turn ON the TOGGLE SCRIPT TREE (old right arrow).</p>

<p>Scott</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=303</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=303</guid>
    </item>
        <item>
      <title>FS#302: &quot;formstudio.exe&quot; identified as &quot;MSIL/Spy.Agent.AES&quot; trojan by ESET Endpoint Antivirus</title>
      <author>oscar freeman</author>
      <pubDate>Fri, 24 May 2019 22:32:58 +0000</pubDate>
      <description><![CDATA[<p>ESET Endpoint Antivirus (Version7.0.2091.0) has detected &quot;<strong>formstudio.exe</strong>&quot; as &quot;<strong>MSIL/Spy.Agent.AES</strong>&quot; trojan.</p>

<p><a href="https://www.virusradar.com/en/MSIL_Spy.Agent.AES/description">https://www.virusradar.com/en/MSIL_Spy.Agent.AES/description</a></p>

<p><strong>The log :</strong></p>

<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;<br />
&lt;ESET&gt;<br />
Â  &lt;LOG&gt;<br />
Â  Â  &lt;RECORD&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Time&quot;&gt;22.05.2019 08:48:24&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Scanner&quot;&gt;Real-time file system protection&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Object type&quot;&gt;file&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Object&quot;&gt;D:\tools\isn autoit studio\data\plugins\formstudio2\formstudio2.exe&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Detection&quot;&gt;MSIL/Spy.Agent.AES trojan&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Action&quot;&gt;cleaned by deleting&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;User&quot;&gt;NT AUTHORITY\SYSTEM&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Information&quot;&gt;Event occurred during an attempt to access the file by the application: C:\Windows\System32\CompatTelRunner.exe (14D0DE3FF0DBD983C1D146AA9316B3D90A41D5AF).&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Hash&quot;&gt;C814998671ED57760AF3C23C729ACF6EAE9AA378&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;First seen here&quot;&gt;4.05.2019 20:08:54&lt;/COLUMN&gt;<br />
Â  Â  &lt;/RECORD&gt;<br />
Â &lt;/LOG&gt;<br />
&lt;/ESET&gt;</p>

<p>Â </p>

<p>Â </p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=302</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=302</guid>
    </item>
        <item>
      <title>FS#301: Selecting &quot;Name of the project&quot; on &quot;Create new project&quot; window</title>
      <author>oscar freeman</author>
      <pubDate>Sat, 04 May 2019 20:56:02 +0000</pubDate>
      <description><![CDATA[<p>After writing name of the project in the relevant input box on create new project window, the written charactersÂ cannot be selected by using Shift + Left Arrow key combination. (While the same input can be selected by using Shift + Right Arrow)</p>

<p>I've realized it, when I wanted to copy what I wrote, first tried to selectÂ the project name after writing it.</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=301</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=301</guid>
    </item>
        <item>
      <title>FS#300: &quot;Script tree&quot; caption is shown as &quot;Project tree&quot; on every start up</title>
      <author>oscar freeman</author>
      <pubDate>Sat, 04 May 2019 20:45:55 +0000</pubDate>
      <description><![CDATA[<p>After opening ISN Studio with any project, on the right hand side, &quot;Script tree&quot;s caption is shown as &quot;Project tree&quot; as well. Then, after &quot;toggling script tree&quot; from View menu, fixes itself.</p>

<p>It occurs every new opening of ISN Studio project.</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=300</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=300</guid>
    </item>
        <item>
      <title>FS#299: Login Box does not open</title>
      <author>oscar freeman</author>
      <pubDate>Sat, 04 May 2019 20:31:26 +0000</pubDate>
      <description><![CDATA[<p>Using menu options &quot;Bugtracker - Login&quot; does not open any login input box.</p>]]></description>
      <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=299</link>
      <guid>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=299</guid>
    </item>
      </channel>
</rss>
