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.
http://bugs.winehq.org/show_bug.cgi?id=18573
Summary: Unimplemented function
KERNEL32.dll.QueryFullProcessImageNameA
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghost_zero5(a)gmx.at
Created an attachment (id=21235)
--> (http://bugs.winehq.org/attachment.cgi?id=21235)
Log from running Patch installer with v1.1.21
Hi,
I get that error message when trying to install the v2.40.0 complete Patch
(meaning from v2.0.2 - DVD Version - to v2.40.0 and not for some version
between the DVD version) with wine 1.1.21. That still worked fine with wine
v1.0.1
So it seems to be a new bug in v1.1.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=18480
Summary: Civilization III 1.29f will not start game.
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salisowski(a)gmail.com
The game loads with wine 1.21 - game Civilization III Original with 1.29f patch
installed. It gets to the main menu, though not in full screen, and then
allows you to get to the first menu for starting a new game. It allows you to
select your options without a problem, though with a some lag. When you
attempt to continue to the next screen the wine program informs you that there
has been an error and it needs to shut down. The program then exits without
notice.
--
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=18438
Summary: Installation of ArcGIS 9.3 on Wine 1.1.21 at C:/ArcGIS
fails and exit
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yecarrillo(a)gmail.com
Created an attachment (id=21040)
--> (http://bugs.winehq.org/attachment.cgi?id=21040)
ArcGIS 9.3 on Wine 1.1.21 at C:/ArcGIS
Installation of ArcGIS 9.3 on Wine 1.1.21 at C:/ArcGIS fails and exit.
--
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.