Closed pingu-73 closed 1 year ago
@pingu-73 Do you have XQuartz
running?
@d-m-bailey i've XQuartz installed. Do i need to run it before opening magic?
It says it is using the "NULL graphics device". Did magic even get compiled with X11 support? What was the summary from the "configure" step?
on running ./scripts/configure_mac summary is the following
@pingu-73 : Huh. Everything looks fine right up to the point where it says "using NULL graphics". What was the command line you used to start magic? Do you get a different result if you use magic -d OGL
or magic -d XR
?
@pingu-73 Yes, XQuartz needs to be active.
@d-m-bailey even after activating XQuartz i'm getting same result
Any thing at the start of the console log file?
@d-m-bailey
As @RTimothyEdwards says, it shouldn't say Using NULL graphics device
. Did you try magic -d OGL
or magic -d XR
Did you get any error messages when following the INSTALL_MacOS.md
instructions?
@RTimothyEdwards @d-m-bailey using magic -d OGL
gives segmentation fault but magic -d XR
doesn't shows any error. Also i didn't get any error message while following INSTALL_MacOS.md
Type export DISPLAY=:0
on the command line before running magic and see if that causes a window to pop up. I worked through this issue with somebody else two months ago and they had the same issue that magic would start but not generate a window, and it didn't generate an error, either.
@RTimothyEdwards now i'm not even able to open magic console
I followed the instructions in the macOS install file. But when i run magic command in terminal it only opens magic console window and not the layout window.