GeorgeZaharia's Recent Forum Activity

  • The PC's run fine for more than 3 years and I've never had this problem till now.

    So, the entire 3 years and more, you had the computer for ... Was Windows 8.1 installed on it?

    Also, is your Windows 8.1 with a official Microsoft license? Is Construct2 the free version or the Licensed Version? things might occur differently when software's are not the official latest release, but outdated ones.

    Are you using the standalone Construct2 downloaded from official Scirra site or the Steam version? What Construct2 Version are you using?

    The lockup thing didn't happened before, and from 3.5 millions downloads this is the first time i see this appearing in forum, im just curious about all elements, since all this elements matter into pinning down the mysterious problem.

    If all the answers to the above questions are Right(meaning=you had windows 8.1 since it was released in 2014 on this computer u are using now and never C2 did this, every software is licensed on ur computer and its not a torrented version that might cause this problem, C2 is not the steam version since the problem it can be caused by the steam playtrough feature, Construct2 version is not older then R239 since that is the official stable release.) then i have no real response to fix your issue, but instead i suggest you file this problem into a report at the Bug's Section

    If some or part of the software's you are using (windows/C2/other software you use in same time while you are working in C2) are not licensed or are from torrent downloads then i suggest get the official version of them, cause in that situation no one really can help with a official response, and you might be subject to sanctions for breaching licensing terms.

    I'm not saying you are doing something wrong or illegal, just being thorough, so me or a more experience user in this matter(more experienced users, moderators, C2 creators) can provide you with a perfect response and fix this issue that might affect us all, as well the future updates and future users of the C2 product.

    Hope you read all the above, also i hope if you found why is the problem with the lockup happening, to reply here or in the Bug's Section so the issue to be patched in the future updates. Thanks.

  • [quote:3ml9xpol]try disable ur auto update windows feature... u will see ur windows 8.1 its going to work fine for you.

    Why do you think this will work?

    because i experienced the same thing you described. and i had always this process called, windows auto update thing in task manager, and when the cpu wold spike on it or increase by 20% stuff wold start crumbling no alt+tab no ctrl+alt+delete nothing. after i researched the matter of the process a bit turned it off. and no more issues for me. and same as you i have a pretty decent new computer... built it with new cutting edge parts last year so it shouldn't happen, i wold understand if wold use the old rig, but on the new one no.

    Edit: im responding purely from my experience based on your description, as you, i own a windows 8.1 license. and for me the problem was from the auto update.

    Edit2: i should'v first ask you if the problem started from u installing the windows 8.1 on ur machine, that wold make it much easier to understand my response.

  • its not C2 its a new Trojan type of malware that lurks around internet, i got something similar also on my laptop(i wont say exactly what i did on it, but its not using C2) .. its called Windows 8 or 8.1 cant remember properly....

    just joking with the Trojan ... its a windows 8 and 8.1 problem.

    try disable ur auto update windows feature... u will see ur windows 8.1 its going to work fine for you.

    its one of windows 8.1 bug that made Microsoft skip windows 9 and went for 10 directly.

    Edited: if the windows auto update its off... then u might caught a real Trojan and now im not joking. C2 doesn't do that to ur computer lol.

  • looks great

  • Hi, Tom or Ashley not sure which should i call in on this, but i noticed, that scirra store doesn't have a capx download for the sellers own assets, for example, i want to download a game of my own so i can re-work it a bit, since i lost the original capx, but outside the generate code i cant download the versions of it.

    i dont know if this is a issue or that was mentioned before. but its a addition for store to be much faster? like adding a download button in the version area for each version, so we dont have to generate more codes for the files we need?

      Version
        capx1---Download
        capx2 ---Download
        capxN---Download

    if the request is in the wrong section im sorry, i dont know where to post it im confused since its not a real important issue or bug, but more of a feedback based request type of post, that in my opinion it wold make things much smooth and look/feel more normal.

  • Can confirm there is an issue when disabling the solid behavior while being on it (the issue being that you stay on it)

    https://1drv.ms/u/s!AjkoCSebIn9Ji1Aq6dwwy51jvSAG

    I have done a 1 event capx showing it if it can help focusing on the bug

    Step1: move with the arrow keys, you can jump if you want with the up arrow but stay between the walls

    Step2: stay on the ground, press space, all platform will turn transparent, and will lose their solid behavior, you can pass through the walls but you'll still be on the floor

    Step3: jump to see you are falling through

    C2 version 293, windows 10 x64, occurs on opera as well

    i know its not a normal fix and should not work like this, as i patched it, however its working on my side.

    patched bug the bug is due to the fact, and i might be mistaken, but C2 i think it checks for overlapping points at offset by 1 pixel, so u suddenly disabling it, it wont change the fact in C2 "eyes" u still on the platform since detection is still present. so in order to patch it, i pushed the player 1 pixel up, and gravity platform takes the obvious action.

  • Your example was very good but I Want to move 250px just by one tap and not by isTouching , how should I do It?

    that is easy also, however depends what you want to use it with or for, cause if u use some sort of physics, or collision feature behavior with it then u need to create a Boolean and basically change the "on keeping pressed" so it creates a loop, if you dont need physics, same applies, but instead of the 8 way behavior u use "move at angle - pixels "

    edited the capx i added a description for the instance variables also(you can see the meaning of instance variable when u click the Sprite "player" and in left side instance variables, then at bottom of settings u should see a text explaining it.) you can also modify the speed it travels at, however i suggest to do the increase in speed to be something like this (400,800,1000 or any par number increased by power of 2), that wold avoid the player going sometimes to far by 1-5 -10 pixels sometimes.

  • Yes, you are right. The browser object's platform expression returns the OS it's running on. My mistake.

    oh no, i was asking the OP not you dear friend, but i was thinking someone told him that, then read it again, and i see the confusion, however the question i did, sounded a bit high-demanding sorry for that. you where right also though.

  • oh i think i got confused with the touch input detection, i think touch should work for custom buttons(but im not entirely certain i remember that has a detect input at index 0,1,2,3,4,5,6 etc which detects the buttons on mouse or multi touch screen but again not sure if applies to mouse or only to touch), but yea, multiple mouse buttons should be supported, nice request +1.

    Edited:

    however i have a gaming mouse, but the extra side buttons, are by default for browser forward/backwards, unless i map them in the mouse settings in windows. so you see that games made in C2 if are not exported in NW.js or for desktop platforms, wold have a issue even if mouse multiple buttons are supported. since wold switch the browser... but i guess it could be made so it overrides the default functions if supported as C2 plugin. but im not sure how practical that wold be. im guessing the best approach wold be to create the mapping of the gaming mouse by Browser.object to cancel the gaming mouse default controls for the extra buttons, and assign them to something else in the game in a menu but that is an entire headache, by itself.

    Edit2: maybe this request should be in the Plugin request section? maybe some plugin guru will pick up the challenge?

  • first of all, let me say i like the idea its really coming together very well with the song and graphics

    second ... how old are you? its not relevant just curious.

    and last you want the truth or fake truth about it? (its good anyways )

  • what do you mean, support for gaming mouses? the mouse plugin already has a input detection for all mouses no matter if has the default 3 buttons or 10

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 1 disabling ad-block when u are previewing if you have it installed might solve it. (adblock automatically blocks C2 games, causing them to Load with red bar and stop at 80-90%, and even if loads 100% there might be some items skipped.)

    2 trying mozzila/opera/IE and not chrome might solve it.

    3 if we dont know what else is in your guys event system that can interact with your sounds, we cant solve it.

    4 blackhornet is right.

    hope it helped you. there are various reasons why sound wouldn't play on ur project. but most likely as i can see its bad event system logic nothing seems wrong with audio plugin lately, and i wold'v notice them also, since i had some audio projects(massive numbers of sounds and music files) tested this week.

    Edited: might be that is because of some sort of browser cache error, try clearing ur Browser History Cache data(downloaded media and images only before or since the time you started previewing the project your working on.)

GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 35 followers

Trophy Case

  • 10-Year Club
  • 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
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.