Author Topic: IDE module error  (Read 11208 times)

0 Members and 1 Guest are viewing this topic.

Offline Deriguz

  • Newbie
  • Posts: 5
    • View Profile
IDE module error
« on: February 17, 2018, 06:14:34 am »
Hello!
I've just downloaded QB64 on my Windows 10 machine and it seems to run into a problem:
Any way i can fix this?

FellippeHeitor

  • Guest
Re: IDE module error
« Reply #1 on: February 17, 2018, 07:36:26 am »
Make sure to add qb64’s folder to your antivirus exclusion list and make sure you have full write permission to it and its subfolders.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: IDE module error
« Reply #2 on: February 17, 2018, 05:44:12 pm »
Simple fix.

Step 1) Uninstall Windows 10.

Step 2) Purchase and install Windows 7 Home.

Step 3) Re-install QB64.

Step 4) Make appointment with psychiatrist for following steps 1 through 3.

I'm pretty sure Fell nailed it. He only left out one thing... Welcome to QB64 and the Forum.

Pete :D

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

Offline Deriguz

  • Newbie
  • Posts: 5
    • View Profile
Re: IDE module error
« Reply #3 on: February 18, 2018, 12:32:38 pm »
@FellippeHeitor I've tried your solution but it still didn't work. I ran the program as Administrator and changed the compability mode, still the same error. :(

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: IDE module error
« Reply #4 on: February 18, 2018, 12:55:32 pm »
Let's make sure it is an official version, first. Where did you download it from?

Also, make sure you did not move any files out of the folder when you installed it. Best to just copy and paste that QB64 folder to a directory you want to run it from, open the QB64 folder, and run qb64.exe. You may want to re-install it if you didn't set it up that way. That's not to say the OS or something else isn't the problem, but I have two Windows 10 laptops and QB64 installed and runs fine on both.

Pete
« Last Edit: February 18, 2018, 12:57:24 pm by Pete »
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

FellippeHeitor

  • Guest
Re: IDE module error
« Reply #5 on: February 18, 2018, 02:08:39 pm »
Let's make sure it is an official version, first. Where did you download it from?

The question above is extremely valid. In the latest version available both from qb64.org and [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there] the lines being reported are a mere IF statement and a comment, which wouldn't cause a module error like that.

I'd suggest you to download it again from the home page (either stable or development branches), unpack all the contents of the zip to a location of your choice where you have write permissions (I usually choose my desktop, but that's me), make sure your antivirus software is instructed to ignore QB64's folder (you didn't say you tried that in your post above) and let us know if that solved the issue.

If nothing works, then we'll have to investigate further, you may have found a genuine bug.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: IDE module error
« Reply #6 on: February 18, 2018, 02:17:24 pm »
I remember at JB a very smart computer science teacher had problems getting going with QB64.

At JB we can't (should not) discuss other Basic's, other anything, so I could not inquire for more details.

My point is that this might not be just a newbie problem. (course he was as loyal to JB as you could ask for in loyalty)
« Last Edit: February 18, 2018, 02:19:40 pm by bplus »

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: IDE module error
« Reply #7 on: February 18, 2018, 02:24:09 pm »
Can't solve problems due to loyalty issues? That's not JB, that's JBS.

Pete [:D] A day without smilies is like a day without moonshine.

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

Offline Deriguz

  • Newbie
  • Posts: 5
    • View Profile
Re: IDE module error
« Reply #8 on: February 18, 2018, 02:54:31 pm »
added QB64 folder to exclusions in AVAST ✔️
have full permission over the folder and subfolders ✔️
run as administrator ✔️
official 1.2 version downloaded from qb64.org ✔️
tried older versions ✔️
haven't moved any of the files inside the folder ✔️

Still didn't work. Any more ideas?
In addition, this window popped up after the failed launch:

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: IDE module error
« Reply #9 on: February 18, 2018, 03:00:54 pm »
Let me guess, you have a Steam account?

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

Offline Deriguz

  • Newbie
  • Posts: 5
    • View Profile
Re: IDE module error
« Reply #10 on: February 18, 2018, 03:03:18 pm »
Yeah, why?

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: IDE module error
« Reply #11 on: February 18, 2018, 03:08:08 pm »
My kid has had some problems with Steam issues. He doesn't use QB64 though, other issues at times. Unfortunately, uninstalling the games doesn't always fix the problems, because of registry issues. Take this article, for example:

https://answers.microsoft.com/en-us/windows/forum/windows_10-security/soundmixerexe-error-on-startup/85e30193-a5d3-4ceb-86c3-7d35acdb4d7e?auth=1

I wouldn't recommend fiddling around with the registry unless you get some more insight. It could be something else, but that soundmixer message made me suspicious.

I'd recommend you wait and see what Fell has to say. Someone named Rob created QB64 but Fell has taken over the development of the IDE, and that's what you having trouble opening.

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

FellippeHeitor

  • Guest
Re: IDE module error
« Reply #12 on: February 18, 2018, 04:46:29 pm »
Do the errors always refer to the same line numbers in ide_methods.bas? Would you mind attaching your ide_methods.bas file from qb64\source\ide\ide_methods.bas so we can have a look?

Another thing to try, if you can: right-click your qb64 folder, click Properties, and report the total number of files and subfolders that dialog will give. Something still looks off.

Just for the record, I have qb64 running fine on a Windows 7 machine and a Windows 10 laptop here now.

One last resort would be downloading straight from github and running setup_win.bat after unpacking all the package contents. But please try the above first.

Offline Deriguz

  • Newbie
  • Posts: 5
    • View Profile
Re: IDE module error
« Reply #13 on: February 18, 2018, 05:13:37 pm »
Here:

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: IDE module error
« Reply #14 on: February 18, 2018, 05:28:44 pm »
I would cut that QB64 folder and paste it to the C:\ drive. I get this weird feeling having it in the windows user folder might be an issue. I always put mine directly on the c drive from Windows XP, & and 10. I've never tried installing in the windows user folder, especially on the desktop. Worth a try.

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