-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issues in version 2.2 #7
Comments
in gradle and run the runSwig task to create a dll.cpp file, it will solve
the SetTime issue, I will commit and release a 2.2.1 version, fixes.
I have this problem, explain to me?
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: No loader for type:
Result
Em ter., 5 de abr. de 2022 às 14:33, niraj-rayalla ***@***.***>
escreveu:
…
1.
I cannot pull the commit that the Effekseer has been updated to (
https://github.com/effekseer/Effekseer/tree/2e9601f372f631dceee731a17a0676777d6eeb29
).
2.
I have this exception at run time. For some reason SetTime() in
EffekseerManagerCore is not available.
Exception in thread "GL Thread" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.UnsatisfiedLinkError: io.github.srjohnathan.gdx.effekseer.core.GDXJNI.EffekseerManagerCore_SetTime(JLio/github/srjohnathan/gdx/effekseer/core/EffekseerManagerCore;F)V
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:122)
at ...
Caused by: java.lang.UnsatisfiedLinkError: io.github.srjohnathan.gdx.effekseer.core.GDXJNI.EffekseerManagerCore_SetTime(JLio/github/srjohnathan/gdx/effekseer/core/EffekseerManagerCore;F)V
at io.github.srjohnathan.gdx.effekseer.core.GDXJNI.EffekseerManagerCore_SetTime(Native Method)
at io.github.srjohnathan.gdx.effekseer.core.EffekseerManagerCore.SetTime(EffekseerManagerCore.java:236)
at io.github.srjohnathan.gdx.effekseer.wrapped.EffekseerManager.draw(EffekseerManager.java:351)
...
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:403)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)
... 1 more
—
Reply to this email directly, view it on GitHub
<#7>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNEACLJZJFE6JQ2JGFRQFDVDR2P7ANCNFSM5STPODLQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Oh my bad. I forgot to add the following block of code in the readme. Add this to your AssetManager instance before calling EffekseerParticle.syncLoad() or EffekseerParticle.asyncLoad()
I'll add it to the readme. |
Updated the readme in niraj-rayalla@012ec4d |
I seem to have this issue in 2.2.2:
|
it's windows or linux this error, maybe it's windows, I must have forgotten
the new compiled dll file, I'll fix it, do you have Discord?
Em sáb, 7 de mai de 2022 20:56, niraj-rayalla ***@***.***>
escreveu:
… I seem to have this issue in 2.2.2:
Exception in thread "GL Thread" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.UnsatisfiedLinkError: io.github.srjohnathan.gdx.effekseer.core.GDXJNI.EffekseerBackendCore_InitializeAsOpenGL()Z
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:122)
Caused by: java.lang.UnsatisfiedLinkError: io.github.srjohnathan.gdx.effekseer.core.GDXJNI.EffekseerBackendCore_InitializeAsOpenGL()Z
at io.github.srjohnathan.gdx.effekseer.core.GDXJNI.EffekseerBackendCore_InitializeAsOpenGL(Native Method)
at io.github.srjohnathan.gdx.effekseer.core.EffekseerBackendCore.InitializeAsOpenGL(EffekseerBackendCore.java:44)
at io.github.srjohnathan.gdx.effekseer.wrapped.EffekseerManager.<init>(EffekseerManager.java:75)
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNEACJTJN36XPDO5G72BV3VI37J3ANCNFSM5STPODLQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I emailed you. |
I cannot pull the commit that the Effekseer has been updated to (https://github.com/effekseer/Effekseer/tree/2e9601f372f631dceee731a17a0676777d6eeb29).
I have this exception at run time. For some reason SetTime() in EffekseerManagerCore is not available.
The text was updated successfully, but these errors were encountered: