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

<Error>: CGAffineTransformInvert: singular matrix in JFXSlider #197

Open
guoyiteng opened this issue Nov 8, 2016 · 8 comments
Open

<Error>: CGAffineTransformInvert: singular matrix in JFXSlider #197

guoyiteng opened this issue Nov 8, 2016 · 8 comments
Labels

Comments

@guoyiteng
Copy link

guoyiteng commented Nov 8, 2016

When I try to use JFXSlider in fxml, the console prints out this error. (macOS)

This error does not appear in Windows.

@jfoenixadmin
Copy link
Collaborator

jfoenixadmin commented Nov 10, 2016

it's hard to tell whats causing the problem, if you provide more details about your code, the fxml controller, and java stacktrace we might be able to help.

Regards,

@alicompiler
Copy link

alicompiler commented Mar 20, 2017

same issue but in NodeListDemo
no stacktrace

Mar 20 15:56:07 java[659] : CGAffineTransformInvert: singular matrix.
Mar 20 15:56:07 java[659] : CGAffineTransformInvert: singular matrix.
Mar 20 15:56:07 java[659] : CGAffineTransformInvert: singular matrix.

@jfoenixadmin
Copy link
Collaborator

Besides the error message, was there any issues using these controls?

@Lutchenko
Copy link

Same issue here.
The slider works fine but having the error appear in the log every time I adjust the slider is annoying.

If I have just a simple slider like so, the error is still present

<?xml version="1.0" encoding="UTF-8"?>

<?import com.jfoenix.controls.JFXSlider?>
<?import javafx.scene.layout.AnchorPane?>


<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/9" xmlns:fx="http://javafx.com/fxml/1">
   <children>
      <JFXSlider layoutX="230.0" layoutY="184.0" />
   </children>
</AnchorPane>

I still get the error message

Jan 24 17:46:16  java[997] <Error>: CGAffineTransformInvert: singular matrix.
Jan 24 17:46:16  java[997] <Error>: CGAffineTransformInvert: singular matrix.

Kind regards
Connor

P.S. I'm a massive fan of JFoenix, thank you very much.

@jfoenixadmin
Copy link
Collaborator

jfoenixadmin commented Jan 26, 2018

Hi,
I'm not sure what's causing this exception, can you provide more details about the environment you are using?

it seems that this issue is somehow related to Mac OS (still looking into it, not sure though)

Regards,

@Timdpr
Copy link

Timdpr commented Apr 23, 2018

Hi there, I have the same error upon moving the JFXSlider, with no stack trace.

Apr 23 11:22:14 java[22548] : CGAffineTransformInvert: singular matrix.'

Also, I'm using Scenebuilder and loading an fxml file, on which I get the error message twice for one slider. And yep, I get it on macOS 10.12.6 but not on Windows 7 SP1. No other effects though, it's working just fine - and another big thank you for JFoenix!

@jfoenixadmin
Copy link
Collaborator

Any help in debugging this issue is appreciated, as I don't have MacOS :s so it's somehow impossible for me to track down.

Regards,

@stale
Copy link

stale bot commented Jan 7, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 7, 2019
@stale stale bot removed the wontfix label Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants