https://bugs.winehq.org/show_bug.cgi?id=51361
--- Comment #14 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Chris Head from comment #13)
Can you git bisect libxml2?
Maybe. I’m using a system install of Wine and libxml2. To use a custom build of libxml2, can I just point LD_LIBRARY_PATH at it when launching Wine, or (since Wine is a rather complicated beast) will that not do the job?
export LD_PRELOAD=/path/to/your/new/libxml.so.x.y.z
could also work, though it's not the prettiest.
Or provide a download link to this launcher?
This I can do: https://www.simsig.co.uk/File/DownloadSimSig
Thank you. It seems to install and run fine here. FreeBSD 13, latest Wine git, libxml2 2.9.12. The only problem I see is that when I click on "Train list" during the simulation, I get a "Can't find <body> element" messagebox, but it still continues running after that. Am I testing it wrong?