Search found 6 matches
- Wed Nov 16, 2016 4:27 am
- Forum: Bugs Archive
- Topic: OSX with case-sensitive filesystem: cannot launch
- Replies: 4
- Views: 3070
Re: OSX with case-sensitive filesystem: cannot launch
One last thing of note. Something is wierd with network comms - I can't log in (even though I can go over to my windows desktop and log in) and the news display never populates, just shows the spinning gear thing... A packet capture shows the news being requested, and returned. This has also reveale...
- Wed Nov 16, 2016 4:06 am
- Forum: Bugs Archive
- Topic: OSX with case-sensitive filesystem: cannot launch
- Replies: 4
- Views: 3070
Re: OSX with case-sensitive filesystem: cannot launch
Arg, spoke too soon! After changing nothing, it's now opening like this!
I give up. This game just seems broken on OSX
Well, not wholly. Windowed mode is usable, but still renders upscaled from half resolution.
I give up. This game just seems broken on OSX

Well, not wholly. Windowed mode is usable, but still renders upscaled from half resolution.
- Wed Nov 16, 2016 4:03 am
- Forum: Bugs Archive
- Topic: OSX with case-sensitive filesystem: cannot launch
- Replies: 4
- Views: 3070
Re: OSX with case-sensitive filesystem: cannot launch
I managed to "fix" the display issue by hand-twiddling settings files: vagante:settings draeath$ cat resolution.cfg window_pos.cfg window.size = '1440x900 Fullscreen' window.pos = {x=0, y=-900} This works, but it looks really ugly, as this is half-resolution. The game seems to freak out if...
- Wed Nov 16, 2016 3:53 am
- Forum: Bugs Archive
- Topic: OSX with case-sensitive filesystem: cannot launch
- Replies: 4
- Views: 3070
Re: OSX with case-sensitive filesystem: cannot launch
Hmm about the bad startup post-fix, it seems that TE4 isn't handling retina correctly. It sees the native resolution: vagante:TE4 draeath$ cat ~/Library/Application\ Support/T-Engine/4.0/settings/resolution.cfg window.size = '2880x1800 Fullscreen' However, from what I can see after startup, the game...
- Wed Nov 16, 2016 3:42 am
- Forum: Bugs Archive
- Topic: OSX with case-sensitive filesystem: cannot launch
- Replies: 4
- Views: 3070
OSX with case-sensitive filesystem: cannot launch
In the Info.plist, you have the "CFBundleExecutable" key set to "T-Engine" however the executable is actually "t-engine" - all lowercase. This causes a failure to run on case-sensitive filesystems. All filename handling should be done as it is on Linux - where case sens...
- Wed Nov 16, 2016 3:34 am
- Forum: Bugs Archive
- Topic: Bug Report - OSX version 10.5.5 - Can't launch game
- Replies: 15
- Views: 9452
Re: Bug Report - OSX version 10.5.5 - Can't launch game
Case sensitive filesystem? I ran into a similar issue, and in my case it's because the 'CFBundleExecutable' key is 'T-Engine' yet the executable is 't-engine'. If I tried to run t-engine directly, instead of launching the app bundle, I'd get a black screen and the same console message. Incidentally,...