-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Awt in 8.9.1 #559
Comments
Nopo. But I'm pretty confident this isnt our problem. Pretty confident. Does it work on real Java 8 |
Yes. It does. |
Any chance of putting together a test case of some kind? |
Something like this? |
I don't see this using IKVM Reference or any of the recommended ways of using IKVM from a .NET project. Just a few assemblies added as references. And some files copied by hand? Without knowing how those assemblies were produced.... whether there were warnings during their production, etc.... |
try look at this the challenge I have is not to download all the other OS when I only need windows for ikvm and other referenced |
@GeorgeS2019 I can't see your link on discord |
@wasabii this is the ikvm project with the jar but I can't see errors during build |
See this if it helps and also this AWT console project output svg and image etc. https://github.com/lemonlion/PlantUmlIkvmTest/blob/main/PlantUmlIkvm/PlantUmlIkvm.csproj |
At this point, there isn't going to be much I can do. Somebody is going to need to dig into the actual contents of this "buildvu-svg.jar" file, which appears to be some example project downloaded from somewhere, figure out what it is and how it works, and whether it is or is not passing an out of range value to some API. This isn't something I'm going to spend my time doing. |
@GeorgeS2019 thanks I've added that references but nothing....
|
Hi, I'm a Developer for the BuildVu-SVG library that is having issues here. The issues occurring are known OpenJDK 8 bugs: The reason these issues are not present for this library in regular OpenJDK 8 is because we have work arounds that are used when the |
@JacobIDR My understanding is that this is the incorrect System property to check, as it refers to the name of the VM, not the name of tshow he runtime. Which leaves out, for instance, all the other open source VMs, and IBM J9, etc. Think it also fails on Oracle since they Java HotSpot(TM) 64-Bit Server VM Essentially it will only contain OpenJDK when using open Hotspot.
|
Hi.
I get this error: any ideas?
The text was updated successfully, but these errors were encountered: