BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

ERROR panicked at bin\src\update.rs:62:52: byte index 1 is out of bounds of `` #624

Closed Seb105 closed 9 months ago

Seb105 commented 9 months ago

My build script launches 2 instances of hemtt simultaneously, one will panic one will succeed. When I run the build script a second time, both will succeed.

Perhaps the daily version check crashes if 2 checks are made at the same instant.

latest.log

BrettMayson commented 9 months ago

My build script launches 2 instances of hemtt simultaneously

This is not going to be supported, HEMTT uses files in the temporary directory and this will cause conflicts and issues.

What are you trying to do that you launch 2 instances

Seb105 commented 9 months ago

I'm building 2 different versions of the same add-on with some changes, but it's not essential they're built at the same time so I'll just do it sequentially I guess.