Opened 3 years ago
Closed 3 years ago
#20850 closed defect (duplicate)
VBoxDispD3D.dll Crash Trying to run Flutter programs
Reported by: | Digitaleagle | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.26 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description
I'm trying to build a Flutter app that can run on both Windows and Linux. I'm trying to use my Windows VM to compile the Windows version, but it crashes as it tries to launch even the default program.
I initially thought it was a Flutter problem and opened a ticket here: https://github.com/flutter/flutter/issues/99101
To reproduce, you need to install Flutter: https://docs.flutter.dev/get-started/install/windows
I simply created a template program using flutter create testwin cd testwin flutter run
This is the error message I get when I try to debug with Visual Studio: Unhandled exception at 0x00007FFC63716A3D (VBoxDispD3D.dll) in testwin.exe: 0xC0000094: Integer division by zero.
#20851