http://bugs.winehq.org/show_bug.cgi?id=23757
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Free Pascal 2.4.0 segfaults |Free Pascal 2.4.0 segfaults |on Wine 1.2 |
--- Comment #8 from Jeff Zaroyko jeffz@jeffz.name 2010-07-22 20:45:57 --- Please don't include the version in the title of the bug, the version field is for that.
(In reply to comment #7)
(In reply to comment #6)
I don't think this will work with bare streams, you will need to use:
wine wineconsole C:\FPC\2.4.0\bin\i386-win32\fp.exe
To the contrary, the installer creates a desktop icon named "Free Pascal IDE" that attempts to execute "wine C:\FPC\2.4.0\bin\i386-win32\fp.exe", so it's a GUI application and not a console application. Is this what you meant?
Regardless, it shouldn't segfault.
No, I tested this on windows exactly by starting c:\fpc\2.4.0\bin\i386-win32\fp.exe from a cmd window and it used the current console window to draw the IDE. Please test as suggested.