http://bugs.winehq.org/show_bug.cgi?id=3922
------- Additional Comments From vitaliy(a)kievinfo.com 2005-23-11 23:00 -------
Are you talking about Earth glob overlapping the controls?
--
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=1772
------- Additional Comments From hutyerah(a)necrobation.org 2005-23-11 22:52 -------
Ok, I've also found this fixme with GTA2, which is freely downloadable from
www.rockstargames.com/classics . I'm using Wine 0.9.2. Relevant error message I
got (among a bunch of others about directplay and one about ALSA/dmix) is
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40389368)->((nil),00000008)
http://hutyerah.necrobation.org/gta2log.txt.bz2 has the output with
+ddraw,+relay,+seh,+tid. If you need anything more, just ask :D
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3891
alaeddinaydiner(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1384 is|0 |1
obsolete| |
------- Additional Comments From alaeddinaydiner(a)yahoo.com 2005-23-11 21:52 -------
Created an attachment (id=1402)
--> (http://bugs.winehq.org/attachment.cgi?id=1402&action=view)
LC_ALL=en_US WINEDEBUG=+relay,+comm wine BelkinNavSys.exe &> ~/verbose.log
This bzipped log is half a megabyte, which, I hope, is still reasonable for
Bugzilla.
Here is what I did to avoid an extremely long log.
LC_ALL=en_US WINEDEBUG=+relay,+comm wine BelkinNavSys.exe &> ~/verbose.log &
sleep 100;
echo "Killing it!"
pkill -9 wine;
Within 100 seconds, I did see the main application window and some Bluetooth
communication. With this much logging, half of the time is spent to start the
application. :-)
--
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=3922
Summary: Google Earth Almost working! But the controls keep
hiding.
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)richardneill.org
I'm delighted to see that Google Earth is almost usable in 0.9.2. Much kudos!
There is a remaining bug: the controls (menus, and sidebars) are invisible. They
appear in the right place if you know where to click. So I think that it is
0.995% of the way to working - and with one more squished bug, it's another
application you could maybe add to the Gold status.
It appears to be caused by stubs in ImmReleaseContext and ImmGetContext
--
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=3921
Summary: MS Office 97 (winword,powerpoint) crash with unhandled
page fault
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)richardneill.org
In both 0.9.1 and 0.9.2, all the MS Office 97 applications crash. They start up
perfectly fine, and just at the moment when one is about to heave a sigh of
relief (about 6 seconds after starting the program), the application vanishes!
Wine gives the following error. I can attach a log if you like.
wine .wine/fake_windows/Program\ Files/Microsoft\ Office/Office/powerpnt.exe
fixme:heap:RtlCompactHeap stub [repeats 4 times]
fixme:wave:wodOpen unimplemented format: WAVE_FORMAT_ADPCM
wine:Unhandled page fault on read access to 0x01cc0000 at adddress 0xb7df2333
(thread 000a), starting debugger...
fixme:heap:RtlCompactHeap stub
WineDbg starting on pid 0x8
Unhandled exception on read access to 0x01cc0000 in 32-bit code (0xb7df2333).
In 32 bit mode.
Register dump
...
I installed this using the latest winetools, and installed SP2 of Office 97,
although this problem was still true with SP1 in wine 0.9.1. Incidentally,
Photoshop7 still works great. Also, you have very nearly got GoogleEarth to work!
--
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=3701
------- Additional Comments From cihan(a)uq.edu.au 2005-23-11 19:46 -------
Ok, I found a workaround for Office 2003.
I started the installer with WINEDEBUG=+file and found the following:
warn:file:CreateFileW Unable to create file
L"Z:\\mnt\\O2K3CD\\FILES\\PFILES\\MSOFFICE\\OFFICE11\\1033\\011\\SKU011.XML"
(status c0000034)
The file SKU011.XML exists on the toplevel directory (ie. mnt/O2K3CD)
but the whole folder .../011 does not exist. So I created the folder and
copied the file over.
However, one more step was necessary to get rid of the error. I have to
use native MSXML3 because of this:
err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{f6d90f11-9c73-11d3-b32e-00c04f990bb4}, hres is 0x80040111
Anyway, this is just a workaround. Philip, I would appreciate if you could
try the same procedure with your Office problem and see if you have the same
problem with a file not being found. If so, there must be something wrong in
the way MSI looks for files (or similar)...
Cheers
--
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=3730
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-x11driver
------- Additional Comments From fenix(a)club-internet.fr 2005-23-11 19:12 -------
It's not the problem (imm don't have anything to do with graphic)
Anyway you can do "xrandr -s 0" to back to your normal resolution.
--
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=3323
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fenix(a)club-internet.fr
--
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.