-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] tauri-2.0.rc can not run on windows7 32bit #10834
Comments
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. |
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? |
I encountered the same issue. Windows 7 and 8 both don't work. |
Are we talking about 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. |
the same issue: #11381 |
my issue: no
|
@kingyang I see, thank you. 明白了,谢谢。只因Tauri说了支持Win7,我想试试而已,不支持也无所谓啦。 https://tauri.app/distribute/windows-installer/#supporting-windows-7 |
Sooo, i assuming #11381 is really the same is this one here then it seems like the issue is this line https://github.com/tauri-apps/tao/blob/dev/src/platform_impl/windows/dark_mode.rs#L24 I didn't test yet if skipping this line at runtime instead of removing it at compile time works, but if it does i think it'd be fine to disable it on windows 7 in 32bit binaries, that should be an extremely small userbase, right @amrbashir ? |
I don't think loading This issue maybe related to #11674 and hopefully fixed by https://github.com/tauri-apps/tao/pull/1022/files |
@FabianLars @amrbashir |
It was the last thing i commented out (or rather replaced with
I already tested the first commit and it didn't help. I'll test the new one from a few hours ago.
Maybe there are multiple errors then 🤔 |
Okay, double checked the first commit |
Taurii 2 can be said to have almost no support for Windows 7 |
Why not? Apart from this 32-bit specific issue here tauri v2 works on my win 7 machine. We even downgraded the MSRV and conflicting dependencies to 1.77.2 a while back (the last version with built-in windows 7 support - yes, they changed it from 1.75 to that, i had it wrong for a while too).
Changing that to 1.77.2 all current deps should work though you may have to use cargo
Yes, Tauri 1 should also still support windows 7. That all said, don't expect Tauri to support windows 7 for that much longer. I expect us to drop it by v3 because it gets harder to support day by day. |
will be fixed in next verison? |
should be, yes |
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
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: