-
Notifications
You must be signed in to change notification settings - Fork 37
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
invalid short option '\xbe' #27
Comments
This looks like an issue I've hit before. If so, it is in my opinion/experience a bug not in topcube but older linux versions (due to older glib?). You can work around by passing short options, see https://github.com/mapbox/tilemill/issues/1244 for more details. |
The problem seems the same, however your fix didn't work for me. Still the same error. The strange thing is that whatever the url I call topcube with, the error always point to http://google.com. This seems linked to topcube.cpp :
When I change the URL there, the error also changes. Also, when adding g_print lines to topcube.cpp to try to locate error source, the resulting error changes to things like I'm quite confused on what I should do about it. |
Maybe try upgrading your debian/ubuntu version to 14.04 - the error will likely go away. |
I tried updating with latest debian stable and error is still there. I'll try using unstable package on some VM to see if it can really solve thsi problem. |
I have an error message each time topcube start :
It does not make topcube crash, but is kinda annoying as I can't figure out where it came from or it's effects.
The text was updated successfully, but these errors were encountered: