GaijinEntertainment / DagorEngine

Dagor Engine and Tools source code from Gaijin Games KFT
Other
2.15k stars 268 forks source link

Failed to load some file... #15

Closed Geskawary234 closed 9 months ago

Geskawary234 commented 9 months ago

изображение I downloaded prebuilt

Geskawary234 commented 9 months ago

изображение

JustMinna commented 9 months ago

Getting issues from prebuilt too image

LakoMoor commented 9 months ago

image Same...

LakoMoor commented 9 months ago

image I try download old release tools-prebuilt.7z. It has an APK file for android. It managed to be launched

LakoMoor commented 9 months ago

image benchmark

NicSavichev commented 9 months ago

prebuilt binaries are supposed to be placed INSIDE git repo (so it can find used files in sources). if you use binaries apart from git repo then

debug {
  useVromSrc:b=no

must be specified in tools\dargBox\settings.blk to read data from vromfs (instead of reading source scripts form repo)

LakoMoor commented 9 months ago

prebuilt binaries are supposed to be placed INSIDE git repo (so it can find used files in sources). if you use binaries apart from git repo then

debug {
  useVromSrc:b=no

must be specified in tools\dargBox\settings.blk to read data from vromfs (instead of reading source scripts form repo)

Yep. This working!))