DALFC / dalsp

Repository for the mobile game Date A Live: Spirit Pledge and related contents
https://dalfc.github.io/dalsp/
3 stars 1 forks source link

Didn't work on new installation #1

Open Ziedelth opened 3 years ago

Ziedelth commented 3 years ago

Hi, The project doesn't work on a new installation, there must be some files missing or something. Looking closer, I saw that the DALFC library used in spine was missing...

By the way, is it possible to make it create a gif or a compressed archive of an animation?

DALFC commented 3 years ago
Ziedelth commented 3 years ago

I just download the repo on my Windows on XAMPP, and when i go to the spine folder, it's work, but i can not load character weapon or other...

DALFC commented 3 years ago

Does the console say anything? (You can find the console by pressing F12)

Ziedelth commented 3 years ago

Yes, i have two errors when i load a model

Bundle hero/paintshow_10101 loaded

html-0.js:2060 GwtApplication: exception: (TypeError) : Cannot read property 'k' of undefined
(TypeError) : Cannot read property 'k' of undefined

Unknown.cxb(html-0.js)
Unknown.sc(html-0.js)
Unknown.zc(html-0.js)
Unknown.Bc(html-0.js)
Unknown.eval(html-0.js)
Unknown.QDb(html-0.js)
Unknown.TDb(html-0.js)
Unknown.eval(html-0.js)

html-0.js:3365 Uncaught Error: java.lang.RuntimeException: com.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'k' of undefined
    at oo.eo [as Eb] (html-0.js:3365)
    at oo.ho [as Gb] (html-0.js:3365)
    at new oo (html-0.js:2106)
    at zc (html-0.js:2705)
    at Ac.Bc [as bb] (html-0.js:3365)
    at eval (html-0.js:2388)
    at QDb (html-0.js:508)
    at TDb (html-0.js:1945)
    at eval (html-0.js:2058)
DALFC commented 3 years ago

It seems to happen when you change the model when the code isn't fully loaded. You should see a default model/animation running when the page is fully loaded, after that you can change models.

Ziedelth commented 3 years ago

Is it long, because I waited at least 5 minutes and I still have nothing? Also, there is no message while the page is loading, is this normal? If necessary, I can make a video to better visualize the problem.

DALFC commented 3 years ago

It should be super fast if you have it on XAMPP. It does work on my GitHub pges right? If possible you can make a video on it, maybe with the Console tab and Network tab too to make sure everything is loaded and ran.

Ziedelth commented 3 years ago

It's work on my PC portable, not on my big PC... I will check tonight...

DALFC commented 3 years ago

Any updates?