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

Error creating new mobile game #8814

Open
kd8plc opened this issue Apr 18, 2024 · 2 comments
Open

Error creating new mobile game #8814

kd8plc opened this issue Apr 18, 2024 · 2 comments
Labels
bug Something is not working as expected editor Issues related to the Defold editor more info The issue is lacking required information

Comments

@kd8plc
Copy link

kd8plc commented Apr 18, 2024

Expected behaviour

Actual behaviour

Steps to reproduce


Build time2024-04-09T14:42:42.138847
Defold channeleditor-alpha
Defold editor shaecdec42
Defold engine shabf4dc66
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
Copy link
Contributor

AGulev commented Apr 19, 2024

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)

@britzl britzl added bug Something is not working as expected editor Issues related to the Defold editor labels Apr 22, 2024
@matgis
Copy link
Contributor

matgis commented Apr 22, 2024

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

@matgis matgis added the more info The issue is lacking required information label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as expected editor Issues related to the Defold editor more info The issue is lacking required information
Projects
None yet
Development

No branches or pull requests

4 participants