-
Notifications
You must be signed in to change notification settings - Fork 26
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
Multiple errors when trying to start wahoomc gui #258
Comments
Hi @Oxmaster, Have you tried if a small country works via CLI? E.g.
|
Neither work, same error on both. |
OK, than I have to reproduce it on a "empty" machine in the next days |
I also encountered both bugs. The first bug's work around is as per original post. Perhaps adding the follow at line 131 of downloader.py (note the additional import of shutil) might help?
The second bug's work around is to download it manually and move it to the right folder (see below). See wahooMapsCreator/wahoomc/downloader.py Line 138 in 827f464
C:\Users\BLAH_BLAH_BLAH\wahooMapsCreatorData_download\tooling_win\Osmosis\lib\default BLAH_BLAH_BLAH : sample user on a Windows install. Do change accordingly. Given that this is free software, wasn't difficult to read some code and figure out what's wrong. All the more easier now with GPTs - free & paid. |
Thanks for your additional information @i-am-tc. I have to setup a Windows machine first then I can dig into this. Will keep you both updated in this issue! |
Ok, I was able to figure it out using a Virtual Machine.
I worked on both topics and created a alpha version for testing purposes. There shouldn't be any other manual tasks, wahooMapsCreator should do the thing by itself. |
should be fixed now with https://github.com/treee111/wahooMapsCreator/releases/tag/v4.3.0 Thanks again for opening and commenting - we made wahooMapsCreator better/more robust ;-) |
I don't have patience for these kinds of things, trying to get commands to do their things.
First error:
it couldn't find osmosis.bat because it was downloading it to
C:\Users\pawel\wahooMapsCreatorData\_download\tooling_win\Osmosis\osmosis-0.49.2
and notC:\Users\pawel\wahooMapsCreatorData\_download\tooling_win\Osmosis
no biggie, moved the files from 0.49.2 folder to folder up a tree.
Second error:
ok, no biggie I will download it manually. I've downloaded the .jar from
https://repo1.maven.org/maven2/org/mapsforge/mapsforge-map-writer/0.21.0/
and copied it to every folder that is in\wahooMapsCreatorData\_download
but it still won't workRunning on Windows 11 with admin privlidges anaconda prompt.
The text was updated successfully, but these errors were encountered: