Author Topic: What to do if IDE gets stuck "Resizing..."  (Read 3147 times)

0 Members and 1 Guest are viewing this topic.

Offline manstersoft

  • Newbie
  • Posts: 22
    • View Profile
    • My Games
What to do if IDE gets stuck "Resizing..."
« on: August 23, 2020, 01:06:27 pm »
It's happened to me twice now where if I resize the IDE by dragging the edges the IDE freezes with message "Resizing..." in the message area (no idea how to replicate the bug).

The first time I opened Task Manager, went to processes, and ended the QB64 Task. When I reopened the .bas I was not prompted to recover data, so I lost everything since my last save. No combination of ctrl+z'ing or opening other windows helped.

The second time I did a hard shutdown (hold the power button on your PC for 10 seconds). After rebooting and opening the .bas QB64 prompted me if I wanted to recover my data. The auto-save worked.

I couldn't find any info online, so just posting this in case it happens to someone else.

FellippeHeitor

  • Guest
Re: What to do if IDE gets stuck "Resizing..."
« Reply #1 on: August 23, 2020, 01:08:05 pm »
Hi. What version of QB64 on what OS?

Offline manstersoft

  • Newbie
  • Posts: 22
    • View Profile
    • My Games
Re: What to do if IDE gets stuck "Resizing..."
« Reply #2 on: August 23, 2020, 01:10:37 pm »
Woops, forgot to mention OS.

Win10 Pro 64-Bit
QB64 1.4 Stable

FellippeHeitor

  • Guest
Re: What to do if IDE gets stuck "Resizing..."
« Reply #3 on: August 23, 2020, 01:15:31 pm »
Just in case it's something that's already been tackled, would you mind trying to reproduce it using the dev build? https://www.qb64.org/portal/development-build/

I know you've already mentioned it's hard to reproduce, but any insight into the process is already helpful.

Offline manstersoft

  • Newbie
  • Posts: 22
    • View Profile
    • My Games
Re: What to do if IDE gets stuck "Resizing..."
« Reply #4 on: August 23, 2020, 01:25:20 pm »
I'm not able to reproduce it, but it might be something on my end. I do have my QB64 folder synced to a cloud, so one of the files updating in conjunction with resizing the window might screw it up. I usually pause it, but sometimes I forget.

My post was less a bug report and more a "If this happens to you here's what you can do".

FellippeHeitor

  • Guest
Re: What to do if IDE gets stuck "Resizing..."
« Reply #5 on: August 23, 2020, 01:26:40 pm »
It makes sense that QB64 trying to store the new window dimensions and your cloud sync locking the file might end up conflicting.