<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-03-10 15:40:26]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://openiv.com/bugs/</docs><link>https://openiv.com/bugs/</link><description><![CDATA[OpenIV - Issues]]></description><title>OpenIV - Issues</title><image><title>OpenIV - Issues</title><url>https://openiv.com/bugs/images/mantis_logo_button.gif</url><link>https://openiv.com/bugs/</link><description><![CDATA[OpenIV - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0000891: The program closes</title><author></author><link>https://openiv.com/bugs/view.php?id=891</link><description><![CDATA[The program closes when opening a file or when installing asi manager and returns an error.]]></description><category>Tools - Texture editor</category><pubDate>Sun, 08 Jun 2025 21:33:26 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=891</guid><comments>https://openiv.com/bugs/view.php?id=891#bugnotes</comments></item><item><title>0000890: [Collisions][BUG] Некорректная генерация ссылок на соседние полигоны (Siblings) при конвертации коллизионных объектов в OpenIV</title><author></author><link>https://openiv.com/bugs/view.php?id=890</link><description><![CDATA[Описание проблемы:&lt;br /&gt;
OpenIV генерирует некорректные ссылки на соседние полигоны (Siblings) для коллизионных объектов при конвертации из openformat (obn, odr) в игровой формат (ybn, ydr), даже с включенным параметром ComputePolyNeighbors True. Это приводит к необходимости вручную исправлять ссылки. В противном случае, неправильные ссылки могут периодически вызывать краши игры.&lt;br /&gt;
&lt;br /&gt;
Воспроизведение:&lt;br /&gt;
    Экспортировать модель с коллизионными объектами в openformat, оставив ссылки Siblings пустыми (-1 -1 -1) с включенным параметром ComputePolyNeighbors True.&lt;br /&gt;
    Или экспортировать с выключенным параметром, но с правильно заданными ссылками.&lt;br /&gt;
    Импортировать файл в OpenIV и проверить, что ссылки на соседние полигоны остаются некорректными.&lt;br /&gt;
&lt;br /&gt;
Результат:&lt;br /&gt;
Ссылки Siblings неправильно вычисляются или не сохраняются корректно в конвертированном файле, несмотря на активацию параметра ComputePolyNeighbors True.&lt;br /&gt;
Ожидаемый результат:&lt;br /&gt;
OpenIV должен правильно вычислять и генерировать ссылки на соседние полигоны для коллизионных объектов.&lt;br /&gt;
&lt;br /&gt;
Решение:&lt;br /&gt;
    Метод public void UpdateEdgeIndices() из CodeWalker должен быть использован для корректировки ссылок на соседние полигоны. Этот метод пересчитывает соседей и восстанавливает правильные ссылки. &lt;a href=&quot;https://github.com/dexyfex/CodeWalker/blob/c45ea837330864c03ca5f355fd38affab85e46c5/CodeWalker.Core/GameFiles/Resources/Bounds.cs#L2160-L2271&quot;&gt;https://github.com/dexyfex/CodeWalker/blob/c45ea837330864c03ca5f355fd38affab85e46c5/CodeWalker.Core/GameFiles/Resources/Bounds.cs#L2160-L2271&lt;/a&gt;&lt;br /&gt;
    Проблемы с соседями полигонов:&lt;br /&gt;
        Если грань (e1, e2, e3) полигона ссылается на несуществующий соседний полигон (индекс больше числа полигонов), это считается ошибкой. Код пересчитывает соседей для всех полигонов, чтобы восстановить правильные ссылки.&lt;br /&gt;
    Неверные ссылки на вершины:&lt;br /&gt;
        Если грань полигона (через соседний полигон) указывает на несуществующую вершину (индекс больше числа вершин), это тоже считается ошибкой и исправляется.&lt;br /&gt;
    Пересчёт соседей:&lt;br /&gt;
        Границы (edges) полигонов пересчитываются с использованием уникальных идентификаторов (на основе индексов вершин).&lt;br /&gt;
        Словарь (edgeMapping) связывает грани с их полигонами, чтобы правильно определить, какие полигоны являются соседями через эти грани.&lt;br /&gt;
        Соседние полигоны обновляются для каждого типа 0 (валидного полигона).&lt;br /&gt;
    Итог: Код гарантирует, что каждая грань полигона правильно ссылается на соседний полигон (или -1, если сосед отсутствует), а также исправляет проблемы с вершинами, чтобы коллизионная геометрия не сбоила. Это важно для корректной работы коллизии без крашей.&lt;br /&gt;
&lt;br /&gt;
    Валидация ссылок может быть выполнена с использованием кода из ResourceChecks.cpp. &lt;a href=&quot;https://github.com/citizenfx/fivem/blob/eb1e6d85586aea7796510e5f663745c38050de91/code/components/gta-streaming-five/src/ResourceChecks.cpp#L139-L309&quot;&gt;https://github.com/citizenfx/fivem/blob/eb1e6d85586aea7796510e5f663745c38050de91/code/components/gta-streaming-five/src/ResourceChecks.cpp#L139-L309&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
    Специальная утилита Ymap-Ybn Mover может быть использована для исправления и корректировки ссылок в .ybn, .ydr, .yft файлах. Подробнее на GitHub репозитории. &lt;a href=&quot;https://github.com/92-Smallo/Ymap-Ybn-Mover/tree/master&quot;&gt;https://github.com/92-Smallo/Ymap-Ybn-Mover/tree/master&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
    Обсуждение проблемы можно найти на форуме How to fixing invalid poly edge references &lt;a href=&quot;https://forum.cfx.re/t/how-to-fixing-invalid-poly-edge-references/2158569&quot;&gt;https://forum.cfx.re/t/how-to-fixing-invalid-poly-edge-references/2158569&lt;/a&gt; и на GitHub Issue #2799. &lt;a href=&quot;https://github.com/citizenfx/fivem/issues/2799?ysclid=m6lb7j0pbb486229925&quot;&gt;https://github.com/citizenfx/fivem/issues/2799?ysclid=m6lb7j0pbb486229925&lt;/a&gt;]]></description><category>openFormats</category><pubDate>Sat, 01 Feb 2025 02:56:53 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=890</guid><comments>https://openiv.com/bugs/view.php?id=890#bugnotes</comments></item><item><title>0000889: EArgumentException</title><author></author><link>https://openiv.com/bugs/view.php?id=889</link><description><![CDATA[Time: &quot;13:54:41&quot;&lt;br /&gt;
Type: &quot;EArgumentException&quot;&lt;br /&gt;
Message: &quot;Invalid characters in path&quot;]]></description><category>OpenIV Core</category><pubDate>Wed, 01 Jan 2025 04:14:41 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=889</guid><comments>https://openiv.com/bugs/view.php?id=889#bugnotes</comments></item><item><title>0000888: Crashes when viewing .ydd</title><author></author><link>https://openiv.com/bugs/view.php?id=888</link><description><![CDATA[When viewing a .ydd in OpenIV It will let me view the 1st one but after that if I close out of viewing it and go to view a second .ydd I get the blue error popup and then OpenIV crashes. (See attached picture)]]></description><category>General</category><pubDate>Thu, 13 Jun 2024 17:25:32 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=888</guid><comments>https://openiv.com/bugs/view.php?id=888#bugnotes</comments></item><item><title>0000887: Open IV not working</title><author></author><link>https://openiv.com/bugs/view.php?id=887</link><description><![CDATA[Time: &quot;11:47:24&quot;&lt;br /&gt;
Type: &quot;EArgumentException&quot;&lt;br /&gt;
Message: &quot;Invalid characters in path&quot;&lt;br /&gt;
&lt;br /&gt;
Additional information:&lt;br /&gt;
[Context]&lt;br /&gt;
App::Temp=C:\Users\rnewl\AppData\Local\Temp\OpenIV_27E8BE05\&lt;br /&gt;
Main::ExploreArchiveNode::WorkItem=D:\SteamLibrary\steamapps\common\Grand Theft Auto V\&lt;br /&gt;
GetSystemDefaultLangID=1033&lt;br /&gt;
SysLocale={ DefaultLCID: &quot;1033&quot;, PriLangID: &quot;9&quot;, SubLangID: &quot;1&quot;, FarEast: &quot;True&quot;, MiddleEast: &quot;True&quot; }&lt;br /&gt;
App::Path=C:\Users\rnewl\AppData\Local\New Technology Studio\Apps\OpenIV\&lt;br /&gt;
GetThreadLocale=1033 (0x0409)&lt;br /&gt;
Game::Platform=pc&lt;br /&gt;
Main::ExploreArchiveNode::ParentArchive=D:\SteamLibrary\steamapps\common\Grand Theft Auto V\&lt;br /&gt;
ApplicationPath=C:\Users\rnewl\AppData\Local\New Technology Studio\Apps\OpenIV\&lt;br /&gt;
OS=Windows 10 (Version 10.0, Build 0, 64-bit Edition)&lt;br /&gt;
Game::ID=Five (GTA V)&lt;br /&gt;
GetSystemDefaultLCID=1033&lt;br /&gt;
App::Lang=en_GB&lt;br /&gt;
Game::Path=D:\SteamLibrary\steamapps\common\Grand Theft Auto V\&lt;br /&gt;
&lt;br /&gt;
[Windows]&lt;br /&gt;
TSearchWindow=Search - OpenIV&lt;br /&gt;
TMainWindow=OpenIV - GTA V - [Edit mode]&lt;br /&gt;
TActionsModule=ActionsModule&lt;br /&gt;
TErrorWindow=OpenIV - Application error&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Exeption]&lt;br /&gt;
Exe: 4.1.0.1502 1/21/2022&lt;br /&gt;
Address: 0x0050AA74&lt;br /&gt;
ClassName: EArgumentException&lt;br /&gt;
MessageText: Invalid characters in path]]></description><category>General</category><pubDate>Sat, 20 Apr 2024 18:51:36 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=887</guid><comments>https://openiv.com/bugs/view.php?id=887#bugnotes</comments></item><item><title>0000886: I moved the updates folder in mods</title><author></author><link>https://openiv.com/bugs/view.php?id=886</link><description><![CDATA[I accidentally moved the updates folder in mods and it doesn't let me move it there, which means that any movement I make will move everything there, I already uninstalled the application and deleted everything, but it doesn't give me the option]]></description><category>General</category><pubDate>Mon, 08 Apr 2024 10:11:57 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=886</guid><comments>https://openiv.com/bugs/view.php?id=886#bugnotes</comments></item><item><title>0000885: Critical error</title><author></author><link>https://openiv.com/bugs/view.php?id=885</link><description><![CDATA[Help! No mod with .oiv extension can be installed. (&lt;a href=&quot;https://imgur.com/a/bCE8qtp&quot;&gt;https://imgur.com/a/bCE8qtp&lt;/a&gt;)]]></description><category>Package Installer</category><pubDate>Sat, 23 Mar 2024 18:54:29 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=885</guid><comments>https://openiv.com/bugs/view.php?id=885#bugnotes</comments></item><item><title>0000884: "Invalid characters in path"</title><author></author><link>https://openiv.com/bugs/view.php?id=884</link><description><![CDATA[Time: &quot;17:36:43&quot;&lt;br /&gt;
Type: &quot;EArgumentException&quot;&lt;br /&gt;
Message: &quot;Invalid characters in path&quot;&lt;br /&gt;
&lt;br /&gt;
Additional information:&lt;br /&gt;
[Context]&lt;br /&gt;
App::Temp=C:\Users\Qu33n\AppData\Local\Temp\OpenIV_0092DD0B\&lt;br /&gt;
Main::ExploreArchiveNode::WorkItem=E:\Grand Theft Auto V\&lt;br /&gt;
GetSystemDefaultLangID=1033&lt;br /&gt;
SysLocale={ DefaultLCID: &quot;1033&quot;, PriLangID: &quot;9&quot;, SubLangID: &quot;1&quot;, FarEast: &quot;True&quot;, MiddleEast: &quot;True&quot; }&lt;br /&gt;
App::Path=C:\Users\Qu33n\AppData\Local\New Technology Studio\Apps\OpenIV\&lt;br /&gt;
GetThreadLocale=1033 (0x0409)&lt;br /&gt;
Game::Platform=pc&lt;br /&gt;
Main::ExploreArchiveNode::ParentArchive=E:\Grand Theft Auto V\&lt;br /&gt;
ApplicationPath=C:\Users\Qu33n\AppData\Local\New Technology Studio\Apps\OpenIV\&lt;br /&gt;
OS=Windows 10 (Version 10.0, Build 0, 64-bit Edition)&lt;br /&gt;
Game::ID=Five (GTA V)&lt;br /&gt;
GetSystemDefaultLCID=1033&lt;br /&gt;
App::Lang=en_GB&lt;br /&gt;
Game::Path=&lt;br /&gt;
&lt;br /&gt;
[Windows]&lt;br /&gt;
TSearchWindow=Search - OpenIV&lt;br /&gt;
TMainWindow=OpenIV - GTA V - [Read only mode]&lt;br /&gt;
TActionsModule=ActionsModule&lt;br /&gt;
TErrorWindow=OpenIV - Application error&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Exeption]&lt;br /&gt;
Exe: 4.1.0.1502 1/21/2022&lt;br /&gt;
Address: 0x0050AA74&lt;br /&gt;
ClassName: EArgumentException&lt;br /&gt;
MessageText: Invalid characters in path]]></description><category>General</category><pubDate>Fri, 22 Mar 2024 00:41:49 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=884</guid><comments>https://openiv.com/bugs/view.php?id=884#bugnotes</comments></item><item><title>0000883: Search Bar</title><author></author><link>https://openiv.com/bugs/view.php?id=883</link><description><![CDATA[every time I use the search bar and type in a file name or cs4_14 etc. I get a window popping up telling me to restart openiv. ive tried doing it and it keeps doing the same thing. this has never happened before when searching for stuff &lt;br /&gt;
&lt;br /&gt;
ive uninstalled openiv, reinstalled it same thing happens. ive tried cs4_14_hickbar still crash even cs4_14 still crash tried another file name like dt1_14 etc and keeps crash.&lt;br /&gt;
&lt;br /&gt;
im out of ideas as this has never happened to me before with openiv]]></description><category>User interface</category><pubDate>Thu, 14 Mar 2024 04:41:41 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=883</guid><comments>https://openiv.com/bugs/view.php?id=883#bugnotes</comments></item><item><title>0000696: OpenIV might crash with "Invalid characters in path" error while saving texture</title><author></author><link>https://openiv.com/bugs/view.php?id=696</link><description><![CDATA[Sometimes OpenIV might crash with &quot;Invalid characters in path&quot; error while saving texture]]></description><category>Tools - Texture editor</category><pubDate>Mon, 04 Mar 2024 07:52:40 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=696</guid><comments>https://openiv.com/bugs/view.php?id=696#bugnotes</comments></item><item><title>0000881: OpenIV crashes on launch</title><author></author><link>https://openiv.com/bugs/view.php?id=881</link><description><![CDATA[program crashes on launch after creating mods folder. When mod folder with GTA5 install directory is empty it will load into main area but will crash once trying to go into update.rpf &gt;&gt;update.rpf]]></description><category>Tools</category><pubDate>Thu, 14 Dec 2023 03:21:59 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=881</guid><comments>https://openiv.com/bugs/view.php?id=881#bugnotes</comments></item><item><title>0000882: Blocked By Rockstar</title><author></author><link>https://openiv.com/bugs/view.php?id=882</link><description><![CDATA[Every time i launch GTA V from the Rockstar Games Launcher with the Mod activated ,  i get the error code that the mod is not supported and the game crashes. Without the OpenIV mod it works fine.]]></description><category>OpenIV Core</category><pubDate>Mon, 11 Dec 2023 20:26:34 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=882</guid><comments>https://openiv.com/bugs/view.php?id=882#bugnotes</comments></item><item><title>0000880: My OpenIV crashes whenever I try to open the ASI manager.</title><author></author><link>https://openiv.com/bugs/view.php?id=880</link><description><![CDATA[My OpenIV crashes whenever I try to open the ASI manager. I've been trying to get back into GTA modding but I can't without OpenIV.asi, which I can't install due to this problem. I've made a video showcasing the issue. I haven't found this issue anywhere else online, so I'm hoping I can find the answer to it here. Any response would be very helpful. Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://youtu.be/s1ZCc7Jy-C0&quot;&gt;https://youtu.be/s1ZCc7Jy-C0&lt;/a&gt;]]></description><category>Tools</category><pubDate>Wed, 22 Nov 2023 07:14:41 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=880</guid><comments>https://openiv.com/bugs/view.php?id=880#bugnotes</comments></item><item><title>0000879: drag and drop not working.</title><author></author><link>https://openiv.com/bugs/view.php?id=879</link><description><![CDATA[not letting me drag and drop from downloads folder or other window (file explorer)]]></description><category>Archive editing</category><pubDate>Mon, 20 Nov 2023 09:10:52 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=879</guid><comments>https://openiv.com/bugs/view.php?id=879#bugnotes</comments></item><item><title>0000878: EArgumentException Message: "Invalid characters in path"</title><author></author><link>https://openiv.com/bugs/view.php?id=878</link><description><![CDATA[When trying to do a general search for a file, I'm getting this error message.]]></description><category>General</category><pubDate>Thu, 02 Nov 2023 15:11:33 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=878</guid><comments>https://openiv.com/bugs/view.php?id=878#bugnotes</comments></item><item><title>0000877: unable to open ymt</title><author></author><link>https://openiv.com/bugs/view.php?id=877</link><description><![CDATA[when opening a ymt file, an error pops up]]></description><category>Tools</category><pubDate>Sat, 07 Oct 2023 18:28:34 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=877</guid><comments>https://openiv.com/bugs/view.php?id=877#bugnotes</comments></item><item><title>0000876: Cant see Row of buttons starting with "File"</title><author></author><link>https://openiv.com/bugs/view.php?id=876</link><description><![CDATA[When I open OpenIV after my PC has been restarted or shut down, the row of buttons containing &quot;File&quot; do not appear and I forgot the keybind to make them appear, is there a way to stop them disappearing and if not, please send me the keybind to bring the buttons back]]></description><category>Tools</category><pubDate>Tue, 26 Sep 2023 00:57:07 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=876</guid><comments>https://openiv.com/bugs/view.php?id=876#bugnotes</comments></item><item><title>0000875: OpenIV crash upon starting</title><author></author><link>https://openiv.com/bugs/view.php?id=875</link><description><![CDATA[A few days ago it was just fine but suddenly it won't open and I get the EArgumentException: Invalid characters in path]]></description><category>OpenIV Core</category><pubDate>Mon, 18 Sep 2023 14:45:57 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=875</guid><comments>https://openiv.com/bugs/view.php?id=875#bugnotes</comments></item><item><title>0000874: invalid characters in path</title><author></author><link>https://openiv.com/bugs/view.php?id=874</link><description><![CDATA[I get the blue screen that says invalid characters in path when i just try to open openIV making it unusable.]]></description><category>OpenIV Core</category><pubDate>Sat, 16 Sep 2023 02:06:39 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=874</guid><comments>https://openiv.com/bugs/view.php?id=874#bugnotes</comments></item><item><title>0000873: OpenIV cannot hash songs from The Contract and Media Player</title><author></author><link>https://openiv.com/bugs/view.php?id=873</link><description><![CDATA[If I open any music that they added to GTA Online in update Los Santos Tuners and in update The Contract using OpenIV, audio content will be in the form of their hashes and it is impossible to export them to stereo, for example, the ap_dre_fallin_up.awc file in update\x64/dlcpacks\mpsecurity\dlc.rpf\x64\audio\sfx\dlc_security_music&lt;br /&gt;
&lt;br /&gt;
Everything is the same with Media Player, which is located in update\x64/dlcpacks\mptuner\dlc.rpf\x64\audio\sfx\dlc_tuner_music and there are files that start with tuner_ap_mix, I just want to save them in the best quality, but OpenIV does not allow this at the moment.]]></description><category>Tools - Audio Player</category><pubDate>Sun, 10 Sep 2023 13:21:55 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=873</guid><comments>https://openiv.com/bugs/view.php?id=873#bugnotes</comments></item><item><title>0000872: Openiv ran into a problen that it could not handle.</title><author></author><link>https://openiv.com/bugs/view.php?id=872</link><description><![CDATA[When i try to search for something and press at the thing i searched. It says that openiv could not handle it.]]></description><category>Tools</category><pubDate>Sat, 09 Sep 2023 17:29:16 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=872</guid><comments>https://openiv.com/bugs/view.php?id=872#bugnotes</comments></item><item><title>0000871: wont let me open open IV</title><author></author><link>https://openiv.com/bugs/view.php?id=871</link><description><![CDATA[I have tried restarting and stoping other apps on startup but nothing is working everytime I go to open it&lt;br /&gt;
it comes up with this error message open iv exeption EAccessViolation in module open iv]]></description><category>OpenIV Core</category><pubDate>Sat, 19 Aug 2023 16:16:02 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=871</guid><comments>https://openiv.com/bugs/view.php?id=871#bugnotes</comments></item><item><title>0000869: Using a mod's OIV can corrupt game files</title><author></author><link>https://openiv.com/bugs/view.php?id=869</link><description><![CDATA[It seems that OIV installation is, most of the time, corrupting my mods folder. Files that the OIV modifies in any way become blank or corrupted in a way that makes them unable to be opened. Manual installation is a requirement to avoid this. Game crashes with error: ERR_PACK_FIL_3]]></description><category>Package Installer</category><pubDate>Tue, 14 Mar 2023 17:31:53 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=869</guid><comments>https://openiv.com/bugs/view.php?id=869#bugnotes</comments></item><item><title>0000868: "Copy to mods folder" doesn't do anything, GTA 5</title><author></author><link>https://openiv.com/bugs/view.php?id=868</link><description><![CDATA[Cannot use OIV at all for GTA 5.&lt;br /&gt;
A dialog box for copying appears for a millisecond and nothing gets copied to the mods folder.&lt;br /&gt;
Edit mode is enabled.&lt;br /&gt;
Tried using OIV as admin, no help.&lt;br /&gt;
GTA 5 version - 1.0.2802.0&lt;br /&gt;
Windows 11 x64 22H2 build 22621.1265&lt;br /&gt;
&lt;br /&gt;
PC (if necessary):&lt;br /&gt;
i5 9400F&lt;br /&gt;
Gigabyte 1660 ti&lt;br /&gt;
MSI B365M PRO-VDH&lt;br /&gt;
Corsair vengeance 2x8GB]]></description><category>General</category><pubDate>Sun, 05 Mar 2023 10:47:39 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=868</guid><comments>https://openiv.com/bugs/view.php?id=868#bugnotes</comments></item><item><title>0000736: Add a "Rename" option in "Organize Favorites" window</title><author></author><link>https://openiv.com/bugs/view.php?id=736</link><description><![CDATA[please add (a very useful) &quot;Rename&quot; option in &quot;Organize Favorites&quot; window]]></description><category>User interface</category><pubDate>Sun, 19 Feb 2023 00:23:24 +0300</pubDate><guid>https://openiv.com/bugs/view.php?id=736</guid><comments>https://openiv.com/bugs/view.php?id=736#bugnotes</comments></item></channel></rss>
