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

None of the dropdowns have any options #3

Closed
ipetepete opened this issue Sep 1, 2017 · 10 comments
Closed

None of the dropdowns have any options #3

ipetepete opened this issue Sep 1, 2017 · 10 comments

Comments

@ipetepete
Copy link

I don't have any options, and can't start the app.
I've tried building from source, running as root and nothing...

I also created the directory /var/lock as described on the Readme.

OS: Mac Sierra
Java:
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)

@nsiatras
Copy link
Collaborator

nsiatras commented Sep 2, 2017 via email

@ipetepete
Copy link
Author

Yes. The device is present (Arduino Uno clone)

port: /dev/cu.wchusbserial1420

I can send commands using grblController

@nsiatras
Copy link
Collaborator

nsiatras commented Sep 2, 2017 via email

@ipetepete
Copy link
Author

Yes, I get the initial window with the three drop downs. They are all empty, and I can't get past that point.

@nsiatras
Copy link
Collaborator

nsiatras commented Sep 2, 2017

Can you set a breakpoint in frmMain.InitUI and see if you get an exception there ?

@ipetepete
Copy link
Author

Sorry for the late reply.

Looks like there isn't any exception, but String[] serialPorts = SerialPortList.getPortNames(); Is empty. So I changed that line to: String[] serialPorts = SerialPortList.getPortNames("/dev/", Pattern.compile("cu.*")); Which found my serial devices. If I have time I might write a condition which will get the port names list in this manner when run on a Mac.

@nsiatras
Copy link
Collaborator

nsiatras commented Sep 5, 2017

I am not very sure that the problem is the getPortNames condition. I tested the software on Mac and I know several people that use in on Mac without any problems. Maybe you will find more info on JSSC github page as JSSC is responsible to identify the serial connections on the computer.

May I ask if you are using original MacOS or Hackintosh?

@ipetepete
Copy link
Author

I'm on an Macbook Air 2012 running Sierra 10.12.6

@smartynov
Copy link

I experience the same issue. All dropdowns are empty. Same Sierra 10.12.6 on MacBook Pro 2017.

@nsiatras
Copy link
Collaborator

The bug is now fixed

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

3 participants