[Linux] Libraries problem
Posted: Sat Jul 27, 2013 10:40 am
Ubuntu 12.04 Alternate
After installing package (.deb) the same problem
What the "prototypes" package?
Code: Select all
x0m9k@x0m9k-laptop:~/Games/factorio/bin/i386$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
Code: Select all
x0m9k@x0m9k-laptop:~/Games/factorio/bin/i386$ ./factorio
Cannot load lua script /home/x0m9k/Games/factorio/data/base/data.lua. Error: /home/x0m9k/Games/factorio/data/base/data.lua:16: module 'prototypes.item.item-groups' not found:
no field package.preload['prototypes.item.item-groups']
no file '/usr/local/share/lua/5.2/prototypes/item/item-groups.lua'
no file '/usr/local/share/lua/5.2/prototypes/item/item-groups/init.lua'
no file '/usr/local/lib/lua/5.2/prototypes/item/item-groups.lua'
no file '/usr/local/lib/lua/5.2/prototypes/item/item-groups/init.lua'
no file './prototypes/item/item-groups.lua'
no file '/home/x0m9k/Games/factorio/data/core/lualib/prototypes/item/item-groups.lua'
no file '/home/x0m9k/Games/factorio/data/base/prototypes/item/item-groups.lua'
no file '/usr/local/lib/lua/5.2/prototypes/item/item-groups.so'
no file '/usr/local/lib/lua/5.2/loadall.so'
no file './prototypes/item/item-groups.so'
no file '/usr/local/lib/lua/5.2/prototypes.so'
no file '/usr/local/lib/lua/5.2/loadall.so'
no file './prototypes.so'
Code: Select all
x0m9k@x0m9k-laptop:~$ factorio
Cannot load lua script /usr/share/factorio/base/data.lua. Error: /usr/share/factorio/base/data.lua:16: module 'prototypes.item.item-groups' not found:
no field package.preload['prototypes.item.item-groups']
no file '/usr/local/share/lua/5.2/prototypes/item/item-groups.lua'
no file '/usr/local/share/lua/5.2/prototypes/item/item-groups/init.lua'
no file '/usr/local/lib/lua/5.2/prototypes/item/item-groups.lua'
no file '/usr/local/lib/lua/5.2/prototypes/item/item-groups/init.lua'
no file './prototypes/item/item-groups.lua'
no file '/usr/share/factorio/core/lualib/prototypes/item/item-groups.lua'
no file '/usr/share/factorio/base/prototypes/item/item-groups.lua'
no file '/usr/local/lib/lua/5.2/prototypes/item/item-groups.so'
no file '/usr/local/lib/lua/5.2/loadall.so'
no file './prototypes/item/item-groups.so'
no file '/usr/local/lib/lua/5.2/prototypes.so'
no file '/usr/local/lib/lua/5.2/loadall.so'
no file './prototypes.so'