Closed TunjiK closed 4 years ago
Hi, sorry for the late reply. Due to Corona, I am currently very occupied in changing courses to online teaching and didn't have a lot of time for anything else. I just checked the newest nightly build and it started normally (i.e. I couldn't reproduce your error at startup). Are you starting YS with the default configuration (YSConfig_demo.cfg) or with an empty configuration? If not, please try so and eventually try to add your devices manually in YS. If the error still persists, can you send me the files error_client.txt and error_server.txt, which are located in the YS folder (right after YS crashed, the files are overwritten every time you start YS). Also, you might want to try to check if there is some MicroManager folder in the windows path/environmental variables and remove it. YS is build on the MM drivers, and the error indicates that there is a version conflict between the drivers YS expect and the drivers which are actually found. Also the gradle installer works fine at my computer, as well as on the github repository. The error you get concerns a gradle plugin which is automatically creating an NSIS installer for YS once YS is build. It only runs on Windows machines and temporary installs some binaries (i.e. NSIS), thus my guess is that you are either not on a Windows machine or you are running the installer without sufficient priviliges. Either way, it would be sufficient to comment out line 10 (where the plugin is loaded) as well as everything below line 326 (where the plugin is applied). You won't be able to automatically create an installer for YS, but I guess this should be OK ;)
Its totally fine, I got it working by using Java 8 instead of Java 7. But do you have any experience with using amscope cameras?
On Mon, Nov 2, 2020 at 4:14 AM Moritz Lang notifications@github.com wrote:
Hi, sorry for the late reply. Due to Corona, I am currently very occupied in changing courses to online teaching and didn't have a lot of time for anything else. I just checked the newest nightly build and it started normally (i.e. I couldn't reproduce your error at startup). Are you starting YS with the default configuration (YSConfig_demo.cfg) or with an empty configuration? If not, please try so and eventually try to add your devices manually in YS. If the error still persists, can you send me the files error_client.txt and error_server.txt, which are located in the YS folder (right after YS crashed, the files are overwritten every time you start YS). Also, you might want to try to check if there is some MicroManager folder in the windows path/environmental variables and remove it. YS is build on the MM drivers, and the error indicates that there is a version conflict between the drivers YS expect and the drivers which are actually found. Also the gradle installer works fine at my computer, as well as on the github repository. The error you get concerns a gradle plugin which is automatically creating an NSIS installer for YS once YS is build. It only runs on Windows machines and temporary installs some binaries (i.e. NSIS), thus my guess is that you are either not on a Windows machine or you are running the installer without sufficient priviliges. Either way, it would be sufficient to comment out line 10 (where the plugin is loaded) as well as everything below line 326 (where the plugin is applied). You won't be able to automatically create an installer for YS, but I guess this should be OK ;)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/langmo/youscope/issues/13#issuecomment-720343807, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMQXJLSRCMZDT2W6DRZHCTSNZZ75ANCNFSM4SSNF6AA .
Good to hear that everything works. No, sorry, no direct experience with amscope.
Im trying to run a PI-E662 and an Amscope MU1403 in MM or Youscope on windows. Micro manager will work fine the first time the program is opened but will crash after closing and reopening. I was glad to have found an alternative to the micro manager UI that also seemed more polished, but there is no Amscope support in R2018 and when I tried the newest nightly version to date the program would crash after the first dialog...
I briefly tried to compile the program from source but I got an error when using gradle...
So I was hoping I could get some help with this either fixing the newer version or getting pointers on how to build from source and add custom drivers.