Frictional Games Forum (read-only)
[SOLVED] Installation problem (Lua error detected: cannot open shared/utils.lua) - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+---- Forum: Linux - ATDD (https://www.frictionalgames.com/forum/forum-32.html)
+---- Thread: [SOLVED] Installation problem (Lua error detected: cannot open shared/utils.lua) (/thread-3968.html)



[SOLVED] Installation problem (Lua error detected: cannot open shared/utils.lua) - prischeyadro - 09-08-2010

Thanks for releasing Linux-version of Amnesia.
I use ArchLinux, i686 with KDE4 and unfortunately can't complete the installation.

Trying to install the game with console command
Code:
./amnesia_tdd_1.0.sh -u -d ~/amnesia/ -k ST******** -l --nox11
(interactive install fails as well and also crashes plasma if compositing is enabled. Anyway, it's not very interesting because of non-interactive install option available)
It gives the following:
Code:
Verifying archive integrity... All good.
Uncompressing Installer for Amnesia - The Dark Descent.............
Uncompressing sub archive.................................................
.............................................................................
...........
Collecting info for this system...
Operating system: linux
CPU Arch: x86
ldd: exited with unknown exit code (135)
./startupinstaller.sh: line 134:  4146 Segmentation fault      `pwd`/$FRBIN $ARGS
Nixstaller version 0.5.1, Copyright (C) 2006 - 2009 of Rick Helmus
Nixstaller comes with ABSOLUTELY NO WARRANTY.
Nixstaller is free software, and you are welcome to redistribute it
under certain conditions; see the about section for details.
Error: Lua error detected: cannot open shared/utils.lua: No such file or directory
Google says nothing. What could it be?


RE: Installation problem (Lua error detected: cannot open shared/utils.lua) - Urkle - 09-08-2010

Try
Code:
./amnesia_tdd_1.0.sh --target TEMP --keep --noexec
then see if it extracted correctly. Then you can manually run the startupinstaller.sh from there OR if it extracted the binaries just run ./bin/linux/x86/gtk (or fltk, or ncurs)


RE: Installation problem (Lua error detected: cannot open shared/utils.lua) - prischeyadro - 09-08-2010

Thanks, installed flawlessly with startupinstaller.sh