I was working on Octave GUI for a while now on my Windows 10 PC. The last time I did run it, I just docked out the command window from the GUI main frame, and after my work I closed the app. After that whenever I tried to open the Octave GUI app, it somewhat launched with two windows (mainframe and command window separately) and while loading, it got crashed and automatically closed. This problem is only occurring with the GUI app while the CLI is working perfectly. I tried uninstalling the app and then re-installing but the problem was persistent!!!
Can someone tell me what is the problem arising here and how should I solve it?
This happened for me also. Try installing Octave using installer
found in this link (64bit) or link (32bit).
After installing run the Octave GUI. It will probably work.
I think this happens because the application cannot be opened in high resolution. Mine happened when I accidentally maximized the window in my recommended screen resolution (1920x1080).
Try reducing the screen resolution (Display settings -> resolution). Then open the GNUOctave(GUI) and reduce its window size. Then you can increase the resolution back to original and do not increase the size of the Octave window again. It would work fine
Related
I have the latest version of Octave 7.3.0. and I'm using a widows 10 computer.
Octave crashes when I try to minimize the window size and work while keeping it in the left half of the screen, and sometimes automatically while working. Every time when I try to do this, this app crashes. What can I do to overcome this?
Anaconda Navigator (version 2.0.4) sometimes hangs when trying to launch apps (OS is Windows 10). A picture of what it looks like is below -- the status bar at the bottom right keeps going indefinitely without launching an app.
I seem to have this problem when Anaconda is running for a long time or when I put the computer to sleep before launching another app. In the image below, I had worked in Spyder last night, put the computer to sleep overnight, woke up then tried to launch JupyterLab. When I close and reopen Anaconda I am able to launch Spyder then JupyterLab immediately after it with no problem. This makes me suspect it is a problem with the OS.
I'm also having same problem. When i use anaconda for long or hibernate system, it often show not responding. I need to restart my system and it works fine. I thought I'm having problem in my system(Windows 8.1).
I try to use Hyper on my Mac, and it used to work fine. For the last few weeks, my screen would flash black whenever I opened Hyper on my Mac (but not for regular terminal). Is this because I messed up some files? I recently got this Mac so I'm not exactly sure why this has been happening.
I saved my settings and reinstalled it. Now it works fine. Must've been a problem since electron was not properly working either.
I am using macOs Catalina, previously I had been using MPLAP X IDE v5.40 (the most recent) with no problems.
Yesterday I tried to open the app but the screen goes black, then recover its previous state and the icon (just the icon not the splash screen) appears in the dock then after 2 -3 seconds the screen goes black again and the icon disappear. I thoght I have a corrupted installation but I already unistalled and reinstalled both java and the MPLAB with no success.
I hope someone can help me.
You can often correct a bunch of these problems by deleting the cache, and if that doesn't work, delete the user directory.
To find their locations, go to the Help/About dialog box.
Deleting the cache usually just means that startup may be a little slower. Deleting the user directory means you will lose your setting, so MPLAB will start as a new installation and perhaps will ask you if you want to import the settings from an older version;
I usually program on windows (at work) or linux (free time).
Now im doing a project for my wife, and she uses a mac.
In this project there is a QTabWidget with closeable tabs.
On windows the close icon appears properly, and as excepted, however on MAC there is no close icon.
When you click far left on the tab title it just closes unexpectedly, because you cant see a close icon, and im not 100% sure why that is.
Anyone seen this before and know of a fix?
Mac is latest Siera os (just updated)
Python 3
PyQt5 (installed with pip3)
Thanks very much in advance
This is caused by a bug which has been fixed in Qt-5.9.2 (see QTBUG-61092).
In the meantime, it should be possible to work around the issue by setting your own icon using a stylesheet. To do this, you would need to use the QTabBar::close-button selector, which is documented in the Qt Style Sheets Reference.