Page 1 of 1

[Linux] Libraries problem

Posted: Sat Jul 27, 2013 10:40 am
by x0m9k
Ubuntu 12.04 Alternate

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'
After installing package (.deb) the same problem

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'
What the "prototypes" package?

Re: [Linux] Libraries problem

Posted: Sat Jul 27, 2013 5:17 pm
by slpwnd
This isn't an OS problem. It could be that there was an error in of our older packages. I suppose this is 0.5.2 or older demo, right? Could you try the 0.6.0 (in the experimental tab) - it should be fine there.

Re: [Linux] Libraries problem

Posted: Sat Jul 27, 2013 10:45 pm
by x0m9k
Thanks, 0.6.0 works fine.