it's in the same class. Why would I use protected there. If the TestMethod was private and I get an error, that would make sense, but not here. ThePrivateMethod is private and I call it from the same class @Traqu
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Advanced Search
Sep 3 2024
Shouldn't you use protected instead?
answering to the first issue but just saw your new comment
Sep 2 2024
@Geez This has been open for a year now and it seems the first bug at least got fixed, but still using private is very impractical at the moment (see the second post), especially because using getters and setters adds additional cost, because invoking a method is rather slow in DayZ and there are zero optimizations done when compiling the code
Sep 1 2024
Aug 30 2024
I just ran into a very weird bug which makes no sense to me and seems like a compiler bug hidden somewhere in the deep, which might even be the cause for some server crashes.
When I put this in 3_Game:
class LBConfigBase2 : Managed {
I haven't had it crash when working with edds files, but I've never successfully ever gotten it to work either.
Aug 29 2024
Aug 27 2024
Hello d146ales.
This should be possible but we would suggest reaching out to modding discord for the details. Also we are not certain if this can cause conflicts with other animation mods so please keep that in mind.
Regards,
Geez
Aug 26 2024
Aug 23 2024
Seems like it doesn't help, still have random player data issue
Aug 22 2024
Aug 21 2024
Have you found a fix?
Aug 20 2024
Aug 19 2024
Aug 18 2024
Problem was found.
Aug 16 2024
Aug 14 2024
Aug 13 2024
I forgot to mention that the cylinder for the magnum is also not re-texturable, the rest of the gun does work.
Aug 12 2024
In T182498#2647909, @Geez wrote:In T182498#2647621, @intenso2891 wrote:@
In T182498#2638413, @Geez wrote:We would also suggest to not rename the server executable
https://feedback.bistudio.com/T182498
can you please check and help me? pleaseCurrently this is awaiting a check from the devs, however, due to the current priorities it might take more time as the devs need to focus on the prioritised issues.
Aug 9 2024
Aug 8 2024
Find the same problem in DayZ 1.25.158396, getting the same problem with the rvmat for Pressvest, I can assign and load each "damage" state as the first state, but it do not change if it take damage.
update info:
Aug 7 2024
Aug 6 2024
Aug 5 2024
the game crashes and says the file needs to be reinstalled.
In T183081#2647919, @Geez wrote:Unfortunately no information I could provide in regards to that.
Unfortunately no information I could provide in regards to that.
In T182498#2647621, @intenso2891 wrote:@
In T182498#2638413, @Geez wrote:We would also suggest to not rename the server executable
https://feedback.bistudio.com/T182498
can you please check and help me? please
@Geez
Hi!
Are you planning to fix this in the next update?
Aug 4 2024
Update: I found the issue and I found the solution. All is good now
@Geez
Hello
It seems the problem has not been fixed, I used
In T182498#2638413, @Geez wrote:We would also suggest to not rename the server executable
In T182498#2638929, @Geez wrote:We do not believe the fact .mdmp was not created was caused by the exe being renamed. However it makes it much harder for the devs to analyse the issue if the executable is renamed.
any hope on this?
Aug 3 2024
another navmesh issue is this bridge
another navmesh problem is this bridge
Aug 2 2024
Aug 1 2024
Jul 31 2024
Are there any ways to solve the problem?
Jul 29 2024
Maybe it's the if (handle == 0) check that makes it fail? Could a valid (non-NULL) FindFileHandle be implicitly cast to a zero int by this comparison, thus making it fail?
The way I understood FindFileFlags is that it tells FindFile where to find files, not what type of thing (i.e. directory/file) it should find. I'm basing this off the code comments in ensystem.c, so not sure if those are correct w/ regards to intent (it also mentions .pak files which are not a thing in DayZ, probably a leftover from Arma. I haven't checked if FindFileMode.ARCHIVES does attempt to find files in PBOs).
Jul 28 2024
I think this should be fixed in 1.26 too.
I actually never saw this issue during any of my testing so its a bit confusing.
Jul 27 2024
When will bohemia realize that the dayz game lives only thanks to modding and modders and will stop breaking what the dayz community is building....
Jul 26 2024
Jul 25 2024
any hope fix that ugly hardcooded thing ?
Jul 24 2024
Given that things like this can take quite some time to fix I wanted to provide a simple workaround for anyone else that happens to run into the issue and across this report.
The caveat is that this method highlights three more bugs that I've run into but they're minor compared to a high chance of a crash.
Jul 23 2024
Did it make 7 frames instead of 2?
Because as you saw in my screenshot it makes only 2 frames instead of 7
Hello sysrover.
We have checked but it does not appear there is any issue on our end.
Regards,
Geez
Jul 22 2024
duplicate of https://feedback.bistudio.com/T167572
Jul 19 2024
Explore the diverse range of services offered by Pepperell Prints, including large format printing, event graphics, and event signage printing and graphics. Our expertise also extends to custom design wall coverings and custom wallpaper, ensuring that your space or event stands out with unique, high-quality prints. Share your experiences or ask questions about how Pepperell Prints can meet your printing needs!
Jul 18 2024
In T181668#2639501, @Helkhiana wrote:@Geez Any news on this bug issue?
@Geez Any news on this bug issue?
Jul 16 2024
In T182498#2638929, @Geez wrote:We do not believe the fact .mdmp was not created was caused by the exe being renamed. However it makes it much harder for the devs to analyse the issue if the executable is renamed.
It looks like when digits are imported to the workbench and converted to ANM it uses Truncate instead of Round. And that causes a loss of information.
We do not believe the fact .mdmp was not created was caused by the exe being renamed. However it makes it much harder for the devs to analyse the issue if the executable is renamed.
In T182498#2638413, @Geez wrote:We would also suggest to not rename the server executable
Jul 15 2024
We would also suggest to not rename the server executable
Hello intenso2891
Until a dev gets to analyse the issue, you could always try to make the server completely vanilla and let us know if there are any changes in behaviour. We did not register any widespread reports like this and therefore it is likely an issue with the server setup/mods etc rather than a global problem.
Regards,
Geez
Jul 12 2024
Fixed 1.26
In the end it wasn't json at all.
It was writing to files.
Here is repro code
This is such a pain to reproduce.
https://steamcommunity.com/sharedfiles/filedetails/?id=2905487932
I tried it with this mod.
The broken pattern matching (when pattern is anything other than just "/*") and the wrong read-only flag should be fixed in 1.26
The DIRECTORIES flag not working is separate, that also does not work on windows. We're handling that in a separate ticket to be solved some other time.
Jul 11 2024
At the same time, it sets an attribute with index 4, which, as I understand it, is outside the scope of enum FileAttr where the last index is 3 with type INVALID
14 moths later and it's still an issue...still working on it?