[ros-bugs] [Bug 867] create process/command line problem makes firefox 1.0.1 (7zip) installer fail

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Oct 7 17:16:57 CEST 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=867





------- Additional Comments From hardon at online.no  2005-10-07 17:16 CET -------
Im having second thoughts about if CreateProcess is the cause of the 7zip self
extractor problem (firefox). What im seeing is that the 7zip installer is
passing "setup.ex" (missing e) to CreateProcess. I have traced the 7zip internal
unicode string and it says "setup.exe" but when converting the string to ansi
(7zip installer use CreateProcessA) the 7zip installer incorrectly pass 8 chars
as the number of chars to be converted to WideToMultiByte. I tried to build the
7Zip selfextractor myself (with msvc7, static crt linking), adding debug prints,
but it crashes on ros with nullpointer exception:-| Argh!!! 

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list