Games The first playable 3D game developed with WebGL library

max123

Well-Known Member
Licensed User
Longtime User
Yes thanks. I update it and then post here results. Many thanks for your feedback.
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
i'm eager to test this!!!
 

max123

Well-Known Member
Licensed User
Longtime User
Ah sorry, I've B4J 10.00, now I update it to latest 10.30
 

Cableguy

Expert
Licensed User
Longtime User
got this from copilot, might help!

1754938343348.png

1754939459137.png
 
Last edited:

max123

Well-Known Member
Licensed User
Longtime User
@Cableguy all works here with B4J updated to 10.30
 

Cableguy

Expert
Licensed User
Longtime User
Which Java version you're using?
 

max123

Well-Known Member
Licensed User
Longtime User

Attachments

  • 1754939617062.png
    1754939617062.png
    91.3 KB · Views: 26

Cableguy

Expert
Licensed User
Longtime User
1754940059840.png

Just tested a blank B4Pages project... maybe the zip is not good?
 

max123

Well-Known Member
Licensed User
Longtime User
I just used this in the ide to export: 'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
You use JDK 19 ?
 

Cableguy

Expert
Licensed User
Longtime User
Bah.... I just don't know what else to try! Nothing else error in my end, and no errors on yours... only thing I can think of is the zip file getting corrupted somehow
 

max123

Well-Known Member
Licensed User
Longtime User
I will try to repost both the library zip and project file zip here
 

max123

Well-Known Member
Licensed User
Longtime User
Did you tested other my demos with latest library 1.25 ? They works ?
May I've done something not well here ? I have additional libraries in Documents, then inside I've B4J, B4A, B4R folders and inside all additional libraries, but may I have to point to B4J folder ?
1754941051579.png
 

Cableguy

Expert
Licensed User
Longtime User
can you link me the other examples?
 

max123

Well-Known Member
Licensed User
Longtime User

Cableguy

Expert
Licensed User
Longtime User
Compiled ok, after adding "False" (example used the previous version of the lib?) But ...

1754941456459.png
 

max123

Well-Known Member
Licensed User
Longtime User
example used the previous version of the lib?
Yes, this use 1.24, but only the overwrite argument is added, no other changes at all.

But you downloaded the Resources zip and placed on Assets ?
I see here even you don't have threejs library installed ?
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
Yes, this use 1.24, but only the overwrite argument is added, no other changes at all.

But you downloaded the Resources zip and placed on Assets ?
I see here even you don't have threejs library installed ?
True and true... for the TreeJs... since the app didn't complain about it....
 

max123

Well-Known Member
Licensed User
Longtime User
From your log it do not find in assets the Resources.zip.
I've same your error if I remove files from tab, may try to refresh....
1754942668636.png
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
getting somewhere, just not there.... yet!

1754942609270.png
 

max123

Well-Known Member
Licensed User
Longtime User
Well, so resources now are done. :cool: Did you tried others demos before now ?
Just to know if threejs library is well placed, the WebGL library do not find it in the right place.
 
Top