eclipse / aCute

Eclipse aCute - C# edition in Eclipse IDE
https://projects.eclipse.org/projects/tools.acute
Eclipse Public License 2.0
78 stars 33 forks source link

Can't install because of error #142

Closed ho0odini closed 5 years ago

ho0odini commented 6 years ago

Every time I try to install this, from any means, a few files don't get installed for some reason and causes this error: "An error occurred while installing the items session context was:(profile=C__Users_danie_eclipse_java-photon_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.acute.netcoredbg.win32.x86_64 0.1.0.201809031214, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ChmodAction). The action chmod failed - file C:\Users\danie.p2\pool\plugins\org.eclipse.acute.netcoredbg.win32.x86_64_0.1.0.201809031214\netcoredbg\netcoredbg does not exist"

How do I fix it? I'm using Windows 10 btw

mickaelistria commented 6 years ago

Can you please check whether C:\Users\danie.p2\pool\plugins\org.eclipse.acute.netcoredbg.win32.x86_64_0.1.0.201809031214\netcoredbg\netcoredbg exists ? And if not, whether it exist somewhere else ?

mickaelistria commented 6 years ago

I pushed a patch that should fix it. A build is currently running at https://ci.eclipse.org/acute/job/aCute/job/master/34/ . Upon completion -within a few minutes-, please try to reinstall aCute from the snapshots repo http://download.eclipse.org/aCute/snapshots (you need to restart your IDE to make sure you're not using the cached repository). Please try it whenever you can and report whether it fixes this issue, and feel free to report other issues if you get some later in the installation/usage process.

mickaelistria commented 6 years ago

There has been a build since then. Did you have the opportunity to try to check whether it fixes your issue?

ho0odini commented 6 years ago

No, I’ll try it the next time I can, but busy right now

ho0odini commented 6 years ago

so it installed this time, no installation errors, it just needs to know where to know the path to .net commands and that's it!

mickaelistria commented 6 years ago

Cool, I'm closing it then!

leonardopsantos commented 5 years ago

I'm having a similar issue:

The action chmod failed - file C:\eclipse\plugins\org.eclipse.acute.netcoredbg.win32.x86_64_0.1.0.201809112116\netcoredbg.exe\netcoredbg does not exist

There's actually a file here

C:\eclipse\plugins\org.eclipse.acute.netcoredbg.win32.x86_64_0.1.0.201809112116\netcoredbg\netcoredb.exe

It seems the '.exe' is in the wrong place.

I'm installing from the snapshot (http://download.eclipse.org/acute/snapshots).

I'm using a new Eclipse Phonon install. I removed the aCute SW site, closed Eclipse and deleted the C:\Users\.eclipse and C:\Users\.p2 directories. Then started Eclipse and added the snapshot SW site.

Thanks!!

mickaelistria commented 5 years ago

I've pushed another patch https://github.com/eclipse/aCute/commit/919fab110d9972a5f170bb1adadede434547f149 which should fix this. Build is running at https://hudson.eclipse.org/acute/job/aCute/job/master/39/ . Can you please try it from the usual http://download.eclipse.org/acute/snapshots site upon completion (in ~30 minutes from now)?

mickaelistria commented 5 years ago

Can you please try again?

leonardopsantos commented 5 years ago

It worked now! Thanks!

mickaelistria commented 5 years ago

Thank you for reporting and testing!

leonardopsantos commented 5 years ago

No problem, glad to help!