https://bugs.winehq.org/show_bug.cgi?id=43091
Bug ID: 43091 Summary: Can no longer run "The Sims 3" with networking turned off Product: Wine Version: 2.9 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sluggo@unknown.nu CC: jacek@codeweavers.com Regression SHA1: 28f865b134279c1bcbe9fbd1f5eaaf0a4129a765 Distribution: ---
I start the Sims 3 with networking turned off with "unshare". I use this command:
"sudo unshare -n sudo -u kjs bash -c "WINEPREFIX=/home/kjs/.wine-sims3 wine /home/kjs/.wine-sims3/drive_c/Program\ Files/Electronic\ Arts/The\ Sims\ 3/Game/Bin/Sims3Launcher.exe""
This worked fine until 2.9; now it crashes on startup. If I did the regression tests correctly, it seems to have broken on 28f865b134279c1bcbe9fbd1f5eaaf0a4129a765.
Let me know if you need any further information.
https://bugs.winehq.org/show_bug.cgi?id=43091
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- Please attach tid,rpc,winsock,seh logs.
https://bugs.winehq.org/show_bug.cgi?id=43091
--- Comment #2 from Kim Scarborough sluggo@unknown.nu --- Created attachment 58277 --> https://bugs.winehq.org/attachment.cgi?id=58277 Requested debug log
https://bugs.winehq.org/show_bug.cgi?id=43091
--- Comment #3 from Jacek Caban jacek@codeweavers.com --- It seems that the commit just revealed an unrelated problem. Existing connections are closed now when requested, while previously they were be kept alive. The question is why the server is stopped. There is also a crash (before stopping the server, so it might be related), where GetFirmwareEnvironmentVariableW is called with weird arguments.
Please attach tid,rpc,winsock,seh,relay,pid,process,thread,environ logs for further debugging.
https://bugs.winehq.org/show_bug.cgi?id=43091
--- Comment #4 from Kim Scarborough sluggo@unknown.nu --- Created attachment 58301 --> https://bugs.winehq.org/attachment.cgi?id=58301 Second requested debug log
https://bugs.winehq.org/show_bug.cgi?id=43091
--- Comment #5 from Jacek Caban jacek@codeweavers.com --- Thanks for logs. The application does calls GetProcAddress with kernel32 handle and oridinal numbers before the crash, followed by weird calls like GetFirmwareEnvironmentVariableW with arguments that don't make sense. I guess it expects other functions to be returned. Quick check on Windows suggests that oridinals it uses don't make much sense. It needs more debugging.
As another note, regression SHA doesn't make much sense. Maybe it's 29f0b2824068496eca4a0e19ce3e464d965cf010? Both should revert clearly, so it should be easy to test with git revert.
https://bugs.winehq.org/show_bug.cgi?id=43091
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=43091
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
https://bugs.winehq.org/show_bug.cgi?id=43091
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=43091
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- Is still a bug in current wine(3.20)?
https://bugs.winehq.org/show_bug.cgi?id=43091
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #7 from Jacek Caban jacek@codeweavers.com --- Marking as abandoned, feel free to reopen if you can still reproduce it with current git.
https://bugs.winehq.org/show_bug.cgi?id=43091
--- Comment #8 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=43091
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Austin English austinenglish@gmail.com --- Closing.