Doeke Wartena

Results 62 comments of Doeke Wartena

I followed this: https://stealthoptional.com/tech/how-to-run-stable-diffusion/ I have 25gig of ram on my videocard (10 dedicated and 15 shared), but I keep getting: > RuntimeError: CUDA out of memory. Tried to allocate...

I have the same problem, also using OpenJDK, but I don't have a maven project. I also upgraded to JavaSE-17 but it made no difference.

@testforstephen Ok, I boiled it down to this: ```java package vscode_bugged; public class VSCode_Bugged_Example_3 { public static void main(String[] args) { foo(tree_builder); } static public class Node { public T...

How did you run `webui-user.bat`? For me when I double click it, it gets stuck. If I open CMD before and then run `webui-user.bat` I get more things happening (still...

> To test WerWolv's theory, could you try to launch the app with a build made on MacOS 10.15 ? Check my CI build : https://github.com/iTrooz/ImHex/actions/runs/2778859774 (I have no idea...

This is where it all comes up if I do a search: ``` Searching 9914 files for "UniformTypeIdentifiers" /Users/dw/github/ImHex/build/CMakeCache.txt: 858 859 //Path to a library. 860: UNIFORMTYPEIDENTIFIERS_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework 861 862 //Use...

I also have the error, in case you need something tested some day.

Not ideal, but maybe this is helpfull for some people. https://nono-00.itch.io/base-station-fov-viewer

I don't see how this would be possible, let's say I have: ```java public void setup() { defer("A"); defer("B"); println("hello"); defer("C"); } @Defer void defer(String what) { System.out.println(what); } ```...

The original problem had to do with the preprocessor of processing. Since a lot of things have changed for processing 4, this bug is no longer present. So I think...