xforce / netease-messiah-tools

Tools working with files in NetEase's Messiah Engine (Primarily aimed towards Diablo Immortal for now)
MIT License
50 stars 17 forks source link

Build Failed! #3

Closed x4317350 closed 2 years ago

x4317350 commented 2 years ago

Hello, first of all thank you for your work! I tried to compile the project, but an error occurred!

  1. git clone https://github.com/xforce/netease-messiah-tools.git
  2. cd netease-messiah-tools
  3. cargo build

Updating git repository https://github.com/xforce/RustPython.git error: failed to get rustpython-stdlib as a dependency of package messiah-pyc v0.1.0 (/Users/ice/Downloads/1/netease-messiah-tools/pyc)

Caused by: failed to load source for dependency rustpython-stdlib

Caused by: Unable to update https://github.com/xforce/RustPython.git#c594606c

Caused by: object not found - no match for id (c594606c42ebb6d0913dd55f08060ab43221b85e); class=Odb (9); code=NotFound (-3)

thanks!

xforce commented 2 years ago

Oh, right. I can actually go back to the non-fork for RustPython now as the fix I require was merged

xforce commented 2 years ago

Should work again on main, sorry about that.

x4317350 commented 2 years ago

thanks very much! it can work now!