Project Red - Exploration

Project Red - Exploration

27M Downloads

Testing required

MrTJP opened this issue · 24 comments

commented

Branch: integration2

I need testers to try and see if old worlds from before the integration rewrite will seamlessly transfer over to the rewritten gate system.

commented

Looks fine to me.

commented

Tested exhaustively, yes? I want to get out one more stable version, then introduce this.

commented

To really test I think I'll build a calculator, give me a day.

commented

The key here is to make a working calculator in the previous versions, then load it up using the new gate code.

commented

Yes, I understand.

commented

While testing I had a derp with an old OR gate, I'll see if it persists.
http://prntscr.com/59z05x OR gate in center died (hard to actually show)

commented

...yea that one thing is really weird, do you want the map to fiddle around with it?

commented

Yea sure. Is that the only OR gate on the map? Or did the other ones work fine?

commented

The other one is in the right of the image.

commented

I looked at the code, and I didn't see why it would be doing that. Will look more into it when I have time.

On Dec 6, 2014, at 3:59 PM, Kenzie Togami [email protected] wrote:

Did you ever fix the OR gate?


Reply to this email directly or view it on GitHub.

commented

Did you ever fix the OR gate?

commented

OR gate fixed?

commented

Tried finding the bug again, its gone. Must've been a fluke or something?

commented

Alright then.

commented

Alright, created a very nice integration world: https://www.dropbox.com/s/74l3zk2cmxiao1o/testworld.zip?dl=0 Now to try it out.

commented

Build failed:

****************************
 Powered By MCP:             
 http://mcp.ocean-labs.de/   
 Searge, ProfMobius, Fesh0r, 
 R4wk, ZeuX, IngisKahn, bspkrs
 MCP Data version : unknown
****************************
:compileApiJava UP-TO-DATE
:compileApiScala UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava UP-TO-DATE
:sourceMainScala
:updateVersion
bad symbolic reference to mrtjp.projectred.transmission.TPropagationAcquisitions encountered in class file 'TBundledCableCommons.class'.
Cannot access type TPropagationAcquisitions in package mrtjp.projectred.transmission. The current classpath may be
missing a definition for mrtjp.projectred.transmission.TPropagationAcquisitions, or TBundledCableCommons.class may have been compiled against a version that's
incompatible with the one found on the current classpath.


one error found


:compileScala FAILED


FAILURE: 

BUILD FAILED

Total time: 36.561 secs
Build failed with an exception.


* What went wrong:
Execution failed for task ':compileScala'.
> Compilation failed

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
commented

I'll do it as soon as I have time to setup a new integration-integrating world.

commented

Tested using your world, but what really needs testing are the array cells. They have been restructured. The rest of the gates seem to work.

commented

What?? Are you building the integration2 branch? Try deleting the folder and do a fresh download of the source. The files seem to be mixed up between master and integration2.

commented

Okay, tested cells. The cells look alright, but the AND cell completely died. http://prntscr.com/58aj6c

commented

Oh. Upon closer inspection, it turns out old gates no longer accept wire inputs. New ones are fine, but transitioned gates die.

commented

http://prntscr.com/58akhj (the one on the right is new)

http://prntscr.com/58akvl (did a block update on some of the wires)

commented

Easy fix via bd95d2d.