fail to save
Status: Beta
Brought to you by:
zeripath
Hello,
I'm using SCE v1.1.3 for a long time but today I have upgrade JAVA and now it doesn't work. When I click on Save it say:
Failed to Save (SCE Version 1.1.3).
Exception Thrown!
Please copy the contents of this box to a support request
java.lang.RuntimeException: java.io.FileNotFoundException: C:\ProgramData\Microsoft\FSX\NewScenery.cfg (Acceso denegado)
at vo.scenery.util.SceneryParser.saveSceneryFile(SceneryParser.java:326) at sce.actions.providers.SaveActionProviderImpl.saveFile(SaveActionProviderImpl.java:33) at sce.swt.menu.FileActions.saveFile(FileActions.java:347) at sce.swt.menu.FileActions.doSave(FileActions.java:309) at sce.swt.menu.FileActions.doSave(FileActions.java:302) at sce.swt.menu.file.FileMenuActions.doSave(FileMenuActions.java:39) at sce.swt.menu.file.FileMenuItems$4.run(FileMenuItems.java:45) at sce.swt.menu.file.FileMenuItems$4.run(FileMenuItems.java:37) at sce.swt.menu.SCEMenuHelper$1.widgetSelected(SCEMenuHelper.java:48) at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at sce.swt.SceneryConfigEditor.open(SceneryConfigEditor.java:330) at sce.swt.SceneryConfigEditor.main(SceneryConfigEditor.java:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at Main.main(Main.java:38)
Caused by: java.io.FileNotFoundException: C:\ProgramData\Microsoft\FSX\NewScenery.cfg (Acceso denegado)
at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileWriter.<init>(Unknown Source) at vo.scenery.util.SceneryParser.saveSceneryFile(SceneryParser.java:318) ... 20 more Any idea? Thanks
Hi!
This is most likely a problem with permissions, the file you are writing to
is probably owned by Administrator and you will need to run the editor as
admin.
Andy
On Thu, 31 Aug 2017 at 19:10 Sergio Collantes sergioahs484d@users.sf.net
wrote: