Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow start up on Windows Vista #1

Open
smit1678 opened this issue Jan 19, 2012 · 3 comments
Open

Slow start up on Windows Vista #1

smit1678 opened this issue Jan 19, 2012 · 3 comments

Comments

@smit1678
Copy link

I'm seeing some extremely slow start up times on Windows Vista, ~ >1min. It's faster on OSX. :)

Tilemill log output:

[Server Core:20009].
Client window created.
[0119/122434:ERROR:backend_impl.cc(1203)] Critical error found -8
[0119/122435:ERROR:entry_impl.cc(914)] Failed to save user data
[0119/122435:ERROR:entry_impl.cc(914)] Failed to save user data
[0119/122435:ERROR:cache_util_win.cc(48)] Unable to move the cache: 5
[0119/122435:ERROR:backend_impl.cc(146)] Unable to move cache folder
[0119/122435:ERROR:backend_impl.cc(2139)] Corrupt Index file

@springmeyer
Copy link
Member

@yhahn - fyi to debug some of these things... OutputDebugString(<string>); can be useful. It will send stuff to some magical place, then you can watch it using DebugView: http://technet.microsoft.com/en-us/sysinternals/bb896647.

There may be better ways, but since cefclient.exe is a WinMain program simple/normal C++ stdout does not work (std::cout << "string\n")

@smit1678
Copy link
Author

Downloaded 0.8.0-522 and saw <10s start up. Greatly improved.

@yhahn
Copy link
Contributor

yhahn commented Jan 20, 2012

Thx for the debug tip -- I was meaning to ask you how to debug : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants