http://bugs.winehq.org/show_bug.cgi?id=4745
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:40 -------
Closing Duplicate.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4731
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:39 -------
Closing Duplicate.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4448
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-02-05 13:30 -------
Closing Duplicate.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5175
Summary: css locks up at loading
Product: Wine
Version: 0.9.12.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: apreiml(a)gmx.net
I tried to start css with steam. Steam said that my graphic card driver is too
low. I ignored this.
CSS locked up during loading with attached error massage (steam keept running
only css locked up).
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3590
------- Additional Comments From wilson(a)afn.org 2006-02-05 08:12 -------
If you're dead in the water, waiting for this bug to be fixed, I discovered that
the ActiveState Python build of 2.4.3 *does* seem to install on Wine:
http://www.activestate.com/Products/ActivePython/
There is less flexibility (e.g. with the install directory), and I recall Wine
spewing its normal set of complaints to the console, but a cursory test seems to
show Python installed and working.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5173
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ritlabs.com/en/pr
| |oducts/thebat/download.php
Keywords| |download
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5174
------- Additional Comments From ulf.mehlig(a)gmx.net 2006-02-05 03:33 -------
Grrr, I somehow submitted by pressing the wrong button before finishing :-(
To complete the report: When installing dcom98 from Microsoft, the script
executes normally (it opens a window and shows an OpenGL simulation of growing
trees):
WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine
/home/ulf/.wine/drive_c/Program\ Files/Python24/pythonw.exe SimpleForest_3species.py
I hope this helps you to understand what's happening ... If you are interested
and have further questions, please contact me; I can also try to establish a
contact to the authors of MaCom2.dll if this would be helpful.
Thanks! Ulf
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5174
Summary: macom2.dll does not work with wine dcom
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www-user.zmt.uni-
bremen.de/~ulf/macom2_winebug.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ulf.mehlig(a)gmx.net
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)
and DCOM. At the moment, running under wine is possible only with Microsoft's
dcom98.
Here is what I do to install it:
- install python2.4.3 (needs Microsoft's msiexec) + pywin32
- register the dll (gdiplus.dll has to be available when doing this)
regsvr32 MaCom2.dll
- call the script, e.g.
wine /home/ulf/.wine/drive_c/Program\ Files/Python24/pythonw.exe
SimpleForest_3species.py
The program does not start correctly:
[...]
warn:ole:ITypeComp_fnBind did not find member with name L"Init", flags 0x2!
warn:ole:ITypeComp_fnBind did not find member with name L"Init", flags 0x4!
warn:ole:ITypeComp_fnBind did not find member with name L"Init", flags 0x8!
err:ole:ITypeInfo_fnInvoke did not find member id 1, flags 0x2!
Traceback (most recent call last):
File "SimpleForest_3species.py", line 8, in ?
m.Init(w=110, h=110, scale=3)
TypeError: Init() got an unexpected keyword argument 'w'
fixme:ole:ITypeInfo_fnRelease destroy child objects
The full log from a call with WINEDEBUG=warn+all is found together with
MaCom2.dll and an example script at the URL given above.
When installing dcom98 as described in
http://wiki.winehq.org/NativeDcom?highlight=%28dcom%29
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3590
------- Additional Comments From ulf.mehlig(a)gmx.net 2006-02-05 02:36 -------
It still doesn't install python 2.4.3 and wine 0.9.12 (.wine removed before
calling wine).
Do you need further WINEDEBUG output?
All the best, Ulf
--
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.