Mac LUA error crash – Train Fever /forums/topic/mac-lua-error-crash/feed/ Wed, 30 Apr 2025 12:31:08 +0000 https://bbpress.org/?v=2.6.13 en-US /forums/topic/mac-lua-error-crash/#post-8391 <![CDATA[Mac LUA error crash]]> /forums/topic/mac-lua-error-crash/#post-8391 Mon, 15 Sep 2014 04:15:33 +0000 captainpezzles Hey all,

Having a bit of a problem here. I get as far as choosing game world settings and try to launch a new game and I get stuck on a black screen. No loading screen pops up before the game will simply exit back to steam after a few minutes. I set graphics to lowest and adjusted resolution, however when I tried launching a new game while in windowed mode and as soon as I click start the following LUA error message pops up:
File: res/models/model/.DS_Store

 
res/models/model/.DS_Store:1: unexpected symbol

After clicking ok the game exits back to steam before getting a “Train Fever quit unexpectedly” message pop up.

Has anyone encountered this before and if so, have you been able to fix this? Right now game is totally unplayable.

System specs:

Macbook pro 15inch 2012

OS X 10.9.4,  4GB Ram, Graphics – AMD Radeon HD 6750M 512 MB

Thanks.

]]>
/forums/topic/mac-lua-error-crash/#post-8394 <![CDATA[Reply To: Mac LUA error crash]]> /forums/topic/mac-lua-error-crash/#post-8394 Mon, 15 Sep 2014 05:54:12 +0000 ma2412 Mods on OSX mostly do not work, you have to reinstall the game in most cases.

Macs do not merge folders, so try to copy every files by stepping through each folder.

 

@devs: will there be a mod manager within the game in the future?

if not, anyone with Java knowledge can make a simple MOD manager for all platforms?

]]>
/forums/topic/mac-lua-error-crash/#post-8396 <![CDATA[Reply To: Mac LUA error crash]]> /forums/topic/mac-lua-error-crash/#post-8396 Mon, 15 Sep 2014 06:26:16 +0000 captainpezzles Hey there.

I’m not using mods for this. This is trying to run the game in ‘factory’ state. I have also tried doing a fresh install but no luck.

]]>
/forums/topic/mac-lua-error-crash/#post-8398 <![CDATA[Reply To: Mac LUA error crash]]> /forums/topic/mac-lua-error-crash/#post-8398 Mon, 15 Sep 2014 06:29:08 +0000 olahaldor I’ve experienced the same thing. I think it happens because of new files in the folders, Mac OS will try to generate thumbnails and other metadata for the files.

 

You can remove all .ds_store files on the entire system by doing this:

  1. Open a Terminal window.
  1. Enter the following UNIX command: (i recommend you COPY/PASTE this)

    sudo find / -name “.DS_Store” -depth -exec rm {} \;

  2. When prompted for a password enter your Mac OS X Administrator password.

That’s what I found after some googling. I’m not sure how I can make it delete .ds_store files for the Train Fever res folders only though.

Let it work its magic for a minute, and start the game.

]]>
/forums/topic/mac-lua-error-crash/#post-8399 <![CDATA[Reply To: Mac LUA error crash]]> /forums/topic/mac-lua-error-crash/#post-8399 Mon, 15 Sep 2014 06:29:09 +0000 olahaldor double post. Delete this post.

]]>
/forums/topic/mac-lua-error-crash/#post-8433 <![CDATA[Reply To: Mac LUA error crash]]> /forums/topic/mac-lua-error-crash/#post-8433 Mon, 15 Sep 2014 09:41:04 +0000 captainpezzles Thanks olahaldor!

While that didn’t resolve the problem it put me in the right direction. For some reason using terminal wasn’t deleting the .DS_store file in the train fever directory. However, I did uninstall TF via steam using the “delete local content” button. However, as I suspected, this deleted all the contents of the resources/models/model directory but not the actual folders themselves so the .DS_store file was still there. I deleted all the remaining TF files and folders from the Steam directory and did a fresh install which has fixed the problem. Hopefully doing things this way will solve the issue for anyone else that encounters the same problem.

]]>