SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

Computercraft wired modem not craftable #92

Closed JomerDev closed 7 years ago

JomerDev commented 8 years ago

I have an issue when trying to craft a wired modem. Every time I try to pull the modem out of the crafting table, it just goes back in the crafting table. There is no way (shift click/let turtle craft it) that works. They all can not craft it. I don't know if this issue is related to CCTweaks, but since it replaces the Modem, maybe you could take a look

SquidDev commented 8 years ago

Hmmm. This is 1.7.10 right?

Edit: I can't appear to reproduce under 1.7.10. Could you provide me a forge log: might be another mod messing with it. CCTweaks shouldn't muck up the crafting of it, but you never know :frowning:.

JomerDev commented 8 years ago

It is 1.7.10. I'll post a new comment with the log when I'm home

SquidDev commented 8 years ago

Thanks! Don't rush: I'm happy to take a break from bug fixing :smile:.

JomerDev commented 8 years ago

Sadly there is nothing in the log. The server log has nothing, and the only thing in the client log at the time only has this:

[17:35:06] [Client thread/INFO] [inventorytweaks/]: tconstruct.tools.gui.CraftingStationGui
[17:35:06] [Client thread/INFO] [inventorytweaks/]: tconstruct.tools.inventory.CraftingStationContainer
[17:35:21] [Client thread/INFO] [inventorytweaks/]: cpw.mods.ironchest.client.GUIChest
[17:35:21] [Client thread/INFO] [inventorytweaks/]: cpw.mods.ironchest.ContainerIronChest
[17:35:28] [Client thread/INFO] [inventorytweaks/]: dan200.computercraft.client.gui.GuiTurtle
[17:35:28] [Client thread/INFO] [inventorytweaks/]: dan200.computercraft.shared.turtle.inventory.ContainerTurtle
[17:35:41] [Client thread/INFO] [inventorytweaks/]: net.minecraft.client.gui.inventory.GuiCrafting
[17:35:41] [Client thread/INFO] [inventorytweaks/]: net.minecraft.inventory.ContainerWorkbench
[17:35:42] [Client thread/INFO] [inventorytweaks/]: tconstruct.tools.gui.CraftingStationGui
[17:35:42] [Client thread/INFO] [inventorytweaks/]: tconstruct.tools.inventory.CraftingStationContainer
[17:35:45] [Client thread/INFO] [inventorytweaks/]: net.minecraft.client.gui.inventory.GuiCrafting
[17:35:45] [Client thread/INFO] [inventorytweaks/]: net.minecraft.inventory.ContainerWorkbench

it probably is an issue with rotarycraft, it makes a mess out of NEI since I've added it. And frequently crashes, while it is at it.

So your break from bug fixing can go on :smiley:

JomerDev commented 8 years ago

Or not. Since I found an Issue with the wired network. When I change something in the network (add a new peripheral/change some cables) most peripherals wont be found (not even trough peripheral.find) by a computer. I have to disconnect and connect (right click the modem) the peripheral, but they (sometimes) get a new address when they connect. (a new number)

SquidDev commented 8 years ago

Could you attach the log anyway? This gives me a list of mods installed, as well as a dump on any ASM patches which failed.

JomerDev commented 8 years ago

Here it is: https://www.dropbox.com/s/nagh9xrgkjhc9by/fml-client-latest.log?dl=0 Pastebin and Hastebin both couldn't load it :smile:

SquidDev commented 8 years ago

Or not. Since I found an Issue with the wired network. When I change something in the network (add a new peripheral/change some cables) most peripherals wont be found (not even trough peripheral.find) by a computer. I have to disconnect and connect (right click the modem) the peripheral, but they (sometimes) get a new address when they connect. (a new number)

I've done quite a bit of testing and I just can't reproduce at all. Not really sure what to do as my computer is a potato, and so won't be able to reproduce test using your mod list. I guess the best thing to do is track when it occurs and make a note here: see if there is a particular trigger.

SharkBaitDLS commented 7 years ago

For what it's worth I'm experiencing this same bug in a mod pack that doesn't have CCTweaks, just vanilla ComputerCraft, so you're probably off the hook here.