http://bugs.winehq.org/show_bug.cgi?id=17046
Summary: GCC/cygwin can't compile executables
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://cygwin.com/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 12721
austin@austin-desktop /cygdrive/c/cygwin
$ cat hello.c
#include <stdio.h>
main()
{
for(;;)
{
printf ("Hello World!\n");
}
}
austin@austin-desktop /cygdrive/c/cygwin
$ gcc -o hello hello.c
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe: cannot
execute binary file
Nothing useful in wine's output, just:
fixme:ntdll:NtQueryVolumeInformationFile 0x1c: volume info not supported
fixme:advapi:ImpersonateLoggedOnUser (0xd8)
Running as.exe on its own looks like 12721, so may be a dupe of bug 12721.
Either way, compiling programs is pretty important, so I think it deserves its
own 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=14311
Summary: No scroll bars in steam Steam store tab
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://steampowered.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
CC: jacek(a)codeweavers.com
Created an attachment (id=14591)
--> (http://bugs.winehq.org/attachment.cgi?id=14591)
Steam output
Steam Store and Community tabs no longer have vertical scrollbar. Some times it
appears but are out of range and don't react to mouse scroll wheel. However
after refresh scroll bar disappears.
This is regression and caused by this patch:
commit 19be7d620d31de34fd86d5faa3895bebf6818659
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Jun 30 21:37:56 2008 +0200
mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag.
Attached is the part of the Steam output when hitting refresh button on the
Store tab. update_hostinfo line was added to print requested flags.
--
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=20212
Summary: AutoCAD 2009: unimplemented function
dwmapi.dll.DwmGetTransportAttributes
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=23837)
--> (http://bugs.winehq.org/attachment.cgi?id=23837)
Big red A
I'm using Wine-1.1.30 on Fedora 11 32 bit. The problem is that when i click on
big red A letter, the application hangs, but pop up menu should appear.
--
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=20130
Summary: CDRoller: Can't start because debugger is detected.
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.cdroller.com/htm/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
Created an attachment (id=23710)
--> (http://bugs.winehq.org/attachment.cgi?id=23710)
Log of installation & first start.
CDRoller installs fine but can't start because it detect a debugger.
Tested with Wine 1.1.29 in Linux Ubuntu 2.6.31-10-generic (Karmic Koala Alpha).
--
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=19932
Summary: Orange Box web browser scrolling messed up
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
This is a regression from 1.1.28 to .29.
Oh joy: the Orange Box Store browser (first page up) now has scroll bars.
Alas: they're messed up!
On loading the browser seems to flicker between top and bottom of the
scrollable page, and when mousing over the scroll bars the scrollable tag
flickers from top to bottom.
Page Up / Page Down used to work, but now it looks like something is repeatedly
forcing the screen to the end of the page: can page up, but after a couple of
seconds the display is scrolled to the bottom again.
--
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=19819
Summary: Small bug in TranslateCharsetInfo
Product: Wine
Version: 1.1.28
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grschneider(a)gmail.com
TranslateCharsetInfo (dlls/gdi32/font.c:2596) works on an array FONT_tci of
size 32 and may access this array with the index 32 - out of bounds.
The loops in lines 2602 and 2605 first acces the array with an incremented
index and check afterwards, this may lead to the described behaviour. The order
access then check has to be swapped in those three cases to fix this. C won't
access the arrays then because of lazy evaluation.
Example loop:
2602 while (PtrToUlong(lpSrc) != FONT_tci[index].ciACP && index <
MAXTCIINDEX) index++;
index = 31, 31 < 32 (true), 31++, FONT_tci[32].ciACP -> crash
Can't provide a patch atm, I hope this description is enough.
--
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=19702
Summary: Atlas der Schweiz does not start anymore
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
CC: m.b.lankhorst(a)gmail.com
I maintain "Atlas der Schweiz" in Wine AppDB, see here:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=7963
I noticed that starting with wine-1.1.26 the application can lo longer be
started via the start menu but crashes with an error message. Interestingly,
the application can be started when using the following command in a terminal:
env WINEPREFIX="/home/ronny/.wine" wine
"C:\\PROG~1F2\\AdS2\\AdS2_Map2D\\AdS2.exe"
I did a regression test and the result was:
f27d88e16fe0292d3efa7dac8966a0b612e62e6d is first bad commit
commit f27d88e16fe0292d3efa7dac8966a0b612e62e6d
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Sun Jul 12 20:11:55 2009 +0200
winealsa.drv: Add support for indirect read/write in directsound support.
Allows pulseaudio to use the idsdriver interface, making it almost as
fast as using native pulseaudio calls for as far as directsound is
concerned. Prevents the creation of separate winmm feeder threads.
:040000 040000 b1f0046a4a3e5bd01940590deb289dc88b51bee7
1b818c85052c5351c569da754e4571090bd57f56 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=19468
Summary: SimCity 4 Deluxe is showing an error messages when
starting
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: jaimerave(a)gmail.com
Created an attachment (id=22629)
--> (http://bugs.winehq.org/attachment.cgi?id=22629)
Error dialog
When you try to open simcity 4 Deluxe edition, it show an error telling you:
----------------------------------
|Hardware Driver Error |
|Could not initialize Direct draw |
----------------------------------
After you clic OK the game will start normally.
This is what is show in the console:
fixme:system:SystemParametersInfoW Unimplemented action: 94
(SPI_GETMOUSETRAILS)
fixme:d3d_caps:IWineD3DImpl_FillGLCaps Received unrecognized GL_VENDOR Tungsten
Graphics, Inc. Setting VENDOR_WINE.
fixme:win:EnumDisplayDevicesW ((null),0,0x32efd8,0x00000000), stub!
fixme:d3d_caps:IWineD3DImpl_FillGLCaps Received unrecognized GL_VENDOR Tungsten
Graphics, Inc. Setting VENDOR_WINE.
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef24,0x00000000), stub!
Looks like wine do not support my video card. Is an Intel X4500HD. Driver 2.8.0
git version.
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series
Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
This is over Wine 1.1.26 and Ubuntu 9.04.
--
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=19188
Summary: [Close Combat Iv][CC4] All versions fail to launch
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
URL: http://download.cnet.com/Close-Combat-IV-Battle-of-the
-Bulge/3000-7483_4-10034642.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nugrud(a)gmail.com
Created an attachment (id=22185)
--> (http://bugs.winehq.org/attachment.cgi?id=22185)
WINE's output from launching unpatched retail full game of CC4
Be it a demo, full retail version and fully patched game of Close Combat IV
fail to launch under wine. In the demo and full patched version the Windows
dialog boxes appear:
"Close Combat encountered an internal error at address [here addres] and will
now exit.
Game version: [here version]"
The cd retail version crashes wine without any such dialog (wine output
attached).
To reproduce the bug with demo install it and run 'wine CC4.exe'.
--
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=19091
Summary: Missing background in Civilization 4 main menu.
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=22035)
--> (http://bugs.winehq.org/attachment.cgi?id=22035)
Screenshot in Ubuntu
Check the attached pictures.
Using Ubuntu 9.04. No Compiz activated.
Video: 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series
Chipset Integrated Graphics Controller (rev 07)
--
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.