Author Topic: [fixed] QB64 failed to start  (Read 3301 times)

0 Members and 1 Guest are viewing this topic.

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
[fixed] QB64 failed to start
« on: October 20, 2021, 03:39:38 pm »
I am using "Discussion" because I cannot seem to create a "new topic" in "bug report".

Yesterday (Wed 20 Oct), QB64 was running just fine. Today, I double-clicked my QB64 icon, nothing happened. Tried several times. Same result. No problem. Execute directly from a terminal...

  [ You are not allowed to view this attachment ]  

I am running with v 1.5 on a 64bit Linux Mint system. Any advice would be appreciated.

J
« Last Edit: October 20, 2021, 04:44:15 pm by odin »
Logic is the beginning of wisdom.

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: QB64 failed to start
« Reply #1 on: October 20, 2021, 03:49:22 pm »
Update: Installation of QB64 2.01 produced the same error.
Logic is the beginning of wisdom.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: QB64 failed to start
« Reply #2 on: October 20, 2021, 03:52:26 pm »
One thing I know can cause this is the antivirus. I whitelist all my new QB64 downloads. I run Windows, and can you believe it, a Windows update actually did that to my CCleaner app! It blocks it from running. On your Linux system, we can rule that out, but have you checked any anti-virus apps you may be using?

The one other weird one I had happen only once just required I reboot my system. I did a virus check first, and when it came up empty, I did a reboot, and it fixed what ever app it was back then that wouldn't start.

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: QB64 failed to start
« Reply #3 on: October 20, 2021, 04:07:00 pm »
Thanks Pete,

As Linux does not appear to be effected by those nasties, I do not have the the need to both install and run, anti-virus.

Yet another update... Just for giggles, I re-installed v 1.3, low and behold... Same error... Yesterday, a new kernel update was installed... As the version of QB64 does not seem to be the problem, I am going to lean towards a system-related source... Maybe the new kernel? Just a thought... lol
Logic is the beginning of wisdom.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: QB64 failed to start
« Reply #4 on: October 20, 2021, 04:18:22 pm »
Linux has f'updates, too? Oh the horror! 😝

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: QB64 failed to start
« Reply #5 on: October 20, 2021, 04:26:57 pm »
Looks like something with GL.  Grab the newest GL version for your system and give it a go.
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: QB64 failed to start
« Reply #6 on: October 20, 2021, 04:40:19 pm »
Pete,

Yep. The horror!  I was even considering restoring the previous kernel, but figured your reboot idea would be the easiest. Rebooted. Re-installed 2.0.1 and it started just fine.

Steve,

GL is already the 'newest'. But thanks for the tip. Appreciated.

Linux, based on my experience, usually only needs to reboot as a result of updating the kernel or the graphics drivers... For QB64? Who knew? lol

Anyway. QB64 is back! Appreciate the assist, guys... :D
« Last Edit: October 20, 2021, 04:46:42 pm by johnno56 »
Logic is the beginning of wisdom.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: [fixed] QB64 failed to start
« Reply #7 on: October 20, 2021, 05:04:15 pm »
WooooHoooo! 👠
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/