Skip to content

1.1.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@Str8UpWHITE64 Str8UpWHITE64 released this 06 Jun 02:48
· 16 commits to master since this release

Second release candidate for 1.1.0. Drop-in install — see INSTALL.txt in the zip. Server host: use the
updated librarian.apworld.

New in rc2

  • Hardened against a crash seen on rc1. Throwing a big pile of books around could occasionally trip a
    native crash; I traced it to a periodic "redraw" pass touching a book mid-cleanup and turned that pass
    off
    (the targeted on-pickup redraw still runs). If you still hit a crash while throwing books around,
    please tell me — that's exactly what I'm watching for.
  • "Invisible when held" book — easier workaround. I confirmed this is a rendering glitch on the held
    book that the mod can't repair in place (only a fresh copy of the book clears it). New, possible, lighter fix:
    throw the invisible book out of bounds — the game returns it to its spawn point a few seconds later, visible,
    with no reload and nothing lost. (Returning to title → Continue, or relaunching, still works too.)

Carried over from rc1 (fixed since the betas)

  • Row completion credits the series you actually placed (fixes free-placement sections like 1B / 1C / 1J).
  • No more level inflation when you reload a save.
  • Large internal cleanup + a full comment pass — no gameplay change.

Known issues (help us close these)

  • "Invisible when held" book (rare, random). A received book can render invisible while held even though
    it's fine in the shelf pile. Workaround: throw it out of bounds (it comes back visible), or reload.
  • Intermittent crash / freeze (rare). A book-warding operation can occasionally race the engine into a
    native crash — or freeze on return-to-menu right after a heavy warding pass. The project's long-standing
    hard problem; 1.1.0 reduces it but doesn't fully eliminate it.

If you crash or freeze — PLEASE send logs (this is what RC is for)

Send the crash-report folder UE4SS drops, but especially:

  • Mods/Librarian-AP/crash_trace.log — the breadcrumb ledger; its last lines name what you were doing
  • …/Binaries/Win64/UE4SS.log
  • one line on what you were doing (placing a row, returning to menu, throwing books, walking a shelf, …)

Reports from older builds don't help anymore — please confirm your title screen shows v1.1.0-rc2 first.