rmoriz / openra-dockerfile

Dockerfile for OpenRA dedicated server

Home Page:https://hub.docker.com/r/rmoriz/openra/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception launching docker image on flynn.io

nicf82 opened this issue · comments

Im trying to push the docker image to a flynn cluster (https://flynn.io/) not sure if thats relevant to the problem though.

When i launch it i just get:

[2016-11-16T23:08:20.296028311Z] Unhandled Exception:
[2016-11-16T23:08:20.296301491Z] System.ArgumentException: UNC paths should be of the form \\server\share.
[2016-11-16T23:08:20.302590484Z]   at System.IO.Path.InsecureGetFullPath (System.String path) <0x7fd7725635c0 + 0x005c1> in <filename unknown>:0 
[2016-11-16T23:08:20.303763228Z]   at System.IO.Path.GetFullPath (System.String path) <0x7fd7725631c0 + 0x0000f> in <filename unknown>:0 
[2016-11-16T23:08:20.305665315Z]   at System.IO.DirectoryInfo..ctor (System.String path, Boolean simpleOriginalPath) <0x7fd772557c20 + 0x0002f> in <filename unknown>:0 
[2016-11-16T23:08:20.306407299Z]   at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:.ctor (string,bool)
[2016-11-16T23:08:20.310647821Z]   at System.IO.Directory.CreateDirectoriesInternal (System.String path) <0x7fd7725565d0 + 0x0008b> in <filename unknown>:0 
[2016-11-16T23:08:20.312004208Z]   at System.IO.Directory.CreateDirectory (System.String path) <0x7fd772556420 + 0x000a0> in <filename unknown>:0 
[2016-11-16T23:08:20.313133725Z]   at OpenRA.Platform.GetSupportDir () <0x41c75a30 + 0x00172> in <filename unknown>:0 
[2016-11-16T23:08:20.313689705Z]   at System.Lazy`1[T].CreateValue () <0x7fd772318d50 + 0x00174> in <filename unknown>:0 
[2016-11-16T23:08:20.314707212Z] [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: UNC paths should be of the form \\server\share.
[2016-11-16T23:08:20.314916892Z]   at System.IO.Path.InsecureGetFullPath (System.String path) <0x7fd7725635c0 + 0x005c1> in <filename unknown>:0 
[2016-11-16T23:08:20.315155818Z]   at System.IO.Path.GetFullPath (System.String path) <0x7fd7725631c0 + 0x0000f> in <filename unknown>:0 
[2016-11-16T23:08:20.315224975Z]   at System.IO.DirectoryInfo..ctor (System.String path, Boolean simpleOriginalPath) <0x7fd772557c20 + 0x0002f> in <filename unknown>:0 
[2016-11-16T23:08:20.315423089Z]   at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:.ctor (string,bool)
[2016-11-16T23:08:20.315560015Z]   at System.IO.Directory.CreateDirectoriesInternal (System.String path) <0x7fd7725565d0 + 0x0008b> in <filename unknown>:0 
[2016-11-16T23:08:20.31573926Z]    at System.IO.Directory.CreateDirectory (System.String path) <0x7fd772556420 + 0x000a0> in <filename unknown>:0 
[2016-11-16T23:08:20.315923435Z]   at OpenRA.Platform.GetSupportDir () <0x41c75a30 + 0x00172> in <filename unknown>:0 
[2016-11-16T23:08:20.316114168Z]   at System.Lazy`1[T].CreateValue () <0x7fd772318d50 + 0x00174> in <filename unknown>:0 

Any idea what this could be caused by?

no idea, probably a bug in flynn or broken volume setup

Thanks for the suggestions