http://bugs.winehq.org/show_bug.cgi?id=21439
Summary: Borland C++ 5.02 crash Product: Wine Version: 1.1.36 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: info@recover.eu
Hi,
The problem is the next:
When you start Borland C++5.02 it seems to work but when you edit
a file, it crashs! (divide by zero in 32-bit code at 0x0042982b)
Where can i look to help you to correct this?
thanks
I can put the BC5.tar.gz (who is the BorlandC++ 5.02 already installed) or if you prefer BC502.tar.gz (who is the installer (*.pak + setup.exe)
thanks for a quickly respons
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #1 from www.recover.eu info@recover.eu 2010-01-21 03:24:28 --- for more explanation,
it compiles, it edit a ide file !!!
but it seems that is the link of the *.cpp file that don't work
for example, if BorlandC++ 5.02 is not running via winefile if i want to edit myprog.cpp (usually, it should start borlandc and whithin it windows open a text windows with the code inside) but no, it crashs too...
then i think it should look in the side of the association file and the borlandc program ... but where???
thanks for your respons
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2010-01-21 03:30:10 --- attach terminal output as a text file.
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #3 from www.recover.eu info@recover.eu 2010-01-21 05:14:17 --- Created an attachment (id=25818) --> (http://bugs.winehq.org/attachment.cgi?id=25818) output terminal
as asked, thanks
http://bugs.winehq.org/show_bug.cgi?id=21439
www.recover.eu info@recover.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25818|0 |1 is obsolete| |
--- Comment #4 from www.recover.eu info@recover.eu 2010-01-21 05:15:59 --- Created an attachment (id=25819) --> (http://bugs.winehq.org/attachment.cgi?id=25819) output terminal
as asked in plain text, thanks
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-01-21 05:33:18 --- Install debug symbols or compile Wine from source and attach new backtrace with debug symbols. Also a +relay,+seh,+tid,+win trace would be helpful.
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #6 from www.recover.eu info@recover.eu 2010-01-21 09:03:32 --- (In reply to comment #5)
Install debug symbols or compile Wine from source and attach new backtrace with debug symbols. Also a +relay,+seh,+tid,+win trace would be helpful.
(In reply to comment #5)
Install debug symbols or compile Wine from source and attach new backtrace with debug symbols. Also a +relay,+seh,+tid,+win trace would be helpful.
sorry, i forgot a little...
is it ? wine +relay,+seh,+tid,+win c:\bc5\bin\bcw.exe ? i think not
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #7 from www.recover.eu info@recover.eu 2010-01-21 09:27:30 --- Created an attachment (id=25821) --> (http://bugs.winehq.org/attachment.cgi?id=25821) here is the output with +relay+seh+tid+win
thank
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #8 from www.recover.eu info@recover.eu 2010-01-21 09:31:07 --- (In reply to comment #6)
(In reply to comment #5)
Install debug symbols or compile Wine from source and attach new backtrace with debug symbols. Also a +relay,+seh,+tid,+win trace would be helpful.
(In reply to comment #5)
Install debug symbols or compile Wine from source and attach new backtrace with debug symbols. Also a +relay,+seh,+tid,+win trace would be helpful.
sorry, i forgot a little...
is it ? wine +relay,+seh,+tid,+win c:\bc5\bin\bcw.exe ? i think not
=> WINEDEBUG=+relay,+seh,+tid,+win wine c:\bc5\bin\bcw.exe c:\pgm.cpp
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #9 from www.recover.eu info@recover.eu 2010-01-22 03:00:03 --- (From update of attachment 25821) Is it OK?
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #10 from www.recover.eu info@recover.eu 2010-01-22 04:15:51 --- (From update of attachment 25821) Is it OK?
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #11 from www.recover.eu info@recover.eu 2010-02-09 09:37:51 --- I tested 1.1.16,1.1.28,1.1.30,1.1.32,1.1.33,1.1.36 version and all made the same crash. (and even from scratch reinstall Opensuse and wine after format) When you editing .cpp it crash When you editing .rc several second next it crash too
But it compil and link
It is very disuasive to work ... ;-) And I remember (on my dreams perhaps) that it worked but i don't known wich version perhaps with opensuse 11.1. I am now under opensuse 11.2, is it possible that impact?
someone can help me?
http://bugs.winehq.org/show_bug.cgi?id=21439
--- Comment #12 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-09 21:54:37 --- Compile Wine from source - don't use binaries. They had issues on SuSE (disabled frame pointer).
http://bugs.winehq.org/show_bug.cgi?id=21439
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com
--- Comment #13 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2010-02-16 11:33:24 --- Not long before doing the division by 0, the application receives a 0x0 rectangle from GetWindowRect. You could try to hack GetWindowRect (in dlls/user32) to always return a non-empty rect. If this helps, this would be a clue that this is the problem (of course, even if it helps, don't expect such a patch to be admitted to Wine - it is incorrect and will surely break other programs).
You could also try to generate a WINEDEBUG=+message log to see what messages caused this code path to execute.
http://bugs.winehq.org/show_bug.cgi?id=21439
www.recover.eu info@recover.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #14 from www.recover.eu info@recover.eu 2011-07-26 04:52:06 CDT --- cfr AppDB RAD C++ version 5.02
http://bugs.winehq.org/show_bug.cgi?id=21439
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Austin English austinenglish@gmail.com 2011-08-02 11:02:22 CDT --- Closing.