https://bugs.winehq.org/show_bug.cgi?id=55282
Bug ID: 55282 Summary: Flutter SDK can't find "aapt" program (where.exe is a stub) Product: Wine Version: 8.12 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 74894 --> https://bugs.winehq.org/attachment.cgi?id=74894 Terminal output
Steps to reproduce:
1. Download Flutter SDK from https://storage.googleapis.com/flutter_infra_release/releases/stable/windows...
2. cd flutter/bin
3. Work around Bug 32679 by removing "|| GOTO acquire_lock" from the following line in internal/shared.bat:
CALL :subroutine %* 2>&3 9> "%cache_dir%\flutter.bat.lock" || GOTO acquire_lock
4. Run `wine flutter.bat`
The SDK fails to load and the following messages are printed:
0238:fixme:where:wmain stub: L"C:\windows\system32\where.exe" L"aapt" Unhandled exception: FileSystemException: Cannot resolve symbolic links, path = '' (OS Error: Path not found. , errno = 3)