https://bugs.winehq.org/show_bug.cgi?id=53725
Bug ID: 53725 Summary: Missing location Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winehq@jonass.user.lysator.liu.se Distribution: ---
Created attachment 73155 --> https://bugs.winehq.org/attachment.cgi?id=73155 Results when run on Windows and in Wine
The Go function time.LoadLocation seems to fail on Wine.
The demo application finds the locations when run on Windows 10 but fails on Xubuntu.
Tested with Wine 7.0 on Xubuntu 22.04.1 LTS and Wine 7.18 (from git today) on Xubuntu 18.04.6
Source: https://github.com/jonasgit/golanglocation/tree/master
https://bugs.winehq.org/show_bug.cgi?id=53725
Jonas winehq@jonass.user.lysator.liu.se changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/jonasgit | |/golanglocation/releases/do | |wnload/1.0.0/demo.exe
https://bugs.winehq.org/show_bug.cgi?id=53725
Jonas winehq@jonass.user.lysator.liu.se changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=53725
--- Comment #1 from Jonas winehq@jonass.user.lysator.liu.se --- Compiler used:
go version
go version go1.17.6 windows/386
https://bugs.winehq.org/show_bug.cgi?id=53725
--- Comment #2 from Jonas winehq@jonass.user.lysator.liu.se --- Also failes on Debian 11.4.0 i386 with Wine 5.0.3 (Debian 5.0.3-3).
https://bugs.winehq.org/show_bug.cgi?id=53725
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Missing location |Go "time.loadLocation()" | |function returns "Path not | |found" error CC| |z.figura12@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=53725
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- I get identical results when running this on a Windows machine. A +relay log shows that it's trying to access "C:\Program Files\Go/lib/time/zoneinfo.zip", and nothing else. Does this actually work on a system without the Go runtime installed?
https://bugs.winehq.org/show_bug.cgi?id=53725
--- Comment #4 from Jonas winehq@jonass.user.lysator.liu.se --- Ooops, you are right. This does not work on Windows without Go either. This can probably be closed as not a bug (in Wine).
https://bugs.winehq.org/show_bug.cgi?id=53725
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #5 from Zeb Figura z.figura12@gmail.com --- Thanks, resolving INVALID (broken on Windows as well).
https://bugs.winehq.org/show_bug.cgi?id=53725
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com --- Closing.