-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support for Windows ARM64 #41
Comments
This seems related to the node plugin we use for gradle which I believe they're aware of and a fix is in the pipeline - node-gradle/gradle-node-plugin#315 To work around this you could need to build the |
This should be fixed in the latest version 1.1.3 if you wanted to try rebuilding, let us know if it's not :) |
Ok I will try again. |
Hi. Now I got this error: |
Have you tried clearing the directory the log specifies |
Not yet |
Chunker000.txt |
That error seems to indicate that it ran out of memory while building, you can try building without tests |
No. I have 7 GB of free space. Should be enought |
Or you meant RAM, not ROM? |
Problem was in fact that after previous attemps JAVA still was in process list and take about 2 GB of RAM. After close those process I got new error: |
I would guess this might still be related to you running out of memory (RAM) since the daemon shouldn't just die, I did a quick test and this works for me on a ARM machine using 8GB of RAM. You may want to disable tests e.g. |
This time I watched in the task manager and there was no RAM overflow. The maximum was 80%. but I'll try again with the 'gradle build -x test` And I have 8 GB too |
Still not enought memory but this time It took longer. But I have another idea. Can you just send here your build? |
Can you send your compiled build here? |
I sent you an email with a copy of it as i'm unable to upload it here, I did briefly test it and it seemed to work but obviously windows and arm64 is still a relatively new thing in the development world so your mileage might vary. |
Ok. Btw Windows ARM32 will never get support? |
We'll definitely have automatic builds when GitHub supports ARM64 for linux / windows, unsure on 32 though |
Ok |
I will ask my friend to try compile it |
I think I understand why we have same space of RAM, but it failed on my side. I will enable it again and try to compile again. |
What about make something like custom auto script to compile it? |
One of those things that we don't have plans for official support unless there's great demand for it and considering ARM64 seems a lot more popular (at least from my perspective). |
ок. Btw here is latest Chunker app 1.3.0 (exe was unpacked because it will work faster if unpack it) |
What feature would you like seen in Chunker?
I tried to compile Chunker App to Windows 11 ARM64, but got this error:
The text was updated successfully, but these errors were encountered: