[Bug 28029] Gunz launcher runs explorer instead of the game's launcher

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 29 15:54:28 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=28029

--- Comment #6 from Nikolay Sivov <bunglehead at gmail.com> 2012-01-29 15:54:28 CST ---
So it does:

---
002f:Call KERNEL32.WinExec(0043d78c "explorer.exe
\"http://gunz.ijji.com/?from=desktop\"",00000005) ret=00406832
---

after that parse_command_line() misinterprets argument string - it skips first
two slashes looking for known command switch, doesn't find it and what is left
is a part after '?':

---
0031:Call shell32.ShellExecuteW(00000000,00000000,0033f740
L"?from=desktop\"",00000000,00000000,0000000a) ret=7ecacb10
---

that's a helper that should be fixed.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list