N. Lo.

Results 10 comments of N. Lo.

Garbage in the "Game Path" column just means the data shown there is stale and must be refreshed.

This issue cannot be acted upon as it is. Please post your `%appdata%\XIVLauncher\dalamud.log`. (You can also come on the Penumbra Discord server where most of the support is done, but...

Go back to the "Installation" guide, specifically from this step: https://reniguide.carrd.co/#makerootfolder

It's an issue with XLCore's Wine, that could at most be worked around in Penumbra (for example in the way you mention). Using another Wine version, or Proton, can fix...

Run your game with `LC_ALL=C.UTF-8` (or another `.UTF-8` locale, if you have any installed – note that the only one a Steam Deck has by default is `C.UTF-8`) or `LC_CTYPE=C.UTF-8`

Run your game with `LC_ALL=C.UTF-8` (or another `.UTF-8` locale, if you have any installed – note that the only one a Steam Deck has by default is `C.UTF-8`) or `LC_CTYPE=C.UTF-8`

The API I was thinking of was in my opinion even simpler, something like : ```js let re = new RE2("pattern", "flags"); // no change compared to the current version...

As for determining the matched pattern, if I understood the `RE2::Set` API correctly, it returns a list of the matched patterns (but no more information, so the match needs to...

Writing an adapter which enables one to write `for (Local element: object) {` in C++ and have the same behavior as a JS `for (let element of object) {` is...

What does this have to do with Penumbra?