Posted by: Air Iceland
« on: October 28, 2021, 05:19:31 am »I'm busy trying to get my own copy of the game running but it doesn't seem to be working. There appears to be a bug in the script to setup the game.
One of the steps is publishLocal, I got the full output file for what I got but I'm not allowed to upload it here (upload folder full). Anyway, this seems to be the part which it's all about:
[warn] there were 65 deprecation warnings (since 2.13.0); re-run with -deprecation for details
[warn] there were three feature warnings; re-run with -feature for details
model contains 390 documentable templates
[warn] C:\airline\airline-data\src\main\scala\com\patson\data\AirlineSource.scala:1243:28: comparing values of types Int and Null using `==` will always yield false
[warn] if (expiryObject == null) None else Some(expiryObject)
[warn] ^
[error] ## Exception when compiling 165 sources to C:\airline\airline-data\target\scala-2.13\classes
[error] java.lang.StackOverflowError
I'm not very good with coding (not at all in fact) but I was able to find that line in the source code. It seems like it has to be done differently, but don't ask me how. Can you please fix this?
One of the steps is publishLocal, I got the full output file for what I got but I'm not allowed to upload it here (upload folder full). Anyway, this seems to be the part which it's all about:
[warn] there were 65 deprecation warnings (since 2.13.0); re-run with -deprecation for details
[warn] there were three feature warnings; re-run with -feature for details
model contains 390 documentable templates
[warn] C:\airline\airline-data\src\main\scala\com\patson\data\AirlineSource.scala:1243:28: comparing values of types Int and Null using `==` will always yield false
[warn] if (expiryObject == null) None else Some(expiryObject)
[warn] ^
[error] ## Exception when compiling 165 sources to C:\airline\airline-data\target\scala-2.13\classes
[error] java.lang.StackOverflowError
I'm not very good with coding (not at all in fact) but I was able to find that line in the source code. It seems like it has to be done differently, but don't ask me how. Can you please fix this?