The different versions had different problems, so I'll outline them seperately:
64-bit: This version of the game began to load before crashing. Running the script from command line revealed that there were several errors. Unfortunately, I do not have the output saved, and I deleted the 64-bit version before trying the 32-bit version. I did note, however, that the final error presented was that it could not open the config file. This is probably because the config file did not exist at that location.
32-bit: This one was even more strange, the system essentially believes the file does not exist.
Code: Select all
mike@localhost:~/Desktop/factorio/bin/i386$ pwd
/home/mike/Desktop/factorio/bin/i386
mike@localhost:~/Desktop/factorio/bin/i386$ file factorio
factorio: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped
mike@localhost:~/Desktop/factorio/bin/i386$ ./factorio
bash: ./factorio: No such file or directory
mike@localhost:~/Desktop/factorio/bin/i386$
Tomorrow I will try running the program on a different machine running the same OS structure, just in case this is more of a hardware problem, but I thought the report was worth passing on regardless.
Thanks for making such an interesting game, devs! I hope I get to play it soon
Best,
Mike