-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continued R-Studio Crashing... suggestions? #8
Comments
Hi @jlhanson5 I note that you are trying to apply a smoothing again in RFT_vertex_analysis() on top of your already smoothed surface data. The "smooth_FWHM" argument is optional in RFT_vertex_analysis(), since you can also smooth it separately, just like you did here. I could not reproduce the issue on windows or mac so I doubt that's the cause. Maybe that will help if you could:
We had to define default versions for some of them as incompatibility issues arose (e.g., Python v3.13 not working with Brainstat). Looking at your app log may also inform you about the latest crash but I am not sure. |
Hello @chabld! Thanks for these notes! Here's system info thus far:
My log hasn't added any content after the crash, so not sure about next steps there. But any ideas based on these versions of programs about how to troubleshoot? Thanks much, |
I don't think any of these versions are causing the problem as I tried with lower and higher versions of both Python/Conda, and the rest of them are as they should be (also, the smoothing function calls Python already, which caused no difficulty for you). You could try:
It is difficult to troubleshoot without a log of the issues. I read here that you could use crash report utilities from Mac OS (although this may be only applicable for a total RStudio crash and not for an aborted R session): |
I will dig into that troubleshooting advice... I really appreciate it. Of note, students in our group reported to me some similar issues, and the only commonality is that we all are using Apple M1 chip. Do you know if that might be connected to things? Many thanks again for all the help! |
I honestly do not know, but searching for relating issues does suggest some people have had crashes with Apple M1 chip in other R packages as well: I can confirm the mac device I have been testing the package on has an intel chip, not M1, so I am unable to verify that. Do let us know about the various solutions! |
Hello VertexWiseR colleagues,
I keep trying to run the VertexWiseR_Example_1, but keep getting a fatal error crash.
Here's my R sessionInfo()
Has anyone run into this? I uninstalled VertexWiseR and then reinstalled it... but still the same issue. Other suggestions?
Many thanks in advance for advice,
Jamie.
The text was updated successfully, but these errors were encountered: