supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.04k stars 515 forks source link

SS dosen't work on my Notebook Win11 #4255

Closed ErrorindriveC closed 1 month ago

ErrorindriveC commented 1 month ago

After the Super Slicer window opens up, I receive two error messages (See attached images). If I press 'OK', Super Slicer closes.

I'm using the latest version, SuperSlicer_2.5.59.9_win64_240430.

I don't encounter any issues when using my PC (Windows 10).

Desktop:

stxve4203 commented 1 month ago

Try downloading NVIDIA graphics driver.

ErrorindriveC commented 1 month ago

The newest driver is installed. Still doesn't work.

konasimakopoulos commented 1 month ago

Try moving the superslicer folder to a path without special characters (use C:\Superslicer for example).

supermerill commented 1 month ago

Seems like win11 put characters in paths that are taggued as "invalid". Maybe because I compiled with win10. If the os give the slicer the userpath with characters that are recognized invalid by the software, it will quit whatever. I'll have to install a win11 with a not-english locale to test that. In the meantime, I fear that the only way to avoid it is to run it from a user that have only ascii character. You can also try to activate the beta utf-8 support, it helps sometimes.

supermerill commented 1 month ago

duplciate of #3574

ErrorindriveC commented 1 month ago

Thank you very much!!! I chanched the Account-Name because ther was a (ü) in it. And now it works. Nice. Thanks again.