juani's Forum Posts

  • You kind of have a recursive trigger (event 18).

  • "native" is getting harder to define, anyway. Would WebAssembly count?

    Ashley I was was wondering if you were planning to do a blog post on WebAssembly and what this news means to C2 and C3 future.

  • Problem Description

    Pasting events between projects causes a check failure when there are different plugins identically named.

    My english is not very good so check the capx.

    Attach a Capx

    dl.dropboxusercontent.com/u/16940759/bug_checkfailure1.capx

    dl.dropboxusercontent.com/u/16940759/bug_checkfailure2.capx

    Description of Capx

    First capx has the Touch plugin, named "t".

    Second capx has an Array plugin also named "t".

    Steps to Reproduce Bug

    • Open both capx.
    • Copy the event from the first capx (project "Check failure part 1").
    • Paste it in the event sheet of the other project (it's empty but is not necessary to reproduce the bug)

    Observed Result

    Check failure:

    ---------------------------
    Check failure!  This is probably a bug:
    
    Condition ID does not appear to exist in related plugin
    
    Condition: plugin->HasConditionID(cnd_id)
    File: Projects\EventCondition.cpp
    Line: 45
    Function: __cdecl EventCondition::EventCondition(class EventBlock &,class ObjectClass *,class BehaviorType *,int,class std::vector<class std::unique_ptr<class EventParameter,struct std::default_delete<class EventParameter> >,class std::allocator<class std::unique_ptr<class EventParameter,struct std::default_delete<class EventParameter> > > > &&,unsigned __int64)
    Build: release 209 (64-bit) checked
    Component: Construct 2 IDE
    (Last Win32 error: 0)
    
    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way.  Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports!  Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.
    ---------------------------
    Anular   Reintentar   Omitir   
    ---------------------------
    
    ---------------------------
    Construct 2 Check failure
    ---------------------------
    Check failure!  This is probably a bug:
    
    Unexpected exception during paste
    
    Condition: false
    File: Editors\CEventSheetView.cpp
    Line: 3589
    Function: void __cdecl CEventSheetView::OnPaste(void)
    Build: release 209 (64-bit) checked
    Component: Construct 2 IDE
    (Last Win32 error: 0)
    
    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way.  Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports!  Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.
    ---------------------------
    Anular   Reintentar   Omitir   
    ---------------------------
    
    [/code:1vm83q5t]
        
    [b]Expected Result[/b]
    Editor warns that there are objects missing from the project.
        
    [b]Affected Browsers[/b]
    Editor Bug
        
    [b]Operating System and Service Pack[/b]
    Win7 Home Premium 64bit SP1    
    
    [b]Construct 2 Version ID[/b]
    r209 64bit
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Problem Description

    Accessing an object instance variable through index id in same event (and sub-events) gives js error.

    Uncaught TypeError: Cannot read property 'instance_vars' of undefined expressions.js:474

    Attach a Capx

    dl.dropboxusercontent.com/u/16940759/instance%20variable%20access.capx

    Description of Capx

    It creates a sprite setting an instance variable to somevalue and saving the current IID.

    Then it tries to access this value in the same event (disabled) and again outside the event (to show that it works) and dumps it in a text object.

    Steps to Reproduce Bug

    • Open capx
    • Enable last action of first event.
    • Preview.

    Observed Result

    Javascript error

    Expected Result

    No error and text object shows the value.

    Affected Browsers

    • Chrome: YES
    • FireFox: YES
    • Internet Explorer: IDK

    Operating System and Service Pack

    WIn7 64bit SP1

    Construct 2 Version ID

    r209

  • Please post the link without the http or www parts to circumvent the anti-spam filter.

    Here it is:

    dl.dropboxusercontent.com/u/16940759/variable%20creation%20bug.capx

  • Your JSON array is malformed. You have an empty value.

  • Problem Description

    Creating variables using the keyboard shortcut "V" two times in a row puts the last variable created in the parent event scope.

    Attach a Capx

    URL: dl.dropboxusercontent.com/u/16940759/variable%20creation%20bug.capx

    Description of Capx

    Just a template to test this issue.

    Steps to Reproduce Bug

    • Select sub-event
    • Press V then Enter
    • Press V then Enter

    Observed Result

    Last variable created appears in the parent scope.

    Expected Result

    Variables created should appear in the same context that was selected.

    Affected Browsers

    Editor issue.

    Operating System and Service Pack

    Win7 Home Edition x64 SP1

    Construct 2 Version ID

    r208 64-bit

    PS: Can't post URLs right now. I can share the capx through PM I guess if you need it.

    UPDATE

    CAPX: dl.dropboxusercontent.com/u/16940759/variable%20creation%20bug.capx