Bob issue (SOLVED)

I have tried to launch the project using bob.jar and I got this:

C:\Defold-win32.win32.x86\branches\64712\7403\master>“C:\Program Files (x86)\Java\jre1.8.0_181\bin\java” -d32 -jar C:\Defold-win32.win32.x86\bob.jar --archive --platform x86-win32
resolve distclean build bundle
100%
The build failed for the following reasons:
ERROR build/default/main/collections/game_generated_33_generated_0.factory:2 Message type “dmGameSystemDDF.FactoryDesc” has no field named “load_dynamically”.
ERROR build/default/main/collections/game_generated_33_generated_1.factory:2 Message type “dmGameSystemDDF.FactoryDesc” has no field named “load_dynamically”.
ERROR build/default/main/collections/game_generated_33_generated_2.factory:2 Message type “dmGameSystemDDF.FactoryDesc” has no field named “load_dynamically”.
ERROR build/default/main/collections/game_generated_34_generated_0.factory:2 Message type “dmGameSystemDDF.FactoryDesc” has no field named “load_dynamically”.
ERROR build/default/main/collections/game_generated_34_generated_1.factory:2 Message type “dmGameSystemDDF.FactoryDesc” has no field named “load_dynamically”.
ERROR build/default/main/collections/start_generated_0_generated_0.collectionproxy:2 Message type “dmGameSystemDDF.CollectionProxyDesc” has no field named “exclude”.
ERROR build/default/main/collections/start_generated_0_generated_1.collectionproxy:2 Message type “dmGameSystemDDF.CollectionProxyDesc” has no field named “exclude”.

Looks to me like you are using an old version of bob with content created with a newer editor. Did you download bob.jar yourself? Does it work if you download the latest (1.2.138) version? http://d.defold.com/archive/cd250cdbbace72ce374bf44ad8302739e69f65ec/bob/bob.jar

1 Like

Thanks.
It helps but now I get many %%

“C:\Program Files (x86)\Java\jre1.8.0_181\bin\java” -d32 -jar C:\Defold-win32.win32.x86\bob.jar --archive --platform x86-win32 resolve build bundle
1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99% 100%

1 Like

Yes, it’s aa bit unfortunate, but also difficult to cater for all the different kinds of shells out there, so the compromise was to simply print the progress.

1 Like

Good! And to clarify, the “many %%” is not an error. :+1:

2 Likes