User Tag List

Results 1 to 1 of 1

Thread: [zeditor] Crash-to-desktop when right-clicking Link To... in FFC Editor

  1. #1
    Octorok Asuna Yuuki Nagato's Avatar
    Join Date
    Jan 2024
    Posts
    486
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    32
    Level
    2
    vBActivity - Bars
    Lv. Percent
    20.33%

    [zeditor] Crash-to-desktop when right-clicking Link To... in FFC Editor

    Steps to recreate:

    1. Screen->Freeform Combos
    2. Click Edit in "Choose Freeform Combo" window
    3. rclick the "Link to:" dropdown in the Data tab of the FFC Editor

  2. #2
    Octorok Asuna Yuuki Nagato's Avatar
    Join Date
    Jan 2024
    Posts
    486
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    32
    Level
    2
    vBActivity - Bars
    Lv. Percent
    20.33%
    Here in drop_down_list.cpp is the assertion that failed because event == 8 (geRCLICK)

    Code:
    int32_t DropDownList::onEvent(int32_t event, MessageDispatcher& sendMessage)
    {
    	assert(event == geCHANGE_SELECTION);
    	if(onSelectFunc)
    		onSelectFunc(listData->getValue(alDialog->d1));
    	if(message >= 0)
    		sendMessage(message, listData->getValue(alDialog->d1));
    	return -1;
    }

  3. #3
    Octorok Asuna Yuuki Nagato's Avatar
    Join Date
    Jan 2024
    Posts
    486
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    32
    Level
    2
    vBActivity - Bars
    Lv. Percent
    20.33%
    Cannot recreate in a Release build... this crash appears to only affect developers using Debug builds.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social