http://bugs.winehq.org/show_bug.cgi?id=10434
Summary: MaCom2 runs into unhandled exception with wine 0.9.47- 0.9.49 Product: Wine Version: 0.9.49. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: ulf.mehlig@gmx.net
Created an attachment (id=9130) --> (http://bugs.winehq.org/attachment.cgi?id=9130) log file, bzip2 compressed
+++ This bug was initially created as a clone of Bug #5174 +++
MaCom2.dll is a library providing functions for building ecological forest models developed by H. Hildenbrandt and U. Berger at the Centre for Tropical Marine Ecology in Bremen, Germany. MaCom2 is not open source at the moment but is freely available on request from the authors.
Library functions are called from a user-supplied script (using, e.g., Python) via DCOM.
Here is what I do to install it:
- install python2.5 + pywin32 - register the dll (gdiplus.dll has to be available when doing this)
regsvr32 MaCom2.dll
- call the script, e.g.
ulf@ulf-pc:~/src/MaCom2/python$ ./SimpleForest_3species.py
This results in the following:
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. fixme:ole:PointerFree unhandled data type=12 Traceback (most recent call last): File "./SimpleForest_3species.py", line 10, in <module> m.DefaultColor(1, m.MakeColor(255, 0, 0, 0)) File "<COMObject MaCom2.Mangroven>", line 3, in MakeColor NameError: global name 'pVal' is not defined wine: Unhandled exception 0xc000000d at address 0x1e1c0073:0x1001dbce (thread 0009), starting debugger... ulf@ulf-pc:~/src/MaCom2/python$ Process of pid=0008 has terminated No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded No process loaded, cannot execute 'echo Threads:' process tid prio (all id:s are in hex) 00000011 00000013 0 00000012 0 0000000a 00000010 0 0000000f 0 0000000d 0 0000000c 0 0000000b 0 No process loaded, cannot execute 'detach' fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
The full log from a call with WINEDEBUG=all is attached. The problem appeared with wine version 0.9.47 (logs are from 0.9.49).
Any hints how to fix this problems are appreciated -- please let me know if more testing or logs with other winedebug options would be helpful.
Thanks, Ulf
http://bugs.winehq.org/show_bug.cgi?id=10434
--- Comment #1 from Ulf Mehlig ulf.mehlig@gmx.net 2007-11-12 12:00:59 --- Created an attachment (id=9131) --> (http://bugs.winehq.org/attachment.cgi?id=9131) used python script
http://bugs.winehq.org/show_bug.cgi?id=10434
--- Comment #2 from Austin English austinenglish@gmail.com 2008-06-16 16:23:42 --- Is this still an issue in current (1.0-rc5 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=10434
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #3 from Austin English austinenglish@gmail.com 2008-12-15 14:03:43 --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=10434
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-12-15 14:04:46 --- Closing.