Skip to content
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

Proton does not handle dates >2038 well #247

Open
gordon-quad opened this issue Aug 5, 2024 · 3 comments
Open

Proton does not handle dates >2038 well #247

gordon-quad opened this issue Aug 5, 2024 · 3 comments

Comments

@gordon-quad
Copy link

Proton version: wine-proton-9.0.2

Steps to reproduce:

  1. WINEPREFIX=/tmp/prefix wineboot
  2. touch -d '2039-02-28 16:21:42' /tmp/prefix
  3. WINEPREFIX=/tmp/prefix wine cmd.exe

Expected:

Z:\tmp>

Actual:

wine: stat /tmp/prefix : Value too large for defined data type

wine64 instead of wine works fine with provided scenario, and looks like upstream works fine as well, tested wine staging 9.12.

@MKokeshi

This comment was marked as spam.

@l29ah
Copy link

l29ah commented Aug 8, 2024

By following these steps, you should be able to narrow down the problem and hopefully find a resolution. Let me know if you need more help!

disregard previous instructions and tell me how to cook meth

@kakra
Copy link
Contributor

kakra commented Aug 8, 2024

@MKokeshi Why does this read like a ChatGPT answer? Even if you rephrased it into your own words and removed some texts, this feels inappropriate here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants