Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Fatal error while compiling buffer_read

A topic by WuffMakesGames created 9 days ago Views: 30 Replies: 3
Viewing posts 1 to 2
(2 edits)

Added to a project (IDE v2024.13.1.193 Runtime v2024.13.1.242) and I get this compile error

`Script: lua_buffer_read at line 1 : Fatal Error while compiling - bailing details below`.  (with no bailing details below) 

Occurs when added to a new project as well

Developer

It’s this bug, you’ll want to either use 2024.11 or the beta (which has it fixed).

Thanks for the quick reply! Downgrading/switching to beta seems a bit inconvenient, but I'll see what I can do

Developer

The workaround is to move the contents of each offending extension script into a regular one (and call it from the extension script), which is an inconvenience of its own.