buggins / dlangide

D language IDE based on DlangUI
Boost Software License 1.0
454 stars 57 forks source link

Only able to open release build in a terminal. #404

Open leh103 opened 5 years ago

leh103 commented 5 years ago

Is this normal behavior now, because it has not been normal in Linux before and it is not an issue in windows 7. This is sort of related to issue #398 in that the system information in that issue is the same as in this issue. Obviously I did get it to build using the fix I proposed in issue #398, although I do not think it has been fixed in the repository. The debug build and the release build is a binary file not directly executable on my Linux machine. But it does open fine if started in the terminal. It stays open as long as the terminal is open and minimized. Does anybody know what is going on?

leh103 commented 5 years ago

Sorry, lets just call it a "senior moment", I never posted my system info in #398, that was posted in the Mint Linux forum on a related hardware issue. So here is the system info:

System: Host: fred Kernel: 4.9.0-8-amd64 x86_64 (64 bit gcc: 6.3.0) Desktop: Cinnamon 4.0.9 (Gtk 2.24.31) Distro: LMDE 3 (cindy) Machine: Device: desktop System: HP-Pavilion product: NC757AA-ABA a6757c Mobo: PEGATRON model: NARRA3 v: 3.02 BIOS: Phoenix v: 5.17 date: 10/09/2008 CPU: Quad core AMD Phenom 9150e (-MCP-) cache: 2048 KB flags: (lm nx sse sse2 sse3 sse4a svm) bmips: 14465 clock speeds: max: 1800 MHz 1: 1800 MHz 2: 900 MHz 3: 900 MHz 4: 1800 MHz Graphics: Card: Advanced Micro Devices [AMD/ATI] Redwood XT [Radeon HD 5670/5690/5730] bus-ID: 02:00.0 Display Server: X.Org 1.19.2 drivers: ati,radeon (unloaded: modesetting,fbdev,vesa) Resolution: 1920x1080@60.00hz GLX Renderer: Gallium 0.4 on AMD REDWOOD (DRM 2.49.0 / 4.9.0-8-amd64, LLVM 3.9.1) GLX Version: 3.0 Mesa 13.0.6 Direct Rendering: Yes Audio: Card-1 Advanced Micro Devices [AMD/ATI] Redwood HDMI Audio [Radeon HD 5000 Series] driver: snd_hda_intel bus-ID: 02:00.1 Card-2 NVIDIA MCP61 High Definition Audio driver: snd_hda_intel bus-ID: 00:05.0 Sound: Advanced Linux Sound Architecture v: k4.9.0-8-amd64 Network: Card-1: NVIDIA MCP61 Ethernet driver: forcedeth port: ec00 bus-ID: 00:07.0 IF: enp0s7 state: up speed: 100 Mbps duplex: full mac: Card-2: Ralink RT3060 Wireless 802.11n 1T/1R driver: rt2800pci v: 2.3.0 bus-ID: 01:0a.0 IF: wlp1s10 state: down mac: Drives: HDD Total Size: 641.2GB (42.3% used) ID-1: /dev/sda model: WDC_WD6401AALS size: 640.1GB ID-2: USB /dev/sdf model: Cruzer_Mini size: 1.0GB Partition: ID-1: / size: 115G used: 25G (23%) fs: ext4 dev: /dev/sda1 ID-2: /home size: 302G used: 172G (60%) fs: ext4 dev: /dev/sda2 ID-3: swap-1 size: 62.96GB used: 0.00GB (0%) fs: swap dev: /dev/sda3 Sensors: System Temperatures: cpu: 32.0C mobo: N/A gpu: 53.0 Fan Speeds (in rpm): cpu: N/A Repos: Active apt sources in file: /etc/apt/sources.list.d/atom.list deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main Active apt sources in file: /etc/apt/sources.list.d/d-apt.list deb https://netcologne.dl.sourceforge.net/project/d-apt/ d-apt main #APT repository for D (NetCologne - SourceForge) Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list deb http://packages.linuxmint.com cindy main upstream import backport #id:linuxmint_main deb https://deb.debian.org/debian stretch main contrib non-free deb https://deb.debian.org/debian stretch-updates main contrib non-free deb http://security.debian.org stretch/updates main contrib non-free deb http://www.deb-multimedia.org stretch main non-free Active apt sources in file: /etc/apt/sources.list.d/softmaker.list deb http://shop.softmaker.com/repo/apt wheezy non-free Info: Processes: 223 Uptime: 12 min Memory: 3071.0/5971.0MB Init: SysVinit runlevel: 2 Gcc sys: 6.3.0 Client: Shell (bash 4.4.121) inxi: 2.3.5

leh103 commented 5 years ago

Also, this is the case for the default build (debug build) on Linux.