-
Notifications
You must be signed in to change notification settings - Fork 10
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
Stack Overflow Error #11
Comments
Same issue here, something broke with version 4, although version 3 still works. (Development on this project seems dead though -- @NathanBaulch ???) Entering command "rainbow-roads.exe worms export.zip" (and also paint command) it hangs for a minute, then outputs a ton of errors about "scan.go" line 28, then ends:
Also tried to install Go and manually compile it, but that's beyond me. |
Still alive and kicking. Are either of you able to email your data file(s) to my username at gmail? |
Doing some testing, mine might be a different issue as it hangs when it processes a file with extension "fit.gz". In the Strava export, if I remove all those under "\activities#####.fit.gz", so that the only files left are "#####.gpx", the program runs correctly. Once I add back in a file, it crashes. As noted before, version 3 does not have this problem. Paint looks awesome, so looking forward to a fix. I see you already made code changes, but can still send a modified zip if needed though. |
I don't use Strava and it doesn't sound like my recent changes would have addressed something like that, so feel free to send a minimal test ZIP if you get a chance. |
Fixed! |
I am running "rainbow-roads myfile.zip"
Exception has occurred: fatal error
"stack overflow"
Stack:
2 0x0000000000322597 in github.com/NathanBaulch/rainbow-roads/scan.Scan.func1.2
at C:/Users/Brandon/projects/rainbow-roads/scan/scan.go:27
3 0x0000000000322448 in github.com/NathanBaulch/rainbow-roads/scan.Scan.func1.2
at C:/Users/Brandon/projects/rainbow-roads/scan/scan.go:28
4 0x0000000000322448 in github.com/NathanBaulch/rainbow-roads/scan.Scan.func1.2
at C:/Users/Brandon/projects/rainbow-roads/scan/scan.go:28
5 0x0000000000322448 in github.com/NathanBaulch/rainbow-roads/scan.Scan.func1.2
at C:/Users/Brandon/projects/rainbow-roads/scan/scan.go:28
6 0x0000000000322448 in github.com/NathanBaulch/rainbow-roads/scan.Scan.func1.2
at C:/Users/Brandon/projects/rainbow-roads/scan/scan.go:28
The text was updated successfully, but these errors were encountered: