CD4017BE / RedstoneControl

AutomatedRedstone mod remake: this time more awesome with point to point wires and less complicated GUIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fresh checkout + build/run issues

dizzyd opened this issue · comments

I'm trying to get the dev environment setup so I can reproduce some weird behavior I'm seeing. Unfortunately, I can't get a build from source to even run.

The steps to reproduce:

  1. git clone git@github.com:/CD4017BE/RedstoneControl
  2. cd RedstoneControl
  3. ./gradlew build <-- completes successfully
  4. ./gradlew runClient <-- fails

Log File of ./gradlew runClient

I eventually want to use IntelliJ, but narrowed down to just the above command-line operations since I would expect them to work out of the box.

From the type of crash I would say the access transformer in the CD4017BE_lib dependency wasn't applied. But I don't know why, normally it should automatically apply access transformers from dependencies as well.

The forge client debug logs should provide more details about what went wrong during startup.

I've submitted PR #27 to fix this issue. The dependency on the deobf'd library caused access transformers not to run (for reasons beyond my ken).