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

Windows – Color not working #28

Open
agung-wete opened this issue Apr 19, 2014 · 8 comments
Open

Windows – Color not working #28

agung-wete opened this issue Apr 19, 2014 · 8 comments

Comments

@agung-wete
Copy link

Hi

Using windows environment
try to use --help, got this errors, just right before filename appeared=

The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.

Yes, 3 in a row.

Thanks

@nategood
Copy link
Owner

Does this happen with the examples in /examples?

@agung-wete
Copy link
Author

yes

@stratease
Copy link

Does this lib support windows env? I imagine that would be quite difficult to create parallel feature support

@nategood
Copy link
Owner

nategood commented Aug 5, 2014

I don't have a windows machine or VM handy to debug. Might have something to do with the Colors.php library. Have you tried running examples directly from the Colors.php library?

@nategood nategood changed the title Color not working Windows – Color not working Aug 5, 2014
@taishar
Copy link

taishar commented Sep 22, 2014

Hi,
This is happening to me as well. It looks like its coming from Terminal::tput().

@morganprecision
Copy link

Specifically I think the issue is that /dev/null cannot be found in the Windows environment (the Terminal::tput() method redirects to /dev/null).

I created a C:\dev\null folder on the Windows box I am working with to see what would happen. I then started getting "Access is denied" messages instead of "The system cannot find the path specified."

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

6 participants
@nategood @morganprecision @taishar @stratease @agung-wete and others