Posts: 545
Threads: 116
Joined: Apr 2022
Reputation:
39
I just had QB64 phoenix 0.8 throw an alert about an internal IDE error and windows threw up a Trojan alert at the same time. I was creating a simple screen mode 0 program at the time. I was using the 0.8 build that came with the download.
Posts: 545
Threads: 116
Joined: Apr 2022
Reputation:
39
06-11-2022, 01:30 AM
(This post was last modified: 06-11-2022, 01:31 AM by James D Jarvis.)
yes from the github.
I had a do loop inside a do loop.
-----
px=10:py =10
Do
locate px,py: print chr$(219) <<<< i did use ASCII CHART TO PUT THE CHARACTER IN THE CODE WITHIN THE IDE
Do
_limit 60
A$=inkey$
loop until A$<>""
if A$="W" then py=py-1
loop until A$="q"
-----
Maybe it was the character being used in the IDE?
Posts: 1,616
Threads: 157
Joined: Apr 2022
Reputation:
77
I had a trojan alert when I wrote a 3 line key snippet, and tried to compile it. This was before I whitelisted the directory. It wasn't saved, so it was titled untitled.exe. What was interesting is that from that point on, I could not compile any new QB64 program titled as untitled.bas. Of course I just went into the quarantine area and unlisted the file. Anyway, it is good to note that false positives do happen and that if your program fails to compile for no logical reason, it might be your antivirus or firewall causing the problem.
Pete
Posts: 2,700
Threads: 124
Joined: Apr 2022
Reputation:
134
Tonight I had a C++ compile failure with a Permission Denied in the log. It was fresh v.8.1 and I had just compiled Hello$.bas for Hello World check, fine, then I went to test a program from a folder I moved from v.8.0 to folder v.8.1 when I got this flag. I tried another program and came back, it started working. Meanwhile I was changing shortcut and the pin to toolbar and reregistering .bas files to the new QB64 version. It seems to be working OK as I translated an old MasterMind game from SmallBASIC.
b = b + ...
Posts: 234
Threads: 17
Joined: Apr 2022
Reputation:
4
when i was under windows. it was difficult to use qb64 without the antivirus going off. it seems that virus and trojan programmers use this language a lot as well as freebasic and purebasic. security software is based on a behavioral mode common to these three development tools...