http://bugs.winehq.org/show_bug.cgi?id=15687
Summary: Microsoft Word 5.0 for dos displays initial menu, then
hangs
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is kind of cool. I grabbed my wife's ancient copy
of Microsoft Word 5.0 for DOS off the shelf where it
had lain ten+ years untouched. The app fits on a
single 720KB floppy. (The sha1sum of the floppy image is
8e6795facd2e3ff1db6628912c4da61a50dc402b.) The floppy
contains just the files
capture.com capture.doc ega.sys full.sty mous8514.sys mw.ini semi.sty
word.exe word.ovl word.pif
Running word.exe with wine does nothing useful.
Running it with wineconsole, on the other hand, puts up the main menu!
Sadly, it then seems to hang, taking no input.
The log shows
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 1800, BX ff12, CX 3456, DX 0000, SI 61b7, DI 0000, DS 4009, ES 9ef8
err:int:DOSVM_Int10Handler int10: unknown/not implemented parameters:
int10: AX fa40, BX 0000, CX 0002, DX 0440, SI 08a0, DI 62de, DS 4009, ES 4009
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 1700, BX 00bc, CX 0000, DX 04d1, SI 03d4, DI 000d, DS 4009, ES f000
and then, after a minute,
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
The int2f call seems to be asking DOS about the version of
WINOLDAP, see http://www.ctyme.com/intr/rb-4636.htm
To see what it's doing during the apparent hang, do +int,+int21.
This shows that it's actually checking the keyboard with int 16h.
Unfortunately, the keystrokes don't seem to be making it to the
app.
I'll attach a log showing a run where I pressed abcde ESC
and then killed the app. You can see the six keystrokes
clearly in lines like
trace:int:DOSVM_ProcessConsole scan 1e, ascii 61
but it didn't look like the next
trace:int:DOSVM_Int16Handler Check for Keystroke
reflected that a key was pressed. (It's hard to eyeball; I'll
need to write a perl script to make the data pop 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=19321
Summary: Syntax error during installation
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edgar_trania(a)yahoo.com
Wine Installer v1.0
Running configure...
./tools/wineinstall: !: not found
We need to install wine as root user, do you want us to build wine,
'su root' and install Wine? Enter 'no' to continue without installing
-n (yes/no)
yes
Compiling Wine. Grab a lunch or two, rent a video, or whatever,
in the meantime...
./tools/wineinstall: syntax error at line 149: `}' unexpected
--
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=26960
Summary: mshtml renders gibberish text with "courier" font
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin.m.smyth(a)gmail.com
Loading this document:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
</HEAD>
<BODY STYLE="font-family: courier; font-size: 10px; margin: 0px">
</BODY>
</HTML>
then calling:
CComPtr<IHTMLDocument2> pHtmlDoc;
pDispatch.QueryInterface(&pHtmlDoc);
CComPtr<IHTMLElement> pElement;
pHtmlDoc->get_body( &pElement );
CComBSTR where(L"BeforeEnd");
CComBSTR text(line);
pElement->insertAdjacentHTML(where, text);
results in gibberish. Changing "courier" to "monospace" works as expected.
Ubuntu package: 1.2.2-0ubuntu2~lucid1
--
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=24192
Summary: Star Trek: Legacy exits when trying to play sound
effect
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: companheiro.vermelho(a)gmail.com
Created an attachment (id=30454)
--> (http://bugs.winehq.org/attachment.cgi?id=30454)
full log of WINDEBUG=+file wine Legacy.exe
The game Star Trek: Legacy installs and run well until it tries to play a voice
over in one of the missions.
The sound in the menu and the introduction works fine and even some sound
effects and music. But when it tries to play this voice over, a exception
occurs.
After some debugging, I discovered that it seems like the game tries to open a
file and doesn't test if it was successful, leading to a page fault in case of
failure when it tries to read it.
The strange thing is that there seems to be no reason why the file can't be
accessed. The path is right and the permissions are good. I can even play the
sound using aplay.
The relevant part of the log with WINEDEBUG=+file is this (I know I shouldn't
paste logs in here, but is just a few lines to explain the bug...):
trace:file:SearchPathW found L"C:\\Arquivos de programas\\Bethesda
Softworks\\Star Trek
Legacy\\sounds\\voiceover\\captains\\Federation\\f_cap03_Fleet_att_enterprise.wav"
trace:file:OpenFile found "\x02"
trace:file:_lopen ("\x02",0000)
trace:file:CreateFileW L"\0002" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE
creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"\0002",0x934e274,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\0002" 520 0x934dfb8 (nil))
warn:file:CreateFileW Unable to create file L"\0002" (status c0000033)
trace:file:CreateFileW returning 0xffffffff
warn:file:OpenFile
(sounds\voiceover\captains\Federation\f_cap03_Fleet_att_enterprise.wav): return
= HFILE_ERROR error= 123
wine: Unhandled page fault on read access to 0x00000004 at address 0x45688a
(thread 0024), starting debugger...
According to MSDN, error 123 is ERROR_INVALID_NAME
Attached is the full log of WINDEBUG=+file wine Legacy.exe
If you need any other information, let me know.
--
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=24040
Summary: "Roller Coaster Tycoon 2" download manager fails
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.download-free-games.com/simulation/rollerco
aster_tycoon2.htm
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.download-free-games.com/simulation/rollercoaster_tycoon2.htm
has a sneaky download form.
If you mouse over the download button, or right click and copy link, you see
http://d.trymedia.com/d/infogrames/60m_d_61_mp86/t_04se1/RollerCoasterTycoo…
which is the real app, but if you click on the download button, it downloads
http://38.108.189.230/[very long string]/dm3/RollerCoasterTycoon2-dm.exe
The latter app is a Macrovision download manager, judging by the line
trace:wininet:HTTP_HttpSendRequestW full request -> "GET
/dd/infogrames/60m_d_61_mp86/t_04se1/RollerCoasterTycoon2.exe
HTTP/1.1\r\nAccept: */*\r\nHost: d.trymedia.com\r\nUser-Agent:
Macrovision_DM_2.4.152\r\nPragma: no-cache\r\n\r\n"
On Wine, it downloads one file, named e.g.
C:/users/dank/Local Settings/Temporary Internet
Files/Content.IE5/UGYJ9D59/RollerCoasterTycoon2[0]
/bin/file says that file contains ASCII text. cat shows
<?xml version="1.0" encoding="UTF-16"?>
<dm>
<files>
<file execute="yes" stamp="yes">
<url>http://cdn.dli.trymedia.com/r/release/infogrames/60m_d_61_mp86/RollerCoaste…</url>
</file>
</files>
</dm>
(so the file body appears to disagree with the header about the encoding?)
With builtin DLLs, it gets lots of those files, repeatedly outputting
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
With "winetricks msxml3", it doesn't repeat, it just downloads one XML
file and stops. So it seems there's something wrong with how we handle
that XML file?
(With "winetricks ie6", you get a nice status window, which at this point asks
if you want to retry.)
On Windows, I couldn't catch it downloading that XML file, but the downloader
does work.
--
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=29890
Bug #: 29890
Summary: office 2007 excel.exe crash when click the Format
Cells menu item
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gnuplone(a)gmail.com
Classification: Unclassified
when trying to set properties of a cell, excel.exe crashes.
Reproduce:
Open a xls file,
Click the Format menu;
Click the Format Cells item
nothing happens, then crashes.
Office 2007 Chinese Simplified version with sp3.
--
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=21976
Summary: LiveZilla has missing GUI elements while running under
Wine
Product: Wine
Version: 1.1.40
Platform: All
URL: http://www.livezilla.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.priebe(a)allied-internet.ag
Created an attachment (id=26688)
--> (http://bugs.winehq.org/attachment.cgi?id=26688)
terminal output while starting livezilla, logging in to a server, try to chat
to somebody where the gui elements are missing
Hi!
When running LiveZilla under wine it has some important missing GUI elements.
To get livezilla running i've installed via winetricks:
gdiplus ie6 dotnet20 mdac25 mdac28 corefonts wininet urlmon
Stefan
--
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=30118
Bug #: 30118
Summary: Sound occasionally stalls past underrun, bypassing our
lead-in writer
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
Attachment #39217 to bug #29294 contains a log where Civilization 5 audio
stalls after an underrun.
99% of the time, an underrun happens while the mmdevapi render callback sleeps.
snd_pcm_avail is then the first to detect it, recovers, writes the lead-in and
audio is running again. This happened 266 times in the log:
62.063:alsa_write_data XRun state avail 12689, recovering
In rare cases, the underrun did not yet occur when snd_pcm_avail was called
rather than a few µs later in snd_pcm_write.
62.190:alsa_write_data pad: 4245
62.190:alsa_write_best_effort writei failed, recovering: -32 (Broken pipe)
ALSA lib pcm.c:7316:(snd_pcm_recover) underrun occurred
Following that, ALSA has a little data
62.201:alsa_write_data pad: 512
62.211:alsa:alsa_write_data pad: 5120
but somehow DSound stops feeding it.
Now bug #29294 involves Jack whose precise behaviour I don't know, but here's
what would happen when using plain plug:dmix or hw:0: Our lead-in writer does
not trigger because it sits before snd_pcm_write. The key issue is that ALSA
has less than one period of data, so it doesn't start! That is known behaviour
from both dmix and hw:x,y devices.
23.054:AudioClient_Initialize ALSA period: 5512 frames
23.055:AudioClient_Initialize ALSA buffer: 16537 frames
23.055:AudioClient_Initialize MMDevice period: 441 frames
23.055:AudioClient_Initialize MMDevice buffer: 5120 frames
As a result, position does not increase. The little data prevents writing the
lead-in upon subsequent callback invocations. Unfortunately, DSound is
presumably waiting for a particular position to be reached to continue feeding
data.
Position would increase and bump to max = release_frames - held_frames if it
would hit another underun -- if ALSA had managed to start.
So this is partly a bug in DSound which I've already blamed for using
GetPosition instead of GetCurrentPadding when feeding data, witness comment
#21, bug #29472, comment #17 or bug #29497, comment #1. However the subject of
this bug report shall be winealsa's incomplete underrun recovery.
Also note another issue here: mmdevapi's buffer of 5120 frames is smaller than
ALSA's period! Thanks to the lead-in, that nevertheless works at start.
Perhaps DSound would not have stalled had that buffer been larger; it might
have written more frames.
Months ago I conducted many tests with different buffer and period sizes in
exclusive mode but have not finalized that work about the minimum and maximum
buffer sizes and when to return E_INVALID_DEVICE_PERIOD or
AUDCLNT_E_BUFFER_SIZE_ERROR etc. That's still a TODO on my list. That work
has been very revealing about the relationship between mmdevapi and alsa buffer
and period sizes. Presumably, mmdevapi must create a buffer at least as large
as ALSA's period.
--
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=23462
Summary: Robots Creative Studio says you must install a printer
to use it, then crashes
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29280)
--> (http://bugs.winehq.org/attachment.cgi?id=29280)
Robots Creative Studio console output
Robots Creative Studio is bundled with several 20th Century Fox DVD film
titles.
After installing it and running Robots.exe, a dialog box says "You must install
a Windows printer to use the Robots Print Studio". (If it's relevant, I don't
have a physical printer connected to my PC.)
Clicking OK to dismiss the dialog box results in a Wine Program Error dialog
box. I have attached the console output.
Is there any way to have Wine present a dummy/fake printer for those Windows
applications that check for one?
--
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=22960
Summary: Endnote X3 full version crashes at start
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam(a)apparition.student.utwente.nl
Created an attachment (id=28435)
--> (http://bugs.winehq.org/attachment.cgi?id=28435)
wine output at crash
When starting the fully licensed version of Endnote X3 Wine crashes. This
happens when starting the program. I've also tested it with office 2007
installed and running it from office 2007. In that case it exits with a "no
error available" message.
--
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=22967
Summary: Restricted Area game - sound issues
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.restricted-area.net/demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Created an attachment (id=28443)
--> (http://bugs.winehq.org/attachment.cgi?id=28443)
Console output
When i play in the game i hear only music, but no other sound (shoots for
example)
--
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=29658
Bug #: 29658
Summary: Ownerdrawn List Item Width
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt0308(a)tabledit.com
Classification: Unclassified
I'm the developer of TablEdit (www.tabledit.com)
There is a problem with the the ownerdrawn list items like the
diagrams list in Edit->Chord Manager or the clef list in
Score->Instrument->Clef. The itemSize value fixed in WM_MEASUREITEM is
not retained when the control is actually displayed.
--
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=29428
Bug #: 29428
Summary: Latest download of AMAYA installs but fails to run,
generating a "must close" error window.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winlinuser(a)gmail.com
Classification: Unclassified
Unsure how to report "traces" etc. I'm running Linux Mint 9 on an HP 530
laptop. I downloaded AMAYA earlier this week and the installation into WINE
(latest version) reported a missing file (can't remember which one). I
searched for it and installed this "missing" file - and it still does not work.
When trying to run the program it generates a "must close" window.
The same EXE installed perfectly on my Win XP (sp3) and Win 7 machines.
Just for the record, the Linux version of AMAYA failed to install in Mint 9
which prompted the use of WINE.
ALSO - whilst most apps run well under WINE, Paintshop Pro 7 did, but now does
not, run under WINE. Not sure why or if this is relevant.
--
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=19615
Summary: Can't compile Inkscape with mingw on wine: fd leak?
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://kegel.com/wine/inkscape-download-and-build.sh.t
xt
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/inkscape-download-and-build.sh.txt
is a simple script that downloads all of the prerequisites
for building inkscape on windows, grabs the source from svn,
and builds it. Read the comments at the top to see how
to run it in cygwin (and in cygwin on wine).
This script runs to completion on Windows, but on Wine, it failed for me
with
Make error line 291: executeProgram: could not create pipe
when compiling src/xml/subtree.cpp (the 770th file out of 844).
Oddly, rerunning the script in the same wineconsole window
failed quickly with various symptoms, including
"ld.exe: crt2.o: No such file: Too many open files"
Even more oddly, problem persisted even in a new wineconsole window;
bash just wasn't happy.
wineserver -k elicited the following messages:
...
0x8833cc0:1: Fd unix_fd=474 user=0x877ec68 options=00000010
0x882e3b8:1: Fd unix_fd=-1 user=0x877ec68 options=00000010
0x877ec68:4: Named pipe server pipe=0x8824608 state=3
0x8824608:1: Named pipe name=L"Win32.Pipes.00000012.00000739"
0x8833c48:1: Fd unix_fd=473 user=0x8816378 options=00000010
0x882b138:1: Fd unix_fd=-1 user=0x8816378 options=00000010
0x8816378:4: Named pipe server pipe=0x8833f80 state=3
0x8833f80:1: Named pipe name=L"Win32.Pipes.00000012.00000736"
0x8813520:1: Fd unix_fd=472 user=0x87dcfb8 options=00000010
0x8833f08:1: Fd unix_fd=-1 user=0x87dcfb8 options=00000010
0x87dcfb8:4: Named pipe server pipe=0x87d9038 state=3
0x87d9038:1: Named pipe name=L"Win32.Pipes.00000012.00000733"
0x882eeb8:1: Fd unix_fd=471 user=0x87dae30 options=00000010
0x8833fd0:1: Fd unix_fd=-1 user=0x87dae30 options=00000010
0x87dae30:4: Named pipe server pipe=0x87e2418 state=3
0x87e2418:1: Named pipe name=L"Win32.Pipes.00000012.00000730"
0x882f3b0:1: Fd unix_fd=470 user=0x880c2a8 options=00000010
0x880ba30:1: Fd unix_fd=-1 user=0x880c2a8 options=00000010
...
After that, starting a new wineconsole let me run cygwin.bat
again, and running ink.sh again picked up the build more or less
where it left off.
So it appears wine(server) has an fd leak related to pipes?
--
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=29960
Bug #: 29960
Summary: Legacy of Kain does not start
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zenzar(a)gmail.com
Classification: Unclassified
Created attachment 38995
--> http://bugs.winehq.org/attachment.cgi?id=38995
the error report
When launching the game, Wine tells that there is a serious error and that the
application needs to 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=30125
Bug #: 30125
Summary: Using Hypercam2 and it says a error has been reported
and it closes Hypercam2
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmacatack(a)aol.com
Classification: Unclassified
Created attachment 39279
--> http://bugs.winehq.org/attachment.cgi?id=39279
This is the error report that pops up.
I installed Hypercam2 and when i opened it and started recording a pop up
appeared and says a error occurred and it must close hypercam2, there is a
attachment of the error report.
--
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=22270
Summary: Counter Strike 1.6 Steam crashes on "parsing game
info"
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Solaris
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eugene.turkulevich(a)gmail.com
steps:
1. set up Steam (with winetricks for example)
2. log in to Steam and disable notifications and chats in options (as
winetricks recommends regarding to bug #22053)
3. launch Counter Strike (or Condition Zero, result is the same)
4. choose "create new game" or "find server" and connect to server
5. wait untill "Parsing game info" message
result:
application freeze for some time (about a minute or two)
then message"The program hl.exe encountered a serious problem and needs to
close..." appears and after clicking "Close" application is closed
additional info about hardware and software:
AMD Phenom II x4, 8gb mem, OpenSolaris snv_134
wine 1.1.42 built from source with no errors
dunno how to provide additional info 'cos no console log appears when running
Steam
--
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=13200
Summary: Microsoft Pinball Arcade missing some color depth
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanessaezekowitz(a)gmail.com
Created an attachment (id=13032)
--> (http://bugs.winehq.org/attachment.cgi?id=13032)
Screenshot of the game as it appeares in 8bpp "StaticColor" mode
In a real Windows installation (either on the real hardware or within vmware),
MS Pinball Arcade looks normal, but when running under Wine/Linux in an Xorg
8bpp StaticColor visual, it looks like some color depth is being lost, almost
like 7 bits per pixel. This affects all parts of the game - intro screens, the
menu, ,loading screens, and game tables.
If you switch to a StaticGray visual, you get what looks like a full 256-greys
screen. Brightness transitions are smoother (e.g. finer steps and banding)
than their StaticColor counterparts.
In the screenshots, it is probably easiest to see the difference between the
two visuals along the edges of the table and in the ball launch trough on the
right.
Expected Results:
The game should look exactly like it does in Windows.
Affected Versions:
All recent versions up through 1.0 rc1. I can't be sure when this started,
I've only been using Wine since around 0.9.31.
--
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=29386
Bug #: 29386
Summary: Myst Masterpiece crashes on first run
Product: Wine
Version: 1.1.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keen101(a)gmail.com
Classification: Unclassified
Created attachment 38038
--> http://bugs.winehq.org/attachment.cgi?id=38038
backtrace info?
I looked at "Bug 29092 - Myst Masterpiece crashes on game entry", but mine
appears to be different.
The Myst Masterpiece Edition setup seems to work fine, and afterwards when
attempting to run the game for the first time it crashes with an error message
that reads: "The program Myst.exe has encountered a serious problem and needs
to close. We are sorry for the inconvienience."
This is on Ubuntu 10.04 32bit with wine 1.2.2.
I have attached what i hope is the backtrace info that you need.
The game is not able to even start, and the debug program never seems to start
automatically 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=22884
Summary: Emulate virtual Desktop behaves strange.
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lars-erik.englund1(a)comhem.se
My system is a Dell INSPIRON 5150, and I run Mandriva 2010.0, with the latest
patches, and the application is Photoshop Elements 8.0. For the moment I use
the try out version.
After a photo is loaded and an action, what ever, for example filter. The photo
disappears from the desktop. Photoshop is still running. It's possible to get
the photo back if "Window -> Tile -> Photo to Edit", and the photo is back on
screen. If filter menu is activated again, the photo disappears. It's like an
endless loop, and after some "get photo back" it's not possible to get the
photo back on screen.
This strange thing happens then "Emulate virtual desktop" is activated.
--
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=29649
Bug #: 29649
Summary: When i lod into a CS 1.6 server it give me the error
"The hl.exe program has encountered an error"
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: noobcommentaries(a)hotmail.com
Classification: Unclassified
I downloaded steam and installed from the cs 1.6 retail. When i open it, it
works perfectly but when i join a server and i am ready to play this error pops
up.
--
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=23595
Summary: F.E.A.R. 1.0 Random deadlocks (probably audio related)
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plamen.vassilev(a)gmail.com
Created an attachment (id=29503)
--> (http://bugs.winehq.org/attachment.cgi?id=29503)
Full console output
Clean wine 1.2-rc7 prefix. The game installs and runs fine. I had to use nocd
for it to run. I played it with maxed out video parameters, and it was all
fine, until I reached the level Infiltration. In that level the game started
exhibiting deadlocks, at random positions of the player, sometimes sooner,
sometimes further in the level. From console output it looks like it's audio
related, because of the message:
Note: Illegal Audio-MPEG-Header 0x3cbe5446 at offset 16790.
After three of these I get:
err:ntdll:RtlpWaitForCriticalSection section 0x472e344 "?" wait timed out in
thread 001d, blocked by 0009, retrying (60 sec)
The video stops refreshing and the current sound buffer contents are repeated
endlessly.
--
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=29044
Bug #: 29044
Summary: comdlg32/printdlg.c test crashes if no printer is
installed
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, printing
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 37411
--> http://bugs.winehq.org/attachment.cgi?id=37411
backtrace
Backtrace:
=>0 0x7eb3b30f GdiConvertToDevmodeW+0x1f(dmA=(nil))
[/home/austin/wine-git/dlls/gdi32/driver.c:933] in gdi32 (0x0032f798)
1 0x7e74e185 pagesetup_get_devmode.clone+0x44() in comdlg32 (0x0032f7d8)
2 0x7e74f8e5 pagesetup_update_papersize+0x24(data=0x32fc94)
[/home/austin/wine-git/dlls/comdlg32/printdlg.c:2801] in comdlg32 (0x0032f838)
3 0x7e750493 pagesetup_common+0x372(data=0x32fc94)
[/home/austin/wine-git/dlls/comdlg32/printdlg.c:3697] in comdlg32 (0x0032fc88)
4 0x7e7547fb PageSetupDlgA+0x1a(setupdlg=0x127900)
[/home/austin/wine-git/dlls/comdlg32/printdlg.c:3735] in comdlg32 (0x0032fcb8)
5 0x7ef8ae9d func_printdlg+0x2bc()
[/home/austin/wine-git/dlls/comdlg32/tests/printdlg.c:106] in comdlg32_test
(0x0032fd18)
6 0x7ef8b824 run_test+0x143(name="printdlg.c")
[/home/austin/wine-git/dlls/comdlg32/tests/../../../include/wine/test.h:556] in
comdlg32_test (0x0032fd68)
0x7eb3b30f GdiConvertToDevmodeW+0x1f
[/home/austin/wine-git/dlls/gdi32/driver.c:933] in gdi32: movzwl
0x24(%edi),%edx
933 dmA_size = dmA->dmSize;
--
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=20741
Summary: sfirm demo complains CURRENTDIRECTORY contains no
value.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.sfirm.de/endkunde/sf32/sfirm_demo.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
hi, this is a followup of bug 20734. The next complaint is a messagebox
CURRENTDIRECTORY property has no value
--
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=22745
Summary: GalCiv2 starts occasionally crashing in ntdll.dll
after an hour of gameplay.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
Created an attachment (id=28040)
--> (http://bugs.winehq.org/attachment.cgi?id=28040)
GalCiv2 crash backtrace
This only happens a while into the game. Backtrace attached; no further useful
info on the console. d3dx9_27, 36 and usp10 were overridden. Wine version is
git HEAD of 5/15/10.
--
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=29498
Bug #: 29498
Summary: Spotify does not post tracks to Last.fm or Facebook
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skerit(a)kipdola.com
Classification: Unclassified
Spotify does not post played tracks to Last.fm or Facebook.
Facebook friends also show up with only their facebook ID, not their name.
I'm using the native winhttp dll for spotify, otherwise nothing works.
--
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=21527
Summary: Planescape:Torment crashes when entering a certain
area (undersigil)
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alvia-adrano(a)web.de
Created an attachment (id=25933)
--> (http://bugs.winehq.org/attachment.cgi?id=25933)
Debugger information
In a late stage of the game you can run around in "UpperWard" (
http://www.the-spoiler.com/RPG/Interplay/planescape.3/stevepst.html
walkthrough). If I want to enter the area "UnderSigil" the game saves
automatically and loads the new area and then crashes.
Since I got some sound related errors in the shell, I killed pulseaudio. Still
it crashes. Deactivating Alsa (which means every sound) in the wine
configuration didnt change the situation.
I'm running Kubuntu Karmic with radeon driver ( http://wiki.x.org/wiki/radeon )
How did I get P:T to work: manually set my xorg to color depth 16bit (in
/etc/X11/xorg.conf). Setting fullscreen to '0' in Torment.ini.
How did I get the debug information (attachment): Starting P:T, loading the
auto save game before the crash (picture 1), running again to UnderSigil,
pressing OK on the crash popup (picture 2).
A friend of a mine also had the crash when trying to access a certain area. I'm
pretty sure its the same error. I'll have to ask him. He uses 32bit.
Maybe it's a winmm error.
--
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=25422
Summary: Toolbar in Finereader 10 Pro fails to render correctly
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
Created an attachment (id=32356)
--> (http://bugs.winehq.org/attachment.cgi?id=32356)
starting finereader from terminal without extra debug-parameters
When starting FineReader 10 Pro, a lot of winedebug-messages, concerning the
function which draws the toolbar, appears. It's also visible in the program
itself: There's no text beneath the toolbar-icons, which is quite annoying :/
--
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=25101
Summary: 1944 - Battle of the Bulge: Mouse Buttons do not work
Product: Wine
Version: 1.2.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freasy5308(a)hotmail.de
If one start the game and gets into main menu, one can't click with the mouse
to start the game, only escape works.
--
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=29971
Bug #: 29971
Summary: Hamster Video Converter dies on startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: griffinboyce(a)gmail.com
Classification: Unclassified
Hamster Free Video Converter dies on startup and will not install in Wine.
--
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=30036
Bug #: 30036
Summary: Scrivener: App crashes when trying to play the
embedded video in the tutorial project
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: director84(a)gmx.de
Classification: Unclassified
Created attachment 39127
--> http://bugs.winehq.org/attachment.cgi?id=39127
The backtrace of the crash
I installed the latest version (1.0.3) of the novel writing software
"Scrivener" for Windows (30-day Trial) and had just started the tutorial. I
tried to play the "ThisIsBuzzAldrin" sample video in the "research" section in
the list on the left side of the user interface, by double-clicking on the list
item. Whenever I do so the application crashes.
I use an Acer TravelMate 5740G Notebook with Linux Mint 12 (Lisa) x86-64.
--
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=21437
Summary: "Imperio de los mares Antology" DVD
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riscardin(a)hotmail.com
I start up the game "Imperio de los mares Antology" and i choose to play the
game, it load the game, and when i choose to load a saved game it kick me out
with an error message. It happens in the game "Patrician III" and in "Piratas
del nuevo mundo" it shows "the program Tortuga.exe has found a problem and must
close"
Thank you
--
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=22852
Summary: Knight Online Variant Crashes on Startup.
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yhalothar(a)live.com
Created an attachment (id=28220)
--> (http://bugs.winehq.org/attachment.cgi?id=28220)
Term output.
I'm trying to get a variant (see: Private server) of Knight Online to work on
my Ubuntu 10.4 box.
The variant is "SexyKo" from sexyko.net but I believe this problem happens with
every variant. The only binary that works in the folder is "Launcher.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=16082
Summary: black screen with Football Manager 2009
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrizz(a)libero.it
I can't play Football Manager 2009 couse the only thing i see is a black
screen. Note that pointer changes his shape when i move it in same
position...so the game seems to start but there is a graphic error.
--
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=20810
Summary: Fly!2 crashes after around 10 minutes
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahso47(a)yahoo.com
Fly!2 crashes after around 10 minutes with:
fatal error caused by .DLL "system\modules\pc\pydll.dll in DLLIdle routine
File: Dllman.cpp
Line: 1619
--
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=30093
Bug #: 30093
Summary: can not input chinese word into word 2003 via wine
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deseaf(a)gmail.com
Classification: Unclassified
wine version is: wine-1.2.3 installed by macport version 2.0.3
office 2003 on Mac OS X Lion (10.7.2)
--
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=23486
Summary: ski challenge 2010
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahso47(a)yahoo.com
cannot set to fullscreen anymore
--
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=16186
Summary: Mathcad 2K Pro 3D graphs not rendered correctly
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kc8ldo(a)arrl.net
I can't get the 3D graphs in Mathcad 2000 Pro to render correctly. Seems like
the graphics are scrambled. I've never had any version of Wine that I have
tested render the graphs right.
I've attached a zip file with two bit map files of a 3D graph. One as rendered
on a Windows XP Pro system and the other on a Wine 1.1.9 build on a Fedora 8
system.
--
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=30223
Bug #: 30223
Summary: error
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laynn(a)hotmail.com
Classification: Unclassified
Created attachment 39460
--> http://bugs.winehq.org/attachment.cgi?id=39460
error install office 2007
proble with install office 2007
--
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=29965
Bug #: 29965
Summary: Final fantasy XI ultimate collection abyssea edition
does not have enough disk space
Product: Wine
Version: 1.4-rc4
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmtidwell(a)gmail.com
Classification: Unclassified
The amazon downloader does not work, for one, in wine, and number two
downloaded on a linux box, burnt to dvd and transfered over the Final fantasy
XI ultimate collection abyssea edition does not have enough disk space... it
just errors 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=17717
Summary: Tabs in MYOB BusinessBasics do not change with mouse
click
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lists(a)whitehouse.org.nz
In MYOB BusinessBasics, running on Ubuntu 8.10 with Wine, the application has
tabs. Using your mouse to click on the tab does not select it. You can usually
work around this by selecting with your mouse and then hitting Ctrl+Space.
Can I give you a debug log or something that can tell you what the application
is sending, or something?
Well done in getting everything else in the application working so well!
--
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=30219
Bug #: 30219
Summary: Minitab 16 crashes if a Partial Factorial Design of
Experiments is chosen
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prabhjotsbhatia(a)gmail.com
Classification: Unclassified
Created attachment 39456
--> http://bugs.winehq.org/attachment.cgi?id=39456
Register dumps and backtrace
Minitab 16 creates a page fault
Exact Steps to recreate bug:
1. Start Minitab 16
2. Open an empty project
3. Go to Stat>DoE>Factorial>Create Factorial Design
4. Select "2-level factorial (default Design)
5. Change number of factors to any number greater than 2
6. Click on designs, select any except "Full Factorial"
7. Click OK, OK.
8. Minitab Crashes.
The following lines are printed to the terminal at the crash time:
wine: Unhandled page fault on write access to 0x00000000 at address 0x7e1e6c80
(thread 0009), starting debugger...
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x7e1e6c80).
--
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=29976
Bug #: 29976
Summary: Error while running Crossfire.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kkrockme4(a)gmail.com
Classification: Unclassified
Created attachment 39023
--> http://bugs.winehq.org/attachment.cgi?id=39023
All the info i have.
I try to run Crossfire and it crashes while running HWG gamewatcher.
--
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=30082
Bug #: 30082
Summary: Divide by Zero in Mathcad 2000
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wa7ncl(a)yahoo.com
Classification: Unclassified
When a computation that results in dividing by zero is performed wine and the
application crashes. It does something to X as well because my screen goes
black. A mouse click outside the previous location of the window (before
crashing) brings back X but wine and Mathcad are gone.
Fixed it by adding Native msvcp60.dll msvcrt.dll. I think the Wine builtins
must not handle divide by zero correctly.
I also had to add MSVCIRT.dll but this did not figure into the divide by zero.
In the days before 1.0 Wine, I believe this problem with zero results did not
happen.
For now the fix is to add the Native DLLs and override.
--
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=29652
Bug #: 29652
Summary: EverQuest crashes at Server Select
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reussede(a)gmail.com
Classification: Unclassified
I have just installed Wine 1.2.2 using the software manager in Linux Mint. The
install went flawlessly. I configured wine.
I installed EverQuest 1 from a set of CD's. The install went smoothly. I
logged in and started the update process. It was a 2 hour download to update
from the installation CD's. It went smoothly. I modified the eqclient.ini to
add TextureCache=FALSE so the mouse would work. I am able to get to the Server
Select screen. After I select the server, the game crashes.
I thought it might be DirectX - I am new to Linux and Wine, so I found some
information on how to install DirectX in Wine and did so. I could not ever get
the dxdiag.exe to run. NO error messages, it just doesn't open the window. AND
it didn't fix the problem. EQ still crashes after Server is Selected.
I've read the bugs, and it appears that this has occurred before, but there
doesn't appear to be any fix for it. But it appears that someone got EQ
running in Wine somehow since then. I turned Sound off. EQ still crashes.
--
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=26200
Summary: Blockland dedicated server disappears from server list
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulguy119(a)gmail.com
Running a Blockland dedicated server will result in a connectible server if a
player wants to manually enter the IP address, but the server only appears in
the master server list for a couple minutes, then will disappear.
Packet sniffing through wireshark has indicated that the game's authentication
only occurs once, then never again while running in Wine, but does so running
in Windows.
This error is received on the terminal when the game would normally have
continued authentication:
fixme:winsock:WSACancelAsyncRequest (0xdeb1),stub
Tracing winsock results in this error when it tries to perform DNS requests:
warn:winsock:wsaErrno errno 115, (Operation now in progress).
Looking at the MSDN article of the WSACancelAsyncRequest function would
indicate that it's related to DNS lookups, and if these are required to happen,
but aren't, it would make sense that it's related to the failure I'm
experiencing.
--
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=23476
Summary: Fonts render incorrectly in Print Artist 4.0. Needs
GetOutlineTextMetrics16?
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to the Sierra Online program Print Artist 4.0.
Fonts do not render correctly. I have attached screenshots to show the
difference between running under Wine and Windows (Vista).
On starting Prtartst.exe, about 3 times in 4 console output is:
wine: cannot find L"C:\\windows\\system32\\fulldrag.exe"
err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c:
loader_section" wait timed out in thread 0026, blocked by 0023, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6846a7a0 "syslevel.c:
Win16Mutex" wait timed out in thread 0023, blocked by 0020, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c:
loader_section" wait timed out in thread 0020, blocked by 0023, retrying (60
sec)
then after some time:
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc356bd
On those occasions when it does start correctly, console output begins:
wine: cannot find L"C:\\windows\\system32\\fulldrag.exe"
fixme:commdlg:PrintDlg16 custom templates no longer supported, using default
fixme:commdlg:PrintDlg16 custom print hook 0x12379c3a no longer supported
fixme:commdlg:PrintDlg16 custom setup hook 0x16ef0080 no longer supported
fixme:gdi:GetOutlineTextMetrics16 (dc58,0072,0x6d06e8): stub
fixme:gdi:GetOutlineTextMetrics16 (dc74,0072,0x6d06ea): stub
fixme:gdi:GetOutlineTextMetrics16 (dc94,0072,0x6d06e8): stub
As the program is used, more lines beginning fixme:gdi:GetOutlineTextMetrics16
are shown.
--
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=22585
Summary: Champions Online: Mouse disappears in-game, but not in
menu.
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mm(a)qimmit.com
In Champions Online, the mouse works in the menu, but as soon as you start the
game, it disappears and you're left alone with your own imagination of where it
is.
It could be because of an animated cursor, but a patch to use the default X11
mouse would be lovely.
--
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=29617
Bug #: 29617
Summary: wine explorer crashes sometimes
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vde(a)ykoctpa.ru
Classification: Unclassified
Created attachment 38370
--> http://bugs.winehq.org/attachment.cgi?id=38370
logs
wine's own explorer crashes periodically
--
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.