Counterfeit's Recent Forum Activity

  • Hehe I try my best <img src="smileys/smiley20.gif" border="0" align="middle" />

  • The functionality 'Snap to grid' is very nice but it should have a minimum value like 1.

    Change the snap to 0,0 and try to move for example a sprite:

    <img src="http://img851.imageshack.us/img851/3908/properties.png" border="0" />

  • Windows common dialogs like 'Open file dialog' have the possibility to access internet resources.

    1) Start Contruct 2

    2) Open...

    3) Filename: google.com -> Open

    4) Error Message:

    ---------------------------

    Error loading project

    ---------------------------

    Failed to open project 'C:\Dokumente und Einstellungen\Konstantin\Lokale Einstellungen\Temporary Internet Files\Content.IE5\YI9IWQA7\www.google[1]':

    Error reading Attributes.

    Line 14, column 227

    The file may be invalid. Try checking the file in a text editor (projects are saved in XML format).

    ---------------------------

    OK   

    ---------------------------

    Now you have a death recent project! Would be great if the broken project is not in the list <img src="smileys/smiley20.gif" border="0" align="middle" />

  • Nice! Did you also fix this here?

    Function: void __thiscall Layer::SetInitiallyVisible(bool)

  • Other properties are also affected.

    <font size="2">

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Modifying deleted layer

    Condition: !IsDeleted()

    File: Projects\Layer.cpp

    Line: 451

    Function: void __thiscall Layer::SetTransparent(bool)

    Build: release 50 (32-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.

    ---------------------------

    Abbrechen   Wiederholen   Ignorieren   

    ---------------------------

    </font>

  • Sorry Ashley more work for you <img src="smileys/smiley18.gif" border="0" align="middle" />

    Again new project.

    1) Create new layer (Layer 1)

    2) Delete layer (Layer 0)

    3) Change property 'Force own texture' to 'Yes'

    4) BAM!

    <font size="2">

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Modifying deleted layer

    Condition: !IsDeleted()

    File: Projects\Layer.cpp

    Line: 516

    Function: void __thiscall Layer::SetForceOwnTexture(bool)

    Build: release 50 (32-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.

    ---------------------------

    Abbrechen   Wiederholen   Ignorieren   

    ---------------------------

    </font>

  • I have noticed two usibility problems. All "problems" relating to a completely new project. I use Windows XP SP3.

    Layer Bar

    1) Tooltip

    Click on 'Layer 0' -> Rename the layer with F2 -> press the 'Del' button.

    Hmm strange the tooltip says to me: "This is the last layer..." I just want change the layer name not deleting it <img src="smileys/smiley5.gif" border="0" align="middle" />

    Also press several times the 'Del' button and look at the shadow (come to the dark side... <img src="smileys/smiley4.gif" border="0" align="middle" />) from the tooltip. Looks like many tooltips overlapping.

    2) New layer

    -> Create a new layer (Layer 1)

    -> Right click on a layer (toolbar is context-based and show correct settings)

    -> Now right click on the white listbox (toolbar is furthermore context-based and shows you only the button 'Add layer at top')

    -> If the context menu is opened, click on the selected layer

    -> Context menu lost context-based informations

    Puh I hope it's understandable ^^

  • I have a run =) The second error is not so nice ;-)

    1) New project

    2) Show Configuration Bar

    3) Add configuration...

       3.1) Do not change the settings

    4) Create configuration

       4.1) No at the prompt

    -- This parts (A,B) are very interesting, depends on what you're doing

    A) Press the down key

    A.1) Look at Error message A

    B) Click on the listbox item "HTML 5"

    B.1) Press the down key (two selected items, that should not working!?)

    B.2) Press the 'Del' key

    B.3) Unhandled Exception!

    B.4) I attach Visual Studio as debugger and "catched" a error:

    The program '[2188] Construct2.exe: Native' has exited with code -1073740777 (0xc0000417).

    Error message A

    <font size="2">

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Creating world instances undo point with no instances

    Condition: !instances.empty()

    File: Projects\WorldInstance.cpp

    Line: 825

    Function: __thiscall ModifyWorldInstancesAction::ModifyWorldInstancesAction(class Project &,const class std::vector<class WorldInstance *,class std::allocator<class WorldInstance *> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &)

    Build: release 50 (32-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.

    ---------------------------

    Abbrechen   Wiederholen   Ignorieren   

    ---------------------------

    </font>

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 1) New project

    2) Object Bar -> Add subfolder

    3) Delete subfolder

    4) BAM!

    <font size="2">

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Object bar item is not an object type

    Condition: type == it_object_type

    File: Bars\ObjectBar.cpp

    Line: 1309

    Function: class ObjectType *__thiscall CObjectBar::ItemInfo::GetObjectType(void) const

    Build: release 50 (32-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.

    ---------------------------

    Abbrechen   Wiederholen   Ignorieren   

    ---------------------------

    </font>

  • With this steps I can reproduce following bug (see below).

    Steps

    1) Create a new project

    2) Insert new object -> Keyboard

    3) Insert new object -> Sprite (leave it blank)

    4) Go to the event sheet

       4.1) Add event -> Keyboard | Right arrow is down

       4.2) Add action -> Sprite | Rotate 15 degrees clockwise

    5) Close the tabs (Layout 1 and Event sheet 1)

    6) Delete the sprite from the project bar

       6.1) Click yes in the prompt

    6) Save the project

    7) Close the project

    8) Load the project

    9) BAM!

    If that does not work for you, I can provide the project file.

    <font size="2">

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Action ID does not appear to exist in related plugin

    Condition: plugin->HasActionID(act_id)

    File: Projects\EventAction.cpp

    Line: 35

    Function: __thiscall EventAction::EventAction(class EventBlock &,class ObjectType *,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> > > > &&)

    Build: release 50 (32-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.

    ---------------------------

    Abbrechen   Wiederholen   Ignorieren   

    ---------------------------

    </font>

  • Yes a certain size.

    No error:

    <img src="http://img41.imageshack.us/img41/8007/noerror.png" border="0" />

    Error:

    <img src="http://img97.imageshack.us/img97/1475/errorzbw.png" border="0" />

    I hope you know what I mean.

  • I have tested the current version and the error message still appears. But I have a solution for this problem <img src="smileys/smiley1.gif" border="0" align="middle" />

    A minimum size of the window would eliminate the problem.

Counterfeit's avatar

Counterfeit

Member since 26 Jul, 2011

None one is following Counterfeit yet!

Trophy Case

  • 13-Year Club

Progress

13/44
How to earn trophies