How to reproduce:
- Install TeamViewer (tested with current version 7.0.14563)
- Create a TeamViewer-Account (without that you don't get the QuickConnect button) Note: Using just some ID-Number/Password is too less
Tested with Pb 5 beta 5 and PB 4.61 (both crash with just that 3 lines of code)
Code: Select all
OpenWindow(0, 5, 5, 100, 50, "test-window-1", #PB_Window_MinimizeGadget)
CloseWindow(0)
OpenWindow(1, 5, 5, 100, 50, "test-window-2") ; Crash with IMA at address 4
- Just use one window
- Don't use #PB_Window_MinimizeGadget or #PB_Window_MaximizeGadget at the first window
- Don't use CloseWindow(0) to close your first window
- Don't use TeamViewers QuickConnect functionality (Button that looks like this: "<->" near the minimize/maximize Button of your window)
It seems that TeamViewers QuickConnect is not that trivial because you even get a box where you could exlude applications (already including opera.exe and chrome.exe) so I'm not sure who is the guilty one in that case. However this already occured more then once at various applications from me and I always wondered and spent lot of time to track this down. So at least others should get a clue where to search for the moment and hopefully there is a way to fix that in PB as well.
Note: It seems accepting the registration-mail of the Team-Viewer account was not necessary to get the QuickConnect button.
Greetings,
auser




