[0.12.30] [Rseding] conversion of data to type "j" failed on Mac

This subforum contains all the issues which we already resolved.
Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

[0.12.30] [Rseding] conversion of data to type "j" failed on Mac

Post by Choumiko »

Getting a bug report here: viewtopic.php?f=97&t=14432&view=unread#p145365

It seems like on a Mac Factorio doesn't like something like this:

Code: Select all

        local output = {parameters={}}
        output.parameters[1]={signal={type = "virtual", name = "signal-cargowagons"}, count = -1, index = 1}
        cargoProxy.set_circuit_condition(1,output)
cargoProxy is a valid constant combinator. Changing the count to 0 seems to fix the error. I can't try it myself though, but on Win7 it works fine with negatives
User avatar
HanziQ
Former Staff
Former Staff
Posts: 630
Joined: Fri Mar 27, 2015 7:07 am
Contact:

Re: [0.12.30] [Rseding] conversion of data to type "j" failed on Mac

Post by HanziQ »

count is being loaded as an unsigned number, passing in a negative number produces this error on OS X.
Post Reply

Return to “Resolved Problems and Bugs”