PabloDev's Forum Posts

  • Same here

    Critical error

    This should not of happened. Please contact support.

    System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at C3.Code.Controls.Application.Caching.Redis.PubSub.PubSubController.OnSubscribed(RedisChannel channelName) in C:\Construct.net\Source\C3Alpha2\Code\Controls\Application\Caching\Redis\PubSub\PubSubController.cs:line 58 at C3.Code.Controls.Application.Caching.Redis.PubSub.PubSubController.SubscribeToCacheKey(RedisChannel cacheKey, Action`2 onMessageReceived) in C:\Construct.net\Source\C3Alpha2\Code\Controls\Application\Caching\Redis\PubSub\PubSubController.cs:line 46 at C3.Code.Controls.Application.Caching.Manager.Manager.Callbacks.OnGotten[T](String cacheKey, CacheType fromType, T objectGot) in C:\Construct.net\Source\C3Alpha2\Code\Controls\Application\Caching\Manager\Callbacks.cs:line 99 at C3.Code.Controls.Application.Caching.Manager.Manager.Get[T](String key, Func`1 getFromExternFunction, Boolean skipLocalCaches) in C:\Construct.net\Source\C3Alpha2\Code\Controls\Application\Caching\Manager\Manager.cs:line 125 at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) at C3.Code.Caching.CountryPermittedCurrencies.GetPermittedCurrencies(Int16 forCountryID) in C:\Construct.net\Source\C3Alpha2\Code\Caching\CountryPermittedCurrencies.cs:line 60 at C3.Code.Helpers.Currency.Functions.GetVisitorsCurrency(Language contentLanguage, Country currentRegion, UserSession currentSession) in C:\Construct.net\Source\C3Alpha2\Code\Helpers\Currency\VisitorCurrency.cs:line 0 at C3.Code.Controls.SEO.GA..ctor(Global mp) in C:\Construct.net\Source\C3Alpha2\Code\Controls\SEO\GA.cs:line 14 at C3.Pages.Master_Pages.Global.Page_Init(Object sender, EventArgs e) in C:\Construct.net\Source\C3Alpha2\Pages\Master Pages\Global.Master.cs:line 146 at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    Indicate if you use synchronization with google drive.

    I use it and this caused me a problem with the Tiled files. Perhaps there is a relationship with C2.

  • > Some significant improvement in the latest version 40.1?

    Just some minor fixes here and there, nothing significant. Non of them seem to affect exported games directly.

    Construct 3 users can activate low-latency canvas. A feature released in v39 but that's also a very minor improvement from my tests.

    The new window implementation has been delayed as well for further bugfixing.

    I read the official NWJs blog notes but I am not sure if something is important for the NWjs and C2 games.

    Well, thanks for the info.

  • I think you mean objects, not sprites.

    I mean, you want to know how to measure the distance between two sprite objects that are the same type.

    The objects need to be able to distinguish one from another, for this a variable called "nameObject" is used, one object is named as "A" and the other object as "B"

    There is probably another method but right now I can't think of

  • Some significant improvement in the latest version 40.1?

  • The virtual keyboard is controlled by Android, you cannot modify it from an HTML5 game.

    I don't know if that is possible with Cordova.

    Here you can read information about Cordova and its control over the virtual keyboard.

    https://www.npmjs.com/package/cordova-plugin-keyboard

  • Hello, the manual explains all that, did you read it?

    https://www.scirra.com/manual/162/nwjs

  • I have tried the method in my project ... it does not work well:

    -The recording quality is quite low

    -Some parts are not recorded, recording stops and then resumes, in that time the image remains frozen.

    However, in a very small project it works well and the quality is good.

    Are mistakes happening with capx or caproj?

    They happen to me with capx

  • R271

    Win10 64

    Spacing is lost when saved in caproj format.

    This makes it difficult to work with caproj files because you must be configuring the spaces each time you open the file.

    REPRODUCE

    Open a capx file

    Configure custom spaces for event, action text and others spaces in your eventsheets.

    Save capx

    Save as a caproj

    Close the project

    Open the caproj file

    The spaces have lost the configuration

    It has also happened to me twice.

    1-By pressing ALT + TAB

    2-On this occasion I had the focus on another program that was on the second monitor, Construct was on the first monitor. When I was working on the other program I realized that if I took the cursor to the C2 window (on the first monitor) then the cursor adopted the appearance of the circle that in windows 10 indicates that the program is processing but when I activated the window of C2, the crash happened.

  • I'm not sure when using "every second."

    Sometimes when the game starts "every second" counts 1 second when really only after half a second.

    It seems that the synchronization used in "every second" begins when the game is run.

    Then, later, you use "every second" in your game layout but the synchronization is not perfect and the first second counted lasted only 0.3 milliseconds, due to the synchronization. After that the other seconds are counted correctly.

  • Hey, I didn't know that way to record video.

    Why then many users have been asking for the forum about programs to record their games in the browser?

    They said you can't record the game with any program (black screen).

    So I'm surprised that this plugin exists and nobody ever said about this.

  • Hi, do you want to read a JSON file from the disk?

    I am doing it without problems with NWJS, I simply use NWJS.readFile and get the JSON information from the file on disk.

  • I do it manually with Cordova.

    For me it is the best option.