Page 1 of 1

[solved]Unable to start on ubuntu 15

Posted: Sat Mar 05, 2016 10:14 am
by g1franc
Hello

I'm trying to run the headless version 0.12.25 (same issue with 0.12.24, not tested older) on ubuntu 15.10 with a dedicated account.

Code: Select all

./factorio --start-server test
   0.000 2016-03-05 11:11:14; Factorio 0.12.25 (Build 17747, linux64)
   0.053 Operating system: Linux (Ubuntu 15.10)
   0.053 Program arguments: "./factorio" "--start-server" "test"
   0.053 Read data path: /home/factorio/factorio/data
   0.053 Write data path: /home/factorio/factorio
   0.053 Binaries path: /home/factorio/factorio/bin
   0.063 Running in headless mode
   0.064 Error Util.cpp:57: No such node (version)
link for libs seems ok

Code: Select all

ldd factorio
        linux-vdso.so.1 =>  (0x00007ffd1750a000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f955236a000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f9552162000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9551e59000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9551c42000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9551878000)
        /lib64/ld-linux-x86-64.so.2 (0x000055ed6511a000)
any idea ?

Re: Unable to start on ubuntu 15

Posted: Sat Mar 05, 2016 10:47 am
by sillyfly
Did you try the solution proposed here?

Re: Unable to start on ubuntu 15

Posted: Sat Mar 05, 2016 11:44 am
by g1franc
I don't have a "mods" folder

Can someone expose the folder structure ?

where should be located the saves mods temp (etc folder). I don't plan on using mods (vanilla server).

I have the following (removed locale folders)

factorio
├── bin
│   └── x64
└── data
├── base
│   ├── campaigns
│   │   ├── beta
│   │   │   ├── level-01
│   │   │   ├── level-02
│   │   │   ├── level-03
│   │   │   └── level-04
│   │   ├── demo
│   │   │   ├── level-01
│   │   │   ├── level-02
│   │   │   └── level-03
│   │   ├── tight-spot
│   │   │   ├── level-01
│   │   │   ├── level-02
│   │   │   ├── level-03
│   │   │   ├── level-04
│   │   │   ├── level-05
│   │   │   └── lualib
│   │   └── transport-belt-madness
│   │   ├── level-01
│   │   ├── level-02
│   │   ├── level-03
│   │   └── lualib
│   ├── migrations
│   ├── prototypes
│   │   ├── categories
│   │   ├── entity
│   │   ├── equipment
│   │   ├── fluid
│   │   ├── item
│   │   ├── legacy
│   │   ├── recipe
│   │   ├── signal
│   │   ├── technology
│   │   └── tile
│   └── scenarios
│   ├── freeplay
│   ├── sandbox
│   └── supply
└── core
├── graphics
├── lualib
├── prototypes
└── tips-and-tricks

Re: Unable to start on ubuntu 15

Posted: Sat Mar 05, 2016 11:46 am
by g1franc
Ok i detele everything and put it back again.

Now it is ok it seems cause i have other attended error.

Re: Unable to start on ubuntu 15

Posted: Sat Mar 05, 2016 11:48 am
by g1franc
For info right structures is

factorio
├── bin
│   └── x64
├── config
├── data
│   ├── base
│   │   ├── campaigns
│   │   │   ├── beta
│   │   │   │   ├── level-01
│   │   │   │   ├── level-02
│   │   │   │   ├── level-03
│   │   │   │   └── level-04
│   │   │   ├── demo
│   │   │   │   ├── level-01
│   │   │   │   ├── level-02
│   │   │   │   └── level-03
│   │   │   ├── tight-spot
│   │   │   │   ├── level-01
│   │   │   │   ├── level-02
│   │   │   │   ├── level-03
│   │   │   │   ├── level-04
│   │   │   │   ├── level-05
│   │   │   │   └── lualib
│   │   │   └── transport-belt-madness
│   │   │   ├── level-01
│   │   │   ├── level-02
│   │   │   ├── level-03
│   │   │   └── lualib
│   │   ├── migrations
│   │   ├── prototypes
│   │   │   ├── categories
│   │   │   ├── entity
│   │   │   ├── equipment
│   │   │   ├── fluid
│   │   │   ├── item
│   │   │   ├── legacy
│   │   │   ├── recipe
│   │   │   ├── signal
│   │   │   ├── technology
│   │   │   └── tile
│   │   └── scenarios
│   │   ├── freeplay
│   │   ├── sandbox
│   │   └── supply
│   └── core
│   ├── graphics
│   ├── lualib
│   ├── prototypes
│   └── tips-and-tricks
├── mods
├── saves
└── temp