This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
jakendrick3's profile picture

[1.7.10][SSP] Bundled Cables Not Registering

Started by jakendrick3, 11 February 2016 - 03:47 PM
jakendrick3 #1
Posted 11 February 2016 - 04:47 PM
Version:
Minecraft 1.7.10, Computercraft 1.7.5, Project Red 4.7.0

Description:
Simply not registering. Redstone works fine, the code isn't the problem as I used print() to make sure it was working as well as testing it with standard Redstone. It's simple setBundledOutput() not working with the cables.

Expected Results:
I have RedPower Compat so, I expected it to work. I tryed the load order change as well, however no change.

Reproduction Steps:
Not sure you could. As far as I can tell I'm the only person to have this bug in months.

No screenshots, didn't think they were necessary. Any suggestions? Kinda troubling as it would've really saved space.
KingofGamesYami #2
Posted 11 February 2016 - 04:50 PM
Bundled Cable Support is provided by the mod providing the Bundled Cables, not CC. CC just offers an API for them to interface with.
Lyqyd #3
Posted 11 February 2016 - 07:00 PM
You're using a pre-release version of ProjectRed. They may have fixed the bug already if you've got a build prior to pre12. Either way, support for this is on their end, so please file a bug report with the author(s) of ProjectRed.
Bomb Bloke #4
Posted 11 February 2016 - 09:34 PM
It does make me wonder when this bug was introduced. What happens in a new world with CC 1.74?
Lyqyd #5
Posted 11 February 2016 - 11:18 PM
Yikes, good spot. It may not be a P:R issue after all, if 1.75 had the broken API interface.
Bomb Bloke #6
Posted 12 February 2016 - 01:04 AM
I'm inclined to think the CC-side bug wasn't until at least 1.76, but it'd pay to be sure before pestering the PR guys. I know 1.74 worked for me.
jakendrick3 #7
Posted 12 February 2016 - 04:14 AM
So, should I file the bug with Project Red or wait and let you guys take a look at the CC Code? Or both?
Lupus590 #8
Posted 12 February 2016 - 10:04 AM
So, should I file the bug with Project Red or wait and let you guys take a look at the CC Code? Or both?

file the bug with project red
jakendrick3 #9
Posted 12 February 2016 - 02:35 PM
Ok, posted the issue on the PR github page
HPWebcamAble #10
Posted 12 February 2016 - 10:37 PM
But according to this page, Dan fixed it for CC 1.79. Might have been worth testing that version with PR first.

Oh well, too late now. Maybe you could give us a link to the bug report (if its a public conversation, of course) so we can see what the PR team says?
Lyqyd #11
Posted 12 February 2016 - 11:05 PM
ComputerCraft 1.79 is not available for Minecraft 1.7.10 as far as I'm aware.
HPWebcamAble #12
Posted 13 February 2016 - 12:13 AM
ComputerCraft 1.79 is not available for Minecraft 1.7.10 as far as I'm aware.

Well it's not available for anyone yet, but when it does release, I imagine it'll only be 1.8.9.

I thought jake was using 1.78 (which probably wouldn't work with bundled cable), but I assumed wrong, he's on 1.75.


Which prerelease is that Jake? FTB Infinity Evolved uses CC 1.75 and PR 4.7.0 pre 9.92, and bundled cable works fine there.
The Project Red changelog doesn't seem to mention anything about CC for all of 4.7.0 so far (up to pre 12)
Edited on 12 February 2016 - 11:14 PM
jakendrick3 #13
Posted 13 February 2016 - 05:40 AM
Here is the link to the page: https://github.com/MrTJP/ProjectRed/issues/998

Pre-release is 12.95 I think (does that sound right?). It was, at the time, the Curse recommended.
HPWebcamAble #14
Posted 13 February 2016 - 06:08 AM
Pre-release is 12.95 I think (does that sound right?). It was, at the time, the Curse recommended.

You could try pre 9 if you can find a download for it. Lets see if they respond.
jakendrick3 #15
Posted 13 February 2016 - 03:49 PM
Reverted to pre9 and now it works! Gonna go update the PR issue with that maybe it'll help.
dan200 #16
Posted 27 February 2016 - 05:14 PM
Solved in 1.79 (currently in beta on the beta testing forums)