Xingchen Yu

Results 6 comments of Xingchen Yu

I have this same issue, though I use AMD GPU, so I get a slightly different error message > OutOfMemoryError: HIP out of memory. Tried to allocate 8.00 GiB (GPU...

I got the same error. However looking just above these console outputs, I saw this. ... Exception: bad file inside /home/initialxy/git/stable-diffusion-webui/extensions/aesthetic-gradients/aesthetic_embeddings/my.pt: my/data.pkl The file may be malicious, so the program...

What's the iOS version (not device profile) that you tested on? Do you see any console messages in Safari debugger and Xcode console?

Hm so it has something to do with Ionic then. Could you please follow [this guide](http://phonegap-tips.com/articles/debugging-ios-phonegap-apps-with-safaris-web-inspector.html) to hook up your app in simulator with Safari debugger, and let me know...

When you say themeablebrowser not loaded, you mean `cordova.themeablebrowser` is `undefined`? Did you make sure to call plugins after receiving `deviceready` event?

@FadedWill I'm not able to reproduce this issue. I created an ionic 1.6.1 project, imported parse-1.4.2.js, and added cordova-plugin-themeablebrowser. Everything works fine for me. Did you load parse-1.4.2.js in index.html...