defold / defold

Defold is a completely free to use game engine for development of desktop, mobile and web games.
https://www.defold.com
Other
3.72k stars 268 forks source link

Error creating new mobile game #8814

Open kd8plc opened 2 weeks ago

kd8plc commented 2 weeks ago

Expected behaviour

Actual behaviour

Steps to reproduce


Build time2024-04-09T14:42:42.138847
Defold channeleditor-alpha
Defold editor shaecdec42bff4ffde46635964bd0b16561b9498216
Defold engine shabf4dc66ab5fbbafd4294d32c2797c08b630c0be5
Defold version1.7.0
Error5f6b788ce8a94240bed6db166895b0bb
GPUNVIDIA GeForce RTX 2070 with Max-Q Design/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 546.26
Java version17.0.5+8
OS archamd64
OS nameWindows 11
OS version10.0
AGulev commented 1 week ago

java.io.FileOutputStream.open0.class java.io.FileNotFoundException: C:\Users\Bryant\Adventure: A Love Story\.gitattributes (The filename, directory name, or volume label syntax is incorrect)
    at java.io.FileOutputStream.open0(FileOutputStream.java)
    at java.io.FileOutputStream.open(FileOutputStream.java:293)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:235)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:184)
    at editor.welcome$expand_proj_zip_BANG_.invokeStatic(welcome.clj:250)
    at editor.welcome$show_welcome_dialog_BANG_$download_template_BANG___107047$fn.invoke(welcome.clj:647)
    at clojure.core$binding_conveyor_fn$fn.invoke(core.clj:2030)
    at clojure.lang.AFn.call(AFn.java:18)
    at java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.lang.Thread.run(Thread.java:833)
matgis commented 1 week ago

I think there might be an issue with unexpected characters in the project directory path.

Could you try renaming the project directory so that it does not contain spaces or the colon character? I think the colon character (:), specifically, can be troublesome on Windows. It is listed as a reserved character here: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions