-
Notifications
You must be signed in to change notification settings - Fork 50
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
Sometimes wob fails with working settings #48
Comments
You probably forgot to escape the |
That's not it, I modified the script, but it still happens (this time it happened on 4th try)
|
So, the version which I was testing until now was 0.9 from a void package. Manual build without any additional flags works as expected. Here is the progress of the void build:
|
Found a bug in code - I forgot to null terminate buffer string from which I then parsed the color value (ba0e850). This is probably the cause of this issue. |
Awesome, that was it, thanks alot. |
Sometimes wob fails even though the settings are correct. This happens only sometimes and only when I change an argument. The next run with the same settings works fine.
The text was updated successfully, but these errors were encountered: