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

Access violation #10183

Closed
2 tasks done
jameskriebel opened this issue Mar 29, 2023 · 5 comments
Closed
2 tasks done

Access violation #10183

jameskriebel opened this issue Mar 29, 2023 · 5 comments

Comments

@jameskriebel
Copy link

Description of the bug

While slicing a new object I received a "Access violation" for the first time.

prusa info
prusa error

Project file & How to reproduce

This is a multicolor project, when slicing the error is produced at 90% sliced.
D4-error.zip

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.5.1+win64

Operating system

Windows 11

Printer model

Ender 3 Pro with a 3D Chameleon

@jameskriebel
Copy link
Author

Possibly related to issue #10185, where I went back and re-sliced a previously successful project using the same config settings but the updated software version. That too failed but with a different error.

@kubispe1
Copy link
Collaborator

Hi, it is not only 2.5.1. There is an issue also in 2.6.0-alpha5+266. On my Win 10, I have the same Access violation. We will check it. Thanks

@lukasmatena
Copy link
Collaborator

lukasmatena commented Apr 3, 2023

@jameskriebel Thanks. The problem is caused by a mistake in your custom gcode:

M109 R[ttemperature[next_extruder]} ; wait until temp is reached before resuming
The combination of a legacy syntax using the square brackets, indexing something that is not a vector and the typo in the argument is too much for the placeholder parser to handle. The error check is missing in this case.

I just tried the same line in PrusaSlicer 2.2.0 and it crashes too. The bug must be there some many years.

I'm enclosing a simplified 3MF to make debugging easier: gh10183.zip

SPE-1630

@jameskriebel
Copy link
Author

jameskriebel commented Apr 10, 2023 via email

@FidelCapo
Copy link
Collaborator

This issue should be fixed and fix will be part of next release.
Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants