Southclaws / pawn-chrono

A modern Pawn library for working with dates and times.
MIT License
18 stars 6 forks source link

Problem on pterodactyl #8

Open kernkode opened 1 year ago

kernkode commented 1 year ago

Loading plugin: chrono.dll 0010:err:module:map_image Could not map section .text, file probably truncated I get this and then the plugin fails to load, I clarify that it is a windows host.

Southclaws commented 1 year ago

"file probably truncated" leads me to believe it's either a word-width issue (32 vs 64 bit) or the file was only partially downloaded. Maybe @adrfranklin can help more.