parvuselephantus
parvuselephantus
Here is my workaround in TypeScript (JS should be similar). I copy defaultInteractionModel: ``` clone(obj) { if (obj === null || typeof(obj) !== 'object' || 'isActiveClone' in obj) return obj;...
I have very same issue. My environment is Windows 7 64bit - English version. Java jdk1.8.0_05. Code: ``` UIAutomation automation = UIAutomation.getInstance(); automation.getDesktopWindow("Calculator"); ``` Exception in thread "main" ``` java.lang.NullPointerException...
I have downloaded both your newest version and this: https://github.com/mmarquee/ui-automation/tree/windows8-legacy-support version as well. Both crash on my Calculator test with same exception: ` Exception in thread "main" java.lang.NullPointerException at com.sun.jna.platform.win32.COM.COMInvoker._invokeNativeObject(COMInvoker.java:42)...
Yes, I am. It's installed as guest OS in VirtualBox.
I just checked - still getting exactly the same NullPointerException (I took latest 'windows8-legacy-support' version). Any Idea what I could have done wrong? Is there anything I could check for...
Hi @mmarquee. Sorry for that, but I confirm it's all exactly same: same code, same win7 64bit, same stacktrace (even numbers of lines are same). I have just downloaded the...
I just try: ollama run hhao/openbmb-minicpm-llama3-v-2_5 with no other configuration. Windows 11, CPU, ollama v0.1.42 - I'm gettting same error.
> try download and install again Thanks, I though about restarting PC, but didn't think of reinstalling model. Tried ollama rm and then run again, but unfortunately still same error:...
got update to 0.1.43 - still same error. As per DHclly - seems it's not only on CPU (Now I will be afraid to go to sleep when it works!)