Sloeber / arduino-eclipse-plugin

A plugin to make programming the arduino in eclipse easy
https://eclipse.baeyens.it/
420 stars 132 forks source link

V5.0 testing: Intro error #1673

Closed PerennialNovice closed 3 months ago

PerennialNovice commented 3 months ago

with version 5.0.0.202408181423, right after first startup, I get the following error message:

image

PerennialNovice commented 3 months ago

and sporadically I get an Index 0 out of bounds messag:

image

jantje commented 3 months ago

Can you provide the logs?

PerennialNovice commented 3 months ago

sure, hope it is the right thing ...

There are some lines about messed up project configurations in there too. As far as I can tell, this is unrelated to V5.0

errorlog.log

jantje commented 3 months ago

The error log tells me you tried to open a pre V5.0 workspace. V5.0 is really 100% CDT project incompatible with previous versions and I have not yet considered the migration problem. Only the error below might be Sloeber V5.0 related. java.io.FileNotFoundException: C:\Sloeber_Nightly\introContent.xml (The system cannot find the file specified)

Please do not use existing V4.X.Y sloeber workspaces for testing right now. We are not there yet.

PerennialNovice commented 3 months ago

in fact, I created a new workspace but imported an existing project from git. With config files like .project, .sproject etc ... I guess that is a problem too, then?

jantje commented 3 months ago

I guess that is a problem too, then?

Yes Pre V5 sloeber projects are based on CDT managed build V5 projects are based on autoBuild (which I wrote) Under the covers Pre V5 is 100% incompatible with V5.

Even the convert to Sloeber project is still not working So at this point we are at create project and import code.

PerennialNovice commented 3 months ago

allright, that's the path to follow then!

Thanks for enlightening me :)

jantje commented 3 months ago

Closing this issue as user error. Please reopen if you disagree