Welcome to Linux...It's probably nothing, but it's a little bit strange for me that I can copy almost identical files onto
PS2HDD.
![]()
Only extension for SLES_540.30_COV.png(PNG) is different (it's in lowercase or uppercase).
In Windows when I'll copy one of these files into the same directory it will be overwritten.
When I boot the new version of uLE a message is displayed "Loading HDD modules" before I get to the file manager
and when I step into "mass0" or "cdvdfs" they are always empty, no errors.
I have tried multiple DVD discs including originals PS2 games, I have also tried some data discs I had around but without success.For CD/DVD: did you insert a disc that your PlayStation 2 supports?
I have a single partition on my USB stick that is FAT32, when I try it with v4.42d it works as expected so it shouldn't be the hardware.For USB devices: they must be formatted with FAT12, FAT16 or FAT32. NTFS and exFAT are not supported! Multi-function devices (devices with >1 LUN) like your multi-format SD card reader, are not supported.
I have tried multiple DVD discs including originals PS2 games, I have also tried some data discs I had around but without success.
I have a single partition on my USB stick that is FAT32, when I try it with v4.42d it works as expected so it shouldn't be the hardware.

@sp193 I think that the old bug has return:
When I'm trying turn off my SCPH-50004 without HDD, wLe is crashing.
With HDD, everything is fine (console is switching off).
Tested on build from 23/07/2018.
EDIT 1: I also tried New Poweroff ELF from here:
http://www.psx-place.com/threads/fmcb-fhdb-v1-9-series-release-thread.13413/page-2#post-126749.
Everything is fine, no matter if I have HDD or not (PS2 will power off).
EDIT 2: I've made a test also with Network adapter (without HDD).
Also everything seems to be fine.
So it turns out that this option needs Network adapter,
hence no one with SLIM console is "complaining".![]()
The new version you linked to worked correctly with the network adaptor disconnected.
I've recently made few tests with two SCPH-50004.
None of them seems to power off,
when I select this option from wLe, when NA is disconnected.
Both freezes at this screen:
![]()
Are you sure that you was testing build from 23/07/2018 (commit c1becb0)?
What model have you got?
- Removed code for "triggering poweroff" that did not do anything.
- Fix for poweroff when there is no SPEED (no network adaptor) connected: check that DEV9.IRX successfully loaded and returned RESIDENT END.
Although:Fixed loading & saving of configuration to the HDD unit, when LaunchELF is booted from the HDD unit.
If there are no other problems, we could probably crown this as the next stable release...

Just for reminder if someday you can do the support again for the special latin characters
for the custom languages like spanish, thank you.
I did this because somebody requested it. Some software like LaunchELF were crafted to support codepoints up to 255, which includes some Spanish characters.
I did make a new attempt with implementing proper Unicode conversion functions, for converting UCS-2 (the Unicode encoding used in FAT) to UTF-8, but I remembered why I gave up previously: the LFN entries are stored back to front, while UTF-8 characters make it difficult to insert characters in a non-sequential order. As a result, filenames are are jumbled up, and there doesn't seem to be an easy way to solve this, short of identifying and storing all LFN entries in memory, before converting the filename to UTF-8 with all of them.