http://bugs.winehq.org/show_bug.cgi?id=4863
------- Additional Comments From santo.prive(a)gmail.com 2006-26-10 02:12 -------
Bug still exists in wine 0.9.22 with lotus notes 6.5.x and 7.0.x
Can someone please make a working testcase so that the patch can be accepted
--
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=6334
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Component|bug list |wine-misc
Product|WineHQ Bugzilla |Wine
------- Additional Comments From jan.wine(a)zerebecki.de 2006-26-10 01:02 -------
Please report bugs to the correct Product, next time.
--
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=6529
Summary: "Move this version"-button does not work
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/admin/editAppVersion.php
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.wine(a)zerebecki.de
The "Move this version"-button when editing an Appdb Version does not work. (At
least the one time I tested it.) Choosing a different App in the drop down box
and then using "Update Database" works, thu. That means we propably should
remove that button, 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=6528
Summary: Crazy Machines aborts silently on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://www.viva-media.com/
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The game installs more or less smoothly. It reboots,
and there are many wine console warnings during the reboot.
If you then try to run the game, it exits very quickly
without any warnings.
--
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=6525
------- Additional Comments From user_2_2_3(a)yahoo.com 2006-25-10 23:06 -------
I believe the git commit ID is:
b44ea8084d8b507ec1630d47fdcbf2f75225174a
When I tried to "Add CC" the author via the bugzilla form, I got a "Either you
misspelled it, or the person has not registered for a Bugzilla account."
--
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=6527
Summary: Zoombinis Logical Journey version 2 aborts on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://www.learningcompany.com/products/363669.jsp
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installed by doing
cd /media/cdrom
wine setup.exe
The app installs nicely, but when you try to start it up,
it quits quickly, saying
"Zoombini CD must be inserted in drive."
Slightly before that, one sees
warn:file:wine_nt_to_unix_file_name L"Zoombinis Logical
Journey(TM)Data\\Zoombini.mhk" not found in
/home/dank/.wine/dosdevices/c:/Program Files/The Learning Company
That file is actually in
/media/cdrom/DATA/zoombini.mhk
The log shows one other attempt to find the file:
trace:file:GetFileAttributesW L"Z:\\Data\\Zoombini.mhk"
I tried creating a symlink for d: and doing
cd ~/.wine/dosdevices/d:
wine setup.exe
This produced a different error message:
unable to open zoombini.mhk
trace:file:CreateFileW L"D:\\Data\\zoombini.mhk" GENERIC_READ GENERIC_WRITE
creation 3 attributes 0x80
trace:file:wine_nt_to_unix_file_name L"\\??\\D:\\Data\\zoombini.mhk" ->
"/home/dank/.wine/dosdevices/d:/Data/zoombini.mhk"
warn:file:CreateFileW Unable to create file L"D:\\Data\\zoombini.mhk" (status
c00000a2)
Why the app is trying to open it with GENERIC_WRITE, I'll
never know. Is that supposed to succeed on cd-roms?
--
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=6515
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 22:27 -------
trace:richedit:RichEditANSIWndProc hWnd 0x400a4 msg 0435 (EM_EXLIMITTEXT)
00000000 001e8480
Looks like the limit is being set to something large, and our test cases show
that it does start off at 32767 (see test_EM_EXLIMITTEXT in
dlls/riched20/tests/editor.c), so EM_EXLIMITTEXT may need to do a bit more 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=6526
------- Additional Comments From truiken(a)gmail.com 2006-25-10 22:25 -------
The RegLocator code that's needed for this is in place, but the browser we
return is winebrowser instead of the proper iexplore.exe, like it is in windows.
This is probably throwing the AppSearch action off.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6525
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 22:24 -------
Please let us know the Git commit ID of the patch that caused the regression,
and notify the author of the patch of the regression.
--
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=6526
Summary: Typing Instructor for Kids 2
Product: Wine
Version: CVS
Platform: Other
URL: http://www.individualsoftware.com/new/consumer/details/t
k2_details.htm
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer aborts with
"The installation of MDAC 2.6 SP2 requires IE4.01 SP2 to be installed on your
system. You do not have this version or higher installed on your system. The
installation will now terminate."
cf. http://community.macrovision.com/archive/index.php?t-21461.html
which shows how installers detect ie4.01 sp2.
This app is ranked 68th in software sales at Amazon today,
and was in the top 50 last week (the rankings must vary quickly).
--
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=6525
Summary: Microchip C18 compiler, fread bug?
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: user_2_2_3(a)yahoo.com
Microchip's C18 compiler (v2.40) no longer works under wine. More specifically,
when I try to compile with it, it fails claiming the code has an error on line
0 (btw, line numbering starts at 1).
I used git and found that a change to 'fread' in dlls/msvcrt/file.c back in
july was the culprit. In that patch, 'fread' was changed to use a 'while'
loop containing a '_read(file->_file,ptr, rcnt);'. Basically, 'ptr' (the
destination for the data) isn't getting updated in between successive '_read's.
In the latest source (that I've seen) this bug has mulitplied with the addition
of a 'memcpy(ptr, file->_ptr, i);' in the same loop.
A couple well-placed 'if( i > 0 ) ptr = (char*)ptr + i;' should fix this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6523
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Couldn not find Directx 9.0 |Entropia Universe: Couldn
| |not find Directx 9.0
--
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=6524
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 20:17 -------
Submitted twice...
*** This bug has been marked as a duplicate of 6523 ***
--
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=6523
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 20:17 -------
*** Bug 6524 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=6520
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 20:15 -------
Wine may be triggering the bug, but the bug belongs to Xserver...
Perhaps try reporting the problem to X.org? The bug may be due to a font on
your system or possibly your video hardware.
--
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=6518
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 20:11 -------
Hi Vitaliy,
A regression analysis to determine the patch at fault would be helpful...
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=6300
------- Additional Comments From pancha(a)mail.nnov.ru 2006-25-10 19:52 -------
It fails to work with native ATL.DLL as well - it's dying somewhere in ddraw (or
because of ddraw). That should be fixed in the first place.
--
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=4272
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-25-10 19:46 -------
If that's the case, then this bug is invalid. The setup won't work in Windows
either if you run it from another directory on the command line.
--
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=4272
------- Additional Comments From ridayah(a)gmail.com 2006-25-10 19:31 -------
Hey, I would like to confirm and pose a solution to this problem. The issue is
that you have to be in the same directory as when running the SETUP.EXE file. I
ran it first with wine /media/cdrom/SETUP.EXE and got the same error, however
changing directory to /media/cdrom then running wine SETUP.EXE got it to work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6522
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-25-10 18:42 -------
It looks like a duplicate of bugs #2863, #4107, #3499, #3960 and #3751 but the
original bug has been marked fixed as of Wine 0.918.
--
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=6521
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-25-10 18:32 -------
This is not a Wine bug, but a bug in the Wine package you are using. Please
report the problem to your package manager.
If you need help, send a message to wine-users(a)winehq.org but please give at
least these infos :
- Wine version (wine --version)
- messages in console
--
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=4891
nonno.cicala(a)libero.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
------- Additional Comments From nonno.cicala(a)libero.it 2006-25-10 17:29 -------
I don't mind if Wine crashes with the ebuild, I only need to add it 1 line, I
just thought that Wine shouldn't crash if the "./configure --libdir" option
isn't =/usr/lib but /usr/lib32 .
If it's right to make Wine depend on --libdir=/usr/lib , it would be nice to
remove that option from the configure script, or someone else could waste hours
trying to understand what's 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=6524
Summary: Couldn not find Directx 9.0
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tytanick(a)gmail.com
hi i have small bug with game "Entropia Universe" (free mmorpg)
i try to run game, but when i click LUNCH i recive this:
Renderer creation error: Could not find DirectX 9.0 which is required to run
Project Entropia. Please install DirectX 9.0 or later.
So what should i do to run this game which need at least dX 9 ?
(i use Linux - Gentoo)
--
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=6523
Summary: Couldn not find Directx 9.0
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tytanick(a)gmail.com
hi i have small bug with game "Entropia Universe" (free mmorpg)
i try to run game, but when i click LUNCH i recive this:
Renderer creation error: Could not find DirectX 9.0 which is required to run
Project Entropia. Please install DirectX 9.0 or later.
So what should i do to run this game which need at least dX 9 ?
(i use Linux - Gentoo)
--
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=6522
Summary: Lotus Notes R5 crash due attempts to attach a file
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patricio_vidal(a)yahoo.com
Hi...
When I try to attach a file to an email (Using Lotus Notes 5.0.11), the
system crash, I don't nknow if it's a wine's version issue (0.9.23) about this
(I use win98 as default windows platform).
My Linux Version is 2.6.15 (Ubuntu Dapper release)
Thank's in Advance
I
--
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=3084
------- Additional Comments From Speedator(a)gmx.de 2006-25-10 15:59 -------
This "workaround" is well-known. But this doesn't work out of the box, that's
the 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=3084
------- Additional Comments From crazyshoter(a)gmail.com 2006-25-10 15:45 -------
I found the solution :
wine SteamTmp.exe SelfUpdate "C:\Program Files\Steam\Steam.exe" 14
Steam will resume the update and it will work. Remember : NEVER minimize any
Steam's window ! Just close 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=6450
------- Additional Comments From romain.iehl(a)gmail.com 2006-25-10 14:38 -------
i can confirm this bug, it's fairly old, i had this problem around february
2006, and was using Alsa. I dont have deus ex installed any more, so can't test
the OSS fix.
--
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=6340
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|website-bugs |wine-msxml
Product|WineHQ Apps Database |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=6521
Summary: No text in Wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i.marti-vidal(a)uv.es
Hello everybody,
I'm having a big problem with the fonts when I run wine. I'm running FC3 and I
have installed wine with YUM.
During the installation, everything went fine, but when I ran "winecfg", I got
the window with NO TEXT in it. The buttons appeared empty, with no content.
When I ran "wine notepad" it could execute the notepad, but the window of the
notepad also appeared with no text in the menu bar.
I've searched a lot in the web trying to find a solution to this problem. I've
installed the packages "cabextract" and "fontforge", hoping it would solve the
problem, but the problem persists.
I've also searched the "Fonts" directory defined in the "system.reg",
"user.reg", and similar files, and everything is allright there.
I need your heeeeelp!! PLEEASE!!
Cheers,
Ivan
--
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=6520
Summary: crash xserver on shutdown
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pdevries(a)ebw-electronics.com
Starting with wine 0.9.21 or 0.9.22, running wine causes my X server to crash when I shut it
down. The sequence could be:
--log into X (startx)
--run some stuff
--run some wine stuff
--quit wine
--run some other stuff
--log out of X
The X server always crashes on logout. Sometimes, it crashes so badly that I cannot get a
console back at the computer, but have to remotely restart the computer. (ssh from another
computer still works.) The only way I can shut down X without risking the need to reboot is to
goto a console (while X is running) and "kill" the X session.
This has spanned my changing from slackware 10.2 to 11.0. It also:
-- is window manager agnostic (either KDE or icewm).
-- happens whether I use my own compiled wine, or the binaries provided by Adam Schreiber.
-- happens with both the "via" driver and the "vesa" driver.
-- running various applications under wine.
I'm not too much of a programmer, but I can try to provide other help if asked.
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=6519
Summary: Wine blacks out rotated font bitmap
Product: Wine
Version: 0.9.23.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike_knichel(a)yahoo.com
I am a teacher using a gradebook on windows called Easy Grade Pro. The view is
similar to a spreadsheet. The assignments come up in the top row. They are
rotated bitmaps and currently blacked out if I run Easy Grade Pro in Wine.
I appologize for my newbieness with linux. I just wanted to report this in the
hopes that someone can fix it. I like linux, but for teachers to switch over,
some things *must* work. Gradebook software under linux is almost non existent.
Thanks in advance.
Mike
--
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=6518
Summary: Open PerlIDE crashes on startup
Product: Wine
Version: CVS
Platform: PC
URL: http://sourceforge.net/projects/open-perl-ide/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression, download, source
Severity: major
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
PerlIDE.exe immediately crashes on the start-up, as soon as it opens it's main
window. It starts with wine-0.9.16
--
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=6517
------- Additional Comments From mikkosorri(a)hotmail.com 2006-25-10 06:44 -------
(From update of attachment 3928)
sorry, file name has no extension..
--
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=6517
Summary: mouse cursor isn't in the right place when page layout
tool is selected in coda finale 2005
Product: Wine
Version: 0.9.23.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikkosorri(a)hotmail.com
Mouse cursor points to wrong place in menus when page layout tool is selected. I
think the problem has something to do with sub-menus in finale's menus. It's
strange, but the problem is only with the page layout tool. If some other tool
is selected, everything is 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=6515
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|edit buffers get cut off |Remedy ARS: edit buffers get
| |cut off
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 05:23 -------
The buffers are dynamically allocated. TEXT_LIMIT_DEFAULT is the default limit
to the amount of text in the buffer, but the program can increase it.
So the question is, is the default limit wrong, or is the program trying to
change it and the request being ignored for some reason?
Can you attach a +richedit trace to 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=6516
Summary: wine can't show scandinavian letters in jazztext-
extended font in coda finale 2005
Product: Wine
Version: 0.9.23.
Platform: Other
URL: http://bugs.winehq.org/show_bug.cgi?id=380
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikkosorri(a)hotmail.com
wine cant's use the jazzfont-extended correctly. I need scandinavian letter's
but wine can't show them. wine shows an empty box instead. I tried to write to
bug 380. http://bugs.winehq.org/show_bug.cgi?id=380
--
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=380
------- Additional Comments From mikkosorri(a)hotmail.com 2006-25-10 04:58 -------
Created an attachment (id=3922)
--> (http://bugs.winehq.org/attachment.cgi?id=3922&action=view)
bug with jazzfont-extended
wine cant's use the jazzfont-extended correctly. I need scandinavian letter's
but wine can't show them. wine shows an empty box instead. picture1 is from
wine. picture2 is screenshot from a pdf file created in finale 2005 in winxp.
--
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=6515
Summary: edit buffers get cut off
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mteske(a)imagnos.com
the program ARS (Action Request System by Remedy) obviously uses big edit boxes
for displaying texts. Unfortunately they are cut off under wine.
This can be fixed by increasing
#define TEXT_LIMIT_DEFAULT 32767
to something bigger.
Why not make this dynamically allocated?
--
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.
Can you please provide the .msi file?
>Also, can you please attach a *full* +msi,+msidb log. The log attached is
>missing the first half or so.
I can email you the full log and .msi file, the log is too big to upload to
bugzilla compressed.
_________________________________________________________________
Try Search Survival Kits: Fix up your home and better handle your cash with
Live Search!
http://imagine-windowslive.com/search/kits/default.aspx?kit=improve&locale=…
http://bugs.winehq.org/show_bug.cgi?id=6514
Summary: Delorme AAA MapNGo 6 install fails
Product: Wine
Version: 0.9.23.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wowbagger(a)sktc.net
With a fresh build and install of wine, attempting to install Delorme AAA MapNGo
6.0 gives a repeatable crash.
It *looks* like the installer is attempting to install OLEAUT32. It looks like
the installer then tries to use the DAO3032 DLL it also installed, and that dies
somewhere in OLEAUT32.
Setting the system to force OLEAUT32 to be built-in only does not seem to help
--
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=6510
------- Additional Comments From nminkov(a)abv.bg 2006-24-10 18:47 -------
The uncompressed log file is 135 MB. Any suggestion how to transmit 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=6510
------- Additional Comments From nminkov(a)abv.bg 2006-24-10 18:40 -------
I am not able to upload file bigger than 1 Mb. The zipped version is 3.3 MB. The
7zip-ed file is 1.3 MB.
--
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=6482
------- Additional Comments From T.Bonner(a)freesurf.ch 2006-24-10 18:11 -------
Just did some investigation in my software, and it seems to be the function
ChoosePixelFormat (followed by SetPixelFormat). This part is some kind of dead
code, not needed and still remaining from earlier versions. I've removed it and
now it's working. The function was to initiate some opengl hardware (and there
came the problem from without an installed graphics driver from nvidia).
Following is the obsolete code part:
ZeroMemory (&pfd, sizeof (pfd));
pfd.nSize = sizeof (pfd);
pfd.nVersion = 1;
pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_DOUBLEBUFFER;
pfd.iPixelType = PFD_TYPE_RGBA;
pfd.cColorBits = 24;
pfd.cDepthBits = 16;
pfd.iLayerType = PFD_MAIN_PLANE;
printf ("calling ChoosePixelFormat...\n");
iFormat = ChoosePixelFormat (hDC, &pfd); /* <--- wine bug here */
printf ("calling SetPixelFormat...\n");
SetPixelFormat (hDC, iFormat, &pfd);
--
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=6510
------- Additional Comments From nminkov(a)abv.bg 2006-24-10 18:11 -------
Created an attachment (id=3920)
--> (http://bugs.winehq.org/attachment.cgi?id=3920&action=view)
Detailed Debugging
WINEDEBUG=+relay,+snoop wine setup.exe
The file output is 150 Mb, so only the last 320 lines arew attaced. This time
the setup has finished with error message box:
TITLE: Visual Web Developer 2005 Express Edition Setup
MESSGAE: A problem has been encountered while loading the setup components.
Canceling Setup.
[OK 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=6510
------- Additional Comments From truiken(a)gmail.com 2006-24-10 18:04 -------
NM, I can't do anything unless I see a +relay,+msi trace:
WINEDEBUG=+msi,+relay wine setup.exe >& relay.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=6012
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From truiken(a)gmail.com 2006-24-10 17:42 -------
Oops, this is not a multi-disc install. Can you please provide the .msi file?
Also, can you please attach a *full* +msi,+msidb log. The log attached is
missing the first half or so.
--
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=6083
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-24-10 16:31 -------
The trial of Heredis 8 starts indeed fine, fixed by Jacek's patch, so resolving
fixed. Nicolas, please reopen bug if you still run into trouble using current
git, or next wine-release
--
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=3236
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ead1234(a)hotmail.com
------- Additional Comments From truiken(a)gmail.com 2006-24-10 15:16 -------
*** Bug 6012 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=6012
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-24-10 15:16 -------
Duplicate.
*** This bug has been marked as a duplicate of 3236 ***
--
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=6513
Summary: License Agreement in seperate window (Steam) doesn't
work
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speedator(a)gmx.de
You can show the License Agreement of Steam(which is shown correctly) in a
seperate window via button. But only Wine Wordpad is loaded without text in it.
No related output.
--
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=5079
------- Additional Comments From truiken(a)gmail.com 2006-24-10 15:09 -------
Looking at your log, you need to put a copy of mfc42.dll in windows/system32
before running the installer. Please do that and try again with latest 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=6482
------- Additional Comments From T.Bonner(a)freesurf.ch 2006-24-10 15:07 -------
Just installed a freshly suse-10.0-distro (out of the box), but without any
additional 3d hardware support (nvidia,ati), I think only the standard mesa-3d.
I didn't had this problem when a 3rd-party graphics driver with 3d-support was
installed.
--
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=4181
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-misc
------- Additional Comments From truiken(a)gmail.com 2006-24-10 15:03 -------
Please attach a +relay log. "Internal Error 0x80040707" means "dll function
call crashed" in installshield. Changing component to wine-misc till we can see
a log and find out what's causing the 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=3488
------- Additional Comments From joakim(a)bildrulle.nu 2006-24-10 13:31 -------
Created an attachment (id=3917)
--> (http://bugs.winehq.org/attachment.cgi?id=3917&action=view)
Error log running MapleStory.exe with wine
Running "wine MapleStory.exe" I first get a dialog with
<<
nProtect Game Guard Update
Resolving
Retry & Cancel buttons
>>
and after that another dialog saying:
<<
GameGuard: Initialized Failed (114)
ok 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=6480
------- Additional Comments From Ademan555(a)gmail.com 2006-24-10 13:15 -------
I have this same problem. What it is (at least for me) is that the render
target (what the refraction is rendered to) is being put in the skybox, for God
knows what reason... I figure somehow some texture names(identifiers, indexes,
or whatever you want to call them) got mixed up...somehow... Maybe they are
managing render targets and textures separately (which with FBOs isn't the way
to go) Also, i've also been wondering if wine-directx USES FBOs or uses
PBUFFERS or whatever they were (the context switch was reportedly so bad i just
never touched them)
I took a few screenshots with Print screen, but they're too big to upload, i'll
downsize them and upload them, just not right now
cheers
-Dan
--
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=3236
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adi.l(a)bluewin.ch
------- Additional Comments From truiken(a)gmail.com 2006-24-10 12:59 -------
*** Bug 6467 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=6467
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-24-10 12:59 -------
According to the log, we're looking for at least one more cd. Duplicate.
*** This bug has been marked as a duplicate of 3236 ***
--
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=6506
------- Additional Comments From mike(a)codeweavers.com 2006-24-10 10:38 -------
Actually, I'd rate this bug as either "normal", or possibly "minor".
In the scheme of things it's quite insignificant. There's no unrecoverable data
loss, the application doesn't crash immediately, and it definitely doesn't
prevent further development/testing of Wine. You haven't proved that the
problem doesn't occur simply because there's different limits on handles in
Windows and Wine, so it still may be a bug with Emule itself.
Please don't waste further time arguing. You're simply annoying me, and likely
other Wine developers. That's not a good way to motivate people to work on the
problem you want solved.
--
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=6506
------- Additional Comments From zthg4821(a)gmail.com 2006-24-10 10:27 -------
Thanks for taking the time to respond Mike.
> For Wine, 'critical' means "Wine does not start at all on my platform.
That's not what your Bugzilla says:
-----------
Severity
This field describes the impact of a bug.
Blocker Blocks development and/or testing work
Critical crashes, loss of data, severe memory leak
Major major loss of function
Minor minor loss of function, or other problem where easy workaround is
present
Trivial cosmetic problem like misspelled words or misaligned text
Enhancement Request for enhancement
-----------
Let's see how bug 3063 fares against that definition of "critical":
* "crashes" - Check!
* "loss of data" - Check!
* "severe memory leak" - Check!
Please don't let the officially given definitions be of inconvenience. Feel free
to ignore them when, for example, the situation threatens to delay the release
of a Codeweavers or TransGaming product or otherwise put a dent in revenue or
tie up company resources. As the accountants and shareholders will tell you,
Wine's significant deficiencies when used with a single (as far as you know)
application just isn't worth the expense to fix. :)
> There are native applications such as Amule which can replace emule's
> functionality, so I have a hard time to believe that this is stopping you
> from doing something.
I'm surprised to hear such reasoning coming from a Wine dev. If you really want
to go there then you must concede that ~99% of popular Windows applications (not
just eMule) can be substituted with native *nix apps for ~99% of users. Most
people don't use Wine because they have no other choice, they use it because
they want to use the applications they most prefer. So when users reach for Wine
they expect it to work. It's disingenuous to place part of the blame on the user
for daring to use Wine for what it was designed to be used for.
--
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=6512
Summary: power-tab-editor freezes at end of a song
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miste78(a)web.de
The program Power-Tab-Editor (http://www.power-tab.net/guitar.php) freezes at
end of a song and wine must be restarted. For MIDI Output I use timidity++
2.13.2 ; Midi-Through does not work..
This is the message when closing the wine window:
fixme:winmm:MMDRV_Exit Closing while ll-driver open
An other bug:
To start playback of a Power-Tab-File one have to klick:
play
pause
pause
I use wine 0.9.23 and had the same problems with earlier 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=5379
mikolaj.zalewski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus(a)gmx.de
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2006-24-10 08:00 -------
*** Bug 3232 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=3232
mikolaj.zalewski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2006-24-10 08:00 -------
Technically it's #5379 which is the duplicate of this bug but anyhow it's now fixed
*** This bug has been marked as a duplicate of 5379 ***
--
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=3961
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-misc
Summary|Installshield error |Motorola V3 application
| |fails to install
------- Additional Comments From truiken(a)gmail.com 2006-24-10 05:17 -------
This is definitely not an msi bug. Rikardo, can you please attach a
+seh,+tid,+relay log? Please don't paste the output into the bug report.
--
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=6163
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-shdocvw
------- Additional Comments From truiken(a)gmail.com 2006-24-10 04:30 -------
fbf23b40-e3f0-101b-8488-00aa003e56f8 is InternetShortcut in shdocvw. Correcting
component.
--
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=6467
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
------- Additional Comments From truiken(a)gmail.com 2006-24-10 04:25 -------
Can you please attach a +msi 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=6510
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-misc
Keywords| |download, Installer
------- Additional Comments From truiken(a)gmail.com 2006-24-10 04:23 -------
A backtrace would be helpful.
--
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=6511
Summary: asio4all, and openasio unfinable by MiniHost.exe (vst
hosr application)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zonger(a)pcez.com
using
Fedora 5 kernel 2.6.17 wine circa 9/23/06
famous vst host application minihost opens after 2 error messages, saying 'asio
driver unavailable, app shutting down', and 'menus out of range'. The gui is
drawn, but only after quitting those two messages, (loading pauses for each of
them), and I can then choose a vst instrument, which loads normally, mouse
presses show on the apps virtual keyboard, but asio is not located, even when
installed -everywhere-. My mAudio24/96 soundcard midi ports are selectable, and
new vst apps can be loaded, just no sound, or visual sighting in qjackctl. Alsa
is chosen in wine configuration, and I cd to Program*Files, and type wine
MiniHost.exe to begin the process.
-sssooo00 very close to getting at those juicy Vsts!!! (read 'holy
grail!!!)Tested with vsts 'claw',
'Synth1' 'SuperwaveP8, minimogueVA...happy hunting!
(as an aside, I also precisely duplicate the Savihost bug, where a dll fails to
function, after being requested)
--
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=6510
Summary: Wine crashes during unpacking of MS Visual Studio
Express Edition 2005
Product: Wine
Version: 0.9.23.
Platform: PC
URL: http://go.microsoft.com/fwlink/?linkid=57037
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nminkov(a)abv.bg
Obtain Visual Web Developer 2005 Express Edition from:
http://go.microsoft.com/fwlink/?linkid=57037
Create a fresh copy of drive_c. Set system default to win XP from winecfg.
Install IE 6 SP1 (please, note that IE installs, but does not work. Only a blank
window appears and request to install Gecko. I have set the libraries described
into wine app db for IE to native). Mount the image of VS. Change directory to
mounted image. Run wine setup.exe. Installer starts to unpack the files and when
finished about 95 % crashes to debug prompt.
Info:
platform: AMD 64 3000+
OS: Gentoo AMD 64
--
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=3573
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alfeno(a)gmail.com
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-24-10 01:31 -------
*** Bug 6509 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=6509
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-24-10 01:31 -------
Please search for duplicates first next time.
You could also have found that this has been already reported by looking at
Winrar's AppDB page : http://appdb.winehq.org/appview.php?iVersionId=2668
Thanks
*** This bug has been marked as a duplicate of 3573 ***
--
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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-24-10 01:29 -------
Created an attachment (id=3913)
--> (http://bugs.winehq.org/attachment.cgi?id=3913&action=view)
World of Warcraft Crash information via wine
THREE separate console/debugger outputs for THREE separate crashes.
World of Warcraft hangs for a few moments, console outputs a bunch of
information, and then game stops.
It took me a while, but I got 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=6453
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://ww1.microchip.com/dow
| |nloads/en/DeviceDoc/mp743.zi
| |p
--
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=6482
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.geocities.com/tho
| |mas_r_bonner/fract/fract.htm
Summary|Crash in unknown application|Apollonian Spheres Fractal
| |crashes
------- Additional Comments From mike(a)codeweavers.com 2006-23-10 21:24 -------
Thanks for the download link. I downloaded the software and ran it, but I can't
make it crash. Can you add instructions for making it 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=6508
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)codeweavers.com 2006-23-10 21:07 -------
Portability is good. I've marked this as an enhancement. We'll probably accept
patches to fix portability issues, but you might be hard pressed to find
somebody to work on this other than yourself...
--
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=6506
------- Additional Comments From mike(a)codeweavers.com 2006-23-10 21:02 -------
For Wine, 'critical' means "Wine does not start at all on my platform.
Your bug is a 'normal' bug because emule starts and runs for a while. It may be
critical for you because you use emule, but since it seems to be emule specific,
it's not critical for Wine.
We have many bugs where an applciation won't even install or start. Are they not
more important that Emule, that starts and seems to run for a decent amount of
time??
There are native applications such as Amule which can replace emule's
functionality, so I have a hard time to believe that this is stopping you from
doing something.
--
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=6503
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|WoW Installer Psycho |WoW Installer progress bar
|Modality |always on top
--
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=6501
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|can't use fcitx |Chinese input with fcitx
| |(XIM) crashes programs
------- Additional Comments From mike(a)codeweavers.com 2006-23-10 20:53 -------
Please attach a trace with +x11drv,+imm to this bug. eg.
WINEDEBUG=+x11drv,+imm wine yourprog.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=6474
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 19:21 -------
closing
--
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=6474
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 19:19 -------
Dupe
*** This bug has been marked as a duplicate of 5826 ***
--
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=5826
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 19:19 -------
*** Bug 6474 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=6474
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WONTFIX |
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 19:18 -------
The requirements are as follows:
Your kernel needs to support nptl
Your kernel headers need to support nptl
Your libc needs to support nptl.
In Slackware version 11, you need to install, kernel-2.6 and kernel-headers-2.6
if you are compiling wine. The default libc already supports nptl. The default
2.4 kernel DOES NOT support NPTL, nor is Pat going to patch it to have it right
now. The way to go is to use kernel 2.6 properly!
This is a DUPE, do not change the status. Reopening to fix.
--
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=6474
blacklight86(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From blacklight86(a)gmail.com 2006-23-10 18:54 -------
May there be a way of solving the problem without recompiling glibc and without
migrating to 2.6.* kernel? Considering that distros like Debian and Slackware
still use 2.4.* kernel by default, I guess I'm not the only user with this
problem. Now I'm trying with a pre-compiled version for my distro and it still
doesn't 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=6474
blacklight86(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From blacklight86(a)gmail.com 2006-23-10 18:46 -------
Now I'm using Slackware 11.0 with kernel 2.4.33.3 (the latest kernel of 2.4.*),
even formatting my hard disk, but the problem with Wine persists...
I just would like to know if it's just a problem with Slackware or with the
2.4.* kernel.
--
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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-23-10 18:00 -------
Note:
When I run "winedbg [wow.exe location]", once I try going in with my character,
I get:
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x09db2abd).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:09db2abd ESP:0034fbf8 EBP:0034fc1c EFLAGS:00210217( - 00 RIAP1C)
EAX:0000000e EBX:00000000 ECX:00000003 EDX:00000000
ESI:00000000 EDI:0034fc38
Stack dump:
0x0034fbf8: 0000000e 080a2620 00000000 0034fbf8
0x0034fc08: 09db3879 0034fef8 09db4b74 09db50d8
0x0034fc18: 00000000 0034fd90 09db468b 00000000
0x0034fc28: 0000000e 080a2638 080a2008 07771148
0x0034fc38: 7ccabc1a 001a4f18 00000001 7eff5280
0x0034fc48: 00000000 00000001 0034fc80 7efd82a8
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119
Backtrace:
=>1 0x09db2abd (0x09db2abd)
2 0x09db468b (0x09db468b)
3 0x09db3fc3 (0x09db3fc3)
4 0x006ca1c3 in wow (+0x2ca1c3) (0x006ca1c3)
5 0x00421022 in wow (+0x21022) (0x00421022)
6 0x00420bf1 in wow (+0x20bf1) (0x00420bf1)
7 0x0040411e in wow (+0x411e) (0x0040411e)
8 0x7eebf48f in kernel32 (+0x4f48f) (0x7eebf48f)
9 0xb7e36387 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7e36387)
0x09db2abd: repe movsl (%esi),%es:(%edi)
I am not trying to debug with OpenGL as apparently the Direct3D performance is
supposed to better and I also experience the NVidia flickering 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=4947
------- Additional Comments From guowenzhong(a)yahoo.com 2006-23-10 17:55 -------
Yes, they are still present (in the same way). No changes from 0.9.10.
--
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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-23-10 17:53 -------
I just compiled the latest GIT version, and it came out as 0.9.23
Will test using it anyway once I get sound working with 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=6508
Summary: wine cannot compile with icc
Product: Wine
Version: 0.9.23.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: queen.killer(a)seznam.cz
I attach compile log in next post. If you don`t support icc then ignore this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4947
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2006-23-10 16:17 -------
Yes, the root of the problem are bugs in TrackMouseEvent (at least that's in the
case of MagicISO but I'd expect with this app it's the same) - the patches
didn't get into wine 0.9.23 so you will need to use the Git version or wait for
wine 0.9.24 to have is fixed.
Is the problem with incorrect toolbar lengths still present?
--
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=6500
------- Additional Comments From gabriobarbieri(a)gmail.com 2006-23-10 15:34 -------
you can download silkroad online at
http://www.silkroadonline.net/dataroom/download.asp
well, if you cant connect to server it means you cant play at all, so i guess it
kinda blocks it..., besides that, installation takes place just fine.
and no, it isnt a duplicate of http://bugs.winehq.org/show_bug.cgi?id=3947.,
because it installs perfectly, and starts to run normally, it just says that it
cant connect because servers are probably undergoing inspection or something
like that, but that isnt true, so that is the problem...maybe it has something
to do with the nProtect gameguard!?? i dont really 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=6083
------- Additional Comments From Da.TemPLaR(a)gmail.com 2006-23-10 15:29 -------
After reading the 8th comment of the bug 6151, I think that the bug 6083 and the
bug 6151 are related.
--
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.
you can download silkroad online at
http://www.silkroadonline.net/dataroom/download.asp
well, if you cant connect to server it means you cant play at all, so i
guess it kinda blocks it..., besides that, installation takes place just
fine.
http://bugs.winehq.org/show_bug.cgi?id=6083
------- Additional Comments From Da.TemPLaR(a)gmail.com 2006-23-10 15:22 -------
The same error occurs while trying to execute the game "Rose Online" alias "Rose".
URL : http://www.roseonlinegame.com/Pds/Down.asp
Summary : Rose Online can't start : "Could not obtain OLE control window handle"
When executing the file named "RoseOnline.exe" which is installed by the
Installer of the game named "Rose Online", a window pop-up with the message
"Could not obtain OLE control window". Running in a virtual desktop don't change
anything.
My wine version is : Wine 0.9.23
( gamer@Boulaymix:/usr/games/WinGames/Program Files/Rose$ wine --version
Wine 0.9.23 )
Output returned when executing ROSEonline.exe :
" gamer@Boulaymix:/usr/games/WinGames/Program Files/Rose$ wine ROSEonline.exe
fixme:shdocvw:PersistStreamInit_Load (0x16d518)->(0x176040)
fixme:shdocvw:WebBrowser_QueryInterface
(0x16d518)->({376bd3aa-3845-101b-84ed-08002b2ec713} 0x6bfc88) interface not
supported
fixme:shdocvw:OleControl_OnAmbientPropertyChange (0x16d518)->(-1)
fixme:shdocvw:OleObject_Close (0x16d518)->(1) "
Debian version : testing/unstable
Version installed :
"Package: wine
Status: install ok installed
Priority: optional
Section: otherosfs
Installed-Size: 41415
Maintainer: Scott Ritchie <scott(a)open-vote.org>
Architecture: i386
Version: 0.9.23~winehq0~ubuntu~6.06-1"
--
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=6506
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2006-23-10 15:11 -------
Closing.
--
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=6506
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-23-10 15:10 -------
Yuri, this is ridiculous. Wine developer "practices" cannot possibly be
considered a "bug". If there's a bug in the Bugzilla software, file away, but
that's not even close to what this is. You're not doing those 141 voters any
favors by abusing this system. If you have a problem that you want to talk
about, bring it up in wine-users. Bugzilla is for reporting and managing
*software bugs*.
> please clarify what should be done to resolve situations where a bug is
wrongly classified
Wait till someone comes along that agrees with you and has the privileges to
change the classification.
--
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=6506
zthg4821(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|CLOSED |UNCONFIRMED
Component|wine-binary |misc-bugs
OS/Version|Linux |All
Product|Wine |WineHQ Bugzilla
Resolution|INVALID |
Summary|Socket/file handle leak |Poor bug severity
| |classification practices
------- Additional Comments From zthg4821(a)gmail.com 2006-23-10 14:58 -------
Reopening. This is a Wine Bugzilla QA issue and it remains unaddressed: Why will
you not mark as "critical" a bug with multiple confirmations that is clearly
"critical" by Wine Bugzilla standards?
Since last March several users have been requesting in bug 3063 for that bug to
be reclassified as "critical", but that request has been ignored. Because of
this it would seem that commenting in the bug itself isn't the proper (or
adequate) channel for resolving such a matter, and that is why I filed this new
bug. If you still believe this to be an abuse of Bugzilla, then please clarify
what should be done to resolve situations where a bug is wrongly classified, and
explain why the Severity field is being treated inconsistently in the case of
bug 3063.
--
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=6500
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From juan_lang(a)yahoo.com 2006-23-10 14:34 -------
Not a blocker, please read severity description. Is there a download url for
the app?
--
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=6507
Summary: Counter-Strike:Source starts in 3D software more
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sciamano(a)iwcdesign.com
Counter-Strike:Source does not use 3D Hardware acceleration, but uses 3D
software mode only. Wine Version 0.9.23 running on an Intel-386-based-PC with
NVidia graphic card and Nvidia drivers 1.0-8774
--
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=6505
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 13:07 -------
You don't need to use prefix for running a local copy. After you finish with
"make" you'll see a shortcut to wine in the base directory. Just call that, and
everything will be linked up properly. winedbg is in the programs 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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-23-10 13:04 -------
Well, I've earmarked this bug as VERY high priority for getting solved, so I
will be trying this out ASAP.
I have myself and my girlfriend (and likely many others!) waiting for WoW to be
platinum in Wine. ;)
I am very familiar with the compile process in linux, so I just need to be told
any wine-specific deviations.
Looks like --prefix will work just dandy to put together a temporary tester copy
to start with.
Will go with defaults for the time being. I will post an update at my first
crash - if any...
--
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=6505
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 13:01 -------
"make" inside this build directory builds wine right where you are
"make install" copies it into the system
So as for "./configure" you'll likely not need any options, but that is always
dependent on your system. Just try without at first. And do execute "make
depend" just like it asks after configure.
The reason I'm asking to see it against the current tree is because there were a
couple serious hanging bugs fixed since the last release. And as for any bug, it
is hard to tell where you are coming from without some digging, and maybe a
backtrace.
--
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=6506
------- Additional Comments From zthg4821(a)gmail.com 2006-23-10 13:01 -------
I'm not demanding that you fix the bug immediately, I'm merely asking you to
follow your own guidelines and properly classify the severity bug 3063. It meets
the criteria for "critical" severity, so why is it not marked as such?
--
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=2057
------- Additional Comments From zthg4821(a)gmail.com 2006-23-10 12:56 -------
I confirm that the scrolling is working and multi-line text seems rendered
properly in eMule 0.47c under Wine 0.9.23. It doesn't quite autoscroll all the
way to the bottom, more like 50-60%, but it can be *manually* scrolled the full
length of the content now, so it's definitely progress.
--
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=6506
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2006-23-10 12:55 -------
Closing.
--
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=6506
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-23-10 12:55 -------
Invalid. Yuri, no amount of poking or prodding will make any Wine developer
suddenly say, "Aha, I think I'll work on bug 3063 today because he *really*
wants that bug fixed." We all have a lot of items on each of our TODO lists
that we have to get to first. If any one of the 141 voters for bug 3063 wants
to take a look at it, they're more than welcome to. Stop abusing Wine's
bugzilla...we already have enough bugs to sort through.
--
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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-23-10 12:54 -------
Yeah, which is what I figured I would do.
What options will I have to pass to configure to ensure it just builds into the
same 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=6505
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 12:51 -------
winedbg wow.exe -opengl
You can build wine locally and not have to bother with making a package. Run it
from the build 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=6506
Summary: Socket/file handle leak
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zthg4821(a)gmail.com
Since it consistently causes the application to crash, please bump the severity
of bug 3063 (http://bugs.winehq.org/show_bug.cgi?id=3063) to "critical". The bug
has been lingering untouched by Wine devs since 2005-06-21 and nobody has
answered multiple requests to change the Severity to an appropriate level.
Please, this issue hasn't receieved the proper attention and needs to be
addressed already. 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=6502
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 12:50 -------
What I'm trying to do is confirm the problem. Tell me for both ATI and NVIDIA
drivers if they have the problem and whether the registry key to disable the
extensions fixes either.
Note: The AppDB page actually says GL_ARB_vertex_buffer_object, so I need to
differentiate the 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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-23-10 12:46 -------
How do I run the game IN the debugger?
When is the next release snapshot of wine coming out? I'd really rather not
have to maintain two copies of wine on one system...
(Do I have to maintain a separate windows directory for each wine installation,
or can I point them all to just one?)
(Whole reason why I switched from gentoo to Ubuntu...)
--
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.
; Object reference not set
X-Bugzilla-Reason: AssignedTo
http://bugs.winehq.org/show_bug.cgi?id=922
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-23-10 12:43 -------
http://www.elektroda.net/download/pafiledb.php?action=download3&id=586
is yet another installer that fails with same error. It's a small download.
(passweord you can get from this page:
http://www.elektroda.net/download/file586.html)
Increasing severity a bit as this bug seems to be present in quite some
installers....
--
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=4947
------- Additional Comments From guowenzhong(a)yahoo.com 2006-23-10 12:41 -------
I noticed changes to toolbar.c in 0.9.23's changelog, so I upgraded to see if it
would fix things. However, it made things even more bizarre.
With 0.9.23, the button will become "unhighlighted" about 0.5 seconds after the
mouse lands on the button, even if the mouse is still on the button, *unless*
the mouse has moved (still on the button though), in which case there is another
0.5 seconds of being "highlighted". This is the same in IE6. However, if the
mouse leaves the button *and* toolbar during the 0.5 seconds, the button will
stay "highlighted", as in 0.9.22.
I don't know which bug triggered this patch to toolbar.c, but it seems like the
root of the problem is still not 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=6502
------- Additional Comments From atrauzzi(a)gmail.com 2006-23-10 12:38 -------
I'm kind of hoping for a solution within wine, not a workaround. Although I
have heard of this registry fix working for some people (check the appdb page).
--
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=3063
------- Additional Comments From zthg4821(a)gmail.com 2006-23-10 12:31 -------
I've also run eMule for weeks on end under Windows 2000 and XP with no problems,
as *many* eMule users do regularly. Considering that there haven't been reports
on eMule's site relating to this bug occurring under Windows, and that *every*
user of eMule under Wine experiences this bug, this bug must be specific to
eMule under Wine. Bumping up the Linux socket limits does prolong the onset of
failure, but it still fails eventually no matter what is done.
Damjan: For the sake of thoroughness I'll try your test app to get some numbers,
but please post the source code. 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=6502
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 11:24 -------
Is this problem apparent on your nvidia card? Warcraft III uses fixed pipeline
TCL, and WoW appears to use GL_ARB_vertex_shader. In that try this:
Run regedit, browse to HKLM\Software\Wine\OpenGL (You may need to create this key)
Create a string called "Disabled Extensions". Set the value to
GL_ARB_vertex_program.
See this https://bugs.freedesktop.org/show_bug.cgi?id=8250
Note, I also a have a "problem" with flickering model textures or missing parts
in Warcraft III, but I have always thought it was related the mesa driver. If
you are seeing it on an nvidia card, then the mesa bug is invalid, and both are
probably caused by a wine 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=5846
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 11:12 -------
Like I said above, the main reason for virtual desktop is for debugging. If the
game is not specifically designed for windowed mode through an in-game option
you're out of luck. However, that said, it could be possible for a mouse grab
option specifically for virtual desktop mode, if someboday wants to do 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=6503
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 11:07 -------
Hmmm, another progress bar problem? Try unselecting "Allow the window manager
to control the windows" in winecfg graphics tab.
--
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=6504
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 11:05 -------
I don't think it's specific to registering just certain mice buttons. I think we
got a problem with registering custom (keyboard) buttons in certain games in
general. In that, what is said about it in bug 6323 is probably related, or a
dupe if it's the same 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=6505
------- Additional Comments From the3dfxdude(a)gmail.com 2006-23-10 10:59 -------
Run the game in the debugger, winedbg, and when it locks up, alt-tab or
whatever, hit ctrl-c in the debugger, and attach backtrace information here.
Also, run it with latest CVS/git tree.
--
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=3797
------- Additional Comments From loptosko(a)gmail.com 2006-23-10 10:42 -------
Great!
I'm really looking forward to new version.
--
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=6502
------- Additional Comments From atrauzzi(a)gmail.com 2006-23-10 09:04 -------
Hm. Fancy that. Running Warcraft III: Frozen Throne in opengl mode produced a
MUCH better game. But I'm not implying the two games are related, just that I
guess Bliz had a different priority for WoW.
I guess if getting the DirectX emulation optimized for WoW would produce better
results, I'm all for that. It'll no doubt have payoffs for other DX
applications 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=6505
Summary: WoW Random Crashes
Product: Wine
Version: 0.9.23.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atrauzzi(a)gmail.com
Wine 0.9.23 from Ubuntu repository.
* No manual registry entries.
* No custom patches applied.
* No original version of Windows.
System 1
Ubuntu 6.06LTS
* NVidia GEForce 6600GT AGP 128MB
* AMD Athlon 64 2800 Socket 754
* ABit KV8 Pro
* 1.5GB PC-3200 DDR RAM
System 2
Ubuntu 6.06LTS
* ATI Radeon 9800 PRO 128MB
* AMD Athlon XP 3200+
* ABit NF7-S V2.0 (NOT NF7-S 2)
* 1GB PC-3200 DDR RAM
World of Warcraft 1.12.1 (5875) (Release)
* Launched using: "wine 'C:\Program Files\World of Warcraft\Launcher.exe'"
Description:
WoW randomly hangs. Video simply stops working, system is not locked however.
ALT-Tab still works, display manager still present. Window can be dragged using
the gnome window-drag meta.
Steps:
Play WoW for an unspecific duration.
Notes:
This problem is present on both ATI and NVidia hardware.
It will be difficult to troubleshoot this given that wine's debugging output
causes the game to be unplayable enough to prevent getting to this point.
--
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=6504
Summary: WoW Mouse Bindings
Product: Wine
Version: 0.9.23.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atrauzzi(a)gmail.com
Wine 0.9.23 from Ubuntu repository.
* No manual registry entries.
* No custom patches applied.
* No original version of Windows.
Ubuntu 6.06LTS
* NVidia GEForce 6600GT AGP 128MB
* AMD Athlon 64 2800 Socket 754
* ABit KV8 Pro
* 1.5GB PC-3200 DDR RAM
World of Warcraft 1.12.1 (5875) (Release)
* Launched using: "wine 'C:\Program Files\World of Warcraft\Launcher.exe'"
Description:
I can't bind actions to extra mouse buttons like back & forward.
Steps:
While in WoW, enter the keyboard bindings configuration dialog. Attempt to
assign an action to the browse-back or browse-forward buttons of a mouse. This
problem likely extends to mice with more buttons as well.
Notes:
xev DOES recognize the buttons being pressed.
--
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=6503
atrauzzi(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
--
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=6503
Summary: WoW Installer Psycho Modality
Product: Wine
Version: 0.9.23.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atrauzzi(a)gmail.com
Wine 0.9.23 from Ubuntu repository.
* No manual registry entries.
* No custom patches applied.
* No original version of Windows.
Ubuntu 6.06LTS
* NVidia GEForce 6600GT AGP 128MB
* AMD Athlon 64 2800 Socket 754
* ABit KV8 Pro
* 1.5GB PC-3200 DDR RAM
World of Warcraft 1.12.1 (5875) (Release)
* Launched using: "wine 'C:\Program Files\World of Warcraft\Launcher.exe'"
Description:
Progress bar dialog forces itself on top of ALL windows on ALL desktops.
Frustrating as it causes inadvertant cancels.
Progress bar dialog cannot be moved using the gnome hotkey for grabbing and
moving windows.
"Next CD" dialog appears beneath the progress bar dialog, almost unnoticeable
save for a bit of border.
Steps:
Begin an installation of WoW and attempt to change focus to other windows. Hope
that you don't press "C" when the "Next CD" dialog pops up, or you'll cancel out
a 4 CD install (grr)!!
When the "Next CD" dialog pops up, notice how it shows up beneath the progress bar.
--
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=6502
------- Additional Comments From hverbeet(a)gmail.com 2006-23-10 07:27 -------
> o Obviously it is desirable to be able to run WoW in OpenGL mode as opposed to
> DirectX as it offers an opportunity to greatly improve performance.
Not particularly. WoW's OpenGL renderer isn't that good.
--
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=6502
Summary: World of Warcraft - NVidia flicker & display bug.
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atrauzzi(a)gmail.com
Wine 0.9.23 from Ubuntu repository.
* No manual registry entries.
* No custom patches applied.
* No original version of Windows.
Ubuntu 6.06LTS
* NVidia GEForce 6600GT AGP 128MB
* AMD Athlon 64 2800 Socket 754
* ABit KV8 Pro
* 1.5GB PC-3200 DDR RAM
World of Warcraft 1.12.1 (5875) (Release)
* Launched using: "wine 'C:\Program Files\World of Warcraft\WoW.exe '-opengl"
Problem:
When WoW is run using OpenGL mode, a problem with flickering graphics presents
itself. On my machine, I have also noticed that there is no 3D graphics
anywhere at all. The only thing rendered on the screen are UI controls, menus
and other 2D visuals.
Steps:
Run WoW using the command line above. Issue is right away noticeable.
Notes:
o A workaround patch was created by someone who seemed to understand the
problem. The following link will offer a copy of it, however the WoW appdb page
contains a posted copy of it as well:
http://rapidshare.de/files/36686174/wow_patch_nvidia_flicker_fix_0.9.23.dif…
o I have included a screenshot which obviously won't depict the flickering
issue, but does exhibit the missing 3D visuals.
o Obviously it is desirable to be able to run WoW in OpenGL mode as opposed to
DirectX as it offers an opportunity to greatly improve performance.
--
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=6483
thomas(a)haeber.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Summary|Vokabeltrainer shows an |Vokabeltrainer shows an
|error dialog |wine-error 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=6501
Summary: can't use fcitx
Product: Wine
Version: 0.9.23.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crackevil(a)gmail.com
I can't input chinese by fcitx.when I put focus on the input box , press
ctrl+space to activate fcitx input method, the running program died over
there.It's not some particular program's bug. I tested several different program
just like qq2006, flashget, filezilla,etc,they all died.I think it's just wine's
bug.At the same time, version 0.9.22 will be ok at such situations.
--
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=6453
------- Additional Comments From vincent.bregeault(a)eleves.ec-nantes.fr 2006-23-10 06:02 -------
Oops, I just closed all the error windows and finally, it works.
I just can't compile with C30, I get many errors like that:
c:\windows\temp/ccSaaaaa.s: Assembler messages:
c:\windows\temp/ccSaaaaa.s:35: Error: rest of line ignored; first ignored
character is `e'
c:\windows\temp/ccSaaaaa.s:59: Error: unknown pseudo-op: `.
...
And I can't see this ccSaaaaa.s, it is deleted before.
Would it not be worth telling to launch MPLAB in a virtual desktop window in the
AppDB ?
--
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=6499
------- Additional Comments From ben(a)atomnet.co.uk 2006-23-10 05:04 -------
Explosions are there, it's just the "explosions" (can't think of a better word
for it) that are supposed to be on the beach from the ship (as I said, it would
be a screenshot of nothing). I've noticed other things seem to be missing, minor
effects from gunfire and such that you may not even notice are missing if you've
not played the Windows version.
--
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=6453
------- Additional Comments From vincent.bregeault(a)eleves.ec-nantes.fr 2006-23-10 04:46 -------
Sorry for being late. I took 1 holiday vacations.
I just got one more error message in a window:
Failed to initialize legacy language suite with CLSID
{12421eb7-4f43-a0d4-830a-f8d0eea8e231}
[the same ID as as the error in the command line]
Are there anything more I can 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=5846
------- Additional Comments From ben(a)atomnet.co.uk 2006-23-10 04:42 -------
That is probably true actually but it renders Virtual Desktop mode useless for
some games then (although not so much of an issue for Generals now as the
keyboard works in fullscreen 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=6499
------- Additional Comments From ben(a)atomnet.co.uk 2006-23-10 04:41 -------
Erm, attach a screenshot of what? lol. That would be kinda pointless considering
you can't SEE the explosions, there is litterally nothing there. The guys
running along the beach just appear to be flying into the air randomly (because
you don't see the explosion). You can occasionally see some of the dust or dirt
fly up around where the explosion (I think explosion may be the wrong word) but
most of the time you don't see anything.
--
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=5846
------- Additional Comments From hverbeet(a)gmail.com 2006-23-10 03:41 -------
As mentioned above, if you're running the game fullscreen in a virtual desktop,
this probably isn't a valid bug. It's really up to the game to keep the mouse in
its window in that case, and since the game thinks it's in fullscreen mode it
probably doesn't bother.
--
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=6499
------- Additional Comments From hverbeet(a)gmail.com 2006-23-10 03:38 -------
Could you attach a screenshot? Last I tried the game the explosions in the intro
were visible.
What's nasty about this game is that it seems to take different render paths
based on the gfx card's PCI ID though. For example, the white/green terrain
issue only occurs (occured? haven't tried lately) if you pass a PCI ID for a
GF6xxx or higher, if you pass a GF5xxx ID it looks correct.
--
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=6500
Summary: silkroad online cant connect to server
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriobarbieri(a)gmail.com
installing silkroad online works perfectly but when running it, always says that
it cant connect to server. Without that you cant use it at all
--
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=5150
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From the3dfxdude(a)gmail.com 2006-22-10 22:38 -------
Indeed, if this is a bug in the demo, invalid.
--
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=6210
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From b.buschinski(a)web.de 2006-22-10 20:01 -------
oh sorry my bad
I mixed up the svn revisions
it works 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=5846
------- Additional Comments From ben(a)atomnet.co.uk 2006-22-10 18:48 -------
No, the game thinks it is in fullscreen mode, it's just running in a Wine
Virtual 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=6499
------- Additional Comments From ben(a)atomnet.co.uk 2006-22-10 18:46 -------
Not that I'm aware of. The game had quite a few more issue previously but now
it's easier to focus on the smaller things now that they are 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=6210
------- Additional Comments From hverbeet(a)gmail.com 2006-22-10 17:45 -------
Well, that's odd. As far as I know the upsidedown setting should now behave the
same as it did before the original ActiveRender cleanup. Does enabling /
disabling the pbuffer setting make any difference with current git?
--
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=5846
------- Additional Comments From hverbeet(a)gmail.com 2006-22-10 17:38 -------
So in windows the mouse stays within the game screen in windowed mode, but in
wine it doesn't? In that case the bug isn't about virtual desktop 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=5526
------- Additional Comments From Hubmasterflex(a)hotmail.com 2006-22-10 17:14 -------
How can I apply the patch that was attached by Stefan? I seem to have trouble
applying it to 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=6410
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-shdocvw |wine-tools
Resolution| |DUPLICATE
------- Additional Comments From jacek(a)codeweavers.com 2006-22-10 16:20 -------
Duplicate of bug 6494
*** This bug has been marked as a duplicate of 6494 ***
--
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=6494
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rocketjet314(a)yahoo.com
------- Additional Comments From jacek(a)codeweavers.com 2006-22-10 16:20 -------
*** Bug 6410 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=3504
------- Additional Comments From grold(a)natsolint.com 2006-22-10 16:15 -------
i have the same environment
Ubuntu 6.10 (Edgy Eft), glibc-2.4, wine-0.9.22
LANG=ru_RU.UTF-8, LC_* are not set, locale-gen is done.
and have this problem too. the same problem on my dapper machine (Ubuntu 6.06,
wine 0.9.9)
my "locale" output:
LANG=ru_RU.UTF-8
LANGUAGE=ru_RU:ru:en_GB:en
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=
--
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=6494
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-shdocvw |wine-tools
------- Additional Comments From jacek(a)codeweavers.com 2006-22-10 15:57 -------
This is a widl bug. widl currently supports typelib only on 32-bit little-endian
systems. shdocvw.tlb imports stdole2.tlb, so compilation depends on correct
stdole2.tlb 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=6490
------- Additional Comments From hans(a)it.vu.nl 2006-22-10 15:04 -------
Confirming, it crashes because SetupGetSourceFileLocationA is not
implemented. I'll have a look.
--
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=5846
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |enhancement
------- Additional Comments From the3dfxdude(a)gmail.com 2006-22-10 11:08 -------
Not true. I have a game that locks the mouse in virtual desktop mode.
The problem is virtual desktop is not a windows feature, so it is really up to
each game to decide whether to use mouse grab. Many obviously don't because they
don't know that they are windowed. Virtual desktop is really meant for debugging
anyway. You should use the game how it is designed in fullscreen mode.
DXGrab has been deprecated a long time, and didn't really work anyway other than
on a few ddraw apps (in fullscreen even!). This is really a request for an
enhancement at this point.
--
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=6499
Summary: Command and Conquer Generals (Zero Hour) explosions are
invisible
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
The explosions in the game (i.e. the ones from the ship firing on the shore in
the menu) are invisible. I believe this is (somehow) related to vertex shaders.
--
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=5828
------- Additional Comments From ben(a)atomnet.co.uk 2006-22-10 09:38 -------
This makes Generals rather hard to play so I'm adding a bounty of "a drink"
(beer, lager, etc, just not expensive wine :p) to whoever fixes this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5846
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From ben(a)atomnet.co.uk 2006-22-10 09:33 -------
"Have you enabled the apropriate mouse grab option in winecfg?"
This option doesn't seem to do anything anymore and it seems the mouse is NEVER
locked to the Wine virtual desktop anymore so it seems like this bug is a little
more severe.
--
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=5827
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ben(a)atomnet.co.uk 2006-22-10 09:32 -------
Fixed as of CVS. Whoever fixed it gets a drink on me.
--
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=5691
------- Additional Comments From mike(a)codeweavers.com 2006-22-10 08:17 -------
The patch may have some technical problems, or need a test case to show that it
will not cause regressions in other programs.
--
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=5691
------- Additional Comments From dragoran(a)feuerpokemon.de 2006-22-10 08:10 -------
whats going on here?
why can't a bug gets fixed when there is a patch that fixes 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=4891
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)codeweavers.com 2006-22-10 01:40 -------
If the ebuild adds stuff that crashes wine, then that *is* Gentoo's 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=6498
Summary: Window show slowly in Chinese language interface with
SCIM input method
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ioadong(a)126.com
I am using FC5 and the LC_LANG is zh_CN.UTF8. I've install wine via the FC5's
yum mechanism.All the window running in wine show slowly ,which can't be abided
with.
When the SCIM is killed,the speed of the window showing is 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.