◐ Shell
clean mode source ↗

Processing library not available on win11 no matter what type of installation, no warning raised

Most appropriate sub-area of Processing 4?

Core/Environment/Rendering

Processing version

4.4.8

Operating system

Windows 11 Home OS build 26100.6584

Bug description

When installing with a clean standard, full or custom installation (specifically including Serial that was the only optional component),
the installation worked without problems,
setup the program,
on first load it created the sketchbook folder,
but Serial library is nowhere available in the program

Image

when importing it with import processing.serial.*;
i get this error:

The package “processing.serial” does not exist. You might be missing a library.

No library found for processing.serial
Libraries must be installed in a folder named 'libraries' inside the sketchbook folder (see the Preferences window).
The package “processing.serial” does not exist. You might be missing a library.

Steps to reproduce this

  1. install processing with same build making sure to include Serial

  2. import Serial and run

  3. fail cause you don't have Serial

snippet

/*

  • File Communication class for Freenove Hexapod Robot
  • Author Ethan Pan @ Freenove (support@freenove.com)
  • Date 2021/05/28
  • Version V12.0
  • Copyright Copyright © Freenove (http://www.freenove.com)
  • License Creative Commons Attribution ShareAlike 3.0
  •        (http://creativecommons.org/licenses/by-sa/3.0/legalcode)
    
  • -----------------------------------------------------------------------------------------------*/

import processing.serial.;
import processing.net.
;

Additional context

No response

Would you like to work on the issue?

No, I’m just reporting the issue