flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[desktop_multi_window] Not working with flutter 3.3 on Windows

Open krida2000 opened this issue 3 years ago • 3 comments

desktop_multi_window plugin not working with flutter 3.3 on Windows. To check it you can upgrade flutter and run example.

Native exception:

Thrown exception at 0x00007FF8B0B0F8F5 (flutter_windows.dll) in desktop_multi_window_example.exe: 0xC0000005: Access violation while reading at address 0x0000000000000008.

krida2000 avatar Sep 02 '22 08:09 krida2000

https://github.com/flutter/flutter/issues/110661 seems crash caused by flutter engine.

boyan01 avatar Sep 05 '22 03:09 boyan01

Same here. I've tested 3.3+, including dev, master, beta channel of flutter. All crash when creating new window.

Kingtous avatar Sep 20 '22 02:09 Kingtous

same on 3.3.2 when create new FlutterViewController on windows https://github.com/flutter/flutter/issues/112383 flutter_controller_ = std::make_unique<flutter::FlutterViewController>(frame.right - frame.left, frame.bottom - frame.top, project)

yongyu-wang avatar Sep 27 '22 06:09 yongyu-wang

Seems already fixed in flutter latest master channel.

https://github.com/MixinNetwork/flutter-plugins/issues/151#issuecomment-1297805330

boyan01 avatar Nov 01 '22 01:11 boyan01

tested with flutter master channel. it works now.

boyan01 avatar Nov 01 '22 03:11 boyan01