http://bugs.winehq.org/show_bug.cgi?id=23242
Summary: Windows Platform SDK 2003 installer crashes
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer works here with 1.1.36, but fails with 1.1.39 and 1.2rc3.
The symptoms vary, but one is a crash with an invalid write to 0xfdfdfd09
while extracting "PSDK-PSDK-common.0[0]..cab".
When it works, it creates a windows.h somewhere; when it crashes,
there is no windows.h (nor a lot of other stuff).
Running with +heap,+relay is probably too slow to be practical.
Better to run a bisect, but I don't have time this morning.
I was about to use it, too, so this is a dogfood bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24272
Summary: Office 2003 & 2007 installers fail on an unexpected
error
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
The Office 2007 installer fails shortly after starting while Office 2003
doesn't fail until near the end, but both are caused by this commit:
18ebf2c57610e3474876e908bccc5b61ee8d73e2 is first bad commit
commit 18ebf2c57610e3474876e908bccc5b61ee8d73e2
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Sep 2 13:20:36 2010 +0200
msi: Return an error from MsiDatabaseGetPrimaryKeys if the table does not
exist.
:040000 040000 be264c8a6e712d43fce27da5cfc48bb35eef0d63
b0099db72a2f20c8b769e54db9c17d1d626b3e79 M dlls
Reverting the commit fixes it for both.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24423
Summary: directx sdk (nov 2006) fails to install
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30791)
--> (http://bugs.winehq.org/attachment.cgi?id=30791)
+msi,+msidb
Regression caused by:
austin@midna:~/wine-git$ git bisect good
06afeec2a5cd7cf49842e9f245fc157835097a9a is the first bad commit
commit 06afeec2a5cd7cf49842e9f245fc157835097a9a
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Jul 22 11:47:13 2010 +0200
msi: Make sure properties are updated after applying a patch.
:040000 040000 be155410d0655a45f08b845d647561e15f3309ef
c8b9e932bc936360941a8a819b3bdc2d61881e98 M dlls
you can get it easily with 'winetricks dxsdk_nov2006'. When you run it, it pops
up an error saying:
'You must be logged in as an Administrator to install the Microsoft(R)
DirectX(R) SDK.'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24895
Summary: msxml4 installer crashes in 2nd dialog in
msi_dialog_create_radiobutton
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
"winetricks -q msxml4" works fine, but "winetricks msxml4" now crashes on 2nd
dialog with:
Executing wine msiexec /i /home/dank/.winetrickscache/msxml4sp3/msxml.msi
...
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored
L"Upgrade" table values
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ef0ae3b
(thread 0036), starting debugger...
Backtrace:
=>0 msi_dialog_create_radiobutton+0xab(rec=0x13a500, param=0x32f488)
[dlls/msi/../../include/wine/unicode.h:216] in msi
1 MSI_IterateRecords+0x89(view=0x139f58, count=0x0(nil), func=0x7ef0ad90,
param=0x32f488) [dlls/msi/msiquery.c:193] in msi
2 msi_dialog_radiogroup_control+0x236(dialog=0x15ab20, rec=0x14dfb0)
[dlls/msi/dialog.c:2054] in msi
3 msi_dialog_create_controls+0x81(rec=0x14dfb0, param=0x15ab20)
[dlls/msi/dialog.c:3098] in msi
4 MSI_IterateRecords+0x89(view=0x163310, count=0x0(nil), func=0x7ef03430,
param=0x15ab20) [dlls/msi/msiquery.c:193] in msi
5 MSIDialog_WndProc+0xc16(hwnd=0x90028, msg=0x0001, wParam=0,
lParam=0x32fac4) [dlls/msi/dialog.c:3126] in msi
...
msi_dialog_create_radiobutton+0xab [dlls/msi/../../include/wine/unicode.h:216]
in msi: cmpw 0x0(%ecx),%ax
216 while (*str1 && (*str1 == *str2)) { str1++; str2++; }
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24970
Summary: AcdSee Pro 3(3.0.475) not 'Custom' install crache
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Created an attachment (id=31626)
--> (http://bugs.winehq.org/attachment.cgi?id=31626)
Wine 1.3.6 console log
Run setup.
Select Trial, empty UserName and Organization.
Select 'Custom' setup type. Click "Next" and crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25361
Summary: Shatter crashes while loading a level
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=32258)
--> (http://bugs.winehq.org/attachment.cgi?id=32258)
terminal output
The game (available on Steam) crashes while loading the first level. The game
starts fine, the menu works and I can start a new game. An introductory screen
is shown, then a loading screen is displayed and the crash occurs before the
actual level loaded. Tried in virtual desktop mode and in fullscreen, too.
The game worked without the issue in Wine-1.1.43.
The result of the regression test (with 3 'skipped' steps at the end):
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
3044d734b1cd84746cc57ace8b79a156ea9391b1
776527f38f2ff89f354e49aa8df795440677376a
cd28e2be7c79644e02babb509247a453e0153390
eed9c63ac7650293523da5c8d067c74258568ba8
We cannot bisect more!
git checkout 9485f0b75680fc53a7218077cef417fad8a3aea2 >> no crash (the last
'good' commit)
git checkout eed9c63ac7650293523da5c8d067c74258568ba8 >> the game is broken
Author of the patches added to CC.
No demo available.
Fedora 14
Gnome-2.32.0
Xorg-1.9.1
Nvidia 7600 / driver 260.19.21
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26090
Summary: graphics output broken starting from 1.1.43
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Hannes.Krueger(a)uibk.ac.at
Starting with Wine 1.1.43 the graphics in a commercial scientific software is
broken. The graphics widget usually contains a 3d view, not quite sure what
kind of widget is used here.
The problem is, that basically nothing is drawn inside the widget, however some
interaction with it, sometimes brings up parts of the content (sorry sounds
weird).
I did a regression test and found the following patch to be responsible.
Any ideas how to further investigate this issue?
c29cf0591976f96c3adb30c3c3b6db59f4983251 is the first bad commit
commit c29cf0591976f96c3adb30c3c3b6db59f4983251
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Tue Apr 6 19:07:25 2010 +0200
winex11: Add support for 32-bit DDBs.
:040000 040000 73b8486e86ccd609ea2f0c8cf0c920b6ec3783dd
04bcf74196ee257fa4b8391041c627b89e6cbffe M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26838
Summary: CDBurnerXP 3.0 crashes on entering options
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/cdbxp_se
tup_3.0.116.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=34198)
--> (http://bugs.winehq.org/attachment.cgi?id=34198)
Crash log
CDBurnerXP 3.0 crashes with an assertion failure when entering the options
dialog, which didn't happen in 1.3.17. My regression test indicated:
e5c3883c923d345848315a39a090607bdddac936 is the first bad commit
commit e5c3883c923d345848315a39a090607bdddac936
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Apr 12 17:39:19 2011 +0200
comctl32: Allocate the correct amount of memory for tab items in
TAB_InsertItemT().
:040000 040000 e3c173302e8dff313595134c95a8f92235655541
609097296d3364fb2dc554d0c0b7f65c9413104e M dlls
Reverting that patch prevents the crash.
To get to the options screen, choose "create a new data-CD/RW" [etc.] from the
main menu, click through a few warnings, and then click the fifth button from
the right in the upper toolbar.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10463
Summary: Steam install MSI fails to finish
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehblunderbuss(a)gmail.com
Steam's MSI installer fails to finish, with a dialog box saying so.
Terminal output attached
Regression tested to:
a97d6556a42ed3119aaf3f312a6a436a59db9fa0 is first bad commit
commit a97d6556a42ed3119aaf3f312a6a436a59db9fa0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Nov 15 11:31:17 2007 +0100
wine.inf: Register inetcomm.dll.
:040000 040000 16f74bb7a532b8a12dcaf5d99b4ab495feb2ad25
3bacb4140a6d3c88691b28282f68181fd38e2d0d M tools
I'm fairly certain this is the one.
While regression testing, I did encounter an anomaly that showed neither the
"good" outcome, nor the failed message, so I marked that bisect as "good"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11044
Summary: Catan refuses to install
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://www.download.com/3001-7562_4-
10396066.html?spi=857b9fbd1d43b4f05aca8d8aa284f5aa
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10047)
--> (http://bugs.winehq.org/attachment.cgi?id=10047)
+msi log
Catan bombs out on install. Terminal output is below. +msi log is attached.
AppDB says this used to install under wine 0.9.46, so I'm tagging this as a
regression. I'll start running the test...
fixme:exec:SHELL_execute flags ignored: 0x00000580
fixme:advapi:CheckTokenMembership ((nil) 0x143380 0x34ec98) stub!
fixme:advapi:LookupAccountNameW (null) L"austin" (nil) 0x34db4c (nil) 0x34db44
0x34db48 - stub
fixme:advapi:LookupAccountNameW (null) L"austin" 0x146938 0x34db4c 0x144b88
0x34db44 0x34db48 - stub
fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 1 ignored
L"Shortcut" table values
err:msi:load_media_info Failed to extract cabinet stream
err:msi:ready_media Unable to load media info
err:msi:ACTION_InstallFiles Failed to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26556
Summary: StarCraft2 Editor: Icons in treeview are transparent
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kde(a)gmail.com
Created an attachment (id=33817)
--> (http://bugs.winehq.org/attachment.cgi?id=33817)
screenshot
Icons in treeview are not painted or are transparents. It looks like they are
loaded from an ImageList.
At application start up, icons are painted normally, I load a map, icons are
painted normally too, but from this moment, icons will be transparents if they
need to be repainted (if I scroll for example).
Bug video: http://www.youtube.com/watch?v=_BimUwJoMXg and screenshot as
attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17198
Summary: World Editor: Tree Component of Unit Editor doesn't
(re)draw corretly
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
Created an attachment (id=19101)
--> (http://bugs.winehq.org/attachment.cgi?id=19101)
Two Tree items are out of order in the tree component on the left side.
The Warcraft 3 World Editor has a module called Unit Editor.
This Editor displays a explorer like tree on the left side.
Sometimes it happens that it got drawn wrongly.
Forcing a redraw helps.
For example the wrongly drawn tree gets overdrawn correctly, if you move the
window out of the screen and back. Resizing the window helps too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15188
Summary: Warcraft 3 World Editor: Panels for resize are to huge.
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florianskarten(a)web.de
Created an attachment (id=15938)
--> (http://bugs.winehq.org/attachment.cgi?id=15938)
Screenshot of the trigger editor.
Between two components of the different Warcraft 3 Modules is a component which
can be used to resize the former components. These splitter components are much
to huge in the Warcraft World editor. They get drawn behind the other
components but catch clicks.
The author of bug 11718 mentioned this bug as well, but as the other bug report
is mainly about another problem I filled in this bug report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301
Summary: documentElement.ownerDocument.createElement fails
Product: Wine
Version: 0.9.53.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.5.tahtu(a)spamgourmet.com
I'm a Delphi 7.0 developer, trying to get my application to run unter Wine.
var
FXMLDocument: IXMLDOMDocument;
begin
FXMLDocument := CreateComObject(CLASS_DOMDocument30) as IXMLDOMDocument2;
MessageBoxW(0, '1', 'GetXML', MB_OK);
FXMLDocument.appendChild(FXMLDocument.createProcessingInstruction('xml',
'version="1.0" encoding="utf-8"'));
MessageBoxW(0, '2', 'GetXML', MB_OK);
FXMLDocument.appendChild(FXMLDocument.createElement('desktop'));
MessageBoxW(0, '3', 'GetXML', MB_OK);
FXMLDocument.createElement('Hallo');
MessageBoxW(0, '4', 'GetXML', MB_OK);
FXMLDocument.documentElement.ownerDocument.createElement('Hallo2');
MessageBoxW(0, '5', 'GetXML', MB_OK);
After running this code under Wine 9.0.53 on Ubuntu 7.10 I see popup message
boxes with "1", "2", "3" and "4" - but I never see the message "5".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24580
Summary: utorrent: dialog boxes no longer show
Product: Wine
Version: 1.3.3
Platform: x86
URL: http://utorrent.com
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Regression, due to:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=af7e4dbe54c688cf0f92e…
fixme:commctrl:TaskDialogIndirect 0x7bf92c, 0x7bf998, (nil), 0x7bf99c
winetricks cc580 works around it.
You can quickly get utorrent with winetricks utorrent, which puts it in
%WINDIR%, so you can run it with 'wine utorrent'..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14430
Summary: Ares: Internet browsing scrollbars do not work
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://aresgalaxy.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
The scrollbars appearing when selecting Internet browser do not work. Other
scrollbars do, though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18185
Summary: Operation Flashpoint(Game of the Year) doesn't work
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feldmann_markus(a)gmx.de
I installed this Game, which includes 3 CD's, by changing the CD'c:
wine eject d:
and then mount the next CD.
So the installation went right. But when i want to start,
there doesn't appear anything.
How can i get more debug Info's ?
Regards Markus
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26629
Summary: Atlantica Online - Unable to authenticate
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brol5(a)hotmail.com
Created an attachment (id=33897)
--> (http://bugs.winehq.org/attachment.cgi?id=33897)
Launching the game with Atlantica.exe
Hardware
- Mother board: Asus P5N73AM (with onboard Geforce 7050)
- Processor: Intel Pentium E2180
- Memory: 2GB
- DVD writer: Plextor PX820SA
- Harddisk: Seagate Barracuda ST3500418AS
Software:
- OS: Kubuntu 10.10
- Kernel: 2.6.35-28
- Special: Nvidia Driver 260.19.06
- Wine: 1.3.16 (Ubuntu build from winehq's repository)
- WineTricks: vcrun2005
It's possible to:
- Launch the Atlantica Downloader (AtlanticaDownloader.exe)
- Download the installer from the net
- Launch the installer (SetupAtlantica.exe)
- Complete the installation
- Launch the game preloader (AtlanticaRun.exe)
- Download the game updates with the preloader
- Launch the game (Atlantica.exe)
Problem:
Once the game is launched it requests for a username and password.
It seems there is some communication with the server but after that wine
crashes.
Unsuccesfully tested with:
- right username/password
- wrong username/password
- addition of 2 other harddisks in system
- addition of Geforce9400GT
- basic installation of Kubuntu 10.10
- up to date installation of Kubuntu 10.10
- wine 1.2.? (version in winehq repository)
Sucessfully tested with
- Windows XP
- Windows 7
Related:
- http://forum.winehq.org/viewtopic.php?t=11692
- Bug 22479
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23640
Summary: Naviextras Toolbox
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jguedes04(a)gmail.com
Good evening,
The program "Naviextras Toolbox" to connect a GPS MAPPY don't work in Ubuntu
10.4 LTS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22151
Summary: Gecko don´t Install at the last git version
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxdonald(a)linuxdonald.de
Created an attachment (id=27018)
--> (http://bugs.winehq.org/attachment.cgi?id=27018)
backtrace
Gecko don´t Install at the last git version
Sometimes wineboot crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24752
Summary: guitar tuner failed to run(NCH Swift Sound's Pitch
Perfect.exe)
Product: WineHQ Bugzilla
Version: 2.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kritivasrocks(a)gmail.com
Created an attachment (id=31278)
--> (http://bugs.winehq.org/attachment.cgi?id=31278)
debugger output when pitchperfect.exe crashed
the program runs fare for all versions of windows,just fails when attempted
with wine.
also i'm not clear with wine debugger much,so it can be false.
"pass" output:
start_process () at
/build/buildd/wine1.2-1.1.42/dlls/kernel32/../../include/winternl.h:1957
0x7b85852e start_process+0x4e
[/build/buildd/wine1.2-1.1.42/dlls/kernel32/../../include/winternl.h:1957] in
kernel32: int $3
Unable to open file ''
"cont" output:
start_process () at /build/buildd/wine1.2-1.1.42/dlls/kernel32/process.c:988
0x7b85852f start_process+0x4f
[/build/buildd/wine1.2-1.1.42/dlls/kernel32/process.c:988] in kernel32: movl
%esi,0x0(%esp)
"info process":
pid threads parent executable (all id:s are in hex)
0000000e 3 0000000a 'services.exe'
00000011 4 0000000e 'winedevice.exe'
>00000019 2 00000008 'pitchperfect.exe'
"next":
fixme:winedbg:be_i386_remove_Xpoint Cannot get back 84 instead of 0xCC at
00434af5
fixme:winedbg:be_i386_remove_Xpoint Cannot get back e8 instead of 0xCC at
00434aa5
Stopped on breakpoint 1 at 0x00434aa5 EntryPoint in pitchperfect
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19530
Summary: installation succeeds, running fails -- "the program
USJP has encountered a serious problem and needs to
close" (PWN Polish Dictionary)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluedzins(a)wp.pl
I try to run PWN Polish Dictionary (v.3.0) using wine. Using virtualbox
everything fine, but using wine only installation works OK. When executing
installed program I get windows program error:
the program X has encountered a serious problem and needs to close
with wine explanation below (the same dialog).
USJP -- is the name of the exe file (PWN Polish Dictionary)
The log is here:
http://bugs.winehq.org/attachment.cgi?id=22707
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18209
Summary: Bad path of "My documents"
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Hello,
There's one very annoying (yet trivial) bug in WINE:
When using clean WINEPREFIX, every standard directory is mapped to good
directory in Linux (eg. "My Videos" is mapped to "~/Video"). Only "My
Documents" directory is mapped to "~" instead of "~/Documents".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20767
Summary: Wine doesn't load any program since update
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: descent1(a)gmx.net
Since I've upgraded from 1.1.32 to 1.1.33, wine doesn't start any program
(except winecfg, notepad, regedit) for the following reason:
err:wineboot:ProcessRunKeys Error running cmd L"spoolvs.exe" (2)
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
(Only these two lines appear)
All my programs worked before (Steam, TrackMania, ...). A Downgrade doesn't
help.
I'm using openSUSE Linux 11.2 32 bit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24140
Summary: WoW: Segfault on login (Maverick)
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Since upgrading to Maverick (Ubuntu 10.04), WoW crashes on login. This is off a
clean wineprefix.
fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub!
wine: Unhandled page fault on read access to 0x34aa7821 at address 0x3ccbcd1f
(thread 0022), starting debugger...
Can't attach process 001f: error 5
Segmentation fault
Or alternatively:
wine: Unhandled page fault on read access to 0x34aa7821 at address 0x3ccbcd1f
(thread 0009), starting debugger...
Can't attach process 0008: error 5
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0xf75ab196
wine client error:9: write: Bad file descriptor
I didn't manage to get any sort of backtrace or relevant terminal output. Any
idea?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17771
Summary: Morrowind: trying to configure controls results in
freeze (reboot necessary)
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Steps to reproduce:
* launch Morrowind (wine Morrowind.exe)
* select Options
* select Controls
* left-click any of the controls to change it
* a message appears instructing to 'press any key or button' to associate to
this action
* now press any key or mouse button
* the application freezes.
After the freeze it is impossible to switch to another workspace (ALT+F2,
ALT+F3,.. does not work anymore), and no other key has any effect (not even
CTRL+ALT+BACKSPACE, nothing at all). The mouse pointer is also frozen.
The same problem also appears ingame while attacking (left-click), and walking
at the same time, especially backwards ('S' key). After some time the player is
"stuck" walking backwards, and again no input is processed anymore. Eventually
the application freezes and a reboot again is necessary.
Tried the following with no improvement:
tried using native dinput.dll and/or dinput8.dll, quarz.dll (any combination).
tried enabling/disabling DXGrab.
tried emulating a virtual desktop 800x600
tried enabling/disabling window manager decorations/windows control
tried editing Morrowind.ini to disable the DXGrab (Background Keyboard = 1)
Configuration:
PC-x86 Pentium 4, nvidia GeForce 6600, Linux 2.6.27.19, X Server 1.4.0.90,
wine git 3d35a630c4ae65fb4ab3aaf408a09051d5067b4f.
no library overrides,
Direct3D\OffscreenRenderingMode=fbo
Direct3D\VideoMemorySize=256
If you need a WINEDEBUG log, please tell me which channels/grep patterns you
need. Tried a +relay and got an incredibly huge file (even reducing to the last
5 seconds before the freeze yields a huge file).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23019
Summary: Cinema 4D R11 isn't able to start
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sayyad1n(a)yahoo.de
Created an attachment (id=28535)
--> (http://bugs.winehq.org/attachment.cgi?id=28535)
error output of wine
The installation of Cinema 4D R11 is working without a problem.
But wine isn't able to start the application and quits with a program error.
I have the same problem with Net Render which is included in Cinema 4D.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18600
Summary: Character walking animation doesn't play in Goblins4
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
URL: http://ftp4.igromania.ru/igromania/2009/5/5/Demos/Gobl
ins4_Demo.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iliotropion2006(a)yandex.ru
The game needs dlls: WMASF.DLL and WMVCORE.DLL. With them it starts and works
good. But the characters move by screen like static images. Walking animation
doesn't play.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20707
Summary: Keyboard character entry not working (Tab, Del,
Backspace are Ok)
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://brodtec.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesar.brod(a)gmail.com
CC: huw(a)codeweavers.com
This problem is better explained by the following screenshots:
http://www.brod.com.br/files/images/Captura_de_tela.png
Here keyboard input works fine (although one needs to use Alt+Key combination
instead of mouse clicks in the internal application Windows).
http://www.brod.com.br/files/images/Captura_de_tela_Zeta.png
Here the keyboard char input stops working, although TAB, Shift+Tab, Backspace,
Del, keeps working. Also notice the chars appears as vertical bars.
Here is the output of the regression testing:
brod-laptop wine-git # git bisect good
e93d3481092f7abe72cdbab066947717f5e568a0 is first bad commit
commit e93d3481092f7abe72cdbab066947717f5e568a0
Author: Huw Davies <huw(a)codeweavers.com>
Date: Mon Feb 16 12:39:15 2009 +0000
gdi32: Improve calculation of the character code text metrics.
:040000 040000 e5cb0a2165897c3ef827a49749bad19982abd0fa
28cba50e7c63699487e6e9d9d3135e825d52756f M dlls
1.1.15-51-g9d9880b is the working version before the bug
1.1.15-52-ge93d348 is the one that introduced the bug (it is still there in the
latest devel version)
I got into this bug trying to see if I could solve the "mouse clicks" problem
on internal windows (where I am forced to use the Alt+key combination instead)
Thanks for any help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22772
Summary: Microsoft Office FileFormatConverter.exe hangs
(regression)
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.swanwick(a)gmail.com
CC: gerald(a)pfeifer.com
Microsoft Office FileFormatConverter.exe in wine-1.1.37 installs, and opens
.pptx files by clicking in nautilus (not within Powerpoint).
DLL override required for PPCNVCON.EXE (in 'Microsoft Office/Office12/') =
RICHED20.dll set to native,builtin
in wine-1.1.44 it is no longer functional
Git Bisect shows:
1e3aba6e7c3207ac5e9d73ddddbde25f5d3d2994 is the first bad commit
commit 1e3aba6e7c3207ac5e9d73ddddbde25f5d3d2994
Author: Gerald Pfeifer <gerald(a)pfeifer.com>
Date: Sat Apr 24 14:11:58 2010 +0200
ole32: Remove variable res which is not really used from
CompositeMonikerImpl_Reduce.
:040000 040000 b800cea75a365fcbb2e5922477c7b051b98e2726
6de4941f3b93f585793547a0c23aaa400033500a M
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26186
Summary: WinUAE displays video garbage
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie_ryushu(a)yahoo.com
WinUAE displays horrendous output after Wine 1.3.14. The program runs, but the
screen is just a garbage filled mess. (do not ask me to do regression tests, I
do not have the time, resources and debug symbols to do them.) But under Wine
1.3.13, this was not the case.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25978
Summary: Secret of Monkey Island wants
msvcp80.dll.?classic@locale@std@@SAABV12@XZ
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
May also want:
msvcp80:??0_Lockit@std@@QAE@H@Z
msvcp80:??1_Lockit@std@@QAE@XZ
msvcp80:??Bid@locale@std@@QAEIXZ
msvcp80:?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@@Z
msvcp80:?_Getfacet@locale@std@@QBEPBVfacet@12@I@Z
msvcp80:?_Incref@facet@locale@std@@QAEXXZ
msvcp80:?_Register@facet@locale@std@@QAEXXZ
msvcp80:?id@?$ctype@D@std@@2V0locale@2@A
msvcp80:?tolower@?$ctype@D@std@@QBEPBDPADPBD@Z
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24957
Summary: 32-bit Explorer++ shows garbage in the status bar
while opening menu bar menus
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31605)
--> (http://bugs.winehq.org/attachment.cgi?id=31605)
Terminal output
Clicking one of the items in the menu bar without moving the cursor (so it
remains hovering above the menu bar item, not the menu itself) usually results
in garbage appearing in the status bar. Hovering over a different item in the
menu bar can make this garbage text change (to other garbage). Once in a while,
the status bar will be blank instead (which is the expected behavior).
The 64-bit build of Explorer++ doesn't seem to have this problem. It happens in
the 32-bit build on both WoW64 and plain 32-bit Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25291
Summary: Galcon Fusion: Music doesn't works with hardware
accelerated sound
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelytharun(a)gmail.com
If the game is started with audio hardware acceleration set to full in winecfg
instead of music there is only some weird noise playing in the background.
Setting audio to emulation works as a workaround.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27261
Summary: first build of wine fails with "/usr/bin/ld: cannot
find -lwinecrt0"
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: FreeBSD
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On FreeBSD 9, building wine fails with:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wstrict-prototypes -Wwrite-strings -Wpointer-arith -I/usr/local/include -g -O2
-o main.o main.c
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../..
-fasynchronous-unwind-tables -shared ./acledit.spec main.o -o
acledit.dll.so ../../libs/port/libwine_port.a -L/usr/local/lib
/usr/bin/ld: cannot find -lwinecrt0
winegcc: gcc failed
*** Error code 2
Stop in /home/austin/wine-git/dlls/acledit.
*** Error code 1
Stop in /home/austin/wine-git.
only the first time you run make, though. Running a second time works fine.
This is using BSD make, using GNU make works fine.
git is at 456e48efa1df91cee6149b67187812e16350c474
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26572
Summary: The 4th Coming: Deadlocks or crashes with "out of GDI
object handles" errors
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j.muehlenhoff(a)gmx.de
Created an attachment (id=33837)
--> (http://bugs.winehq.org/attachment.cgi?id=33837)
Log output when deadlock occurs
When I try to enter the game world in T4C (The 4th Coming), it usually
deadlocks with in "RtlpWaitForCriticalSection".
Sometimes it does not deadlock (setting the CPU affinity to one core in wine's
task manager helps).
In the second case it shows a progress bar and eventually enters the game
world, but the window gets destroyed quickly and the game causes lots of "out
of GDI object handles" error messages.
PS: This is not the original English version, but the German version of the
game. When I find a way to download the English version (download link seems to
be broken), I'll try that version as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27094
Summary: Lord of the Rings Online don't restores
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theodorstormgrade(a)googlemail.com
Created an attachment (id=34537)
--> (http://bugs.winehq.org/attachment.cgi?id=34537)
Wine output after the bug occures
when i start Lord The Rings Online and switch out to desktop , the game don't
restores and turn into a small quad on wine-desktop.
my output of wine is his:
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26486
Summary: Cannot run ArcGIS
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin.hoefer31(a)gmail.com
alright, I'm not really a computer guy so this will probably be a really bad
description, but I'm attempting to run arcGIS in wine, it seemed to install
fine but when i try to open the program I see the arcGIS startup screen, but
then the program crashes due to an unspecified error, if anyone wants to try
and take this one on I warn you, you'll need the arcGIS software which is
rather expensive if you don't already have it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11167
Summary: Wrong usage of GL_GENERATE_MIPMAP_HINT_SGIS
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdb(a)tdb.fi
fixme:d3d_texture:IWineD3DBaseTextureImpl_SetAutoGenFilterType
>>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from
glTexParameteri(textureDimensions, GL_GENERATE_MIPMAP_HINT_SGIS, GL_NICEST) @
../../../dlls/wined3d/basetexture.c / 193
The SGIS_generate_mipmap specification says:
Accepted by the <target> parameter of Hint, and by the <pname> parameter of
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GENERATE_MIPMAP_HINT_SGIS 0x8192
So the function call should be glHint(GENERATE_MIPMAP_HINT_SGIS, GL_NICEST).
Note however that this is a global state, not per-texture.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24024
Summary: Candy World III : Heart of Heaven Demo's setup is not
displayed properly
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://games.on.net/file/36253/Candy_World_III__Heart_
of_Heaven_Demo_v1.01
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
I haven't got a Windows desktop to tell what the setup display should look
like.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f510,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f4c4,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x15a0a0,0x15a010): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32f484,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
fixme:d3d:context_apply_blit_state Applying blit state for an offscreen target
with ORM_FBO. This should be avoided.
fixme:ddraw:ddraw7_WaitForVerticalBlank (0x12c000)->(1,(nil)): Stub
fixme:d3d:context_apply_blit_state Applying blit state for an offscreen target
with ORM_FBO. This should be avoided.
fixme:d3d:context_apply_blit_state Applying blit state for an offscreen target
with ORM_FBO. This should be avoided.
The above is repeated nearly forever unless you close the setup and then the
below is displayed.
err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x130708): UnLoad is not supported
on X11 surfaces!
err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x130708): Most likely the parent
library did something wrong.
err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x130708): Please report to
wine-devel
fixme:d3d:IWineD3DDeviceImpl_Release (0x134b80) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x130708 with type
WINED3DRTYPE_SURFACE (0x1).
I shortened parts of the above log as some repeats.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26140
Summary: comdlg32/finddlg shows an uninitialized value under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Use of uninitialised value of size 4
at mbstowcs_sbcs (mbtowc.c:95)
by wine_cp_mbstowcs (mbtowc.c:269)
by MultiByteToWideChar (locale.c:1920)
by EDIT_WM_SetText (edit.c:3661)
by EditWndProc_common (edit.c:4868)
by EditWndProcA (winproc.c:1076)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by SendDlgItemMessageA (dialog.c:1295)
by COMDLG32_FindReplaceDlgProc (finddlg.c:191)
by ??? (winproc.c:172)
by call_dialog_proc (winproc.c:263)
by WINPROC_CallProcWtoA (winproc.c:857)
by WINPROC_CallDlgProcW (winproc.c:1041)
by DefDlgProcW (defdlg.c:425)
by ??? (winproc.c:172)
Uninitialised value was created by a stack allocation
at test_param_check (finddlg.c:42)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19971
Summary: NFS: Undercover crashes upon launch
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shiruken(a)gmail.com
First bug post. Please let me know if you need anything else.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26187
Summary: Need For Speed Underground crashes
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kemaweyan(a)gmail.com
Created an attachment (id=33383)
--> (http://bugs.winehq.org/attachment.cgi?id=33383)
Console output
When I press "Next race" in the tournament, the game crashes with error. It
happens whether with NFSU 1.0 or 1.4; I also tried to use two versions of wine
- 1.2.1 and 1.3.14 - nothing changes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25163
Summary: HTML broken in OpenDiscDVD application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fahad.alsaidi(a)gmail.com
I used to use OpenDisc dvd (http://www.theopendisc.com/) without problem. From
1.3.6 I notice that browser show black colors over the list of applications.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10112
Summary: BitBlt between 8 bit color index DIBs wrong
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd14(a)hushmail.com
Created an attachment (id=8678)
--> (http://bugs.winehq.org/attachment.cgi?id=8678)
test case
BitBlt from one 8 bit DIB to another 8 bit DIB produces wrong results. I'll
attach a simple test case that illustrates the problem. What it does: creates
two 8 bit, color index dib sections with a color table where color index 1 =
red, 2 = blue, 3 = green. Then it fills first DIB with 1 (red) and second with
2 (blue). It then does a BitBlt with SRCPAINT (OR) ROP from first DIB to
second. Finally, this DIB is drawn in a window, and a hex value of the first
pixel is drawn over it for convenience.
In such BitBlt Windows, apparently, operates on DIB pixels as color index
values w/o palette lookup; 1 OR 2 == 3, so it fills destination DIB pixels with
3, and, consequently, it is displayed as a green rectangle.
In Wine, this operation works like actual RGB values (red and blue) from
palettes are getting combined, and it's displayed as a magenta rectangle.
Probably, because wine seems to convert it to truecolor pixmaps internally.
Pixels as stored in memory become zeros.
Real app affected by it: igonwin.exe in bug #201
(http://bugs.winehq.org/show_bug.cgi?id=201). I don't have other apps that use
color index dibs to test, but I think any apps that use such DIBs AND "fancy"
ROPs (XOR, AND, OR etc) may be affected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22683
Summary: Jedi Knight: Dark Forces II weapon is missing
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.filefront.com/845549/jedidemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
1. When working on on bug 22356, i found out, that there are actually two
regressions, but this one latter was hidden because of the first one. The
problem is, that the weapon is completely missing. This happens to me in
windowed mode and game's 3d acceleration not checked.
2. I did a regression test between 1.1.42 and 1.1.43:
commit e7a71e15b56d709c4623a472b0dc44ae6b336e08
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Tue Apr 6 22:20:42 2010 +0200
wined3d: Turn blit_shader color_fixup_supported into blit_supported.
:040000 040000 b1fb4a4423a6cf63f4ccf7acba0874bd73f4e33a
4f6f3e5fd4b21873bd12b9808cd14662582d1c83 M dlls
3. There is another bug report suffering from this commit, see bug 22575.
4. Revert of this patch after git checkout makes that problem go away. (Unable
to revert on top of 1.1.43)
5. Adding author of this patch to CC.
--private keyword: bisected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25774
Summary: Crysis demo: water flickering
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://www.gamershell.com/download_21700.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32846)
--> (http://bugs.winehq.org/attachment.cgi?id=32846)
save game
Very easy to see in the demo. I've attached a save game that puts you next to
the sea (though you start out near water, as well, this area has a lot more
water to see the issue easier).
Terminal only shows:
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe4b23f0) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe5ff118) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe608230) : pBox=(nil) stub
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly
yet.
wine version is wine-1.3.11-180-g856da7e, with the patch from bug 18799 to
workaround that crash.
savegame goes in:
%my documents%/My
Games/Crysis_SP_DEMO/SaveGames/default_water_flicker.CRYSISJMSF
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25251
Summary: Multi-byte characters handled incorrectly by
MSVCRT_isleadbyte()
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nagatospam(a)gmail.com
Created an attachment (id=32067)
--> (http://bugs.winehq.org/attachment.cgi?id=32067)
Possible fix
Here's a case that can be used to test with:
_mbspbrk("C:\\age\\マブラヴオルタネイティヴ\\Alternative.rio.ici", ";,|*?\"<>{}[]");
None of the Japanese characters are interpreted as multi-byte by
MSVCRT_isleadbyte() so when _mbspbrk reaches 'マ' (0x837D) it matches the '}'
(0x7D) from the match string with the second byte of 'マ'.
Only tested in Japanese locale but probably happens with others. Attached is a
simple fix that fixes the 2 games that I tested.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12894
Summary: kernel32: thread test fails in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12600)
--> (http://bugs.winehq.org/attachment.cgi?id=12600)
+thread in git
thread.c:285: Test failed: CreateRemoteThread failed, err=5
thread.c:287: Test failed: waiting for thread failed, ret=4294967295
thread.c:294: Test failed: CreateRemoteThread failed, err=5
thread.c:302: Test failed: GetExitCodeThread failed, err=87
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16822
Summary: Mass Effect: Mouse input does not work (almost
completely)
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cuchac(a)email.cz
Running Mass Effect the mouse is not working properly. In menu, there are no
"onMouseOver" or "onMouseClick" actions - keyboard navigation works well.
During gameplay the mouse clicking works well, but the mouse movement does not.
It is not a problem of mouse warping, the game does not react to mouse
movements at all.
I have tried combination of turning on/off full-screen, virtual desktop, "allow
mouse leaving" and "MouseWarpOverride". Nothing works.
It looks like the mouse action (clicks) specific to some location are not
working (button clicking), but mouse actions not related to some screen area
works - mouse wheel zooming in map screen, select sentence during dialogs....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.