jmc2obj / j-mc-2-obj

Java-based Minecraft-to-OBJ exporter.
http://www.jmc2obj.net
352 stars 59 forks source link

1.20 jmc-2-obj export problem #213

Closed Fexiqo closed 1 year ago

Fexiqo commented 1 year ago

so recentely i got this error when exporting

ERROR: Cannot write to the chosen location! java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(Unknown Source) at org.jmc.ObjExporter.export(ObjExporter.java:66) at org.jmc.gui.ExportWindow$8$1$1.run(ExportWindow.java:748) at java.lang.Thread.run(Unknown Source)

due to this error i cant export anything .Is there any way i can fix this ?

mmdanggg2 commented 1 year ago

jmc can't write to the directory you've picked to export the obj to, you need to make sure you have permissions or try a different location.

Fexiqo commented 1 year ago

how can i make sure i have permission and like how to get permission ? Also diffrent location didnt work

mmdanggg2 commented 1 year ago

You should usually have "full control" of anything in your user folder, desktop for eg. You can check in folder properties: image

Make sure your java is up to date too.