Not sure if richmemo is actually used, but the package is in the dependencies. So it complains when opening the project.
Also, when I open the project it can't find the units.
In your rar all units are in the same directory as the lpi/lpr => and that is what one would expect.
But in the lpi file there is
<Unit>
<Filename Value="..\..\Programmieren\myProjekte\Felsentiger\lib\formmain_tiger.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="Form_MainTiger"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit>
<Unit>
<Filename Value="..\..\Programmieren\myProjekte\Felsentiger\lib\formmain_tiger.lfm"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="..\..\Programmieren\myProjekte\Felsentiger\lib\form_tiger.lfm"/>
<IsPartOfProject Value="True"/>
</Unit>
It expects your sources in the "lib" folder??? (and a lib folder outside the directory you uploaded??
Maybe that is just because you did "save as" in order to generate a stripped down project.
But then please test with that stripped down project that the error happens.
I have not tested it on Linux (and there are many factors that can affect Linux tests). But I loaded it in Windows.
- ignoring the missing package
- opening the files, after ignoring the wrong path error
- ignoring the missing "unit_Main" (probably not needed for the issue)
And on Windows there was no issue (though that test was with 4.99 / need to check with 4.0)