http://bugs.winehq.org/show_bug.cgi?id=29599
Bug #: 29599
Summary: eRacer demo: screen too dark
Product: Wine
Version: 1.3.37
Platform: x86
URL: http://www.fileplanet.com/60483/60000/fileinfo/eRacer-
Online-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 38348
--> http://bugs.winehq.org/attachment.cgi?id=38348
+xvidmode log
The screen is so much dark in eRacer that you can hardly see anything.
This bug affects Eurofighter Typhoon too (from the same developer: Rage
Software).
The screen stays dark after exiting the game and I have to restore the original
gamma of the screen by 'xgamma -gamma 1.0'.
I tried to take screenshots of the problem, but interestingly, the brightness
of the screenshots is correct, and every detail on the screenshots is visible.
Steps to reproduce the problem with the demo:
1. Install the demo as usual.
2. Remove/rename intro.avi from eRacer/Gui/Avi. Start the game by eracer.exe.
3. Text is missing from the game (bug #29598). In the menu press the down arrow
once, so the 2nd option is selected and press <Enter>, then press <Enter> again
on the next screen. The race should be started. In mid-game you can notice that
most of the textures (the environment) are so dark that you can barely see
anything.
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.3
--
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=19969
Summary: 2weistein + ElDorado: y and z switched with German
keyboard/locale
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: hoehle(a)users.sourceforge.net
I'm using the German version of both apps below, with LANG=de_DE.UTF-8 typical
of a German locale and a German keyboard with Ubuntu Intrepid. One
particularity of the German keyboard is that Y and Z are switched.
2weistein is entirely driven by mouse except in the savegame dialog. There, z
and y are switched (as if I were using a US keyboard) when entering the file
name.
El Dorado (German localised version) uses the y key to run. I must press the z
key (between t and u) instead (in both the configuration menu and during game
play).
The bug about 2weistein also occurs with MacOS X.5.7, XQuartz 2.3.3.2 and
Apple's German keyboard.
Many other apps work fine.
I thought Wine had code to sort-of revert the locale-dependent keyboard mapping
(like dosbox). 2weistein is surprising, since one would not expect it to use
low-level scancodes or similar in basically a file requester -- and it
originates from Germany, so it undoubtfully works well in a German MS-Windows.
Maybe the default code page selection does not work correctly? I also own a
very old French title ("Kiyeko et les voleurs de nuit"; it says "win3.1
minimum") that supports 5 European languages and starts in English even with
LANG=fr_... (the French locale files are installed on the Ubuntu system). I
wrote no bug report so far because I couldn't test yet how it starts in
MS-Windows.
--
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=30755
Bug #: 30755
Summary: gdiplus tests fail if stix fonts present
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
On Centos 6, "make test" causes (among others) the failures
runtest -q -P wine -M gdiplus.dll -T ../../.. -p gdiplus_test.exe.so
~/wine-git/dlls/gdiplus/tests/font.c && touch font.ok
...
font.c:396: Test failed: Expected 0, got 3
font.c:397: Test failed: got NULL font collection
make[1]: *** [font.ok] Error 2
/home/dank/wine-git/tools/runtest -q -P wine -M gdiplus.dll -T ../../.. -p
gdiplus_test.exe.so /home/dank/wine-git/dlls/gdiplus/tests/graphics.c && touch
graphics.ok
...
graphics.c:1978: Test failed: Expected 00000000, got 00000010
Unhandled exception: page fault on read access to 0x00000048 in 32-bit code
(0x6834d776).
Backtrace:
=>0 0x6834d776 get_log_fontW+0x16() in gdiplus (0x0032f8c8)
1 0x68358d57 get_font_hfont+0xf6() in gdiplus (0x0032f9f8)
2 0x6835d1cd GdipDrawString+0x26c() in gdiplus (0x0032fb78)
3 0x71cb8763 test_GdipDrawString+0x232() in gdiplus_test (0x0032fc38)
4 0x71cc5c45 func_graphics+0xb84() in gdiplus_test (0x0032fd18)
...
Looks like
GdipNewInstalledFontCollection() which calls
EnumFontFamiliesExW() which calls
add_font_proc() which calls
GdipCreateFontFamilyFromName()
and is failing because the latter function somehow chokes on the stix fonts
(http://stixfonts.org) bundled with centos 6.
Doing
sudo chmod 000 /usr/share/fonts/stix
works around the problem.
--
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=30957
Bug #: 30957
Summary: Unhandled exception: page fault on read access to
0xffffffff in segmented 32-bit code
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chiszp(a)hotmail.com
Classification: Unclassified
Created attachment 40618
--> http://bugs.winehq.org/attachment.cgi?id=40618
backtrace, log
I'm attempting to install Protel Advanced Schematic v3.0 (old software, viewing
setup.exe in a hex editor see references to a Borland installer).
Running 'wine setup.exe' crashes after clicking 'Full Install'. Log included in
attachment as requested.
Disassembling at the crash location 0x1027:0x0508, the instruction appears to
be:
testl 0xffffffff,%fs:0x200
but the crash suggests wine is attempting to read from address 0xffffffff,
rather than treating it as a literal value (a signed -1).
--
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=27800
Summary: NFS U1: Incorrect name of the game controller (wheel)
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
I was asked by Lucas Fialho Zawacki to make some comparison of my wheel between
WinXP and Wine. I took Need for Speed Underground 1 for the tests:
Options -> Controller -> Controller Setup -> "2nd column":
WinXP says: "Wheel"
Wine says: "Joypad"
Tested with:
* wheel "Logitech Wingman Formula Force GP"
* wine-1.3.24-174-g4b4dd30.
--
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=24079
Summary: VSphere Client 4.1: Unable to connect to server
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://vsphereclient.vmware.com/vsphereclient/2/5/8/9/
0/2/VMware-viclient-all-4.1.0-258902.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vince(a)marsters.co.uk
Created an attachment (id=30288)
--> (http://bugs.winehq.org/attachment.cgi?id=30288)
output log when run from a command line
Once installed and dotnet30 installed using winetricks the application runs but
when you enter the server IP, username and password of the ESXi server and
click login there is a connecting message which eventually changes 'Connection
Failed' along with a popup "vSphere Client could not connect to 'server ip' The
server took too long to respond (The operation has timed out)"
--
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=12664
Summary: Game Craft after selecting Pilot
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11224
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kur1g3n(a)hotmail.com
Created an attachment (id=12321)
--> (http://bugs.winehq.org/attachment.cgi?id=12321)
Log of what says wine all the way from launcher to game crash
Once in game, we can choose the pilot we want to play, after selecting it, the
game begins loading, and it crashes during loading (or at end ?)
--
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=22726
Summary: CodeGear RAD Studio 2007/2009 installation errors:
column 3/4 out of range, missing column in table
L"Property"
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.codegear.com/products/radstudio
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bug(a)gigawatt.nl
CC: dank(a)kegel.com, liquitsnake(a)gmx.net
+++ This bug was initially created as a clone of Bug #13042 +++
The installer of CodeGear RAD Studio 2007 and 2009 fails as reported in #13042.
That bug contains a patch which fixes this problem, and allows the installation
to continue. However, later on, it still fails:
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 4 out of range
err:msidb:get_tablecolumns missing column in table L"Property"
I have reported this as a new bug because at first sight this looks completely
unrelated, but if that was wrong, this can be closed as a duplicate.
The steps I have taken to see this problem:
- Start with a clean config
- Set mode to Windows 2000
- Install MDAC 2.8 SP1
- Set mode back to Windows XP
- Make the RAD Studio (2007 or 2009) installation disc available as D:\
- Run D:\Install\Setup.exe
- Click "Retry" once during the automatic .NET Framework installation
- Choose your selection, same problem with everything except for the first
option (CodeGear RAD Studio) deselected, as with everything selected
- Proceed with the installation
It finishes unpacking, and I find the unpacked files as, for example,
.wine/drive_c/users/Public/Application
Data/{B278BA8C-C407-4742-B58E-CE34D8C8A15B}/corey/B1A48A5A/39948DF1/bds.exe
and those files look correct, or at least the text files that I could check do.
However, then it hangs. The installer says "Windows Installer", on the console
I see error messages (look up), and the only action I can take is to click
"Cancel", which also doesn't actually work.
I am using Wine 1.1.44, as reported by wine --version. I do not know what more
information you need, but I will be happy to answer any questions.
--
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=29030
Bug #: 29030
Summary: Lego Universe installer looks terrible
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
See attachments (inc)
--
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=33439
Bug #: 33439
Summary: Master of orion 3 crashed when scrolling mouse
wheeling down: Planets -> location
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: santzi76(a)suomi24.fi
Classification: Unclassified
Created attachment 44247
--> http://bugs.winehq.org/attachment.cgi?id=44247
Save game and crash dump
Platform:
Linux nuhapumppu 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux
Wine crashed when loading this saved game (attached).
This save situation is done this same moo3 and wine version earlier.
STEPS how to crash happen:
Go to "Planets" -> "Locations" and scroll mouse wheeling to down. Crash
happened always. If you take a new game, this feature working quite well.
Crash dump and save game attached.
--
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.