Re: Can't Open or Save Homes

by Cathony » Wed Jul 09, 2014 6:05 pm

Code: Select all

Java 3D: implicit antialiasing enabled
com.eteks.sweethome3d.model.RecorderException: Can't save home C:\Program Files\Sweet Home 3D\sh3d\Base.sh3d
	at com.eteks.sweethome3d.io.HomeFileRecorder.writeHome(Unknown Source)
	at com.eteks.sweethome3d.viewcontroller.HomeController$33.call(Unknown Source)
	at com.eteks.sweethome3d.viewcontroller.HomeController$33.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at com.eteks.sweethome3d.viewcontroller.ThreadedTaskController$1.run(Unknown Source)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(Unknown Source)
	at java.io.File.createTempFile(Unknown Source)
	at com.eteks.sweethome3d.tools.OperatingSystem.createTemporaryFile(Unknown Source)
	... 10 more

This is the output from the console. I'm not very familiar with Java so I'm not sure what it all means.