Skip to content

Instantly share code, notes, and snippets.

@Spaceghost
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spaceghost/d1d41955cc9eda59efc8 to your computer and use it in GitHub Desktop.
Save Spaceghost/d1d41955cc9eda59efc8 to your computer and use it in GitHub Desktop.
tim0thy:phoenix-demo32 pipework$ java -jar phoenix_demo32.jar
Exception in thread "main" scala.MatchError: osx (of class java.lang.String)
at com.sg.pnx.util.SysUtil$.nativeLibs(SysUtil.scala:41)
at com.sg.pnx.util.SysUtil$.checkForNativeLibs(SysUtil.scala:88)
at com.sg.pnx.util.SysUtil$.loadNativeLibs(SysUtil.scala:80)
at com.sg.pnx.util.InitUtil$.init(InitUtil.scala:17)
at com.sg.pnx.Game$.delayedEndpoint$com$sg$pnx$Game$1(Game.scala:17)
at com.sg.pnx.Game$delayedInit$body.apply(Game.scala:13)
at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.collection.immutable.List.foreach(List.scala:381)
at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
at scala.App$class.main(App.scala:76)
at com.sg.pnx.Game$.main(Game.scala:13)
at com.sg.pnx.Game.main(Game.scala)
tim0thy:phoenix-demo32 pipework$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment