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.62k stars 518 forks source link

App started but no window show up (macOS Catalina) #1033

Closed HappyGames closed 4 years ago

HappyGames commented 4 years ago

when i run with ./zbstudio.sh there is no window show up , just a menu on top of the screen

EA2C5A57-1F93-457D-9AAB-21C5DC62B0AB

image

pkulchenko commented 4 years ago

What version of the IDE are you running and from what branch? If you are using one of the releases (<=1.80) or the code from the master branch, then it's not going to work as those binaries are 32bit and Catalina requires 64bit code. You'll have to run code from https://github.com/pkulchenko/ZeroBraneStudio/tree/all-binaries-190e. See #1018, #999.

HappyGames commented 4 years ago

What version of the IDE are you running and from what branch? If you are using one of the releases (<=1.80) or the code from the master branch, then it's not going to work as those binaries are 32bit and Catalina requires 64bit code. You'll have to run code from https://github.com/pkulchenko/ZeroBraneStudio/tree/all-binaries-190e. See #1018, #999.

I did download zip from branch all-binaries-190e

pkulchenko commented 4 years ago

Can you make sure that you unzipped the archive into one of the folders under you HOME directory and not in Documents/, Downloads/, or Desktop/?