Skip to content
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

Can't save session - Error "busy- close file dialog box to resume" #92

Open
Speqtrvm opened this issue May 9, 2023 · 8 comments
Open
Labels
bug Something isn't working

Comments

@Speqtrvm
Copy link

Speqtrvm commented May 9, 2023

I am using Vimix 0.8.0 on Mac M1 12.5.1 Monterey.

When I try to save a session it will flash up the message "busy- close file dialog box to resume" for a nanosecond and then just resume without saving.

I tried reinstalling and also using Vimix 0.7.3 instead but the issue remains.

Thanks in advance!

@brunoherbelin
Copy link
Owner

humm... strange and could not be replicated (I have both a Mac on BigSur and one on Ventura; all works fine there).
Could it be a restriction of Privacy and Security from OSX for 'external' apps ? (i.e. preventing to access harddrives)

@Speqtrvm
Copy link
Author

I gave Vimix full disk access so that it also can access files and folders with no restrictions and restarted but it's still the same. No idea what it is but it works on my intel mac so I figured it was an M1/M2 problem.

@brunoherbelin brunoherbelin added the bug Something isn't working label Dec 26, 2023
@brunoherbelin
Copy link
Owner

I had another report of a similar issue : it occurred when running a new version of vimix after install.
This can be fixed by resetting the settings of vimix.

Instructions to reset settings in finder;
do "Go to folder" (shift+command+G)
enter "/Users/[username]/Library/Application Support/vimix" (with your username)
delete the folder 'vimix'

Thanks for confirming that this is it

@Speqtrvm
Copy link
Author

Speqtrvm commented Jan 4, 2024

Just tried it and deleted the whole folder with the XML file and everything in there but didn't solve the problem unfortunately. Thanks for looking into it.

@brunoherbelin
Copy link
Owner

humm... and this happens also with the new package 0.8.2 ?

@Speqtrvm
Copy link
Author

Speqtrvm commented Jan 4, 2024

Just installed 0.8.2. and copied the same procedure. Still not able to load or save a session : (

Same computer setup as original message in the thread.

@brunoherbelin
Copy link
Owner

Thanks for not surrendering with vimix! I hope we'll figure this out !

Can you please try to run this command in a terminal;

osascript  -e 'try' -e 'POSIX path of ( choose file name with prompt "Save Session" default location "/Users/" )' -e 'on error number -128' -e 'end try'

.. and report back on the success or error messages?
(i.e. on success, if you select a path and clic 'save', it should return the filename)

@Speqtrvm
Copy link
Author

Speqtrvm commented Jan 6, 2024

yes it returned the path followed by the file name I entered. However when i went into the pathway folder there was no session file created there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants