jhl1989

Member
Joined
Jul 12, 2012
Messages
71
Reaction score
0
Points
0
I was able to fix the special folders problem with the editor and even delete the cache in the Appdata folder. I was able to start the editor without the error messages. However, when the editor starts up I get....

errorgb.jpg


PLEASE HELP ME!

For those who can't figure out how to fix the "special folder" problem:

<record>
<list id="items">
<record path="data" resource_root="true">
<string id="name" value="app_folder" translate="false"/>
</record>

<record path="../data" resource_root="true">
<string id="name" value="sios_folder" translate="false"/>
</record>

<record path="../data/sigfx" resource_root="true">
<string id="name" value="sigfx_folder" translate="false"/>
</record>

<!-- not a resource root, as the same folder has already been added as the sios folder -->
<record path="../data">
<string id="name" value="database_folder" translate="false"/>
</record>

<!-- not a resource root, as the same folder has already been added as the sios folder -->
<record path="../data">
<string id="name" value="match_folder" translate="false"/>
</record>

<!-- not a resource root, resource manager doesn't scan language files -->
<record path="../data/languages">
<string id="name" value="language_data_folder" translate="false"/>
</record>

<!-- not a resource root, the updates manager will use this to find the update resource roots that are valid for the application -->
<record path="../data/updates">
<string id="name" value="updates_folder" translate="false"/>
</record>
</list>
</record>
 
Last edited:
Top