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

Package msi #248

Closed
Elblassy opened this issue Jan 3, 2021 · 5 comments · Fixed by #297
Closed

Package msi #248

Elblassy opened this issue Jan 3, 2021 · 5 comments · Fixed by #297
Assignees

Comments

@Elblassy
Copy link

Elblassy commented Jan 3, 2021

In last version of "0.3.0-build138" get error when build package msi it said
"Illegal char < > at index 42"

@Fabian-K
Copy link

Fabian-K commented Jan 8, 2021

I have the same issue using 0.3.0-build139 with a project that builds fine on mac os.

C:\Repositories\t2-interceptor>gradlew :ui:packageExe

> Task :ui:createRuntimeImage FAILED
untime Illegal char <   > at index 14: C:Repositories   2-interceptoruibuildcompose     mpmain

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ui:createRuntimeImage'.
> Process 'command 'C:\Program Files\AdoptOpenJDK\jdk-15.0.1.9-hotspot\bin\jlink.exe'' finished with non-zero exit value 1

@gbaldeck
Copy link

gbaldeck commented Jan 9, 2021

I'm experiencing the same issue on Windows. Were either of you able to resolve it?

@Elblassy
Copy link
Author

Elblassy commented Jan 9, 2021

I didn't solve it ,i think it's very early to work with this library , so i convert to flutter desktop, if you don't need any connection with any external hardware like printer it will be good choice

@gbaldeck
Copy link

Look like build 136 works. I reverted to that for now.

@ghasemdev
Copy link

ghasemdev commented Jan 12, 2021

I have the same issue in last version of "0.3.0-build140"

Illegal char < > at index 36: D:KotlinProjectsSubtitlebuildcompose mpmain
untime

Execution failed for task ':createRuntimeImage'.
Process 'command 'C:\Program Files\Java\jdk-15.0.1\bin\jlink.exe'' finished with non-zero exit value 1

AlexeyTsvetkov added a commit to AlexeyTsvetkov/compose-jb that referenced this issue Jan 21, 2021
Previously the `--output` argument of the jlink task was not normalized.

JetBrains#248
AlexeyTsvetkov added a commit that referenced this issue Jan 21, 2021
Previously the `--output` argument of the jlink task was not normalized.

#248
AlexeyTsvetkov added a commit that referenced this issue Jan 22, 2021
Previously the `--output` argument of the jlink task was not normalized.

#248
MatkovIvan pushed a commit to MatkovIvan/compose-multiplatform that referenced this issue May 10, 2023
macOs seems uses the first image's size to determine the size of the item's icon, but uses the more suitable image for hidpi (i.e. scaledImage)

Fixes JetBrains#2150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants