Torsten Maehne

Results 356 comments of Torsten Maehne

@crossplatformdev: In the meantime, it would be great if you could test the MSI package in addition of the ZIP package when built with your PR. The MSI package is...

Thanks for your enhancement proposal. I agree that the ability to show the bus width on the schematic would be helpful. IMHO, it make sense to make this visual enhancement...

Thanks for the enhancement proposal. Logisim-evolution's GUI currently doesn't cope well with dark themes and in consequence with a black canvas. Due to our limited development resources, enhancements in this...

@BFH-ktt1: Could you maybe have a look at this stalled draft PR? It looks promising and maybe you could provide already some feedback/suggestions how to finalise it.

Could you please be more specific about which exact versions of Windows 10 and OpenJDK distribution you have installed, which Git commit you use and which command did you use...

One additional thought regarding the error message "The input line is too long.": On Windows, the length of path + filename is often limited with older APIs to approx. 256...

Thanks, @crossplatformdev, for investigating the root cause for your reported issue! It confirms that the issue can be worked around by building/installing Logisim-evolution in a directory with less long path....

Also this [stack overflow question](https://stackoverflow.com/questions/201816/how-to-set-a-long-java-classpath-in-windows) is relevant.

> @maehne The issue isn’t with the program launch line—it actually fails when setting an environment variable for the classpath JARs. @crossplatformdev: Yes, I know. Unfortunately, we don't have direct...

@crossplatformdev: Thanks for the link! It may be relevant to this issue. You can try to modify the Windows-specific tasks `createMsi`, `createExe`, and `createWindowsPortableZip` in `build.gradle.kts` influence the `CLASSPATH` according...