It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi developpers,

Is there a bug with the difficulty on the Linux version. I can't pass the first level of the introduction on Linux whereas I'm about to finish the Frontline on Windows.

I attached a screenshot of the second level of the tutorial where you encounter enemies for the first time (the first level is the one where you learn the mouse and keyboard...)
I used version 45.629

I don't remember having so much enemies on Windows.

On the third level it's even worse.
Attachments:
Post edited October 15, 2016 by tuxicoman83
This question / problem has been solved by Shyrikenimage
That's a strange bug. Can you attach the output_log.txt as well?
You can find it in the local files, in the Data folder.
I still have the same issue wih version 46

I see nothing wrong in the player log file.
Except those ID that are very large or negative :


System: RandomNumberController: seeds[0] initialized with 1390763408
RandomNumberController: seeds[1] initialized with -424169842
RandomNumberController: seeds[3] initialized with -524043836
RandomNumberController: seeds[4] initialized with -1005268552
RandomNumberController: seeds[5] initialized with 1251823867


Rune: Already listening for: -140694787

System: The pool already contains id -1133646482, new item SandRatWorld_BrittleWall_Crates_Barrels_Break_V1_VFX_Pref (UnityEngine.GameObject), pool item SandRatWorld_BrittleWall_Crates_Barrels_Break_V1_VFX_Pref(Clone)

System: The pool already contains id 301113825, new item SandRatWorld_BrittleWall_Barrellw_Break_V1_VFX_Pref (UnityEngine.GameObject), pool item SandRatWorld_BrittleWall_Barrellw_Break_V1_VFX_Pref(Clone)
I have the same issue whereas I launch the 32 or 64bit version
I just bought the game and got a huge amount of enemies in the first arena on Linux. Any updates on this issue?
I got the same issue and remembered that there are sometimes strange issues with unity3d and the locale on linux.
So I just changed it to 'en_US' when starting the game by pasting

LANG="en_US"

under # Game info in the start.sh.
That fixed it for me.
avatar
Shyriken: I got the same issue and remembered that there are sometimes strange issues with unity3d and the locale on linux.
So I just changed it to 'en_US' when starting the game by pasting

LANG="en_US"

under # Game info in the start.sh.
That fixed it for me.
Thank you so much for posting this! Changing the locale fixed the issue for me as well.
Thanks a lot for the solution !