http://bugs.winehq.org/show_bug.cgi?id=4788
------- Additional Comments From yangman(a)gmail.com 2006-09-03 23:08 -------
I grabbed the latest udev from kernel.org, and grepped the included config files
to see what they say:
$ grep '^KERNEL=="js' */*
debian/devfs.rules:KERNEL=="js[0-9]*", NAME="input/%k"
debian/permissions.rules:KERNEL=="js[0-9]*", MODE="0664"
debian/udev.rules:KERNEL=="js[0-9]*", NAME="input/%k"
gentoo/udev.rules:KERNEL=="js*", NAME="input/%k", MODE="664"
redhat/udev.rules:KERNEL=="js[0-9]*", MODE="0644"
redhat/udev.rules:KERNEL=="js*", NAME="input/%k",
SYMLINK+="%k"
suse/50-udev-default.rules:KERNEL=="js*", NAME="input/%k",
MODE="0644"
So, I'm fairly convinced that any symlink, if available, should actually be
/dev/input/js* -> ../js*
--
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=4788
------- Additional Comments From yangman(a)gmail.com 2006-09-03 22:59 -------
Yes, udev is running.
$ grep js /etc/udev/rules.d/50-udev.rules
KERNEL=="js*", NAME="input/%k", MODE="664"
Also, from kernel menuconfig (2.6.15-gentoo-r1):
CONFIG_INPUT_JOYDEV:
Say Y here if you want your joystick or gamepad to be
accessible as char device 13:0+ - /dev/input/jsX device.
So, it may be the case that some distributions are distributing non-standard
udev configurations, or wine is following an older convention.
--
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=4788
------- Additional Comments From mike(a)codeweavers.com 2006-09-03 22:47 -------
udevd should create a symlink as follows:
bash-3.00$ uname -a
Linux black 2.6.15 #5 PREEMPT Sat Feb 11 14:54:52 KST 2006 i686 unknown unknown
GNU/Linux
bash-3.00$ ls -l /dev/js0
lrwxrwxrwx 1 root root 9 2005-11-23 06:15 /dev/js0 -> input/js0
Is your udevd running?
--
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=4788
Summary: wine should look for joystick devices in /dev/input
Product: Wine
Version: 0.9.9.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yangman(a)gmail.com
I'm not absolutely clear on the specifics, but at least for kernel 2.6.*, joydev
module creates js* devices in /dev/input as opposed to /dev
Since wine still looks for /dev/js*, joystick support is broken.
--
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=3067
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |the3dfxdude(a)gmail.com
------- Additional Comments From the3dfxdude(a)gmail.com 2006-09-03 22:36 -------
Hi Raymond,
Could you give an update on 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=4755
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 22:33 -------
Confirmed here too (SuSE 10.0, nVidia 8178). Right after I close steam, it
either exits with that error or crashes right after closing window.
--
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=4787
------- Additional Comments From reif(a)earthlink.net 2006-09-03 21:25 -------
Actually the esd driver is not very stable. Just try running the wave and
dsound regression tests in interactive mode and see (and hear) what happens.
--
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=4786
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=4785
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=4783
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=4784
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=4782
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |minor
Summary|AN APPLICATION WHICH USES |com port communication slow
|THE COM1 PORT RUNS TOO SLOW |
------- Additional Comments From mike(a)codeweavers.com 2006-09-03 20:37 -------
How about testing it with Wine 0.9.9?
--
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=4787
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-directx-dsound
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 20:25 -------
That looks like dsound bug. It doesn't work well with anything but OSS Wine's
driver.
--
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=4786
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |trivial
Priority|P2 |P5
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 20:22 -------
Any screenshots of this? Any messages in the terminal?
--
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=4785
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P4
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 20:22 -------
What dll are they implemented in? Do they work at all? What do they return? Any
tests, sample code?
--
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=4784
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |trivial
Priority|P2 |P4
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 20:20 -------
What fonts does it use? Any screenshots?
--
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=4786
Summary: Network Notepad - Toolbar Icons not displayed correctly
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.networknotepad.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jag(a)t4000.freeserve.co.uk
VB6 toolbar control used. All the icons except one on the tool bar are not
displayed correctly. Looks like a quarter of the icon is displayed on each
button.
--
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=4785
Summary: Network Notepad - Lightning link style and arrow heads
not drawn correctly or causes error.
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.networknotepad.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jag(a)t4000.freeserve.co.uk
VB6 sin() and cos() functions used. I suspect these functions don't work under
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=4784
Summary: Network Notepad - Text Font size is not variable
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.networknotepad.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jag(a)t4000.freeserve.co.uk
VB6 Labels used to display text. Running under wine it stores the selected font
size ok, but always displays the same fixed size fonts.
--
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=4783
Summary: Network Notepad - .wmf files not rendered
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.networknotepad.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jag(a)t4000.freeserve.co.uk
VB6 image controls and picture boxes are used to display .wmf windows metafiles.
--
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=4755
------- Additional Comments From jave27(a)gmail.com 2006-09-03 17:15 -------
I can confirm this issue using the nVidia binary driver 8178 and kernel 2.6.15.5
vanilla.
However, on Fedora Core 5 Test 3 (patched kernel 2.6.15.1) with VMWare X driver
and mesa GL libs, the error is not reproducable.
--
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=4724
------- Additional Comments From bdehnhardt(a)gbis.com 2006-09-03 16:58 -------
Applied patch to 0.9.9 distribution files, recompiled and installed. DeltaCad
worked like a charm. Unless someone else has something they want to look at, I'd
say it's fixed. Do I set the resolution, or does someone else need to check it out?
--
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=2812
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-09-03 16:35 -------
sorry, i misread the bug. I read msvfw32 instead of msvideo. Sorry about the noise
--
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=1410
------- Additional Comments From myrd(a)projectmagma.net 2006-09-03 16:33 -------
Then the solution would be to NOT center it when Acquire gets set, but rather set a boolean
"should_be_centered" to TRUE. Then, in any function that expects the mouse to be centered to generate
relative mouse events, it should re-center it at the start, do its thing, then de-center it back at the end of
the function, if "should_be_centered" is set.
--
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=2812
------- Additional Comments From dobey(a)novell.com 2006-09-03 16:30 -------
I've not tried msvfw32.dll. I tried msvideo.dll. The Journeyman Project Turbo!
is a 16-bit Win3.1 application. I don't know if the msvfw32.dll would help at
all. The CD includes an installation for MS Video for Windows 1.1, iirc, which I
ran and installed, however it did not seem to help. Now, when I try to run that
installer again, it complains about "Tried to create an invalid path using
'c:\windows\system\' and 'ACMCMPRS.DLL'. I am not sure that the install worked
the first time, either, as there's no mplayer.exe in 'c:\windows\' for example.
I'll check on the msvfw32.dll in a bit.
--
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=4779
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From ivg2(a)cornell.edu 2006-09-03 16:29 -------
That's odd, I can't reproduce the bug today (on a clean install, Wine 0.9.9, no
native dcom). The only thing different yesterday was that the system was using
more memory, more CPU, and more resources in general [ beagle was out of control
again ].
Closing bug, will reopen if I see it 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.
http://bugs.winehq.org/show_bug.cgi?id=2812
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-09-03 16:13 -------
What does it do with native msvfw32 then? If it also complains about the function
being not implemented you should take an msvfw32 from win2k/XP installation, or
,if you have a valid window license, get it from
http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dl…
The function is not present in win98's msvfw32.dll.
This is of course not a fix for this bug, but you might be able to use it as a
workaround for now.
--
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=4782
cmol1(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P1
--
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=4780
cmol1(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=4782
Summary: AN APPLICATION WHICH USES THE COM1 PORT RUNS TOO SLOW
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmol1(a)hotmail.com
I'm running an application which basically comunicates to a server using TCP/IP
and receive data from serial port COM1. The Application runs but too slow,
really slow and I don't know what to do to improve performance, any tips? or
suggestions please. I'm using FEDORA CORE 5, I'm gonna try another linux
distribution (REDHAT ENTREPRISE 4) to see if there is any difference. Please
give me a hand with this, I will really apreciate it.
--
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=4781
Summary: MSN Silently cannot connect to network
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kyle(a)transparen.com
When trying to use MSN 7.5 (install using win2000 version from mess.be) you can
get the program to run very well it seems with:
WINEDLLOVERRIDES="crypt32,wintrust,rasapi32,riched20=n" wine msnmsgr.exe
But MSN reports "Signing into MSN Messenger failed because the service is
temporarily unavailable. Please try again later. 80090009"
The MSN internet tests "Tools->Options->Connections->Advanced Settings->Test"
report that the internet connection is working properly.
(maybe MSN is testing for something and just giving up because it doesn't think
it can do it).
I have also tryed using a Socks4 proxy to see if it tries to connect differently
and it still doesn't choose to work.
Below is the console output from start to finish.
My reason for wanting MSN 7.5 as a user is because gaim (as well as older
versions of MSN) have not yet fully developed Winks, saving custom emoticons,
and AV chat.
Kyle
**** start running ****
fixme:shell:MLLoadLibraryA ("MSGSLANG.DLL",0x400000,0x00000000) semi-stub!
fixme:advapi:ParseStringSidToSid String constant not supported: L"SY"
fixme:advapi:ParseStringSidToSid String constant not supported: L"BA"
fixme:advapi:ParseStringSidToSid String constant not supported: L"CO"
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 8 0x7fbcfbe8
0x7fbcfbe4
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 16 0x7fbcfbec
0x7fbcfbe8
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 8 0x7fbcfb90
0x7fbcfb8c
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 16 0x7fbcfb94
0x7fbcfb90
fixme:wtsapi:WTSWaitSystemEvent Stub (nil) 0x00000018 0x7e41aac4
err:ole:create_server class {1be1f766-5536-11d1-b726-00c04fb926af} not registered
err:ole:CoGetClassObject no class object {1be1f766-5536-11d1-b726-00c04fb926af}
could be created for for context 0x4
fixme:advapi:RegisterEventSourceW ((null),L"EventSystem"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0032,0xc0001201,(nil),0x0003,0x00000000,0x7fbcfa34,(nil)): stub
err:eventlog:ReportEventW
L"d:\\qxp_slp\\com\\com1x\\src\\events\\tier1\\eventsystemobj.cpp"
err:eventlog:ReportEventW L"44"
err:eventlog:ReportEventW L"80040152"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:ole:CoCreateInstance no instance created for interface
{4e14fb9f-2e22-11d1-9964-00c04fbbb345} of class
{4e14fba2-2e22-11d1-9964-00c04fbbb345}, hres is 0x80040206
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:imm:ImmReleaseContext (0x10046, 0x7fd28ae8): stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x401
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:imm:ImmReleaseContext (0x10046, 0x7fd28ae8): stub
fixme:imm:ImmSetConversionStatus ((nil), 0, 0): stub
**** attempt to login happened here ****
fixme:imm:ImmSetConversionStatus ((nil), 1, 0): stub
**** me quiting ****
fixme:menu:TrackPopupMenuEx not fully implemented
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:ole:CoSuspendClassObjects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:shell:SHAppBarMessage ABM_REMOVE broken
fixme:wtsapi:WTSWaitSystemEvent Stub (nil) 0x80000000 0x7fbcfd60
fixme:wtsapi:WTSWaitSystemEvent Stub (nil) 0x00000018 0x7cf6eac4
**** closed successfully ****
--
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=2812
dobey(a)novell.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dobey(a)novell.com
--
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=3712
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 13:26 -------
Confirmed. Games still crash, but that's a different issue.
--
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=3945
------- Additional Comments From super-greg(a)gmx.de 2006-09-03 13:17 -------
same for me here, only blocks everywhere, and no vids
--
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=2812
------- Additional Comments From dobey(a)novell.com 2006-09-03 13:17 -------
I can confirm that this issue still exists in wine 0.9.5 with the "The
Journeyman Project Turbo!" video game. I can't even seem to get by the issue by
setting a DllOverride for the game. If someone can make this game work under
wine, I can ship them a copy of the game.
--
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=1917
jave27(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jave27(a)gmail.com
--
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=1917
------- Additional Comments From jave27(a)gmail.com 2006-09-03 13:12 -------
Just tried with 2006-03-09 CVS and can confirm the issue still exists, but I
don't know that it's truly an issue. It's just how fast the screen redraws take
place and in what order. It's not just this app, every app in wine exhibits the
same behaviour for me. I've seen Windows do similar things when the system is
really busy. Here's how to reproduce (without the attachments):
Open any windowed app under wine.
Now open another one and make it smaller so that you can see both apps.
Drag the smaller app around, and you'll briefly see a trail of a "shadow" of the
smaller app.
It appears that wine doesn't redraw the non-activated app until either the
smaller window has either finished moving or at a certain timeout value. I'm
not sure how the windowing code works exactly, but it seems to mimick original
Windows fairly well, just that it doesn't redraw the non-active app quite as
fast. Resizing a window in Wine has similar redraw issues.
--
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=3945
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-09-03 13:07 -------
I wonder, can you read any of the text? I only have blocks, and dunno how to
proceed.
--
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 super-greg(a)gmx.de 2006-09-03 13:06 -------
I tried with dxlevel 90 today and current cvs and for me the crash went away.
But ingame everything looks very ugly.
so vertex shader enabled|disabled is still the best.
--
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=4780
Summary: ERROR COM1 "fixme:comm:GetCommProperties (0x100
0x7fc9f454 )"
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmol1(a)hotmail.com
I got wine 0.9.9 installed on Fedora Core 5 (updated), and I'm trying to run an
application that access serial port com1, when I open the program, the console
give me this error:
err:listview:LISTVIEW_WindowProc unknown msg 2210 wp=00000001 lp=000100bc
fixme:comm:SetupComm insize 18 outsize 0 unimplemented stub
fixme:comm:GetCommProperties (0x100 0x7fc9f454 )
fixme:comm:GetCommProperties (0x100 0x7fc9f454 )
fixme:comm:GetCommProperties (0x100 0x7fc9f454 )
fixme:comm:GetCommProperties (0x100 0x7fc9f454 )
fixme:comm:GetCommProperties (0x100 0x7fc9f454 )
, these message keep comming until I kill the application. I also installed TERA
TERM PRO to try the serial port and it works perfectly, so I don't know what is
wrong here. If some1 can give me a hand here, it will be great.
--
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=3945
------- Additional Comments From super-greg(a)gmx.de 2006-09-03 12:57 -------
With todays cvs and disabled pixel and vertex shaders I managed to get into
menu. looks all abit ugly. ;)
with activated pixelshaders the game crashs on start.
--
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=4176
agbr(a)hotbox.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|acad 2000 : "Fatal Error: |acad 2000i : "Fatal Error:
|Unhandled Access Violation |Unhandled Access Violation
|at 0x0" |at 0x0"
--
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=2738
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 08:50 -------
Try adding this key to the registry and make +relay,+seh,+tid trace. Also try
using keyboard only instead of mouse - that might save you few MBs. Then use
bzip on the log file.
(note: 2 lines split for beter readability)
[HKCU\Software\Wine\Debug]
"RelayExclude"="RtlEnterCriticalSection;RtlLeaveCriticalSection;
_EnterSysLevel;_LeaveSysLevel;_CheckNotSysLevel;NtCurrentTeb;
LdrAccessResource;RtlUpperChar;kernel32.94;kernel32.97;kernel32.98;TlsGetValue"
--
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=1410
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-03 08:21 -------
It needs to be recentered to generate relative mouse events. It's just the way
it's implemented.
And no, there is no workaround that will work for all apps. And just moving
problem around doesn't fix anything.
Some one just needs to sit down and figure it all out, rewritting the way track
mouse.
--
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=4779
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ageofempires3.com
| |/
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=4707
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-09-03 07:52 -------
Resolving FIXED..
--
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=2738
------- Additional Comments From bo(a)tveden.com 2006-09-03 07:02 -------
I am using Notes version 5.0.7, together with WINE 0.9.9
Wine/LotusNotes crashes when:
- I attempt to open a document with a ".doc" attachment
or
- I attempt to add a ".doc" attachment (created with Microsoft Word 97, running
under Win2K)
(I have some emails with ".pdf" attachment, and they do not cause problems)
I have a 500MB "+relay" trace file, from a case where I attempt to open an email
with ".doc" attachment. Do you want that one? (!)
--
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=4099
Jean-Damien.Durand(a)cern.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Jean-Damien.Durand(a)cern.ch 2006-09-03 03:28 -------
Thank you very much, I confirm the installation worked. Using your overrides
settings I got it apparently working as well (just a quick check though).
If you don't mind I close the bug - thanks again!
JD.
--
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=4779
Summary: Age of Empires 3 Demo fails to install: Unable to create
InstallDriver instance
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
The install fails with the following message box:
1608: Unable to create InstallDriver instance,
Return Code: -2147221021
The output is:
fixme:win:SetWindowTextA setting text ": Setup.INI" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text ": 0x0409.ini" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text ": setup.isn" of other process window
(nil) should not use SendMessage
fixme:msi:MsiGetProductInfoW L"{C83F2952-4678-4F00-AB05-776658A8D0AE}"
L"PackageCode" 0x7fd32068 0x7f9bcfbc
fixme:win:SetWindowTextA setting text "Extracting: " of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Extracting: " of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Extracting: Setup.bmp" of other process
window (nil) should not use SendMessage
fixme:msi:MsiInstallProductW L"C:\\windows\\temp\\_isb5b0\\ISScript11.Msi"
L"REBOOT=ReallySuppress ADDLOCAL=ISScript"
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:deformat_component component key L"IDriverT.exe"
fixme:msi:deformat_component component key L"IDriverT.exe"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored
L"ServiceInstall" table values
err:ole:CoGetClassObject no class object {4f5e3a76-f453-4882-ab42-7224f3310de7}
could be created for for context 0x4
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4f5e3a76-f453-4882-ab42-7224f3310de7}, hres is 0x80004002
--
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=4745
------- Additional Comments From ivg2(a)cornell.edu 2006-09-03 02:08 -------
Running with oss does not help.
I also got an error that said I should use Emulation instead of Full for audio
acceleration... did that, but the bug remains.
=====================
Attached is a trace with oss, emulation, pixel shaders on.
+d3d, +d3d9, +seh. I don't like the texture errors I see right before the crash.
=====================
Note the
wine client error:ffffffff: write: Bad file descriptor
at the end - sometimes I get many of those...
--
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=4778
------- Additional Comments From ivg2(a)cornell.edu 2006-09-03 01:46 -------
I should note that Desktop mode has completely different behavior in the
following ways:
- at the beginning I only see background window and message box, and I am able
to see the background window's background [ but maybe the wizard window is just
covered up? ]. Anyway, the message box is correctly on top.
- the same redraw problems are visible as in Managed mode
- once the wizard window becomes visible, any new message boxes will be modal,
and not allow moving the wizard window around, unlike Managed mode.
--
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=4778
Summary: Message box prevents redraw/focus of background window
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
This is a clean install of Wine 0.9.9.
Upon launching BattleField Demo 2 installer, the following things show up:
- large background window
- medium wizard window
- message box telling me that "This game has been tested only on WinXP"
However, the large and medium windows will not refresh/redraw at all - the
message box has focus. Moving the message box around leaves draws garbage over
the other two windows.
Worse, however, the message box is not on top of all other windows!
The wizard/medium window is on top, and will stay on top when other windows are
clicked or workspace is changed - it will remain inactive and unable to get
focus until the message box is clicked. Meanwhile, the box is partially covered
by this wizard window. In the GTA installer I've seen a box that is completely
hidden behind such a window, and the user has no way of clicking it.
When I finally manage to click OK, the Wizard box gains focus, and the install
proceeds. If I move around the wizard window, the background window now won't
redraw, and garbage shows up on the screen. If I do something to trigger another
message box (like click Cancel), the box behaves properly and will no longer
prevent redraw/refocus of the wizard window.
Error output includes:
[ the errors at the end are already in bugzilla as a separate bug against
wine-ole component, since they prevent the instll - this bug isn't about those
errors ].
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7d4fe624,0x7d4fe628), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7d4fe620,0x7d4fe624), stub!
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Battlefield 2(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd3d4,0x7fabd3d8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd294,0x7fabd298), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd358,0x7fabd35c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd8c0,0x7fabd8c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd780,0x7fabd784), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd844,0x7fabd848), stub!
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Battlefield 2(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd5a4,0x7fabd5a8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd464,0x7fabd468), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fabd528,0x7fabd52c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fab12d8,0x7fab12dc), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fab1198,0x7fab119c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fab125c,0x7fab1260), stub!
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x20022
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fab12d8,0x7fab12dc), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fab1198,0x7fab119c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fab125c,0x7fab1260), stub!
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x20022
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7d4fe630,0x7d4fe634), stub!
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0d00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
--
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=4353
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ivg2(a)cornell.edu
------- Additional Comments From ivg2(a)cornell.edu 2006-09-03 01:23 -------
Confirming bug on clean install of Wine 0.9.9.
--
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=4707
------- Additional Comments From cnbiz850(a)sohu.com 2006-09-03 01:18 -------
It works as of today for some reason. This bug can be closed.
--
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=1410
------- Additional Comments From myrd(a)projectmagma.net 2006-08-03 23:44 -------
Okay, cross-posting what I posted for Bug #4777:
The source code I'm talking about is in:
http://source.winehq.org/source/dlls/dinput/mouse.c
So...
The bug occurs when Acquire is called, but Unacquire is never called (until the app is about to close).
Furthermore, Acquire gets called multiple times, so the mouse keeps getting recentered, without
unacquire getting a chance to put the cursor back where it was.
While one can argue that this is bad practice from the application programmer's point of view, I think
that's irrelevant - and what's relevant is how Windows behaves: it doesn't center the cursor in such a
case!
So the question is, why does the cursor need to be centered in the first place, and can it be avoided
with a work around?
--
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=4777
------- Additional Comments From myrd(a)projectmagma.net 2006-08-03 23:32 -------
Actually, the problem is the exact opposite of my previous post, I believe.
The bug occurs when Acquire is called, but Unacquire is never called (until the app is about to close).
Furthermore, Acquire gets called multiple times, so the mouse keeps getting recentered, without
unacquire getting a chance to put the cursor back where it was.
While one can argue that this is bad practice from the application programmer's point of view, I think
that's irrelevant - and what's relevant is how Windows behaves: it doesn't center the cursor in such a case!
So the question is, why does the cursor need to be centered in the first place, and can it be avoided with a
work around?
--
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=4777
------- Additional Comments From myrd(a)projectmagma.net 2006-08-03 23:24 -------
Also, I think WINE assumes that the app will only call Acquire once when it starts, so its okay to center the
mouse then. However, its perfectly okay (though perhaps not very efficient) to call Acquire whenever you
want to get information from the mouse device (such as its current coordinates - oops!).
--
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=4777
------- Additional Comments From myrd(a)projectmagma.net 2006-08-03 23:19 -------
Actually, ignore my "easy fix" post. I just tested under Windows, and the Mouse is indeed set to relative
(not absolute) under Windows. It's just that Windows doesn't center it on the screen like WINE does.
--
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=4745
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-03 21:52 -------
Please try with OSS instead of ALSA. I've seen lots of "strange" crashes caused
by some memory corruptions in our ALSA driver.
--
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=4777
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-03 21:35 -------
Just to let you know, I tested your proposed changes - they do not work. They
fix one type of games and brake the other type...
--
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=4777
------- Additional Comments From myrd(a)projectmagma.net 2006-08-03 20:13 -------
An "easy" fix would be to do this:
In function alloc_device(), add:
newDevice->absolute = 1;
In function SysMouseAImpl_SetDataFormat() remove:
This->absolute = 0;
However, I'd imagine this would require testing to make sure it doesn't break existing stuff. This
change does seem to be in accordance to how Windows works, but a comment in the Wine code seems
to contradict this:
402 /* Tests under windows show that a call to SetDataFormat always sets the mouse
403 in relative mode whatever the dwFlags value (DIDF_ABSAXIS/DIDF_RELAXIS).
404 To switch in absolute mode, SetProperty must be used. */
Obviously, this is NOT the case for Myth II, because Myth II does call SetDataFormat, and Windows
doesn't keep re-centering the mouse there.
--
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=4775
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 19:45 -------
I think that either
* You were running as root unintentionally
OR
* Mandriva has a serious sercurity problem in their Linux kernel
Wine runs with no special privilege, and it should be impossible for it to
create files with uid != getuid().
Therefore, I think this bug is either invalid, or not our bug. Please try
reproducing 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=4646
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 19:39 -------
Sorry, I didn't read Tony's request properly. Anyway, if you didn't run the
Visual C IDE in Wine, then don't add an appdb entry or a bug for it. Thanks for
reporting the initial 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=4773
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 19:22 -------
Which locale are you using? Looks like it's trying to display another language
and failing? What happens if you put back the chs.lng, then run it with
LANG=zh_TW.Big5 wine "M3 Game Manager.exe"
If you don't have Chinese fonts, it should give you square boxes, but you can
consider that correct. Then try with LANG=en_US, and see if that works.
--
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=4777
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 19:03 -------
This is a duplicate of 1410
Do you have a Patch in mind?
*** This bug has been marked as a duplicate of 1410 ***
--
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=1410
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |myrd(a)projectmagma.net
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 19:03 -------
*** Bug 4777 has been marked as a duplicate of this bug. ***
--
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=4777
myrd(a)projectmagma.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.9.
--
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=4777
Summary: Mouse Absolute vs. Relative Incorrect Behaviour (doesn't
match Windows)
Product: Wine
Version: unspecified
Platform: PC
URL: http://getmyth.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: myrd(a)projectmagma.net
The bug is in the file: http://source.winehq.org/source/dlls/dinput/mouse.c
The problem is when a new Mouse Device is created, the boolean "absolute" is FALSE in WINE (in the
code). When absolute is FALSE, whenever Acquire is called, WINE will center the mouse.
The only way for WINE to set "absolute" to true, and therefore prevent the unwanted centering, is if a
specific call to SetProperty is made.
Windows does not require this. That is, Windows will not center the mouse every time Acquire is called
(like WINE does) if no call to SetProperty has been made.
A test application is available to demonstrate this bug. Simply go to http://getmyth.com/ and download
the Myth II demo. Run it under WINE and under Windows (all versions, from 95 to XP behave the same),
and observe how WINE centers the cursor (and makes it unuseable), while Windows does not.
Wine's behavior needs to be made to match Windows, and that is - not to center the mouse by default.
--
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=4776
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 16:50 -------
Could you please add an entry for this program in the AppDB http://appdb.winehq.org
--
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=4770
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.blackberry.net |https://www.blackberry.com/D
| |ownloads/entry.do?code=A8BAA
| |56554F96369AB93E4F3BB068C22
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=4740
------- Additional Comments From m.w.palmer(a)iee.org 2006-08-03 16:33 -------
I have just built from source 0.9.9 and installed it on my system. The error
message is now a different one.
Error dialog box titled "Unhandled Exception", Error Numvwe 0x80040706,
Description: Object reference not set. Setup will now terminate.
Output from gives this.
fixme:ole:CreateProxyFromTypeInfo 0x7ff49054 0x7ffc1198
{3d8b6331-d8b1-11d2-80c5-00104b1f6cea} 0x7ffc129c 0x7ffc1298
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80004001
fixme:ole:CreateProxyFromTypeInfo 0x7ff49104 0x7e7d6358
{3d8b6331-d8b1-11d2-80c5-00104b1f6cea} 0x7e7d645c 0x7e7d6458
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80004001
One thing I need to point out is the installers may not be the same between the
full version and the demo as the full version comes on 4 CDs.
I'll attempt to now install the demo to see if I get any errors.
--
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=4768
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
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=4765
------- Additional Comments From lcid-fire(a)gmx.net 2006-08-03 14:50 -------
Both are abondonware games - so no change for a demo there.
--
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=4775
joebaker(a)dcresearch.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
------- Additional Comments From joebaker(a)dcresearch.com 2006-08-03 14:43 -------
Thanks for the feedback. However, it is interesting to not that I was not
running wine as root. I had specifically sshed into the box as user "mso2k".
So I found it bugworthy to report that this file was created with ownership to
root, group membership to mso2k and that the install reported that access to the
file was denied.
I'll try running the install without winetools.
I've updated the OS to Linux
Actually it is running on Mandriva 2006. A Pentium 4 2.4 ghz machine (without
hyperthreading)
We have a 3ware 9500 series raid controller.
-Joe Baker
--
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=4775
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-03 13:59 -------
Any reasons why are you using winetools?
You sure you never ran Wine as root?
Please update your Hardware and OS ^
--
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=4709
------- Additional Comments From hans(a)it.vu.nl 2006-08-03 13:37 -------
Yes, there's a finite number of them ;-) Only 23 of the Lsa calls
are documented on MSDN, and until now this app wants documented calls...
I'll create a batch of stubs for these but it will not be until next
weekend. Feel free to beat me to it.
--
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=4776
Summary: Visual Basic error when starting ESRI's ArcExplorer
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://www.esri.com/software/arcexplorer/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kimmo.sundqvist(a)mbnet.fi
The program terminates on startup with dialog saying:
Run-time error '458':
Variable uses an Automation type not supported in Visual Basic
On the terminal I see:
[Awful lot of hexadecimals here. Will post them upon request]
err:ole:CoGetClassObject class {00000010-0000-0010-8000-00aa006d2ea4} not regist
ered
err:ole:CoGetClassObject no class object {00000010-0000-0010-8000-00aa006d2ea4}
could be created for for context 0x1
err:ole:CoGetClassObject class {00000010-0000-0010-8000-00aa006d2ea4} not regist
ered
err:ole:CoGetClassObject no class object {00000010-0000-0010-8000-00aa006d2ea4}
could be created for for context 0x1
err:ole:typedescvt_to_variantvt cannot convert type 26 into variant VT
I know there exists a Java version for linux, but I'd rather trust wine than
let the Java version install its custom JRE/JDK when I already have a JDK.
--
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=4772
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-08-03 12:56 -------
| do you know a good way to find out what fonts this wants?
Yes. Now you should remove half of the copied fonts and see if the situation
got worse. If not, copy them back and remove half of the mentioned half. If
yes, then copy them back and remove another half. And so on. You end your
trial, when situation get worse by removing a single font file. This would be
an answer.
This is something like a bisection method in math for finding a root of a given
equation. :))
And of course it doesn't work properly if we have more than one root. (more than
one offending font)
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 12:48 -------
Great, should I start another bug report to request stubbing those functions and
close this one?
--
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=4709
------- Additional Comments From truiken(a)gmail.com 2006-08-03 12:17 -------
There are around 40 Lsa API that are stubs in advapi32.spec. I don't think
anyone would mind if someone started stubbing those out in lsa.c.
--
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=4773
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 12:15 -------
Once again, I will let the mods decide if they want to close this bug since I'm
not sure if it's a wine issue or an application issue but here's a workaround
for the font issue;
- cd ~/.wine/drive_c/program files/M3 Game Manager/Language
- Deleted all language files except eng.lng
- copied and renamed eng.lng to chs.lng (guessing it was pulling this file by
default), japan.lng, and korean.lng
- So now all lng files are the english one (Fixed the wierd font issue)
--
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=4774
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 12:13 -------
I will let the mods decide if this bug needs to be closed or not, however I did
find a work around. Here's what I did;
- cd ~/.wine/drive_c/program files/M3 Game Manager/Language
- Deleted all language files except eng.lng
- copied and renamed eng.lng to chs.lng (guessing it was pulling this file by
default), japan.lng, and korean.lng
- So now all lng files are the english one (Fixed the wierd font issue)
- cd ~/.wine/drive_c/program files/M3 Game Manager/
- wine 'M3 Game Manager.exe'
- In the program, I picked Y:\ out of the left pane
- Click on Write NDS
- Browsed to where my homebrew game was (BUT it defaulted to /home/thom/...) so
I have to make sure to chose Y:\Games\homebrew.nds
- I clicked ok, let it do its thing
- lo and behold it created the NDSSAVE directory AND the save file. So it
worked!
So in conclusion I think it's a way the application behaves and interpretes the
directory structure in wine. Once I specified Y:\ and not the default /
directory it kept trying to go to it worked. So at least we have a work around.
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 12:07 -------
I tried the new patch, and sure enough, a new function is asked:
LsaEnumerateAccountsWithUserRight.
I know which exe is causing this, and I know that the error originate from a DLL
linked by the exe: wwwnt34i.dll. This is a winbatch dll. Unfortunately, both
files contain no reference to the named functions that errored before. My hunch
is that maybe wwnt34i.dll uses a clever loop to enumerate all the functions in
ADVAPI32.dll for the batch script to use?
Btw, the dll file is compressed with a irreversible method, so I'm not 100% if
some of the symbols actually got compressed.
--
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=4775
Summary: File created by user owned to root
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joebaker(a)dcresearch.com
The installer ic creating files owned by root when run as a regular user.
I was installing Microsoft Office 2000 and the install progressed quite far, but
then stalls when it reports:
Installer Information
Error 1321. The installer has insufficient privileges to modify this file:
c:\Config.Msi\bc1.rbf
[root@sun2 Office2000]# ls -la /home/mso2k/.wine/drive_c/Config.Msi/
total 1229
drwxrws--- 2 mso2k mso2k 240 Mar 8 09:50 ./
drwxrws--- 7 mso2k mso2k 280 Mar 8 09:48 ../
-rw-rw---- 1 mso2k mso2k 101300 Mar 8 09:50 bba.rbs
-rw-rw-rw- 1 mso2k mso2k 598288 Feb 11 2000 bbb.rbf
-rw-rw-rw- 1 mso2k mso2k 17920 Feb 11 2000 bbc.rbf
-rw-rw-rw- 1 mso2k mso2k 164112 Feb 11 2000 bbd.rbf
-rw-rw-rw- 1 mso2k mso2k 147728 Feb 11 2000 bbe.rbf
-rw-rw-rw- 1 mso2k mso2k 1405 Feb 6 2003 bbf.rbf
-rw-rw-rw- 1 mso2k mso2k 105312 Mar 6 11:54 bc0.rbf
-rw-rw---- 1 root mso2k 101336 Mar 6 11:54 bc1.rbf
I'm using Winetools and have installed IE 6.0.1, dcom98, MSI, comcontrols, VB
5&6 Runtimes, Visual C Runtimes, Jet runtimes.
--
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=4774
Summary: Program doesn't create a patched file.
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://www.m3adapter.com/Download.htm
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
This bug refers to the application M3 Perfect (or M3 Game Manager). Navigating
through the messy fonts (bug 4773) I am able to patch a homebrew game and it
creates the output file. However, it also needs to create a save file in order
to work with the homebrew. In Windows if you pick Drive Y as the drive to save
your patched file, it creates the file, then creates the directory NDSSAVE in
the root of the drive and places the patched save file in there (with the same
name as the patched homebrew. Here is the output after going through this
process;
thom@main:~> wine '/home/thom/.wine/drive_c/Program Files/M3 GAME Manager/M3
Game Manager.exe'
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0xa0096), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
err:progress:ProgressWindowProc unknown msg 178f wp=0000 lp=00000000
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:win:LockWindowUpdate (0x800a4), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:win:LockWindowUpdate (0xb00a4), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
I also noticed that the application places a m3.ini in my home folder, in
windows this ini is actually in the application directory. The NDSSAVE
directory is created but a save file is never there. Any help would be greatly
appreciated, thanks!
--
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=4773
Summary: Font is screwed up. Works in Windows and have all
windows fonts installed
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://www.m3adapter.com/Download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
When running the M3 Game Manager from the above URL, the GUI is completely
messed up. As you can see here, a lot is getting cut off and it's displaying
wierd fonts http://appdb.winehq.org/screenshots.php?appId=3022&versionId=4409
It shows up fine when running in Windows, so I copied all my windows fonts to .
wine/drive_c/windows/fonts hopeing to fix the issue but it didn't. After
starting up the application I get this;
thom@main:~> wine '/home/thom/.wine/drive_c/Program Files/M3 GAME Manager/M3
Game Manager.exe'
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x7004e), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
err:progress:ProgressWindowProc unknown msg 178f wp=0000 lp=00000000
The GUI bug is part 1 of a 2 part issue with this application, I will submit
another bug for the other issue. I am not a programmer but if I can help in any
other way please let me know, thanks!
--
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=4772
tn(a)chambers.no-ip.info changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 10:12 -------
That did it. I don't know what font it needed, but I copied all my fonts from
my windows partition to .wine/drive_c/windows/fonts and now the buttons show
up. Thanks again for the easy solution.
--
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=4709
------- Additional Comments From hans(a)it.vu.nl 2006-08-03 09:59 -------
You could look at the output of 'ps -ef |grep wine' when the error
message is shown. It should reveal the names of the executables
running on Wine.
Anyway, trial and error should get us there too. Here's a patch for
you to try that includes a stub for LsaAddAccountRights.
--
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=4772
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 09:55 -------
Ok, I will try installing more fonts, do you know a good way to find out what
fonts this wants? My apologies about thinking it was a regression issue.
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 09:39 -------
I just found out that the offending dll is compressed with neolite, which is an
exe/dll compressor. I don't have a copy of neolite, but I think we'll have a
better picture of it if I can de-compress the dll 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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 09:25 -------
Ok, as suggested by Hans, I looked in to the temp files extracted by that big
exe installer. The strange thing is that of all the files extracted by it, I
cannot find any string containing Lsa, lsa, or LSA. The only thing that I
learned is that the program causing the problem is compiled with winbatch
compiler. Winbatch is a software product that allows you to automate
installation with scripts. The winbatch dlls, however, do have strings like
ADVAPI32.DLL. But again, no reference to particular function names. I am
guessing that maybe these LsaAccountxxx function calls orginate from another
function call outside the exe and dll provided in the temp directory. Like
making a call to some obsecure function in Y.dll that calls LsaAccountXXX in
ADVAPI32.DLL. Y.dll could also be ADVAPI32.DLL.
--
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=4772
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 09:18 -------
Oh, if it's not a regression forget about my remarks :)
--
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=4772
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 09:17 -------
Could you please do a regression test? Thanks
--
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=4772
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 09:12 -------
Sorry, I don't agree with you that this is a regression. As you mentioned, the
buttons were cut off in Wine 0.9.7, and they are now just a bit more outside of
the screen than before.
Wine 0.9.9 uses different (and more correct) fonts for some dialogs. This is
probably what caused the change. The real bug is that the application's Window
is the wrong size, and that is what needs to be tracked down and fixed.
It may be the wrong size because the font it expects to use is not available on
your system, so perhaps a good start would be to install some more fonts on your
system, and see if that fixes it. (Try figure out which font it wants.)
--
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=4509
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 09:08 -------
It's this patch:http://www.winehq.org/pipermail/wine-cvs/2005-November/019187.html
The part of the patch that breaks the app is below, You can still revert the
patch with currnt cvs (patch -Rp1 -i patch.diff). To check: run the app, hit 4
times OK and it will crash. With the reversed patch: hit 4 time ok, and the main
window start fine. Anyone an idea for a proper fix?
--- wine/dlls/x11drv/winpos.c:1.140 9 Nov 2005 10:35:48 -0000
+++ wine/dlls/x11drv/winpos.c 9 Nov 2005 10:35:48 -0000
@@ -1003,12 +1003,22 @@ BOOL X11DRV_ShowWindow( HWND hwnd, INT c
if (!IsWindow( hwnd )) return wasVisible;
}
- /* ShowWindow won't activate a not being maximized child window */
- if ((style & WS_CHILD) && cmd != SW_MAXIMIZE)
- swp |= SWP_NOACTIVATE | SWP_NOZORDER;
+ if (!IsWindowVisible( GetAncestor( hwnd, GA_PARENT )))
+ {
+ /* if parent is not visible simply toggle WS_VISIBLE and return */
+ if (showFlag) WIN_SetStyle( hwnd, WS_VISIBLE, 0 );
+ else WIN_SetStyle( hwnd, 0, WS_VISIBLE );
+ }
+ else
+ {
+ /* ShowWindow won't activate a not being maximized child window */
+ if ((style & WS_CHILD) && cmd != SW_MAXIMIZE)
+ swp |= SWP_NOACTIVATE | SWP_NOZORDER;
+
+ SetWindowPos( hwnd, HWND_TOP, newPos.left, newPos.top,
+ newPos.right, newPos.bottom, LOWORD(swp) );
+ }
- SetWindowPos( hwnd, HWND_TOP, newPos.left, newPos.top,
- newPos.right, newPos.bottom, LOWORD(swp) );
if (cmd == SW_HIDE)
{
HWND hFocus;
--
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=4735
wine.tester(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--
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=4768
------- Additional Comments From michal.seliga(a)visicom.sk 2006-08-03 08:49 -------
ok, it is there, it only must be reviewed
--
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=4772
Summary: GUI Gets cut off (3 buttons are missing)
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.suxx.xbox-hq.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
There was some kind of regression that happenned between 097 and 099. When
running suxx (see link) with 097 the three buttons in the top right of the gui
were partially there (half cut off) but usable. Now in 099 they are completely
gone, you can tab to them ..but they don't show. Please see the screenshots at
the appsdb at http://appdb.winehq.org/screenshots.php?appId=2892&versionId=4230
to see what I mean. Thank you.
--
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=4768
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:35 -------
Could you please add an entry in the AppDB for this program.http://appdb.winehq.org/
--
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=219
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lcid-fire(a)gmx.net
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:31 -------
*** Bug 4766 has been marked as a duplicate of this bug. ***
--
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=4766
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:31 -------
Safedisk bug
*** This bug has been marked as a duplicate of 219 ***
--
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=4765
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 08:14 -------
What program is this? is there a downloadable version somewhere? I could not
find an entry in the AppDB for this, could you please add one.
http://appdb.winehq.org/
--
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=4646
------- Additional Comments From arjan.mels(a)gmx.net 2006-08-03 07:52 -------
I did not try to run the IDE under Wine and not planning to try to run it
under Wine. So I think that closes the discussion?
--
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=4662
------- Additional Comments From joris_huizer(a)yahoo.com 2006-08-03 07:25 -------
update: renaming .wine and reinstalling programs solve the problem; so far I
have not been able to get fonts working with the original .wine directory
--
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=4662
------- Additional Comments From joris_huizer(a)yahoo.com 2006-08-03 07:04 -------
I installed fontforge, ran ./configure && make depend && make, and installed
*.fon files and marlet.ttf - but still characters are not displayed (still blocks)
--
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=4235
nick.battle(a)uk.fujitsu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick.battle(a)uk.fujitsu.com
--
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=4235
------- Additional Comments From nick.battle(a)uk.fujitsu.com 2006-08-03 06:41 -------
I can confirm that this happens with me too. Wine 0.9.9, running under SuSE
10.0, trying to run any Office'97 component - not just Word, but Powerpoint and
Excel too.
The message in English reads:
"The folder 'Y:\
' isn't accessible. The folder may be located on an unavailable volume or
protected with a password."
That newline after the backslash is displayed, as though there's a control
character in the path name perhaps?
I get the error when I use the Open dialog to open files, as well as using Save
dialog to save them. Word will open a document if you give it the pathname as an
argument to the .exe though.
Other file-manipulation program, like notepad.exe, are 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=4771
davech(a)t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
Summary|Finale - Crash in display |Finale - Crash in display
|colors dialog |colors dialog
--
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=4709
------- Additional Comments From hans(a)it.vu.nl 2006-08-03 04:22 -------
Jason, please try to identify the executable that wants these Lsa imports
and run this command on it:
$ strings <exe> | grep Lsa
--
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=4732
------- Additional Comments From dan.horak(a)email.cz 2006-08-03 04:14 -------
I have compiled current CVS Wine, deleted $HOME/.wine and successfully installed
TRS 2006 Czech Edition from CDs. It can be run, but there is a problem with
displaying the texts in the main menu. When starting a map in the Engineer there
was a crash. I think that this "install bug" can be closed and I will report
problems with running the game.
fixme:toolhelp:Heap32ListFirst : stub
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:opengl: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: 1783795
Current serial number in output stream: 1783796
--
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=4732
------- Additional Comments From dan.horak(a)email.cz 2006-08-03 02:47 -------
On the desktop the demo installs OK too. I am trying current CVS version of Wine
now.
--
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=4770
Summary: BlackBerry Device Manager fails to install under wine
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://www.blackberry.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ibeeby(a)mac.com
Tried to install BlackBerry Device Manager v4.1 under wine v0.9.9 under Fedora
Core 4 linux on a PIII/450 laptop (256Mb RAM).
Installation fails repeatedly - InstallShield Wizard reports that the wizard was
interrupted before installation was complete.
Console log follows:
$ msiexec /i BlackBerry_Device_Manager_v4.1.msi
fixme:msi:MsiInstallProductW L"BlackBerry_Device_Manager_v4.1.msi" (null)
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8e7b0,0x7fc8e7b4), stub!
fixme:rpc:RpcImpersonateClient (0x7f01cfb0): stub
err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should
have been 0x3f00000040
err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7f4c8f9c,0x7f4c8fa0), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7f4c8ee0,0x7f4c8ee4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc8f614,0x7fc8f618), stub!
fixme:rpc:RpcRevertToSelfEx (0x7f01cfb0): stub
err:msi:ITERATE_Actions Execution halted, action L"RIM_CheckForDesktopDowngrade"
returned 1603
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid ==
(null), WaitForCallsToComplete == 0): stub
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
$
[note that this has been re-typed by hand - errors may exist]
--
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=4646
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 02:21 -------
If the Visual Studio 2005 IDE doesn't run in Wine (when you test it), please
open a separate bug.
--
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=4646
------- Additional Comments From arjan.mels(a)gmx.net 2006-08-03 02:07 -------
Thanks for incorporating the fix.
What would you like to see in Wine an entry for the visual studio 2005 IDE?
To be clear I did not try to run this under Wine AT ALL. I just ran a program
under Wine created with the IDE under Windows XP.
--
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=3945
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-03 01:25 -------
last line in your trace:
0009:trace:d3d:setup_light glLightf call ok device.c / 167
Line 169 is never reached, so i would guess a crash in setup_lights. What
happens if you just comment out (or remove) line 166 up to 169 in
dlls/wined3d/device.c?
--
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=4144
------- Additional Comments From dank(a)kegel.com 2006-08-03 00:52 -------
Clicking on any of the command buttons in the demo that don't say "api"
(and thus are invoked via COM, I think) now makes Wine exit with messages like
fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x7fdd1728
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_VARIANT from VT_I4
which is probably progress.
The "api" buttons don't crash, but they don't work, either.
e.g. the "find api" button can't find anything you search for;
it always says "not found".
--
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=4735
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-03 00:37 -------
Well it's been perposly "broken" to fix enother broken app. So bug + bug = 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=4728
------- Additional Comments From eto(a)shaw.ca 2006-07-03 23:21 -------
I tried that.. which kinda works (the dialog doesn't dissapear but at least
doesn't appear overtop the game window). However, using this mode causes the
game to freeze the instant I click the window title bar to move the window (or
accidentally even)..
--
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=4769
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 21:01 -------
Are there are any messages in the terminal? (if so, and lots please attach,
don't paste).
Please attach few screen shots as well.
--
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=4769
Summary: Finale - dialog messed up
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davech(a)t-online.de
In Finale 2006 (www.codamusic.com) the 'Instrument List' dialog box does not
display properly and is effectively unusable. Only the entries in the first line
appear, although other entries are partly editable by clicking in the blank
space below the first line.
This works in Finale 2005, although the positioning of the items is somewhat
distorted.
I tried older versions of wine (back to 20050419) with the same results.
--
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=4709
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 18:30 -------
Jason, I think you will need to try to make these stubs yourself. I have no idea
why does it need them. But something tells me that just having stubs will not
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=4766
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 18:27 -------
drvmgt - safedisc loader. Check if you have secdrv.sys in
~/.wine/drive_c/windows/system32/drivers to verify 100%.
--
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=2738
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 18:18 -------
Looks like some one with Notes will have to do regression testing.
GIT: http://wiki.winehq.org/GitWine
CVS: http://www.winehq.org/site/docs/winedev-guide/x1344
Also, please, if you have any debug traces attach them here. If not, you might
need to run it with +relay and kill Wine when it freezes.
--
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=4662
------- Additional Comments From batpul(a)gmail.com 2006-07-03 16:48 -------
As submitter of duplicate bug 4759 I can now
confirm that my ~/.wine/drive_c/windows/fonts
was indeed empty. Copying /usr/share/fonts/wine/*
to this directory improves the situation a lot.
By bringing my eyes closer to the screen I can now
actually read what is displayed. However, I would still
like to have bigger fonts displayed for more comfort.
Is there some way to accomplish this? Thanks! bat
--
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=4768
Summary: segmentation fault while running intro 'Morning haze' by
Bemz
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal.seliga(a)visicom.sk
both intro and execution log are attached
log was created using warn+all,+relay,+seh,+kernel32
intro will draw its configuration screen (maybe) and it will segfault
immediately. core is 40mb long
winedbg shows this bt
Backtrace:
=>1 0x7b869df8 start_process+0xd8(arg=0x0)
[/mnt/big2/linux/wine-0.9.9/dlls/kernel/process.c:845] in kernel32 (0x7b869df8)
2 0xb7fd5007 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7fd5007)
there is also message that err:opengl:wgl_initialize_glx glx_version as 1.2 and
GLX_SGIX_fbconfig extension is unsupported. Expect problems. - but you may
safely ignore it, this crash happened with wine 0.9.3 too (0.9.3 was last
version which didn't showed this opengl error for me and also the last version
where opengl aplications worked for me, but its different story)
i do't complain that this intro doesn't run (most of them don't), but i don't
think that wine shoudl segfault anyway
--
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=4767
Summary: WBC3 doesn't start (CoGetClassObject, CoCreateInstance)
Product: Wine
Version: 0.9.9.
Platform: PC
URL: http://videogames.yahoo.com/predownload?eid=18763
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Warlords Battlecry III, both the demo version and retail, crashes on startup
with errors and fixmes for ole:CoGetClassObject and ole:CoCreateInstance.
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-07-03 15:42 -------
Thanks, but now it askes for LsaAddAccountRights function.
--
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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-07-03 15:19 -------
It is for example Wing Commander 5 or Populous 3.
--
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=3945
------- Additional Comments From super-greg(a)gmx.de 2006-07-03 15:18 -------
I tried but dont get to the menu.
OSS emulation and driver emulation, no success
--
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=4765
------- Additional Comments From lcid-fire(a)gmx.net 2006-07-03 15:17 -------
Same output for Orion Burger install - seems to be a general dos 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=4765
Summary: Chewy install - "Not enough memory on exec"
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcid-fire(a)gmx.net
When I try to install chewy I get the following output:
Warning: unprotecting memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
Not enough memory on exec
--
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=3945
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 14:59 -------
Hi, it crashes for me as well when i use audio full acceleration, but with
emulation it works. However, the menu's are all unreadable, the only things you
see are "blocks" Guess that has something to do with vetex shaders not working
right?
--
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=4278
------- Additional Comments From super-greg(a)gmx.de 2006-07-03 14:51 -------
app shows new behaveior;
old msgbox on start still appears but intro and menu are now displayed in
fullspeed;click on single player gives new error box:
DeleteVertexShader failed(D3DERR_INVALIDCALL).
Geschichte: FD3DVertexShader::~FD3DVertexShader <- UD3DRenderDevice::Flush <-
UD3DRenderDevice::Exit <- DeleteRenDev <- UViewport::Destroy <- (WindowsViewport
Transient.WindowsClient0.WindowsViewport0) <- UWindowsViewport::Destroy <-
UObject::ConditionalDestroy <- (WindowsViewport
Transient.WindowsClient0.WindowsViewport0) <- DispatchDestroy <- (11475:
WindowsViewport Transient.WindowsClient0.WindowsViewport0) <- DispatchDestroys
<- UObject::PurgeGarbage <- UObject::StaticExit <- appPreExit
--
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=3945
------- Additional Comments From super-greg(a)gmx.de 2006-07-03 14:11 -------
Created an attachment (id=2014)
--> (http://bugs.winehq.org/attachment.cgi?id=2014&action=view)
new d3d trace
Yes, the debug string overload is fixed. Game still dont start.
Log is with enabled pixel shader, and hw vertex shaders.
But even without game fails with: fixme:d3d:IWineD3DDeviceImpl_ValidateDevice
(0x7fe41990) : stub
At least this is the last message before 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=4764
Summary: Strange fonts rendering in Atmel AVRStudio v3.56
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: finn(a)finn.cz
Wine renders fonts in editing window of AVRStudio oddly: when I open a new text
file everything goes quite well and the text appears in a new subwindow. But
marking the text or moving the cursor results in garbage on the screen. I've
experienced this with many older versions including the current one: 0.9.9.
System: Gentoo Linux (x86), actual version of Wine built by package manager:
0.9.5-r1, also tested with version 0.9.9 (compiled by myself).
Screenshot: http://www.finn.cz/wine-avr-bug.png (10.8 kB)
--
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=4752
------- Additional Comments From pofis.larapios(a)gmail.com 2006-07-03 13:39 -------
Ok i just did "wine kit51ST7ARM_743_.exe" and extracted it fine ,
but when i run the app "wine Install.exe" got the same kind of error anyway.
here is the full log again : http://luna.sublimesp.net/~pofis/wine2.txt
--
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=4763
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.3ddownloads.com/S
| |trategy/Jagged%20Alliance%20
| |2/Demos
Keywords| |download
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-03 13:19 -------
Demo is downloadable here
http://www.3ddownloads.com/Strategy/Jagged%20Alliance%202/Demos
--
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=4509
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 13:08 -------
PS I'll give it a shot this evening (while watching football :) )
--
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=4509
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 13:07 -------
This needs regression testing (i.e. expensive cpu cycles :)) Works in july 2005
and fails with wine- 0.9.1. Severity=normal
--
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=4763
------- Additional Comments From stefan_betz(a)gmx.net 2006-07-03 12:26 -------
I get the following Message in the console Window:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fdad3d0)->(0x10026,00000011)fixme:x11drv:X11DRV_desktop_SetCurrentMode
Cannot change screen BPP from 32 to 16
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fdfa5f8
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fdad3d0)->(0x10026,00000008)
I i wait a long Time (up to five Minutes) the screen gets full drawn (sometimes!)
Greetings
Betz Stefan
--
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=4763
Summary: Jagged Alliance 2 Display Failures...
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan_betz(a)gmx.net
Hello,
i found a Bug in wine which makes it impossible to play Jagged Alliance II :-(
Example: The cursor ist only drawn if i "click" in the Windows (but i dont know
what i klick :-( )
another Example: The "New Game" Screen doesn't look good :-(
I will Attach some Screenshoots.
Greetings
Betz Stefan
--
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=2738
------- Additional Comments From bo(a)tveden.com 2006-07-03 11:29 -------
I am using version 0.9.9 and still have the problem. Rather frustrating!
I can confirm the experience by Kyle Davenport: To me it happens mainly with
text attachments (I don't receive emails with pdf attachments), but also
sometimes with doc-attachments
--
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=3945
------- Additional Comments From hverbeet(a)gmail.com 2006-07-03 11:28 -------
The debugstr overflow should be fixed in current git/cvs.
--
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=4752
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 11:05 -------
i tried to install the application, and actually it installs just fine, up to
the end where it crashes because of an unimplemented function in setupapi.
Everything seems to be installed fine though, and the app stsself starts fine.
When exactly do you get this crash? And btw, why do you use unace to extract the
files? If you run wine kit51ST7ARM_743_.exe, the extraction works fine as well,
and maybe
"unace e" doesn't extract the directory strucrure correctly ( but that's a guess
as i don't use unace)
--
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=4709
hans(a)it.vu.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1989 is|0 |1
obsolete| |
------- Additional Comments From hans(a)it.vu.nl 2006-07-03 10:26 -------
Created an attachment (id=2011)
--> (http://bugs.winehq.org/attachment.cgi?id=2011&action=view)
Stub for LsaEnumerateAccountRights and LsaRemoveAccountRights
Try this one instead, though it may not be the last one either.
--
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=4728
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:22 -------
What about unchecking the box in winecfg: Allow the windowmanager to conrtol the
windows. That should help in fullscreen mode as well (hopefully :) )
--
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=4762
------- Additional Comments From dank(a)kegel.com 2006-07-03 10:07 -------
Yep, still reproducible after a cvs update.
In fact, it reproduced on the first try (I had two tabs open to gmail this time,
fwiw).
I don't think I even made it off linuxtoday.com this time.
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=3950
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ulrich.windl(a)rz.uni-
| |regensburg.de
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:04 -------
*** Bug 4761 has been marked as a duplicate of this bug. ***
--
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=4761
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:04 -------
So it's really a duplicate of bug 3950. any thoughts how these conflicts might
be overcome?
*** This bug has been marked as a duplicate of 3950 ***
--
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=4761
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-03 10:02 -------
You should have also post what's before the unhandled exception:
fixme:shell:IShellLinkA_fnGetPath (0x7dcd4c50): WIN32_FIND_DATA is not yet filled.
Start a program, or open a document in the program normally used for files with
that suffix.
Usage:
start [options] program_filename [...]
start [options] document_filename
Options:
/M[inimized] Start the program minimized.
/MAX[imized] Start the program maximized.
/R[estored] Start the program normally (neither minimized nor maximized).
/W[ait] Wait for started program to finish, then exit with its exit code.
/L Show end-user license.
start.exe version 0.2 Copyright (C) 2003, Dan Kegel
Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.
This is free software, and you are welcome to redistribute it
under certain conditions; run 'start /L' for details.
wine: Unhandled page fault on read access to 0x00001148 at address 0x7b887974
(thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00001148 in 32-bit code
(0x7b887974).
fixme:dbghelp:addr_to_linear Failed to linearize address 7fc5:0000ef54 (mode 0)
So it's starting wine's start.exe whereas it should have started the start.exe
that's installed by the program. Could you try if this workaround works for you
as well (after you've installed the program):
cd ~/.wine/drive_c/MAGIX/Samplitude_V8_demo/
mv start.exe _start.exe
wine _start.exe
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-07-03 09:36 -------
Great, it worked this time. However the installer exe errors for another
exported function: LsaEnumerateAccountRights. It doesn't seem like it's a simple
fix when the exe start dealing with the NT account privillages. What's wine's
policy on NT account privillages? I know they are much different than unix
account privillages, but are they going to be shallowly mapped eventually?
--
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=4762
Summary: Repeatable crash in Firefox
Product: Wine
Version: CVS
Platform: Other
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 with wine from cvs from five or six days ago.
Install Firefox 1.5.
Install flash plugin, restart firefox.
Start firefox. Log in to gmail.com.
Open a new tab and go to slashdot.org.
In the same tab, go to Linuxtoday.com,
and visit the "IBM will not install Vista"
story. Click on the "full story" link.
Wait. Maybe reload a few times. Eventually
the browser terminates. I reproduced this
about six times this morning. Not sure what
triggers it - I couldn't come up with a reduced
recipe. I'll attach three stack dumps. I'll
also see if I can reproduce it after updating from cvs.
--
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=4732
------- Additional Comments From dan.horak(a)email.cz 2006-07-03 09:16 -------
Yes, the demo version installs OK (on my notebook) and can be started. I will
test it also on my desktop.
--
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=4724
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dmitry(a)codeweavers.com 2006-07-03 08:28 -------
The problem is that Wine now correctly creates PS_USERSTYLE extended pens, but
support on the driver's side is missing. I'll add a workaround.
--
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=4646
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-03 08:24 -------
It would be nice to have an entry for this in the appdb, even if you do not
regularly use it in 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=4662
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |batpul(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:21 -------
*** Bug 4759 has been marked as a duplicate of this bug. ***
--
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=4759
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:21 -------
Known problem.
*** This bug has been marked as a duplicate of 4662 ***
--
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=4756
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.thebardstale-
| |thegame.com/uk/
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=2400
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reiner_bielefeld(a)deichmann.c
| |om
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:19 -------
*** Bug 4758 has been marked as a duplicate of this bug. ***
--
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=4758
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:19 -------
Please search bugs before submitting identical dups.
*** This bug has been marked as a duplicate of 2400 ***
--
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=4757
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:13 -------
Known problem
*** This bug has been marked as a duplicate of 4662 ***
--
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=4662
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clintcan(a)yahoo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-03 08:13 -------
*** Bug 4757 has been marked as a duplicate of this bug. ***
--
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.