http://bugs.winehq.org/show_bug.cgi?id=11288
Summary: Compilating & some bugs that I see only in Ubuntu
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
Dear developpers! Thank you very much for great program!
Sorry, my English is dadly.
Usually I download precompilated wine for Ubuntu 7.10 AMD64, but 0.9.53 version
I wanted to compile using specially for Ubuntu 7.10 source.
sudo apt-get -b source wine
It was good! Because precompilated wine was compiled with old nvidia driver,
and my Morrowind game was with bad pixel-shadered water in Ubuntu with this.
Apt wants to delete nvidia-glx-new, because one of the dependences is
nvidia-glx-dev, not nvidia-glx-new-dev, but I forbid this. But error was with
nvidia-glx and nvidia-glx-new. I see some bugs of the compilation! For
exsample, 5-10 input/output errors of bison, and in the end of compilation was
many nvidia-glx(-new) errors:
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
diversion by nvidia-glx to: /usr/X11R6/lib32/nvidia/libGL.so.1.xlibmesa
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
diversion by nvidia-glx to: /usr/X11R6/lib32/libGL.so.1.2
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
diversion by nvidia-glx to: /usr/lib32/nvidia/libGL.so.1.2.xlibmesa
and etc., because Ubuntu AMD64 haven't this files in lib32 directory!
nvidia-glx-new have really bug, because I see some lines in water then playing
Morrowind. I don't know, was it in older versions, because in older versions I
don't saw pixel shadered water. If I compile wine with old version of nvidia
driver, I don't see water again!
I installed my new wine. Then I type winecfg, he spoke:
wine: creating configuration directory '/home/zenitur/.wine'...
Could not load Mozilla. HTML rendering will be disabled.
wine: '/home/zenitur/.wine' created successfully.
Why?! May be, I have not some dependences? I install it all from
wine_0.9.53~winehq0~ubuntu~7.10-1.dsc. Installations of many programs was good,
but installation of program was in RAM after installation, I need restart. This
bug was only if I use not precompilated wine. But I can play Morrowind normally
in myself compilated wine!
New button "Control Panel" in audio said me in fixme error window: "Launching
audio control panel not implemented yet!". I don't saw this button in oldest
versions of Wine, and don't know, work this in normal compilation, or no. May
be, it all bison's errors? I can't download precompilated deb, because have not
money and I'm using GPRS. In all versions of wine I need add russian Tahoma
font. Morrowind can't run main screen if I use native windows quartz. Only in
Ubuntu version of wine I need add /media/cdrom0 in Drives in winecfg, and can't
run wine with sudo!
In one moment of playing Morrowind I was attacked with invisible monster. I
have screenshots of spell on this before my death. I don't know, was it bug of
wine or bug of game. Game have many bugs in windows too: in one game one of
main character dissapear. He was not invisible, but he can was in any of walls.
Game save fails.
I can pay $20-$100 to developping of wine. Can you make better the Morrowind
game?
Thank you for wine!
Zenitur.
--
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=9959
Summary: Make wine updates work even if the registry changed
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blin(a)gmx.net
Currently, we tend to tell people to start with a new .wine directory after
updates. For wine 1.0 and after, we should probably have some tool to handle
this more gracefully.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11402
Summary: Date selector not displayed in Lotus Notes 7.0.2
Product: Wine
Version: 0.9.53.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploum(a)fritalk.com
I'm using Lotus Notes 7.0.2 with wine 0.9.53/Ubuntu 7.10
In some places in Lotus Notes, there are what I call "date selector", which are
small calendar displayed so you can easily choose a day. A typical place where
it is used is when you schedule an appointment.
This date selector is not displayed when LN is used with Wine.
Instead, clicking the date selector button writes the current date into the
date field. No error is displayed in the console.
Workaround : you can still write the date manually or use the up/down arrows to
change the date in the field.
--
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=10198
Summary: IE’s writing-mode:tb-rl (CJK-style vertical text
layout) renders fullwidth characters rotated when it
should not
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chortos(a)inbox.lv
Since version 5.5, IE supports the CSS property ‘writing-mode’. It enables
vertical text layout, in which text flows from top to bottom and lines flow
from right to left. Fullwidth characters (including all non-specially-halfwidth
CJK) are to be rendered as usual (with their top pointing towards the absolute
top of the box), while halfwidth characters are to be rotated by 90°. In Wine,
on the other hand, all characters are rotated no matter what width they are.
Here is a closely related piece of text from MSDN
(http://msdn2.microsoft.com/en-us/library/bb250415.aspx):
‘Operating system limitations prevent the correct display of East Asian
characters in an upright orientation in some configurations. This limitation
has been eliminated in Microsoft Windows® 2000, but Microsoft Windows NT® 4.0
and Windows 9x systems require a version of the operating system that has been
localized for an East Asian language to ensure that these characters display
correctly.’
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11191
Summary: Chief Architect refuses to install
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.chiefarchitect.com/products/demo.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10250)
--> (http://bugs.winehq.org/attachment.cgi?id=10250)
+relay log, bzip2 -9'ed
Setup starts to extract files to C:\windows\temp, then after a while, suddenly
bombs out, saying it couldn't start the msiexec process (with a General
Failure). Demo is available at url above. Terminal output wasn't too useful,
I'll attach a +relay log.
FWIW, copying the msi file to another location (the temp folder gets erased
after the error) and launching it directly works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10411
Summary: Synergy HL2 mod crashes in IHTMLWindow2_Release
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
URL: http://www.planetdawson.com/synergy/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=9100)
--> (http://bugs.winehq.org/attachment.cgi?id=9100)
Output with wine-0.9.49
The Synergy mod for HL2 crashes when creating or joining a server, the crash is
in mshtml.
Disabling mshtml.dll is a workaround that at least makes it playable.
Useful information in attachment starts at around line 175.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10128
Summary: winecfg: not launching, reports ALSA error
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basschimp(a)gmail.com
When running winecfg from a terminal, it doesn't launch and reports errors with
ALSA (log attached).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11196
Summary: Acrobat Reader 3: Text of the Document is displayed as
big black boxes
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=7672
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=10261)
--> (http://bugs.winehq.org/attachment.cgi?id=10261)
+process,+loaddll,+tid,+font
- Install Acrobat Reader 3
- Start "wine acrord32.exe ACROBAT.PDF"
- The Document is loaded
- The text is displayed as black boxes (the Images are displayed correct)
- Debug Mark
- "Next Page"
- Close wine Desktop
Component is a guess
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10152
Summary: Paint Shop Pro X not installable because of next-button
stays greyed out
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jr98(a)gmx.net
When you try to install PSP X (10.0) you can't get past license agreement
screen,
because the next-button is disabled and doesn't change when you check the
accept box.
My first guess would be window messaging problems.
On Windoze, the Button becomes active when you scroll to the bottom of the
agreement and check the box.
The cancel (and after that, the finish-) button is invisible, but gets drawn
when you click in the right place.
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:msi:ITERATE_Actions Execution halted, action L"LicenseAgreement" returned
1602
This is the only possibly relevant output, last line after you clicked cancel.
Anyone think it's a good idea to suggest this for 1.0?
PSP is pretty popular, it has some functionality gimp hasn't and most people
can't afford Photoshop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9417
Summary: Lotus Notes window automatically raises on mouse over
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs(a)trick.vanstaveren.us
I am running Lotus Notes 5.0.12.
When I move my mouse over Notes, the window automatically gets raised above all
other windows. I am not using automatic window raising feature (of Metacity /
Gnome 2.18); however I am using the sloppy window focus feature although I
doubt it should have any effect.
This is a regression that was introduced in 0.9.42 (and lingers on in 0.9.43).
I have rolled back to 0.9.41 and the issue is no longer present.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11347
Summary: Microsoft Word 2000 - some fonts are always bold
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)bristoll.com
In Microsoft Word 2000, for some fonts only, the "regular" style fonts
(non-bolded) always appear as bolded in the document. These fonts appear to
stay bolded, even when you toggle them between being bold or un-bolded. For
some fonts, the italic style is also bolded (whether you make it bold or not),
while for some fonts, the italic style is always un-bolded, whether you make it
bold or not.
This is only happening with some fonts (Times New Roman, Garamond, Tahoma),
while others work as they should (Arial, Courier New, Century Gothic, Bitsream
Vera Sans).
This issue also seems to appear only in Word 2000. I do not see this problem
in Excel 2000 or PowerPoint 2000 (using the same fonts that have this issue in
Word 2000).
This issue first appeared for me in wine 0.9.53, and is still present in
0.9.54. When I revert to wine 0.9.46, the problem goes away (all fonts look as
they should).
Please let me know if there is any more information that 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=11371
Summary: Not possible to open (xml) documents with Teach2000
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
Created an attachment (id=10481)
--> (http://bugs.winehq.org/attachment.cgi?id=10481)
Log crash Teach2000
Teach2000 crashes when opening or saving a file. Teach2000 documents (*.t2k)
are xml files.
Steps to reproduce:
Install Teach2000 (Teach2000 can be downloaded here:
http://www.digischool.nl/teach2000/teach822.exe)
Start Teach2000.exe
Go to menu [File][Open] and enter "C:\Program
Files\Teach2000\Examples\Dutch.t2k"
Click OK.
Exp: Dutch.t2k is loaded.
Act: Teach2000 closes with "Segmentation fault".
More about Teach2000 in AppDB
http://appdb.winehq.org/objectManager.php?sClass=application&iId=5339
--
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=11111
Summary: Picasa slideshow does not have focus on Gnome
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://picasa.google.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: x11-driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I'm running Ubuntu Feisty with Gnome as the window manager and X in 16-bit
mode.
While using the slideshow feature in Picasa 2.7, I noticed the slideshow no
longer have keyboard focus. One should be able to use the left and right arrow
keys to move between images, and the escape key to quit out of the slideshow.
With the latest version, that no longer happens. One has to click the mouse to
to give the slideshow focus.
A regression test shows:
f48eb1581dfe176043cbca5c46400c0f86eb5552 is first bad commit
commit f48eb1581dfe176043cbca5c46400c0f86eb5552
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Aug 20 22:06:50 2007 +0200
winex11: Force a window to managed mode when it is activated.
This doesn't seem to occur on KDE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11026
Summary: newly created tool window does not have keyboard focus
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I found this problem in Picasa, but it may affect other applications as well.
In Picasa, select a picture and press Ctrl + k to bring up the keywords tool
window. Now press Alt + F4 to close the window.
On Windows, the keywords window is active. Pressing Alt + F4 closes the
keywords tool window.
On KDE, both the main window and the keywords window look like they are active.
If you start typing, the letters go into the keywords window, but if you press
Alt + F4, the main window closes. (and the tool window with it)
On Gnome, when the keywords tool window pops up, the keywords window looks like
the active window, but neither it nor the main window have focus.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10917
Summary: Checkpoint Smart Dashboard crashes
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aldemir_a(a)yahoo.com
Created an attachment (id=9834)
--> (http://bugs.winehq.org/attachment.cgi?id=9834)
Wine debugger output of Checkpoint client crash
Checkpoint client crashes with wine. This has started with 0.9.48 and still
going on with 0.9.51. I have tried creating a new ~/.wine directory but this
didn't work either. I am attaching the crash report from wine debugger.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10867
Summary: Trying to run Ztree under wine : "Could not get hWnd"
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sij2(a)sijohansson.com
I was hooked on Xtree back in the DOS days.
I became hooked on Ztree (http://www.ztree.com/html/ztreewin.htm)
when I switched from DOS to NT4 ten years ago.
And now on Linux, Ztree is outstandingly the only one program
from the microsoft days that I really miss.
I try to run Ztree under Wine and it is bounced off immediately and
posts a message "Could not get hWnd".
Is this a bug or a consequence of an intended feature. I could not tell.
Please Santa, bring me Ztree under Linux.
(or anyone else with the knowledge and power of "how to")
/ingemar
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10446
Summary: Capslock key press not detected in Halflife 2 episode 2
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joao.eiras(a)gmail.com
1. boot Half-Life 2 episode 2
2. go to the game options, keyboard config
3. assign capslock to some action in the keyboard config, like duck or jump
4. load a new game
5. press capslock
What's to be expected:
- pressing caps lock should trigger the action you've configured in the game
options. Step 3 works but 5 does not. I use capslock for ducking as it's right
next to WSAD, but the action doesn't happen. Nothing happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9969
Summary: OPAS shows error boxes when hovering over calendar item
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
When hovering over a calendar item OPAS hows a popup tooltip with a some more
information about the event. On Wine this popup is also shown but then a dialog
informs about Visual FoxPro errors (property not found, field not found). This
bug is even when using native dcom98, msvcrt, shlwapi and other DLLs that could
be easily substituted.
A thing that I have found is that on Windows the tooltip seems not to take the
focus from the window while on Wine WM_KILLFOCUS and WM_SETFOCUS messages are
sent to transfer the focus to the tooltip. On the next WM_MOUSEMOVE the error
occurs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9793
Summary: Circuitmaker 2000 trouble with wire manual routing
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
It is essential to route manually wires between electonic parts. In latest Wine
0.9.45 first attempt to manual routing (via mouse) is OK, but the next one
being drawn at 90 degrees direction gets out of control. So straight wires are
drawn as always OK but those with at least 1 turn or more are not. This is a
real bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9315
Summary: Running Corel Draw 7 causes crash
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthai(a)owca.info
When running Corel Draw 7, wine crashes after a second or two. Corel window is
displayed, but after a second it crashes.
wine .wine/drive_c/Corel/Draw\ Select/programs/coreldrw.exe
fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
err:x11drv:X11DRV_CreateWindow invalid window height -6
fixme:storage:StgCreateDocfile Transacted mode not implemented.
fixme:win:WinHelpA Unknown help command 32777
fixme:win:WinHelpA Unknown help command 32769
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 17 (X_GetAtomName)
Atom id in failed request: 0x0
Serial number of failed request: 813
Current serial number in output stream: 813
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10055
Summary: DecoTech - Works 100%, display too dark to work
Product: Wine
Version: 0.9.41.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean(a)eccsystems.co.za
Created an attachment (id=8602)
--> (http://bugs.winehq.org/attachment.cgi?id=8602)
The WINEDEBUG output file.
I've tested the program. Seems to be working fine, only the graphical interface
is very dark. I'm a novice, and might take me too long to read through all the
wine material to fix this. Refer to my image attached.
To try it yourself, get the demo here.
http://www.decotechsoftware.com/dds/free_demos/index.html
Kitchen design software.
I have an screenprint as well, but could only attach 1 file below. can mail it
if someone wants to have a look.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9459
Summary: FIFA 2007 crashes with the recent versions
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=6444&sSho
wAll=Show+All+Tests
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamihir(a)freemail.hu
Many of our users complain about the FIFA 2007 support of latest versions. It
has a critical issue that crashes the program after the main menu. Please check
the included URL. If you need more information I can submit it because I can
reproduce this problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10015
Summary: PICO Scope
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: claus031(a)yahoo.co.uk
I am trying to use a pico scope with wine
the program installs OK, when trying to run the program
is never start ( I assume it is a problem with connecting to the parallel port)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.