http://bugs.winehq.org/show_bug.cgi?id=5167
Summary: Flash 8 and Fireworks 8 won't load
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikshepard(a)yahoo.com
I am running Debian Sid, with Enlightenment 17 (E17) window manager, and wine
0.9.12, and I don't have windows installed on the computer.
I put Flash 8 and Fireworks 8 on my computer per the how-to in the app database
( http://appdb.winehq.org/appview.php?versionId=3673 ) upon running I get errors
and then it terminates at the splash screen. I've tried switching wine to
emulate Win98 and others with the same results. I attached 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.
http://bugs.winehq.org/show_bug.cgi?id=5145
------- Additional Comments From qingdao33122(a)yahoo.com 2006-01-05 03:38 -------
I looked at your log with native msvcrt, there appears to be a problem with msxml.
If you compiled wine from source, did you have libxml2 installed before
compiling?
You can also try installing msxml3 from Microsoft.
If you can get it sucessfully installed, try
WINEDLLOVERRIDES=msvcrt,msxml3=n wine etherlords2.exe see if it makes any
difference
--
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=5165
------- Additional Comments From dan.horak(a)email.cz 2006-01-05 02:42 -------
This is from running in OpenGL mode, in DirectX mode there is no crash, but the
problem with displaying the texts is the same.
--
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=5165
Summary: crash when starting "Driver" in TRS2006
Product: Wine
Version: CVS
Platform: PC
URL: http://www.auran.com/TRS2006
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan.horak(a)email.cz
I am getting a crash when starting the "Driver" (where the real game starts) in
TRSS2006 Demo. There is also a problem with displaying the texts (they are not
shown or only some characters are shown). Is there a way to capture the
fullscreen screen to a file?
fixme:wgl:wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute
fixme:wgl:wglGetPixelFormatAttribivARB unsupported 2009 WGL Attribute
fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:wglQueryPbufferARB unsupported WGL_PBUFFER_LOST_ARB (need
glXSelectEvent/GLX_DAMAGED work)
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 145 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 1216394
Current serial number in output stream: 1216395
--
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=4648
------- Additional Comments From ead1234(a)hotmail.com 2006-30-04 22:11 -------
Just noticed this bug on a windows machine. This could be due to the lack of
proper .png file type support in internet explorer, since most of the
screenshots are in .png format. To correct this bug convert from .png when
uploading to a standard format such as .gif or .jpg. You could convert it during
upload with .php or perl and GD.
--
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=3178
------- Additional Comments From dank(a)kegel.com 2006-30-04 21:49 -------
I just installed mdac 2.7 with plain wine, no MS dlls.
The wine came from Mike McCormack's public tree, and
one tiny extra kludge patch was required:
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -203,7 +203,7 @@ NTSTATUS WINAPI NtQueryInformationToken(
switch (tokeninfoclass)
{
case TokenGroups:
- len = sizeof(TOKEN_GROUPS);
+ len = sizeof(TOKEN_GROUPS) + 400; /* WAG */
When wine-0.9.13 is released (mid-may?), please see if that
fixes your problem -- and please don't use sidenet, plain wine should
be able to install ie6 and mdac by then.
--
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=5161
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-04 19:58 -------
Hoho looks like Xorg still hasn't fixed this problem. Try looking at +bitmap trace.
Oh and btw please don't create bugs in "new" state. Unless of course you tested
it on few other distros and systems.
--
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.