http://bugs.winehq.org/show_bug.cgi?id=27912
Summary: MUSHclient: ShellExecute truncates long URLs Product: Wine Version: 1.3.25 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: fiendishx@gmail.com
MUSHclient's "OpenBrowser(string)" function is an interface to shellexecute via the attached C++ function (openbrowsersnippet.cc).
Calling this function with a string longer than 259 characters using Wine 1.3.25 on Ubuntu 11.04 causes Firefox to launch with an invalid URL truncated to only the first 259 characters. Doing the same in Windows 7 functions correctly.