Ashley's Recent Forum Activity

  • You need to report false positives like this to the antivirus vendor. Only they can change what is detected as malicious or not.

  • There's loads of things that can cause floating point precision errors. Pretty much any fractional math can end up with results that are close to but not exactly correct. It's just something you have to deal with in any kind of tool with any kind of software that uses floating point data types. A famous example is that 0.1 + 0.2 = 0.30000000000000004.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • The EXE file always has the same content regardless of the project, but changes between each NW.js version. You only need to submit it once per NW.js version that you export with that is incorrectly detected as malicious.

  • IIRC, the tween behavior cannot be exact, because it has to make changes in small steps, in case anything else changes the thing that is being tweened. However changing things in small steps is subject to floating point precision errors. It's just part of how maths works on computers. I don't think it's possible to reliably work around it - the best approach is to avoid making exact comparisons and allow a small tolerance (e.g. is within 0.001 of a number instead of exactly equal).

  • Browsers block access to certain folders for security reasons. For example if you granted a web page access to your entire Documents folder, the web page can access everything there - and a malicious page could then try to steal it all. To mitigate that you can't select the entire folder for certain sensitive folders like Desktop, Documents etc., but you can select a subfolder within them.

    If you only need to open one file, then just use the open file picker anyway - the user can just choose themselves rather than having your project try to list all available files.

  • As ever the first thing to check is the browser console and see if any errors are logged there. I'm not sure how to check the browser console on Xbox - Microsoft might have some documentation on how to remotely debug it.

  • It seems that anything containing "On collision with: (object with the solid behavior)" is no longer working. This is a huge problem.

    I just tried it and it's working fine. I've also not seen anyone else reporting the same problem.

    As ever it's impossible to help unless you file an issue providing all the necessary information.

  • If you want user-scrollable text the easiest solution is probably to put it in a HTML element object and add the style overflow-y: auto; which will add a vertical scrollbar when it fills up.

  • Browsers have a security restriction that you can't show custom cursors near the edge of the screen, to prevent custom cursors being a way to show misleading information outside the window. AFAIK NW.js still retains that restriction.

  • Well, I tried adding emoji to a layout and event sheet name, and the project could save and open just fine. So it seems to be working OK.

    If you think there's a bug then we need an issue filed following all the guidelines. Without that information all anyone is doing is guessing and it is common that people mis-attribute the cause of problems.

  • As I said, these are most likely false positives. The only solution is to report them to the antivirus vendors as false positives so they are no longer incorrectly identified as malicious.

  • It's most likely a false positive and you'll need to report it as such to the antivirus vendor.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,426,009 followers

Connect with Ashley

Trophy Case

  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x108
    Coach One of your tutorials has over 1,000 readers
  • x62
    Educator One of your tutorials has over 10,000 readers
  • x3
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x35
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs