[Bug 5933] New: Borland SilkTest 8.0 trial crashes

Wine Bugs wine-bugs at winehq.org
Sat Aug 12 23:19:18 CDT 2006


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

           Summary: Borland SilkTest 8.0 trial crashes
           Product: Wine
           Version: CVS
          Platform: Other
               URL: http://www.borland.com/downloads/download_silk.html
        OS/Version: other
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: wine-misc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Before you run the installer (SilkTest8001.exe),
you have to install the visual C 6 runtimes.
The installer tries to register things that require
the vb6 runtime and WINHTTP.DLL, but seems to complete
successfully even if you don't have those installed.

To run the app itself, do
$ cd ~/.wine/drive_c/Program Files/Segue/SilkTest
$ wine Partner.exe

This gets upset during startup:

fixme:winsock:convert_sockopt Unknown IPPROTO_TCP optname 0x8
err:winsock:WS_setsockopt Invalid level (6) or optname (8)
Exception! - System exception `COMM_FAILURE'
Reason: error number WSAENOPROTOOPT
Completed: no
Minor code: 6 (setsockopt() failed)
SgOrb::init failed
ORB pointer is not set, forgot to call init?

The UI comes up more or less ok.
(The main screen's toolbar is not drawn; wine complains
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
But that's not the subject of this bug report.)

The UI crashes on many operations.  For this bug report, let's focus on
File / New Project / Autogenerate 
and load one of the example projects in Examples, e.g.
caseinsv.pln.  You'll get a lovely 62 deep stack traceback
which seems to repeat itself (maybe we're doing some message handling
immediately when we should be queueing it, or something).
I'll attach a log.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list