-
Notifications
You must be signed in to change notification settings - Fork 36
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
Wallpaper Engine #28
Comments
Can I get a screenshot of the exact error? I have a hunch about the way they're implementing the web view, if it's correct then it will be very difficult to make it work. |
I tried calling it from the absolute path too, but ran into the same issue. |
I'm reading the communities and it says when you create the wallpaper package you need to select ALL files required, definitely grabbing the |
To me it looks like it's still having issues actually finding the files, and the fact they were silently excluded when there was no html file is dodgy. If you'd like, you can try to do a dirty hack... Change the extension from |
It could be a CORS issue - I know that Chrome can't just open the HTML, you need to be running a web server for it to pass origin checks when loading the zips. Is there any way to get a console? I'd like to see if there's anything showing up there that I'm not displaying. You may need to move this to the dev of Wallpaper Engine - he knows more about his system than me ;) |
Long time, I know... Did you manage to work this out? |
Hi mon, Sorry for not following up, I didn't manage to fix the problem. I only occasionally 0x40 hues as a wallpaper, so the work around by loading character and audio packs through the settings is my go to. Auto running would be nice still though if you managed to figure it out. Thanks for your help before! James |
No worries, I'll keep the issue open if anyone ever works it out 👍 It could potentially be fixed by embedding the respack as a base64 string, but it would be pretty filthy. |
I don't know how to describe the principle, but you need to run Thanks mon 🍻, he solved the thorny problem of CROS. Then, all you have to do is click Finally, I secretly 👻 uploaded |
Hiya,
I'm trying to get your version of 0x40 hues to work with Wallpaper Engine: http://steamcommunity.com/app/431960
It has a feature that lets you set a webpage to your desktop. The problem is that it errors when trying to fetch the respacks with error 0. I tried calling the page from another html file so that I could invoke query strings, but ran into the same issue. What does seem to work is adding respacks through the built in options menu, as long as you call none at the start.
Is there any easy way to call the function that imports local zips from the option menu? If so, would I be able to just call that function on load to fetch after the page is initialized automatically?
Thanks,
James
The text was updated successfully, but these errors were encountered: