I reported the issue here: https://www.ghisler.ch/board/viewtopic.php?f=6&t=54027
Search found 216 matches
- 15 Sep 2019, 22:53
- Forum: Plugins Development
- Topic: Total Commander Proxy Plugin
- Replies: 198
- Views: 1578225
Re: Total Commander Proxy Plugin
- 23 Aug 2019, 13:57
- Forum: Plugins Development
- Topic: Total Commander Proxy Plugin
- Replies: 198
- Views: 1578225
Re: Total Commander Proxy Plugin
Check the behavior directly in TC and then let me know if it's different from AS.
- 23 Aug 2019, 08:38
- Forum: Plugins Development
- Topic: Total Commander Proxy Plugin
- Replies: 198
- Views: 1578225
Re: Total Commander Proxy Plugin
I had a serious problem with the Windows Media Audio 2 plugin v1.2 and won't touch it again. It hung on a couple of my systems. The 1st time I did not stop it in time and it began deleting my Windows files. Next time I tried to reproduce on another system, I stopped it in time and did not loose as ...
- 16 Aug 2019, 17:23
- Forum: Plugins Development
- Topic: Total Commander Proxy Plugin
- Replies: 198
- Views: 1578225
Re: Total Commander Proxy Plugin
I have problem with Windows Media Audio 2 (wpdplug.wfx64)… What version of the Windows Media Audio 2 plugin do you have? I noticed that this page lists plugin version as 1.2. However I downloaded today and in the downloaded archive the pluginst.inf file says the version is actually 1.4 updated on 1...
- 16 Aug 2019, 11:43
- Forum: Plugins Development
- Topic: Total Commander Proxy Plugin
- Replies: 198
- Views: 1578225
Re: Total Commander Proxy Plugin
Updated version 0.84 of Total Commander Proxy Plugin with Altap Salamander 4.0 support is available for download . ⚠️ Please note that some x64 TC plugins that used to work with TC Proxy in AS 3.08 may stop working (crashing, not loading at all, etc) in AS 4.0. This is not bug in AS nor TC Proxy, it...
- 12 Aug 2019, 20:44
- Forum: Plugins Development
- Topic: Total Commander Proxy Plugin
- Replies: 198
- Views: 1578225
- 04 Dec 2018, 11:53
- Forum: Plugins Development
- Topic: New AS Plugin: Certificate Viewer
- Replies: 15
- Views: 63202
Re: New AS Plugin: Certificate Viewer
Good work, Vilo. Seems this plugin will save me a lot of typing of OpenSSL command lines
Thanks.

- 23 May 2017, 10:02
- Forum: Vývoj pluginů
- Topic: cesta v registrech pro Salamdner
- Replies: 7
- Views: 28408
Re: cesta v registrech pro Salamdner
Co přesně chcete udělat? Pluginové rozhraní Salamandera obsahuje mechanizmy pro čtení a zapisování konfigurace, které vás od tohoto odstíní. To číslo je SID a je unikátní pro každého přihlášeného uživatele. Pokud už musíte přistupovat do registru takto napřímo, použijte klíč HKEY_CURRENT_USER, to je...
- 15 Jan 2017, 20:31
- Forum: Problémy a jejich řešení
- Topic: Automation a ruby plugin
- Replies: 36
- Views: 61275
Re: Automation a ruby plugin
Další bugreport k problémům s přerušením běžícího skriptu.
- 15 Jan 2017, 19:58
- Forum: Problémy a jejich řešení
- Topic: Automation a ruby plugin
- Replies: 36
- Views: 61275
Re: Automation a ruby plugin
K tomu padání po skončení skriptu jsem vytvořil pro autora enginu bugreport.
- 14 Jan 2017, 14:20
- Forum: Problémy a jejich řešení
- Topic: Automation a ruby plugin
- Replies: 36
- Views: 61275
Re: Automation a ruby plugin
Po domluvě s Petrem z Altapu jsme připravili testovací verzi pluginu . Vyzkoušejte ji a dejte mi vědět, zda pro Vás řeší problém se spuštěním Ruby skriptu. Momentálně se mi s touto verzí skript spustí, ale po jeho skončení dojde k chybě v knihovně RScript22, která s sebou vezme celého Salamandera. Z...
- 14 Jan 2017, 14:09
- Forum: Sdělení a novinky
- Topic: Mimořádné vydání pluginu Automation (Automatizace) pro testování
- Replies: 0
- Views: 25269
Mimořádné vydání pluginu Automation (Automatizace) pro testování
V souvislosti s řešením potíží se spouštěním skriptů v jazyce Ruby jsme připravili upravenou verzi pluginu Automation (Automatizace) pro testování. Přestože tato verze částečně řeší problém se spuštěním Ruby skriptů, existuje malá teoretická šance, že rozbije spouštění skriptů v jiných jazycích. Pro...
- 14 Jan 2017, 14:07
- Forum: Announcements and News
- Topic: Out-of-band Automation plugin release
- Replies: 0
- Views: 23998
Out-of-band Automation plugin release
We prepared test version of the Automation plugin that fixes issues with running Ruby scripts ( as discussed in the Czech part of the forum ). Although very unlikely this change may break scripts in languages other than Ruby. All Automation plugin users are urged to test their scripts (whatever lang...
- 13 Jan 2017, 12:37
- Forum: Problémy a jejich řešení
- Topic: Automation a ruby plugin
- Replies: 36
- Views: 61275
Re: Automation a ruby plugin
…název instance WScript ja v ruby konstanta + jeho existence je pouze ve skriptu a tudíž když chce někdo použít objektové uspořádání musí se založit ten objekt s odkazem na tu instanci, pak to bude fungovat. Něco takového jsem tušil, ale se svými (ne)schopnostmi v Ruby jsem to nebyl schopný vyjádři...
- 12 Jan 2017, 19:52
- Forum: Problémy a jejich řešení
- Topic: Automation a ruby plugin
- Replies: 36
- Views: 61275
Re: Automation a ruby plugin
Je to takhle lepší? Musím se přiznat, že ani moc ne :D Mezitím jsem ale zjistil, že globální objekt WScript "trpí" stejným problémem. Zkuste následující skript ScopeWS.rb class TestScope def do # Objekt WScript neni zde ve tride k dispozici WScript.Echo("In Class") end end WScri...