Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOException on startup #11665

Closed
huwpascoe opened this issue Jul 18, 2016 · 2 comments
Closed

IOException on startup #11665

huwpascoe opened this issue Jul 18, 2016 · 2 comments

Comments

@huwpascoe
Copy link
Contributor

Running on windows

System.IO.IOException was unhandled
  HResult=-2147024864
  Message=The process cannot access the file '...\OpenRA\Content\ra\scores.mix' because it is being used by another process.
  Source=mscorlib
  StackTrace:
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.File.InternalDelete(String path, Boolean checkHost)
       at System.IO.File.Delete(String path)
       at OpenRA.Migrations.Run() in ...\OpenRA\OpenRA.Game\Migrations.cs:line 53
       at OpenRA.Game.InitializeMod(String mod, Arguments args) in ...\OpenRA\OpenRA.Game\Game.cs:line 350
       at OpenRA.Game.Initialize(Arguments args) in ...\OpenRA\OpenRA.Game\Game.cs:line 292
       at OpenRA.Program.Run(String[] args) in ...\OpenRA\OpenRA.Game\Support\Program.cs:line 117
       at OpenRA.Program.Main(String[] args) in ...\OpenRA\OpenRA.Game\Support\Program.cs:line 34
@pchote pchote added this to the Next release milestone Jul 18, 2016
@pchote
Copy link
Member

pchote commented Jul 18, 2016

This will be fixed by #11545 after I rework it to remove the migrations code.

@pchote
Copy link
Member

pchote commented Jul 31, 2016

This was fixed by #11545.

@pchote pchote closed this as completed Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants