table.insert(errs,1,"Game version (character creation): "..game:getPlayer(true).__created_in_version)
...
...
@@ -63,6 +65,8 @@ function _M:init(errs)
ifpcall(f)theninfos.loaded=trueend
end
localrealpath_errfile=nil
localreason="If you already reported that error, you do not have to do it again (unless you feel the situation is different)."
ifinfos.loadedthen
ifinfos.reportedthenreason="You #LIGHT_GREEN#already reported#WHITE# that error, you do not have to do it again (unless you feel the situation is different)."
...
...
@@ -71,11 +75,12 @@ function _M:init(errs)
else
reason="You have #LIGHT_RED#never seen#WHITE# that error, please report it."
localrealpath_errfile_t=Textzone.new{text="Log saved to file (click to copy to clipboard):#LIGHT_BLUE#"..realpath_errfile,width=self.iw,auto_height=true,fct=function()core.key.setClipboard(realpath_errfile)game.log("File location copied to clipboard.")end}