tilemill icon indicating copy to clipboard operation
tilemill copied to clipboard

TileMill not loading on OSX Yosemite

Open tristen opened this issue 11 years ago • 27 comments

There's been a few reports of TileMill not running after upgrading to Yosemite

screen-shot-2014-11-17-at-9-12-38-am screen-shot-2014-11-17-at-10-14-00-am

Installing from source works for me (running Yosemite)

tristen avatar Nov 17 '14 16:11 tristen

The dev release version seems to be working for most. http://tilemill.s3.amazonaws.com/dev/TileMill-v0.10.1-312-gfaf6910.zip

geografa avatar Nov 17 '14 20:11 geografa

I have the same problem with the release build on the tilemill website. The dev link above works a treat. Thanks @geografa, I wasn't excited about building from source. I'll be watching this repo as I prefer to stay on release builds of things I'm not working on.

It might be worth pushing one of these dev builds out to release for new yosemite osx users.

distributedlife avatar Nov 23 '14 04:11 distributedlife

I have the same problem too!

martinodehnal avatar Nov 27 '14 20:11 martinodehnal

I think a solution here is to move aside your ~/.tilemill/v2 folder.

incanus avatar Nov 28 '14 01:11 incanus

same problem over here. ~/.tilemill/config.json shows this:

{
    "profile": "false"
}

Even if I remove the ~/.tilemill folder altogether, Tilemill creates a new one with the same config.json.

gka avatar Dec 02 '14 21:12 gka

@gka - tilemill from source should work fine on 10.10. I'd recommend that for now: just git clone master and run npm install.

springmeyer avatar Dec 02 '14 21:12 springmeyer

Instead of installing from source, you can also try to select "Install Developer Builds" from the "Update Preferences" selection within the TileMill toolbar once you've attempted to open the program for the first time. See option 1 of the pre-reqs here: http://joeyklee.github.io/terreweb/20141106/

TylerHumphry avatar Dec 19 '14 21:12 TylerHumphry

(I added this also on #2437. Maybe it's there where it really belongs. If so, please just delete this post.)

In my case TileMill (latest developer release) starts on 10.10, but I'm unable to download any plugins.

Here's my TileMill.log:

Note: Unknown option "profile" in config file.
Note: Unknown option "updatesVersion" in config file.
Note: Unknown option "updatesTime" in config file.
[tilemill] Note: Unknown option "profile" in config file.
[tilemill] Note: Unknown option "updatesVersion" in config file.
[tilemill] Note: Unknown option "updatesTime" in config file.
[tilemill] Started [Server Tile:20008].
[tilemill] Plugin [carto] loaded.
[tilemill] Plugin [editor] loaded.
[tilemill] Plugin [fonts] loaded.
[tilemill] Plugin [templates] loaded.
[tilemill] Started [Server Core:20009].

[tilemill] npm
[tilemill]  WARN Building the local index for the first time, please be patient
[tilemill] npm
[tilemill]  WARN Building the local index for the first time, please be patient
[tilemill] 
[tilemill] RangeError: Invalid array length
[tilemill]     at /Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/npm-registry-client/lib/get.js:97:15
[tilemill]     at Array.forEach (native)
[tilemill]     at /Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/npm-registry-client/lib/get.js:96:26
[tilemill]     at cb (/Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/npm-registry-client/lib/request.js:57:9)
[tilemill]     at RegClient.<anonymous> (/Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/npm-registry-client/lib/request.js:133:16)
[tilemill]     at cb (/Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/npm-registry-client/lib/request.js:158:9)
[tilemill]     at RegClient.<anonymous> (/Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/npm-registry-client/lib/request.js:312:12)
[tilemill]     at Request._callback (/Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/npm-registry-client/lib/request.js:238:65)
[tilemill]     at Request.self.callback (/Applications/TileMill.app/Contents/Resources/node_modules/npm/node_modules/request/request.js:123:22)
[tilemill]     at Request.EventEmitter.emit (events.js:98:17)

linuzer avatar Dec 29 '14 14:12 linuzer

I had the same problem after my upgrade to Yosemitie. Installing the developer build per @TylerHumphry did the trick.

MatthewSchumwinger avatar Dec 29 '14 19:12 MatthewSchumwinger

+1 for the developer build

gisaalter avatar Jan 21 '15 20:01 gisaalter

My TileMill failed to load on Yosemite, but neither the developer updates nor the master dev version fixed it. I noticed in the log this message

[tilemill] [Error: Could not load corrupted row: [...] It described a project of mine that had failed exporting. I eliminated the problem by deleting the app.db file that's created in the folder above your TileMill projects.

stevevance avatar Jan 24 '15 21:01 stevevance

@geografa Thank you, I had the same problem as above, your download link has now at least let me open the program to try it out, disappointing that this continues to be an issue with very poor guidance from developers - or that is my impression.

@springmeyer I don't understand "just git clone master and run npm install."

kbinmd avatar Jan 26 '15 04:01 kbinmd

Thanks @geografa!! Tilemill is now running at my Yosemtie!! Thanks a lot.

roynerlopez avatar Jan 29 '15 18:01 roynerlopez

Installing dev version from within TileMill worked for me. Thanks @TylerHumphry.

For anyone wanting to install a newer version, see this tutorial.

tillnagel avatar Feb 02 '15 11:02 tillnagel

Thanks @TylerHumphry. Installing developer build update resolved the issue for me!

piyush7749 avatar Mar 17 '15 20:03 piyush7749

Just wanted to chime in and say this is still a problem. I realize Mapbox Studio is the future but it's still unsuitable for plenty of use cases. Would be nice if the link from the website just linked to the dev version.

underbluewaters avatar May 20 '15 18:05 underbluewaters

Same problem here. @TylerHumphry's link is broken. The development version linked from @geografa works though.

raquelalegre avatar Jun 11 '15 21:06 raquelalegre

"install developer builds" didn't do the trick, but +1 for the developer release link from @geografa - this worked swimmingly.

BethHoward avatar Jul 20 '15 17:07 BethHoward

+1. Thanks @BethHoward && @geografa

k-funk avatar Oct 01 '15 00:10 k-funk

@geografa Thanks! It works!

imcake avatar Nov 30 '15 13:11 imcake

+1 to dev build thanks @TylerHumphry

trepafi avatar Dec 15 '15 12:12 trepafi

Impressive! we are 2016 and nobody fixes this!

jaime-olivares avatar Jan 18 '16 02:01 jaime-olivares

+1

betsydupuis avatar Feb 18 '16 20:02 betsydupuis

+1

PhilGBr avatar Feb 29 '16 16:02 PhilGBr

+1

alperr avatar Mar 01 '16 22:03 alperr

+1

ianmuceus-zz avatar Mar 05 '16 22:03 ianmuceus-zz

+1 to dev build

redmond2742 avatar Mar 09 '16 14:03 redmond2742