-
Notifications
You must be signed in to change notification settings - Fork 102
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
Showing HDR Environment is broken #266
Labels
Milestone
Comments
This isn't the case, but: Calling pack200(/usr/lib/jvm/java-11-openjdk-amd64/bin/pack200) on /home/marc/Dokumente/02_GIT/sdk/build/installer/nbi_all/ext/infra/build/products/helloworld/build/temp/jmonkeyplatform/libs/jme3-testdata.jar to /home/marc/Dokumente/02_GIT/sdk/build/installer/nbi_all/ext/infra/build/products/helloworld/build/temp/jmonkeyplatform/libs/jme3-testdata.jar.pack.gz
[package]
[package] Warning: The pack200 tool is deprecated, and is planned for removal in a future JDK release.
[package]
[package] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
[package] OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[package] Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
[package] at java.base/java.util.Arrays.copyOf(Arrays.java:3745)
[package] at java.base/java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:120)
[package] at java.base/java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:95)
[package] at java.base/java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:156)
[package] at java.base/java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:187)
[package] at java.base/com.sun.java.util.jar.pack.Package$File.writeTo(Package.java:845)
[package] at java.base/com.sun.java.util.jar.pack.PackageWriter.writeFiles(PackageWriter.java:820)
[package] at java.base/com.sun.java.util.jar.pack.PackageWriter.write(PackageWriter.java:76)
[package] at java.base/com.sun.java.util.jar.pack.PackerImpl$DoPack.flushPackage(PackerImpl.java:583)
[package] at java.base/com.sun.java.util.jar.pack.PackerImpl$DoPack.flushAll(PackerImpl.java:537)
[package] at java.base/com.sun.java.util.jar.pack.PackerImpl$DoPack.run(PackerImpl.java:473)
[package] at java.base/com.sun.java.util.jar.pack
[package] .PackerImpl.pack(PackerImpl.java:92)
[package] at java.base/com.sun.java.util.jar.pack.Driver.main(Driver.java:322)
[package]
[package] 1 happens during Installer Build. |
Most HDRIs are usually pretty big in size, so maybe it runs out of memory when copying it or something? |
Should be fixed in efd8093, but I guess this shouldn't be the problem because I tried to build it locally. |
Still happens in main branch. Slightly shifted stacktrace:
|
Closed
neph1
added a commit
to neph1/sdk
that referenced
this issue
Dec 12, 2022
neph1
added a commit
that referenced
this issue
Dec 17, 2022
propose to fix #266 by moving installed jar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wonder how this could happen, given that I just added this feature very recently.
The file should stem from testdata.
The text was updated successfully, but these errors were encountered: