open exist sqlite file on Windows 11 arm
- Dominant language
- C
- Stars
- 291
- Forks
- 45
- Avg merge
- 10h 13m
- Merged PRs (30d)
- 18
Description
### What happens?
when duckdb open an exist sqlite file on Windows 11 arm:
Error: unable to open database "mydb.db": IO Error: Extension "C:\Users\duckdbuser\.duckdb\extensions\v1.2.0\windows_amd64\sqlite_scanner.duckdb_extension" could not be loaded: %1 is not a valid Win32 application.
### To Reproduce
when duckdb open an exist sqlite file on Windows 11 arm:
download https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-windows-arm64.zip
Error: unable to open database "mydb.db": IO Error: Extension "C:\Users\duckdbuser\.duckdb\extensions\v1.2.0\windows_amd64\sqlite_scanner.duckdb_extension" could not be loaded: %1 is not a valid Win32 application.
### OS:
windows
### DuckDB Version:
1.2.0
### DuckDB Client:
duckdb cli
### Hardware:
_No response_
### Full Name:
duckdbuser
### Affiliation:
-
### What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
### Did you include all relevant data sets for reproducing the issue?
Not applicable - the reproduction does not require a data set
### Did you include all code required to reproduce the issue?
- [ ] Yes, I have
### Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
- [x] Yes, I have
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.