Author Topic: Error message: Unhandled Error #76 SOLVED  (Read 1654 times)

0 Members and 1 Guest are viewing this topic.

Offline acjacques

  • Newbie
  • Posts: 33
Error message: Unhandled Error #76 SOLVED
« on: October 09, 2019, 11:56:24 am »
I am receiving this error message in all samples

" Unhandled Error #76

Line 12699 (in main module)
Path not found
Continue ?

Yes  No "

I cant figure what is causing this.  Cold somebody help me ?
« Last Edit: October 09, 2019, 01:31:08 pm by acjacques »

Offline Cobalt

  • QB64 Developer
  • Forum Resident
  • Posts: 878
  • At 60 I become highly radioactive!
Re: Error message: Unhandled Error #76
« Reply #1 on: October 09, 2019, 01:10:02 pm »
not without seeing that section of code. but it sounds like the program is trying to access a directory that is not there. Check spelling and '/' direction (some OSs care about that)
Granted after becoming radioactive I only have a half-life!

Offline acjacques

  • Newbie
  • Posts: 33
Re: Error message: Unhandled Error #76
« Reply #2 on: October 09, 2019, 01:24:06 pm »
This happens i  any  code.
Even in

 Print "hello"

Offline acjacques

  • Newbie
  • Posts: 33
Re: Error message: Unhandled Error #76 SOLVED
« Reply #3 on: October 09, 2019, 01:30:34 pm »
I have solved:
The problem was that QB64 was running from Desktop Directory
I moved the all QB64 directory to C: Program Files  and the problem goes out.

Offline Cobalt

  • QB64 Developer
  • Forum Resident
  • Posts: 878
  • At 60 I become highly radioactive!
Re: Error message: Unhandled Error #76
« Reply #4 on: October 09, 2019, 01:31:25 pm »
make sure that QB64 as 'user rights' to read and write to its folders, make sure any Antivirus software its not imposing upon its running as well.

QB64 needs to be able to create temp files when it converts the BASIC to C++ for compiling.

just beat me too it.,..  good to hear you got it working.
Granted after becoming radioactive I only have a half-life!