http://bugs.winehq.org/show_bug.cgi?id=2079
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-11-03 20:04 -------
Patches submitted here tend to bit rot. I have played with this file before
its nice to see someone cleaning it up. this looks OK. Please submit the patch
to wine-patches(a)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=2077
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-11-03 19:57 -------
> you perhaps forgot to create a [mci] section in system.ini
> ^^?? what does that mean
Its for playing Audio CDs (and Mixed Mode CD,s). If you have a "No windows"
instalation then you may need to create a system.ini and put at least the
following inside
[mci]
cdaudio=mcicda.drv
Altrenatively you might get further along if you try
[Version]
; Windows version to imitate
(win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "win2k"
^^^^^^
my current guess is that it is trying to play an audio track.
--
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=2074
------- Additional Comments From stephan(a)gsklan.de 2004-11-03 13:23 -------
Here's an example of my console output:
$ wine -- cstrike.exe
ALSA lib pcm_hw.c:1055:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device
or resource busy
What I wanted Wine to do, is access the default device configured in my
~/.asoundrc instead of direct hardware access, so I could run two sounds at the
same time or do other nice things, that ALSA allows me to do.
--
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=2084
------- Additional Comments From phil(a)mail.ru 2004-11-03 10:41 -------
I did investigate this issue some time ago, and found out that the menu works if
you are using the English language. After selecting another language, The Bat!
removes the default English menubar and inserts a localized one. The method of
insertion it uses somehow prevents any further menu activity. This is true for
all versions of The Bat! from 1.62 to 2.0 and maybe newer versions.
--
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=2086
Summary: Problem drawing pixmaps since vers. 20031118
Product: Wine
Version: 20031118
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feulner.norbert(a)web.de
With version 20031016 the board of my pinball game looked ok.
With version 20031118 and above it looks like
most of the pixels of the background of my
pinball game (program is just called 'pinball.exe'
and I think it comes with NT) are not drawn at all,
and if they are, they have the wrong color.
May be it has to do with the allocation
of colors?
Loocking at a screenshot might give you
a better clue of what's going wrong.
--
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=2085
Summary: winepath no longer works
Product: Wine
Version: 20040213
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bbuades(a)dgtic.caib.es
winepath was working in wine-20031212, but now it does not work with absolute
unix paths.
It seems to be due to some changes in slash and back-slash processing in
kernel32.dll. kernel32 now does not convert unix to dos path names, so
winepath needs to implement it by itself.
If I run winepath -- -l path/to/file
I get path\to\file (ok)
If I run winepath -- -l /home/user/path/to/file
I get \home\user\path\to\file (wrong)
when I should get f:\path\to\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=2084
------- Additional Comments From rklazes(a)xs4all.nl 2004-11-03 05:11 -------
1.62r works fine here. That is with all built-in dll's.
(you can check that with --debugmsg +loaddll)
Also try upgrading wine to 20040309, at the least it solved for me a bug that
made some messages unreadable.
--
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=2084
Summary: TheBat! 1.62r can't access top menus (eg. File, Special,
Folder, Mailbox...)
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: questman11(a)mail.ru
Whenever i try to access top menus (eg. File, Special, Folder, Mailbox...) in
the main window or any other windows (eg. address book) nothing happens. So i
can't enter a valid registration key or change some settings.
I use wine 20031212 on an ASPLinux 9.2 with TheBat! 1.62r (may be downloaded at
http://www.ritlabs.com/download/the_bat/the_bat_o.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=2077
------- Additional Comments From mrsatanzfro(a)hotmail.com 2004-10-03 20:51 -------
Just thought i'd throw another few lines in, i find this error also occurs when
you using windows 95 taskman.exe and you click on the cdrom drive?
fixme:ntdll:NtDeviceIoControlFile Unimplemented dwIoControlCode=0002004
if anyone else gets the same results please let me know
--
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=2066
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040213 |20040309
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-10-03 18:35 -------
still occur on 20040309 version
log:
----
[j@laptop tmp]$ wine ie6setup.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:advapi:CheckTokenMembership ((nil) 0x4037d868 0x406bfd9c) stub!
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not correctl
y implemented! 0x41030000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x4103000
0
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x4103
0074
fixme:advapi:CheckTokenMembership ((nil) 0x40385650 0x406bf66c) stub!
fixme:dosfs:QueryDosDeviceW (L"A:") not detected as DOS device!
fixme:dosfs:QueryDosDeviceW (L"B:") not detected as DOS device!
fixme:urlmon:URLMON_DllRegisterServer (void): stub
fixme:ole:CoCreateInstance no classfactory created for CLSID {6e449686-c509-11cf
-aafa-00aa00b6015c}, hres is 0x80040150
[j@laptop tmp]$
--
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.