http://bugs.winehq.org/show_bug.cgi?id=2256
------- Additional Comments From jeb(a)jebshouse.com 2005-07-02 15:39 -------
There is a workaround for this bug. If you edit the .wine/config file like this:
; Use the Render extension to render client side fonts (default "Y")
"ClientSideWithRender" = "N"
; Fallback on X core requests to render client side fonts (default "Y")
"ClientSideWithCore" = "N"
; Set both of the previous two to "N" in order to force X11 server side fonts
You should be able to see the text. It's very small and hard to read, but it's
there. You can download and install fonts and tweak to try and get better
performance (see this thread at boards.wizards.com:
http://boards.wizards.com/showthread.php?t=369379 )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2631
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-02 15:33 -------
This fails because it passes invalid parms into RegisterClassExA, and we dont
do any parm checking so trap when dereferencing a pointer. I have a patch for
that which gets the app further, fixing this bug. However, it dies later on
which is a issue for another bug / later :-(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2706
Summary: Problem running application: Turborisk
Product: Wine
Version: 20050111
Platform: PC
URL: http://www.marioferrari.org/freeware.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikemathieson(a)gmail.com
Hi this is my first bug report on wine. I have been trying to get a favorite
game of mine working under wine for quite some time now. The game is called
turborisk and I thought it would be no problem since it seemed like pretty
simple application but it exhibits some strange behavior. Upon starting up the
game everything is normal menu's work and everything is drawn correctly. Then
when you start up a new game the processor utilization of the process goes to
100% and mouse clicks in the map area don't seem to work, even though the menu
still works fine, and in fact when the menu is active the processor calms back
down to normal. Anyway I've tried playing around with the app defaults and
dxgrab and such but no luck so I figure this program is trying to use some
unimplemented feature but no fixme message is output to the terminal. Anyway
thought this might be of some interest.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2705
Summary: Civilization III Gold Edition fails to run [CVS
20050206]
Product: Wine
Version: CVS
Platform: Other
URL: http://appdb.winehq.com/appview.php?appId=426
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bero(a)arklinux.org
If there's no specific config for Civilization3X.exe:
[arklinux@localhost Civ3PTW]$ wine Civilization3X.exe
fixme:vxd:VXD_Open Unknown/unsupported VxD L"ntice.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"sice.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"siwvid.vxd". Try setting Windows
version to 'nt40' or 'win31'.
If "Windows" = "winxp" or "nt40" is added to
\\AppDefaults\\Civilization3X.exe\\Version, the errors are gone, but the game
still fails to start up (simply exits immediately).
WINEDEBUG=warn+all wine Civilization3X.exe shows:
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/c:/Program Files/Atari-Infogrames/Civilization III
Gold Edition/Civ3PTW
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/c:/Program Files/Atari-Infogrames/Civilization III
Gold Edition/Civ3PTW
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/e:
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/e:/test
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/f:
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found
in /etc/wine/dosdevices/c:/windows/system
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system\\ --MPRMMGVA--.exe" not
found (c0000034)
warn:file:CreateFileW Unable to create file L"c:\\windows\\system\\
--MPRMMGVA--.exe" (status c0000034)
Apparently this worked once (appdb says so), or it works if you install some
Windoze DLLs (I'm running plain wine with no M$ stuff).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2704
Summary: Keyboard scrolling hangs Quicken 2000
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moore3t1(a)cox.net
In a Quicken 2000 register, moving one entry at a time with the arrow keys works
OK, but holding the key down to trigger repetitive movement causes the program
to hang instantly.
This problem did not occur with wine version 20040914 (or CVS build on Sept. 25)
and earlier versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2703
Summary: SQL errors
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jargonautti(a)hotmail.com
the address "http://appdb.winehq.org/" gives alternatively lots of red-colored
SQL error messages, or a weird-looking page (all columns blank except the last,
which says either application name or something like "screenshot").
Based on error message I'd say that it's in the "AND id = AND" part - you might
want to specify the ID :).
Example of SQL error (there's lots of these in red boxes, one under another):
Database Error!
Query: SELECT appData.*, appVersion.appId AS appId FROM appData, appVersion
WHERE appData.versionId = appVersion.versionId AND id = AND type = 'image'
You have an error in your SQL syntax. Check the manual that corresponds to your
MySQL server version for the right syntax to use near 'AND type = 'image'' at line 5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1372
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivg2(a)cornell.edu 2005-06-02 13:21 -------
This bug is so old. Closing it.
Works on CVS wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.