Page MenuHomeFeedback Tracker
Feed Advanced Search

Thu, Feb 20

LBmaster added a comment to T189142: All remaining DayZ Compiler undetected syntax errors.

https://feedback.bistudio.com/T162283 this is also still a thing. I reported it more than 3 years ago and it's super simple to reproduce and probably also to fix

Thu, Feb 20, 7:51 AM · DayZ Modding, DayZ

Mon, Feb 17

LBmaster added a comment to T189142: All remaining DayZ Compiler undetected syntax errors.

Also one error I often ran into is, that double escaped quotes cause a problem with the parser. I though I already opened a ticket for that, but I cannot find it anymore, so here again in short:
string str = "\"\""; will cause a compile error. The content of the str variable should be "", so I have to escape both quotes with a backslash, but there seesm to be some problem with the index being put one too far ahead or something else. I currently have to workaround the problem by using string str = "\"" + "\"", which is quite annoying to do

Mon, Feb 17, 1:04 PM · DayZ Modding, DayZ
LBmaster updated subscribers of T189142: All remaining DayZ Compiler undetected syntax errors.

@Geez any intentions on fixing the compiler?

Mon, Feb 17, 9:22 AM · DayZ Modding, DayZ
LBmaster added a comment to T188795: RestCallbacks are leaking Memory (1.27 Experimental).

yeah, probably has been an issue before, but now we see the leaked instances in the logs, we did not have this before

Mon, Feb 17, 9:21 AM · DayZ Modding, DayZ