http://bugs.winehq.org/show_bug.cgi?id=7579
------- Additional Comments From juan_lang(a)yahoo.com 2007-28-02 11:00 -------
Can you perform a regression test to find which patch caused it to fail?
--
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=5284
------- Additional Comments From juan_lang(a)yahoo.com 2007-28-02 10:32 -------
Is this still a problem with a more recent version of wine?
--
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=7530
------- Additional Comments From daniel.kauker(a)web.de 2007-28-02 10:15 -------
I tried older versions, too.
0.9.30 and 0.9.29 do not compile, the same error occurs.
0.9.28 compiles fine.
--
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=6538
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From dank(a)kegel.com 2007-28-02 09:55 -------
The trial can be downloaded from http://www.adobe.com/go/tryafter_effects_win
I'm assuming that also has the problem...?
--
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=6538
------- Additional Comments From huw(a)codeweavers.com 2007-28-02 09:51 -------
IXMLDOMDocument2 is now implemented (as of 2007-02-26), please retest.
--
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=7579
Summary: graphics output of MaCom2.dll does not work
Product: Wine
Version: 0.9.31.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
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)
via DCOM.The library provides functions for generating 3D/OpenGL representations
of the modeled forest while the script is running.
Here is what I do to install MaCom2:
- install python2.5 and pywin32 (www.python.org)
- register the dll (gdiplus.dll has to be available when doing this)
regsvr32 MaCom2.dll
- call the script, e.g.
wine test_OpenGL.py
A window opens, however, the contents is not displayed. This used to work some
wine versions ago. The content of the script is appended below.
Another funny thing is that the program does not stop when the window is closed
(it does on MS Windows). Possibly this is a separate bug.
I'll attach a log file with WINDEDEBUG=+all. I am grateful for any hint how to
produce more helpful error logs.
Thanks for your help! Ulf
#!/usr/local/bin/wine /home/ulf/.wine/drive_c/Program Files/Python25/pythonw.exe
# -*- coding: utf-8 -*-
import win32com.client
import random
m = win32com.client.Dispatch('MaCom2.Mangroven')
m.Init(110, 110, 3)
m.Show(4, -10, -10, 110, 110)
for i in range(0, 10):
x = random.uniform(0, 100)
y = random.uniform(0, 100)
m.Trees().Add (x, y, 1)
for ts in range(0, 3):
m.Title = 'Time step ' + str(ts)
for tree in m.Trees():
tree.age = ts
tree.Grow(1.0)
m.Update()
m.WaitForClose()
--
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=6861
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4275 is|0 |1
obsolete| |
------- Additional Comments From ben(a)atomnet.co.uk 2007-28-02 08:30 -------
Created an attachment (id=5140)
--> (http://bugs.winehq.org/attachment.cgi?id=5140&action=view)
Entire terminal output as of 0.9.31
Still present, updating with a log from current Wine.
--
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=7578
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|won't open AVI file |Registax V4 won't open AVI
| |file
--
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=7567
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-28-02 08:20 -------
Patch committed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.