Giter Club home page Giter Club logo

Comments (6)

RWDai avatar RWDai commented on May 29, 2024

run docker run -v$(pwd):/data cookiemagic/evee-tools dump_static /data/eve.xapk /data/staticdata

/data/eve.xapk
/data/staticdata
/opt/eve-echoes-tools /opt/eve-echoes-tools
Traceback (most recent call last):
  File "scripts/dump_static_data.py", line 510, in <module>
    dump_static_data_fsd(xapk_temp_dir)
  File "scripts/dump_static_data.py", line 318, in dump_static_data_fsd
    for filename in os.listdir(obb_path):
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpq54wc_6s/Android/obb/com.netease.eve.en'
/opt/eve-echoes-tools

eve version from china version

from eve-echoes-tools.

RWDai avatar RWDai commented on May 29, 2024

and next run in container:

run docker run -v$(pwd):/data --entrypoint sh cookiemagic/evee-tools

/opt/eve-echoes-tools # cd ..
/opt # ./cmd.sh dump_static /data/eve.xapk /data/staticdata

/data/eve.xapk
/data/staticdata
/opt/eve-echoes-tools /opt
Traceback (most recent call last):
  File "scripts/dump_static_data.py", line 510, in <module>
    dump_static_data_fsd(xapk_temp_dir)
  File "scripts/dump_static_data.py", line 318, in dump_static_data_fsd
    for filename in os.listdir(obb_path):
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpcrrzojws/Android/obb/com.netease.eve.en'
/opt
/opt # cd /tmp/tmpcrrzojws/
sh: cd: can't cd to /tmp/tmpcrrzojws/: No such file or directory
/opt # cd /tmp
/tmp # ls
/tmp #

The tmp directory is empty.

from eve-echoes-tools.

SilkyPants avatar SilkyPants commented on May 29, 2024

There should be a space between -v and $(pwd) shouldn't there?

run docker run -v $(pwd):/data cookiemagic/evee-tools dump_static /data/eve.xapk /data/staticdata

from eve-echoes-tools.

RWDai avatar RWDai commented on May 29, 2024

There should be a space between -v and $(pwd) shouldn't there?

run docker run -v $(pwd):/data cookiemagic/evee-tools dump_static /data/eve.xapk /data/staticdata

add a space
docker run -v $(pwd):/data cookiemagic/evee-tools dump_static /data/eve.xapk /data/staticdata

/data/eve.xapk
/data/staticdata
/opt/eve-echoes-tools /opt/eve-echoes-tools
Traceback (most recent call last):
  File "scripts/dump_static_data.py", line 510, in <module>
    dump_static_data_fsd(xapk_temp_dir)
  File "scripts/dump_static_data.py", line 318, in dump_static_data_fsd
    for filename in os.listdir(obb_path):
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmppftqgut6/Android/obb/com.netease.eve.en'
/opt/eve-echoes-tools

Still the same

from eve-echoes-tools.

RWDai avatar RWDai commented on May 29, 2024

but i'm run this command in container is work: npktool x res0.npk res1.npk res2.npk res3.npk res4.npk res5.npk res6.npk res7.npk res8.npk res9.npk res10.npk res11.npk res12.npk
the command help me unpack some resource files which filename end with '.npk'

from eve-echoes-tools.

SilkyPants avatar SilkyPants commented on May 29, 2024

Ahh - I missed seeing this comment: #17 (comment)

It's looking for the English OBB data, which would be in the XAPK that you can get from other dump sites. The link you have given seems to be for an APK which is packaged differently.

I have a PR that might help, as you do not need to perform the OBB extraction step with your APK (as it does not exist) and need to skip to the processing step I think

from eve-echoes-tools.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.