Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working at all in 1.13 or 18w30b #13

Open
EarlyReflex opened this issue Jul 30, 2018 · 6 comments
Open

Not working at all in 1.13 or 18w30b #13

EarlyReflex opened this issue Jul 30, 2018 · 6 comments

Comments

@EarlyReflex
Copy link

EarlyReflex commented Jul 30, 2018

I wish this would actually work in 18w30b. That snapshot fixed a nasty village detection bug that killed pretty much every big iron farm in existence.

This is the Python console after trying to install in 18w30b, every options checked:

Searching for mappings for ASMTick...
MinecraftServer -> net/minecraft/server/MinecraftServer
MinecraftServer.commandManager -> b
ServerCommandManager -> xr
MinecraftServer.updateTimeLightAndEntities -> b
WorldServer -> tc
PlayerList -> vo
CommandTime -> ()Ljava/util/ArrayList;
Disassembling ()Ljava/util/ArrayList;...
Traceback (most recent call last):
  File "C:\ASMModSuite\Krakatau-master\disassemble.py", line 63, in <module>
    disassembleClass(readTarget, targets, args.out, args.roundtrip)
  File "C:\ASMModSuite\Krakatau-master\disassemble.py", line 23, in disassembleClass
    data = readTarget(target)
  File "C:\ASMModSuite\Krakatau-master\disassemble.py", line 13, in readFile
    with open(filename, 'rb') as f:
IOError: [Errno 2] No such file or directory: 'C:\\ASMModSuite\\cache\\18w30b\\classes\\()Ljava/util/ArrayList;.class'

This mod would be incredibly useful to help me debug my "Iron Towers" that still don't work in 18w30b. Any help will be greatly appreciated!

Python 2.7.12, Windows 10_64

@CJStanleyWinter
Copy link

Would also love to see this working in the 1.13.1 snapshots.
Upon attempting install it just says Mod could not be created.

Eternal gratefulness for you if you could make it work.

@ghost
Copy link

ghost commented Aug 12, 2018

I contacted Cubitect a week ago, and he said that he probably won't have an opportunity to work on the ASM Mod Suit for at least a few weeks. His main focus right now is on his other mod, cubiomes.

@Sharkykzn
Copy link

Sharkykzn commented Aug 14, 2018

Also get the following error:
`Mod 'ASMVillageMarker' could not be created.
View stdout for more information.

unsupported operand type(s) for +: 'NoneType' and 'int'`
Would be awesome to get the Village marker working in 1.13

@u1f98e
Copy link

u1f98e commented Aug 28, 2018

I get the same error message in 1.13.1 for all the mods except ASM Tick, which instead gives:
`Mod 'ASMTick' could not be created. View stdout for more information

list indices must be integers, not NoneType`

@wdmartin
Copy link

wdmartin commented Sep 9, 2018

Getting the same "unsupported operand type(s)" error with 1.13.1 and Python 2.7.8. There was no especially useful info in stdout; it said this:

Searching for mappings for ASMVillageMarker...
404: ASMRender
Setting up ASMRender...
Main -> net/minecraft/client/main/Main
MinecraftServer -> net/minecraft/server/MinecraftServer
Minecraft -> k

@VoiceLessQ
Copy link

Any1 have 1.13.1 working jar i can have ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants