pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.6k stars 519 forks source link

IDE remains in tray but won't start (MacOS, Catalina) #1085

Closed NimrodSegall closed 3 years ago

NimrodSegall commented 3 years ago

The Zerobrane main window won't come up every now and then when calling it. This is fixable by deleting the session configuration file, as suggested by Paul Kulchenko, in this thread.

pkulchenko commented 3 years ago

@NimrodSegall, can you save the session configuration file next time this happens, email it to an email in the footer of https://studio.zerobrane.com, and update the ticket? I'm trying to figure out what may be incorrect in the session data and have not been able to reproduce it so far.

NimrodSegall commented 3 years ago

I'll do that the next time it occurs. Thanks =)

NimrodSegall commented 3 years ago

Here it is. Renamed as .txt so that github allows it to be uploaded.

ZeroBraneStudio Preferences.txt

pkulchenko commented 3 years ago

@NimrodSegall, thank you for the sample. Unfortunately, I don't see any failure on my machine when I use it (maybe because the paths are different). Can you try copying it again to its location (so it would fail), but running the following command: cd /Applications/ZeroBraneStudio.app/Contents/MacOS/ZeroBraneStudio; bin/lua src/main.lua (adjust the path to the app if needed)? It may report the actual error in the command line; I'm interested in the stack trace of the error. Thanks!

pkulchenko commented 3 years ago

Possibly related to #859.