Print at Dec 15, 2025, 7:36:02 PM

Posted by quallemalle at Dec 23, 2022, 7:00:51 PM
Re: Weird 3D Artifacts
Ok so here are my findings:

- created the .ini file and put debug parameter in it. Unfortunately this caused the software not to run anymore. Just the splash screen appeared and stayed visible. Had to cancel the Zulu Platform process via task manager.

- removed the .ini file and ran the program with logging to stderr (2>err.txt). Software booted and ran fine, but the err file provided the following:

"
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by javax.media.j3d.JoglPipeline (file:/D:/Programme/Sweet%20Home%203D/lib/java3d-1.6/j3dcore.jar) to method sun.awt.AppContext.getAppContext()
WARNING: Please consider reporting this to the maintainers of javax.media.j3d.JoglPipeline
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
"

- trace logs (1>trace.log) were empty

- Also tried to play around with /runtime/conf/logging.properties and adding the debug parameter there but that did nothing :)

Would love to get some more debug info, any idea what went wrong?