http://bugs.winehq.org/show_bug.cgi?id=4423
------- Additional Comments From dank(a)kegel.com 2006-28-01 11:34 -------
Mike's patch lets me get past the MSI problem and see the
original GdiAlphaBlend crash reported on wine-users.
I've filed bug 4430 for that.
--
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=4430
Summary: Maya PLE install crashes in GdiAlphaBlend (possible
SendMessage / UpdateWindow snafu?)
Product: Wine
Version: 0.9.6.
Platform: Other
URL: http://downloads.alias.com/products/eval/myp_maya701ple_
en_win.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is a continuation of bug 4423, now that Mike's patch
fixes the msi problem.
The official registration/download URL for Maya PLE is
http://www.alias.com/glb/eng/products-services/maya/maya_ple/get_maya_ple.j…
Maya's installer crashes after putting up an initial dialog.
The log is interesting - the call stack is kind of deep.
Maybe some message is being handled synchronously when
it should be deferred. I'll attach the 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.
http://bugs.winehq.org/show_bug.cgi?id=4429
willie(a)froq.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.scene.org/file.ph
| |p?file=/parties/2005/assembl
| |y05/demo/iconoclast_by_andro
| |meda_software_development.zi
| |p&fileinfo
Keywords| |NoAppDBEntry, regression
------- Additional Comments From willie(a)froq.net 2006-28-01 11:00 -------
Added a link to download ASD Iconoclast, one of the applications I used to
test...
--
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=4429
Summary: REGRESSION: OpenGL applications crash (X Error)
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: willie(a)froq.net
Just tried several OpenGL applications with todays Wine CVS, windowed as well
as full screen. They all used to work pretty much perfectly a few weeks ago,
but now they die immediately with a X error. Direct3D applications work just
fine, though...
Error message:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 194
Current serial number in output stream: 195
I use an AMD Opteron system, Nvidia Quadro FX 3000G (think Geforce FX 5950),
Nvidia drivers 1.0.8178.
--
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=4427
------- Additional Comments From dabljuh(a)dabserver.dyndns.org 2006-28-01 10:18 -------
Yes I know its running 100% for everybody else or so. Guess what, it doesn't run
for me.
starting CSS with -dxlevel 90/81/80 crashes it (with the exact same backtrace
dump as in my 2nd command)
Setting shadow detail to high or shader detail to high, or even setting
model/texture detail to high also crashes sometimes. Then, I often get the
mentioned DX8 related error messagebox.
OSS is running as Emulation (with "Emulate driver" being OFF)
--
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=4428
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-01 09:43 -------
Well, looks like it's just te other way around!:
[root@localhost /]# rm -rf ~/.wine
[root@localhost /]# wine /StyleMaster403demo.exe
wine: creating configuration directory '/root/.wine'...
wine: '/root/.wine' created successfully.
----> It crashes after a while
[root@localhost /]# rm -rf ~/.wine
[root@localhost /]# wine
wine: creating configuration directory '/root/.wine'...
wine: '/root/.wine' created successfully.
Wine 0.9.6
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
[root@localhost /]# touch ~/.wine/drive_c/windows/system32/oleaut32.dll
[root@localhost /]# wine /StyleMaster403demo.exe
-----> Installation runs just fine
So it's missing oleaut32.dll in ~/.wine/drive_c/windows/system32. Any idea how
to fix this?
--
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=4427
------- Additional Comments From vitaliy(a)kievinfo.com 2006-28-01 09:38 -------
Please DO NOT paste crash dumps here, create attachements instead.
I have no such problem with Wine (I can start CS:S with -dxlevel 90 and it start
without any problems).
What are you doing that crasing css? Are you just starting it with -dxlevel x?
Or are you trying to change setting while in the game?
What sound sttings do you have? From my own tests anything but OSS with WH
acceleration set to "Emulation" will run too slow/crash.
--
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=4428
------- Additional Comments From hans(a)it.vu.nl 2006-28-01 09:02 -------
> 000b:err:msi:cabinet_notify failed to create
> L"c:\\windows\\system32\\oleaut32.dll" (error 80)
Error 80 means ERROR_FILE_EXISTS. What happens if you remove
oleaut32.dll from that directory and run the installer again?
--
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.