Any chance it's really opening the window "off screen"? Maybe your system has multiple monitors, or had 2+ monitors at some point and still is configured for a virtual desktop larger than your primary monitor?
@ballscrebob, I agree it clearly shows that the com is running, but the thing is I can't access to it ! I can't click on the Monitor screen. I can't even see the configuration of the baudrate in my windows, as the window won't show up...
I'm thinking of a bug of the IDE, or a problem with the parameters of my computer... it's strange because it happened like that, don't know why !
It's kind of difficult to explain as it's more interactive, and I really don't get it.
EDIT : If I look closely, I can see in the small preview (cf my screenshot above) that the values are given ! the communication is working, but I can't display it.
I've been to C:\Users{YourName}\AppData\Local\Arduino15 to find the "preferences.txt" file.
I removed it, and opened Arduino again : a new "preferences.txt" file (shorter) appeared.
/!\ It will remove your recent open files and things like that...
It must be a line in the old "preferences.txt" file that makes the problem.
If someone is interrested, here is the 2 versions of the file : the one that makes it bug and the new one.
Anyway, thank you ballscrewbob and everybody for the Help !!
I had the same issue here, and instead of deleting the preferences.txt file, I just closed out the IDE, and deleted the line that read:
last.serial.location=xxxx (where xxx was a series of 4 values)
Once I restarted the IDE, the monitor was visible again.
I had the same issue too, it was due to new monitor. It seemed that the Serial monitor was opening somewhere out of screen.
Solution: Right click it and maximaze it.