tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
84.49k stars 2.54k forks source link

[bug] tauri-2.0.rc can not run on windows7 32bit #10834

Open Gofive opened 2 months ago

Gofive commented 2 months ago

Describe the bug

tauri-2.0.rc can not run on windows7 32bit. I have tested with 'yarn create tauri-app --rc'. It is crashed on my win7 bit32 ,dont have any problem hint, but tauri-v1 can run perfectly.

Reproduction

No response

Expected behavior

No response

Full tauri info output

null

Stack trace

No response

Additional context

No response

FabianLars commented 2 months ago

Do you see any error messages? Did you build the app with Rust 1.75 or below? (1.75 is the last version to properly support win7)

Gofive commented 2 months ago

Do you see any error messages? Did you build the app with Rust 1.75 or below? (1.75 is the last version to properly support win7)

release 32bit do not have any error messages, rust 1.75.but tauri v1 can run on the win7 32bit device.

FabianLars commented 2 months ago

Okay thanks. I don't have access to my VMs at the moment so it may take a while for me to get back to you.

Gofive commented 2 months ago

Okay thanks. I don't have access to my VMs at the moment so it may take a while for me to get back to you.

any update on this?

kingyang commented 3 weeks ago

I encountered the same issue. Windows 7 and 8 both don't work.

FabianLars commented 3 weeks ago

Are we talking about tauri dev or the resulting app bundle (tauri build from another machine). If the latter, what was the exact build command you used?

Furthermore, does anyone have any kind of error message for me? If not, did you try starting the exe from inside a Powershell/cmd.exe terminal? That sometimes helps.

kingyang commented 3 weeks ago

the same issue: #11381