http://bugs.winehq.org/show_bug.cgi?id=12705
Summary: Openal 1.1 installer license not shown
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.openal.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Openal 1.1 installation does not show the license instead there is an empty
white box.
Scrolling makes the license appear but the scrolling can only show the
beginning or the end of the text and can't be used for a median position.
Note: The openal SDK use another kind of installer and doesn't have this 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=14988
Summary: Strange rendering in Colin McRae 2005
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cruiseoveride(a)gmail.com
Created an attachment (id=15599)
--> (http://bugs.winehq.org/attachment.cgi?id=15599)
Complete log (WINDEBUG=warn+all)
This bug is the only withstanding item for this title to get "Platinum" rating.
There are 3 issues:
1. At 640x480 cars in the menu show up as grey objects.
--- Please see http://bugs.winehq.org/show_bug.cgi?id=14971 for a screenshot
2. During gameplay, the car as well as extra objects (grass, bushes etc..) are
rendered only on the right half of the screen
--- Please see http://bugs.winehq.org/show_bug.cgi?id=14971 for a screenshot
3. After game has quit, a message keeps appearing on the console (perhaps
wineserver related)
--- See attached log
I am also attaching a WINEDEBUG=warn+all during which i will launch the game,
start a challenge, play a few seconds, take some screenshots, and quit properly
through the menu.
Game is played in Virtual Desktop 1024x768, Default Graphics settings.
The log is bzipped because it is too big to upload.
(How the hell do you upload more than 1 file at a time?)
--
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=21212
Summary: Notepad fonts do not display correctly after
re-opening program
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Registry settings that affect font display in Notepad are ineffective after
Notepad has been closed and re-opened.
To Reproduce.
winetricks fontfix and fontsmooth-gray (So fonts display nicely.)
open notepad, change font to FreeSerif 14.
Open Dragon NaturallySpeaking.
Dictate some text. Fonts display properly.
Save text and close Notepad.
Re-open Notepad.
Fonts display poorly, as if the registry settings were not being used.
This also affects font display in e.g. notepad2, geany.
--
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=16616
Summary: Wine's D3DXOF rises an out of memory
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=18175)
--> (http://bugs.winehq.org/attachment.cgi?id=18175)
+d3d only fixme
Hi,
i've an application 'soldner gold edition' using d3dxof. When i use the native
dll, the game loads, but with wines d3dxof, it ends up in an out of memory.
I have attached logfiles, one with standard output, one with WINEDEBUG=+d3dxof
and another one with WINEDEBUG=+d3d (only the lines with 'fixme' otherwise it
would be too big).
The WINEDEBUG=+d3d logfile is not complete, i aborted because the debug
messages are iterating in a loop.
--
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=13364
Summary: Firefox 3 rc1 displays ROS Explorer FAQ poorly
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.sky.franken.de/explorer/index.html
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The todo list in the ROS Explorer FAQ
is displayed in some odd symbol font.
"View source" shows it's very normal
text, with two css styles: indent list.
http://www.sky.franken.de/explorer/explorer.css
shows that those two styles are
.indent {text-indent: -18.0pt; margin-left: 18.0pt}
.list {font-family: MS Sans Serif; font-size: 80%}
Something makes Firefox pick a very wrong font
in that case.
This is on Gutsy without native msttcorefonts
nor wine corefonts installed.
--
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=21271
Summary: python's test_socket test hangs
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.python.org
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25575)
--> (http://bugs.winehq.org/attachment.cgi?id=25575)
test output
Install python and run:
wine 'c:\Python31\python.exe' -m test.test_socket
the test will hang. On Windows XP, passes fine. No terminal output. Python's
output is:
testFamily (__main__.NetworkConnectionAttributesTest) ...
--
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=17487
Summary: Stage Studio displays a black screen
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.smashboards.com/showthread.php?t=217759
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k04jg02(a)gmail.com
The community made level editor for Smash Brother's Brawl, Stage Studio, only
shows a black screen, and prints this to the console over and over:
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
I know it's labeled as a fixme, so someone is aware support is missing, but if
you were waiting for an app as a use case, here you've got one. The app is
free, just follow the URL and download it.
Let me know if any particular traces or logs would be useful.
--
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=12917
Summary: Finale 2008 (& Notepad) curly braces and ties not drawn
correctly
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s_chriscollins(a)hotmail.com
Created an attachment (id=12642)
--> (http://bugs.winehq.org/attachment.cgi?id=12642)
Finale 2008 comparative screenshots
Software affected: Finale 2008 family of musical notation products
(http://www.finalemusic.com). The bug has been confirmed with Finale 2008, the
2008a update, and Notepad 2008. This bug most likely affects Printmusic 2008
as well.
Free version: Notepad 2008 can be downloaded for free from
http://www.finalemusic.com/notepad/
Bug report: Curly braces and ties are not properly drawn when running under
Wine. The glitch is also rendered when printing. See the attached
screenshots:
finale2008-wine.png - This is how it renders in Wine
finale2008-winxp.png - This is how it should look
Resolution attempts: I have tried both Windows XP and Vista modes in Wine, and
I have tried running it in "virtual desktop" mode, none of which made any
difference. I also deleted the .wine folder in my home directory, which didn't
help either.
--
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=18158
Summary: Approach thinks Samba Read Only databases are in a
foreign language
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20623)
--> (http://bugs.winehq.org/attachment.cgi?id=20623)
trace on foreign language pop up
Hi All,
I am am the OP on 15088. Now that I can actually get into Approach, I have
been using it all day. I have five bugs to report. (I am presuming you want
them on different reports.) I am running the native msvcrt.
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll
WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
Bug number four: the open dialog box thinks Samba read only (0544) databases
are in an unsupported language. Samba maps the Windows read only bit to owners
"write" bit. 0544 would be seen in Windows as Read Only=on, Archive=on,
Hidden=off, System=off
An smb.conf example (in the share section):
; map archive owner execute bit must include 0100
; map system group execute bit must include 0010
; map hidden world execute bit must include 0001
; Note: after doing all the above map stuff, it is a good idea to do
; a mass chmod to 2766 (Read Only=off, Archive=on, Hidden=off).
; And, you definately want hidden to be turned off!!!
force create mode = 0000
create mode = 0777
force directory mode = 0000
directory mode = 0777
map archive = yes
map system = yes
map hidden = yes
Bug number four:
To reproduce:
1) mark all the of files associates with your test database to 0544 (chmod 0544
*)
2) open Approach with the native msvcrt
3) open the database you just tagged with 0544
Here is a sample database to play with:
ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
-T
--
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=19709
Summary: FeedDemon cannot sync feeds
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.filehippo.com/download_feed_demon/4159/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucak3(a)gmail.com
Created an attachment (id=23015)
--> (http://bugs.winehq.org/attachment.cgi?id=23015)
FD log on first run
Version wine-1.1.27-63-g862bd3c
Priority set to normal because of total loss of functionality: a feed reader
that can't sync feeds is useless.
Steps to reproduce:
1- clean wine prefix, download app from URL, install it
2- on first run, skip account check to work around bug 19693
3- make it import default feeds
As soon as the wizard ends and FeedDemon tries to sync the feeds, it crashes.
After closing the error messagebox, it reappears suddenly, probably because of
second attempt. But that's the last and after this, it doesn't crash anymore.
The error messagebox doesn't seem to report anything useful.
Attached is the log created following the steps.
--
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=18353
Summary: Twelve Sky 2 page faults on start
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Created an attachment (id=20906)
--> (http://bugs.winehq.org/attachment.cgi?id=20906)
Stderr log
As the description says. Hitting "Game Start" on the launcher results in a page
fault. Stderr log 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.
http://bugs.winehq.org/show_bug.cgi?id=16691
Summary: Parkan2 crashes on start
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=18342)
--> (http://bugs.winehq.org/attachment.cgi?id=18342)
console output
Parkan 2 game crashes on start. Error log 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.
http://bugs.winehq.org/show_bug.cgi?id=15091
Summary: fMA is unable to get list of serial ports
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitriy.geels(a)gmail.com
I managed to run floAt's Mobile Agent in wine, but it is still not usable,
because is doesn't detect any serial port.
Serial ports from ~/.wine/dosdevices/ are visible in wine (tested with echo
"ATZ" > comX from cmd).
dmig@dmig-desktop:~$ ll .wine/dosdevices/
итого 0
lrwxrwxrwx 1 dmig dmig 14 2008-08-29 17:02 a: -> /media/floppy0
lrwxrwxrwx 1 dmig dmig 10 2008-07-02 13:57 c: -> ../drive_c
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com1 -> /dev/ttyS0
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com2 -> /dev/ttyS1
lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:11 com3 -> /dev/rfcomm0
lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:12 com4 -> /dev/ttyUSB0
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:02 d: -> /home/dmig
lrwxrwxrwx 1 dmig dmig 13 2008-08-29 17:02 e: -> /media/cdrom0
lrwxrwxrwx 1 dmig dmig 8 2008-08-29 17:11 lpt1 -> /dev/lp0
lrwxrwxrwx 1 dmig dmig 1 2008-07-02 13:57 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=17698
Summary: E Sky flight simulator installees but crashes when run
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://www.twf-sz.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: harterc1(a)comcast.net
Created an attachment (id=19897)
--> (http://bugs.winehq.org/attachment.cgi?id=19897)
wine command line log
crashes on first running 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=19522
Summary: Team Fortress 2 (TF2) missing menu fonts
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kris(a)pcbsd.org
Created an attachment (id=22722)
--> (http://bugs.winehq.org/attachment.cgi?id=22722)
Screenshot of Missing Fonts / menus in TF2
I've been seeing this bug in TF2 on FreeBSD for as long as I can remember. When
you enter the game, the menu fonts appear to be missing, but some show up in
the game browser. I've tried the obvious stuff, like installing various fonts,
such as Arial, Tahoma, etc, but nothing seems to make a difference. When
playing the game, fonts show up just fine for in-game chat and such, its only
the menus which are effected.
I've also tested this on different systems, with nvidia, and intel cards, and
the issue is the same, which makes me suspect it's a wine issue, not drivers.
Here's a list of extra fonts in my .wine/drive_c/windows/Fonts folder:
Arial.ttf
Ariali.ttf
cour.ttf
couri.ttf
georgiai.ttf
tahomabd.ttf
timesbi.ttf
trebucbd.ttf
verdana.ttf
verdanaz.ttf
Arialbd.ttf
comic.ttf
courbd.ttf
georgia.ttf
georgiaz.ttf
times.ttf
timesi.ttf
trebucbi.ttf
verdanab.ttf
webdings.ttf
Arialbi.ttf
comicbd.ttf
courbi.ttf
georgiab.ttf
tahoma.ttf
timesbd.ttf
trebuc.ttf
trebucit.ttf
verdanai.ttf
--
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=21795
Summary: sPlan schematic drawing software imports with all text
on an angle.
Product: Wine
Version: 1.1.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john6520(a)comcast.net
sPlan schematic drawing software. Drawings from previous versions import with
all text on an angle.
--
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=21743
Summary: ?
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stevie1401(a)web.de
I can not load code in GFA Basic since Wine Version 1.33
When I try to load code, GFA Basic crashes and a Wine-Message say: a fatal
error is commig.
--
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=21401
Summary: Star Trek Online crashes during loading screen
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)timburrell.net
Created an attachment (id=25770)
--> (http://bugs.winehq.org/attachment.cgi?id=25770)
Star Trek Online crash -- mini log (+relay,+seh,+tid)
Star Trek Online is able to install, and launch fine. The login window also
appears fine, and the login procedure is successful.
After logging in, there is a "Cryptic Studios / Atari" loading screen. The
progress bar makes it to about 75%, then the program crashes and a separate
process "CrypticError.exe" is launched which is meant to report the crash to
Cryptic.
The full log, from program start, to crash is about 2.8 gigs in size, so I've
attached a small portion of the log (last 8700 lines) ending with the loading
of the CrypticError process, generated with WINEDEBUG channels
+relay,+seh,+tid.
Just let me know if I can provide any further information, such as another log
with more (or less) detail.
--
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=18781
Summary: Whizlabs SCJP 5.0 crash & close
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chino6910(a)hotmail.com
Created an attachment (id=21552)
--> (http://bugs.winehq.org/attachment.cgi?id=21552)
Screenshot Error
When I go to Learning Mode, set Randomly option in "Create your test" to 15 of
15 questions, then set the time and click over the "Start Exam" button, the
application crash and close.
--
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=18698
Summary: TeamViever_Service.exe
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mparera(a)esliceu.com
The program TeamViewer_Service.exe has encountered a serius problem and needs
to close. we are sorry for the inconvenience.
--
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=18619
Summary: Problem in module ntdll
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renetf77(a)yahoo.com
CC: renetf77(a)yahoo.com
Created an attachment (id=21306)
--> (http://bugs.winehq.org/attachment.cgi?id=21306)
bug report
Hi there!!
I'm trying a program wrote in delphi that use BDE Borland to access a SQL
Server by unixodbc.
Well, the program start ok, but after put the login and password a receive the
problems attached.
This is a bug or a problem in my configuration?
Thanks
--
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=18605
Summary: Counter-strike 1.6 crashes when key is pressed if
plugin DLLs are loaded.
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)michaelmarley.com
When I am playing a game of Counter-Strike on Wine, if I start my own server,
the game crashes as soon as I try to use any keyboard input. The mouse works
fine. Keyboard input works fine in the menus, but it crashes the program
during a game. I will attach the console output that is produced when the
crash occurs.
--
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=17081
Summary: Medieval Lords: Black buildings float over landscape
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: notlee(a)gmail.com
Created an attachment (id=18906)
--> (http://bugs.winehq.org/attachment.cgi?id=18906)
Screenshot of the problem
When playing a campaign game, there is a black outline of all the buildings
floating around in addition to the actual buildings and landscape.
Using NVIDIA 8800GTS, tried using 180.11 and 177.82 drivers with the same
result.
--
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=18372
Summary: Sym For Windows: Crash while trying to log into unix
host (telnet)
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juanoleso(a)gmail.com
Created an attachment (id=20944)
--> (http://bugs.winehq.org/attachment.cgi?id=20944)
Text file with console log of SFW.exe
Sym For Windows (SFW.exe or just SFW) is proprietary banking software provided
by JackHenry for a GUI interface to connect to a banking database and perform
teller transactions. It requires a middleware program, RemoteAdminServer.exe
(RAS), to hide the telnet backend for the SFW GUI front end. RAS installs and
seems to run just fine. RAS then downloads from the unix host and installs the
SFW frontend. At the end of the installation it throws up some R6034 runtime
errors. The SFW program then starts fine and displays an initial http based
web page splash with a login link, but trying to login to a unix host it either
crashes or loops back to the web page.
--
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.