Skip to content

1.4.0 x64 on Linuux Mint - blank grey screen while nesting #47

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

Open
baldyman01 opened this issue Feb 23, 2025 · 7 comments
Open

1.4.0 x64 on Linuux Mint - blank grey screen while nesting #47

baldyman01 opened this issue Feb 23, 2025 · 7 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@baldyman01
Copy link

On Linux Mint 21 Deepnest 1.4.0 x64 stalls at the nesting screen, which remains a blank grey screen. When manually stopped no export option is offered indicating that it has indeed been doing nothing, not just that I can't see it.

  1. Download deepnest-v1.4.0-linux-x64,zip and unzip into a folder
  2. Double clicked the deepnest-v1.4.0 file (which already has executable permission)
  3. Imported simple test SVG
  4. Tick the check box for my stock material
  5. Press start nest

Result -

Image

It remains this way indefinitely.

Test svg

Image

OS -

NAME="Linux Mint"
VERSION="21.3 (Virginia)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.3"
VERSION_ID="21.3"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=virginia
UBUNTU_CODENAME=jammy

NVIDIA Driver Version: 535.183.01

@baldyman01 baldyman01 added the bug Something isn't working label Feb 23, 2025
@baldyman01
Copy link
Author

FYI I just followed the npm install instructions and that works exactly as expected.

The only problem with this is I have singularly failed to figure out how to run this from a desktop shortcut or menu entry so have to run it from the CLI. Otherwise its all good.

@Dexus
Copy link
Member

Dexus commented Feb 23, 2025

Once you run this from cli, does it give you an error?

Please also test it with a run where deepnest_debug=1 environment is set. And check what the debug windows shows you in the console like you may know from chromium browser.

I can imagine that the problem is different libs but did not yet had the problem myself on my linux desktops.

@baldyman01
Copy link
Author

baldyman01 commented Feb 23, 2025

This appears on application startup -

pete@MONSTER:~/Applications/deepnest-v1.4.0-linux-x64$ ./deepnest-v1.4.0 
[79879:0223/135210.982529:ERROR:CONSOLE(1)] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[79879:0223/135210.982644:ERROR:CONSOLE(1)] "Request Autofill.setAddresses failed. {"code":-32601,"message":"'Autofill.setAddresses' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[79879:0223/135211.537118:ERROR:CONSOLE(1)] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[79879:0223/135211.537172:ERROR:CONSOLE(1)] "Request Autofill.setAddresses failed. {"code":-32601,"message":"'Autofill.setAddresses' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)

On hitting Start Nesting this appears -

starting background!

On stopping it this appears -

stopped! [
  BrowserWindow {
    setBounds: [Function (anonymous)],
    _events: [Object: null prototype] {
      blur: [Function (anonymous)],
      focus: [Function (anonymous)],
      show: [Function: visibilityChanged],
      hide: [Function: visibilityChanged],
      minimize: [Function: visibilityChanged],
      maximize: [Function: visibilityChanged],
      restore: [Function: visibilityChanged],
      closed: [Function (anonymous)],
      'ready-to-show': [Function]
    },
    _eventsCount: 9,
    _browserViews: [],
    devToolsWebContents: [Getter]
  }
]
[79879:0223/135309.095209:ERROR:CONSOLE(1)] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[79879:0223/135309.095266:ERROR:CONSOLE(1)] "Request Autofill.setAddresses failed. {"code":-32601,"message":"'Autofill.setAddresses' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)

@Dexus
Copy link
Member

Dexus commented Feb 23, 2025

Okay, so it's no bug or problem with the deepnest app, else there should be shown something.

How is your system setup? CPU, Cors, RAM? How long did you let the nesting run? An how are your settings?

@baldyman01
Copy link
Author

baldyman01 commented Feb 23, 2025

System : 16 core AMD Threadripper 2950, 64GB Ram. I could do with being able to use more than 8 out of 32 threads btw :)

I can't time the first nest time for this test file as by the time the animated screen wipe has started it's already done. For reference, on the npm installed version this work sheet takes about 5 seconds to first solution -

Image

The binary version I left sitting for about 5 mins on the test file.

@Dexus
Copy link
Member

Dexus commented Feb 23, 2025

Ok, so I think it has todo with the different libs and systems. Linux is not like Linux. And the provided distro Packages can be different versions.

I will check if I can provide Flatpack and/or Snap packages. Think this would be the best way.

@Dexus Dexus modified the milestones: v1.5.0, v1.6.0 Feb 26, 2025
@baldyman01
Copy link
Author

baldyman01 commented Mar 31, 2025

Just FYI, 1.5.1 has the same issue, if you didn't already know that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants