http://bugs.winehq.org/show_bug.cgi?id=10844
Summary: erroneous out of memory message from application
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remailer(a)gmail.com
Created an attachment (id=9730)
--> (http://bugs.winehq.org/attachment.cgi?id=9730)
WINEDEBUG=warn+all gzipped text output
Upon trying to start nfsw.exe (Need for Speed II), a dialog is shown with the
title "Abort message:", with a message of: "init mem - INSUFFICIENT MEMORY TO
CONTINUE FILE win\initmem.c LINE 242"
winecfg has the winever set to Windows 95, my system has over 600MB free
physical memory and 3GB of swap.
According to the appdb entry
http://appdb.winehq.org/objectManager.php?sClass=version&iId=2693 this program
has been working before.
--
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=23802
Summary: Need for Speed Shift demo: slow framerate on showroom
floor
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In the showroom floor, when the car is just rotating, the
framerate in Wine is well under 10fps, but in Windows it seems
very smooth, above 20fps.
The problem even occurs at low resolutions like 800x600.
Maybe there's some event timer firing at the wrong rate?
This problem's been around as long as I can remember.
--
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=24600
Summary: Saira: some fonts are messed up
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://nifflas.ni2.se/content/Saira/Saira%20112.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=31067)
--> (http://bugs.winehq.org/attachment.cgi?id=31067)
screenshot showing the wrong fonts
There are some scenes in the game where the text is not displayed correctly
(see attached screenshot). It looks as if the fonts were condensed.
The menu text and the game instructions at the top of the screen are all
displayed correctly, but if you open your PDA in the game by pressing 'd' and
choose the 'Device Solver', you can observe the issue.
'winetricks corefonts tahoma' doesn't help.
Some notes for testing:
Msvcp60.dll must be placed into /system32 to start the game or the setup
utility.
Make sure you set up the game to run in windowed mode in Settings.exe. For some
reasons the game crashes on startup if fullscreen is selected.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=17715
Summary: Incorrect translation of D3D asm instruction "expp"
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: stefandoesinger(a)gmx.at
Hi there,
currently wined3d (I only tested this in ARB mode, but it might also affect
GLSL mode) the D3D assembler instruction "expp" is incorrectly translated to
ARBvp assembler language.
wined3d takes this D3D asm line "expp r3.y, r3" and translates it into "EXP
R3.y, R3;". Well, this isn't working.
EXP is of scalarop type, the first parameter being of "masked destination
register" type (masking is used in this case above) and the second parameter
(here lies the problem) is of type "scalar source register".
Sadly R3 is a vector :(
Well, let's add there full shader source for completeness:
--------------------------------------------
vs_1_0
//D3DX8 Shader Assembler Version 0.91
mov r0, v0
add r1, r0, -c85
dp3 r1, r1, r1
rsq r1.x, r1.y
mov r3, r0
dp3 r3.w, r3, r3
rsq r3.w, r3.w
mul r7, r3, r3.w
mul r1.x, r1.x, r1.y
mad r2.x, r1.x, c86.x, c86.y
slt r4, r2.x, c0
mul r4, r4, -c83.w
max r2.x, r2.x, -r2.x
add r2.x, r4.z, r2.x
mul r3, r2.x, c83.y
expp r3.y, r3
mad r3, r3.y, c83.z, c83.w
mul r2, r3.x, r3.x
mul r3.y, r2.x, r3.x
mul r3.z, r2.x, r3.y
mul r3.w, r2.x, r3.z
dp4 r2, c82, r3
mul r2, r2, c86.z
mul r1.x, r1.x, c86.w
add r1.x, c1, -r1.x
max r1.x, c0, r1.x
mad r0.y, r2, r1.x, r0.y
dp4 oPos.x, r0, c2
dp4 oPos.y, r0, c3
dp4 oPos.z, r0, c4
dp4 oPos.w, r0, c5
mov oT0, v3
mov oT1, v3
mov oT2, v3
mov oT3, v3
mov oD0, c1
mov oFog.x, c0
--------------------------------------------
First of all, according to the current MSDN the instruction used above in the
source is NOT valid.
See this: http://msdn.microsoft.com/en-us/library/bb173373(VS.85).aspx
They explicitly state "expp dst, src.{x|y|z|w}" as the syntax.
They furthermore mention:
------------QUOTE---------------------------
src is a source register. Source register requires explicit use of replicate
swizzle, that is, exactly one of the .x, .y, .z, .w swizzle components (or the
.r, .g, .b, .a equivalents) must be specified.
------------UNQUOTE--------------------------
Well, this comment about the src reg doesn't seem to be valid at all....
Let's just take a look at the original D3D8 documentation ("D3DX8 Shader
Assembler Version 0.91" <- !!!).
To fully quote this:
------------------------------------------------------
expp
Provides exponential 2x partial support.
Syntax:
expp vDest, vSrc0
Registers:
vDest: Destination register, holding the result of the operation.
vSrc0: Source register, specifying the input argument.
Operation:
The following code fragment shows the operations performed by the expp
instruction to write a result to the destination.
SetDestReg();
SetSrcReg(0);
float w = m_Source[0].w;
float v = (float)floor(m_Source[0].w);
m_TmpReg.x = (float)pow(2, v);
m_TmpReg.y = w - v;
// Reduced precision exponent
float tmp = (float)pow(2, w);
DWORD tmpd = *(DWORD*)&tmp & 0xffffff00;
m_TmpReg.z = *(float*)&tmpd;
m_TmpReg.w = 1;
WriteResult();
Remarks:
The expp instruction produces undefined results if fed a negative value for the
exponent.
This instruction provides exponential base 2 partial precision. It generates an
approximate answer in vDest.z and allows for a more accurate determination of
vDest.x*function(vDest.y), where function is a user approximation to 2*vDest.y
over the limited range (0.0 <= vDest.y < 1.0).
This instruction accepts a scalar source, and reduced precision arithmetic is
acceptable in evaluating vDest.z. However, the approximation error must be less
than 1/(211) the absolute error (10-bit precision) and over the range (0.0 <=
t.y < 1.0). Also, expp returns 1.0 in w.
The following example illustrates how the expp instruction might be used.
expp r5, r0
------------------------------------------------------
So, the correct translation should be "EXP R3.y, R3.w;"
CCing Stefan Dösinger and Henri Verbeet.
I tried to patch this myself, but it looks like that "expp" has to be moved out
of shader_hw_map2gl to be able to do such an adjustement (but maybe not?).
--
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=24328
Summary: Filter Forge 2 demo fails to launch with error: <class
XFW::OSCallError> ::GetScrollInfo failed.
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anomalydetected(a)gmail.com
Created an attachment (id=30664)
--> (http://bugs.winehq.org/attachment.cgi?id=30664)
Screenshot of error message
Filter Forge 2 demo installs without an error message, but when attempting to
launch it and clicking "Use Trial - 30 days left", an error message pops up
<class XFW::OSCallError> ::GetScrollInfo failed. (screenshot attached) and the
program crashes.
Demo is available for download here: http://www.filterforge.com/download/
Regular Terminal output and terminal output with WINEDEBUG=+relay,+seh,+tid
attached also.
--
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=14740
Summary: Combined Arms is not installable
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starmatz71(a)yahoo.de
The installer shows only a white window, with the buttons "Agree" or
"Disagree". After that a second window pops up, completely blank and without
buttons. Pressing ESC on the keyboard quits the installer.
The registration and the game is free to use and play.
--
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=19959
Summary: Rome Total War loading screen has correct colors,
rendered twice
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Created an attachment (id=23473)
--> (http://bugs.winehq.org/attachment.cgi?id=23473)
Screenshot of the loading screen
Rome Total War loading screen has correct colors, and is rendered twice, once
in the left side of the screen and once in the right side.
It's worth noting that the progress bar - the only animated element - is
rendered correctly.
--
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=23472
Summary: PokerStars continues to crash - Wine 1.2rc5
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.s.cairns(a)gmail.com
Created an attachment (id=29294)
--> (http://bugs.winehq.org/attachment.cgi?id=29294)
CreateToolhelp32Snapshot Unimplemented
I am attempting to run PokerStars with PokerStarsHotKeys. I was able to do
this with out a problem on 7.04. I decided it was time for an update but PS
continues to crash. I'd rather not revert back but if its necessary I'll go
that route.
PokerStars will crash when I open a new window. It will crash if it hangs on a
window. It will crash if I go into a menu list. It basically crashes when it
wants.
I am in communication with PS but I'm sure you would want to know about this
problem.
Thank you for all your work.
Michael
--
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=11919
Summary: foobar2000 0.9.5.x with foo_facets.dll: crash in track
popup code
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pujos.michael(a)laposte.net
Created an attachment (id=11218)
--> (http://bugs.winehq.org/attachment.cgi?id=11218)
crash backtrace
Install foobar2000 and the facets plugin
(http://foobar2000.audiohq.de/foo_facets/)
Enable layout editing mode (View->Layout->Enable Editing Mode)
right-click in the UI to add the facets UI element (right click, then select
"Replace UI element" in the popup menu, then select Facets in the UI element
list).
Now right-click in the newly added Facets component to display it's popup menu.
Select "Facet View" in this menu and it'll make foobar2000 crash.
The crash happens in MENU_HideSubPopups() from user32/menu.c. In this function
the MENU_GetMenu() return a NULL pointer hence the subsequent crash.
See the attached file for the full backtrace
--
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=29290
Bug #: 29290
Summary: "The Settlers - Rise of Cultures" - SecuRom
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxistxxl(a)yahoo.de
Classification: Unclassified
Created attachment 37886
--> http://bugs.winehq.org/attachment.cgi?id=37886
Output of `ls -lh dosdevices' and `wine SADK.exe'
This one is fairly easy to describe.
I am using the current wine version fresh from todays (9.12.11) PPA. I
installed "The Settlers - Rise of Cultures" without any problems. If I want to
start the game, SecuRom prevents it.
I "configured" my CD-Drive using winecfg. Please find the output of `ls -lh
dosdevices/' attached. Please find in the same attachment the output of `wine
SADK.exe'.
sincerly
Max Görner
--
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=21054
Summary: Platform SDK 2003 install slow
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is not a critical problem, just an observation.
'winetricks psdk2003' works today, but seems a little slow.
It spends about five minutes thinking, then about half an hour (?) copying.
oprofile shows that during the thinking phase,
cpu time is divided up almost evenly between msi.dll and libwine.dll:
213762 52.2918 msi.dll.so
173435 42.4267 libwine.so.1.0
16658 4.0750 kernel32.dll.so
During this time, cpu time inside msi is divided up like this
67832 31.7325 JOIN_fetch_int
33596 15.7165 WHERE_evaluate
28618 13.3878 read_table_int
22133 10.3540 TABLE_fetch_int
14115 6.6031 STRING_evaluate
13322 6.2322 bytes_per_column
and cpu time inside libwine is divided up like this:
152497 87.9275 strlenW
12290 7.0862 compare_unicode_weights
During the copying phase, cpu time is mostly in the kernel:
23340 37.7866 no-vmlinux
15967 25.8500 cabinet.dll.so
5469 8.8541 libwine.so.1.0
Of the 1/4 of the cpu time in cabinet.dll, nearly all of it was in one
function:
15299 95.8164 LZXfdi_decomp
These numbers are with -O0, so they're not especially useful
for predicting normal speeds. It'd be interesting to see where the
cpu time is at -O2.
--
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=30555
Bug #: 30555
Summary: PokerStars client cannot initialize
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin.mcalister(a)gmail.com
Classification: Unclassified
Pokerstars client fails ( http://pokerstars.com )
versions:
- wine 1.4
- linux 3.2.0-24 (Ubuntu 12.04)
Note: it was working pretty good on Wine 1.3.28 under linux 3.0.0-17 (Linux
Mint 11).
The reason is:
After update check the error window appears: "Client program has failed to
inialize, Please contact PokerStars support"
--
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=27426
Summary: Duke Nukem Forever Demo crashes on start
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35072)
--> (http://bugs.winehq.org/attachment.cgi?id=35072)
crash dialog
Shows a steam/dnf crash dialog on start, without much info (attached). Also
tried the fixed files version, which fails, trying to import kernel32.dll (!).
Works under windows, so either a really strange crack, or some new copy
protection..
--
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=23604
Summary: Armored Fist 3 crashes on startup in (shrinked)
binkplay.exe
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://download.cnet.com/Delta-Force-2/3000-2099_4-100
32645.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29519)
--> (http://bugs.winehq.org/attachment.cgi?id=29519)
standard terminal output
Wine throws up a crash dialogue when starting the game: Armored Fist 3 (from
Novalogic). The problematic executable is binkplay.exe which is intended to
play the intro video. Interestingly, after pressing on <Close> in the crash
dialogue, the game continues to load and starts up correctly.
A +relay log reveals the game comes with a binkplay.exe which is compressed
with Shrinker v3.3.
There is an already fixed bugreport here on Bugzilla which dealt with a similar
issue: that's bug #2608.
In case it's a regression I tried the game in 1.1.7. The crash still occurs in
1.1.7 for me (it can be seen in the terminal) , but without a crash dialogue.
A possible workaround: replace the bundled binkplay.exe with an un-shrinked one
(e.g from RAD Game tools). Now Wine plays the intro video fine, without a
crash.
There are several more Novalogic games that come with the same shrinked
binkplay.exe, so this bug might affect more than one game (Delta Force 2,
Tachyon).
The Delta Force 2 demo uses the same shrinked binkplay.exe (md5 checksums are
the same), so you can check out the issue using this demo (link added to URL).
Note: 'winetricks ie6' is needed to start the demo correctly (because of its
launcher).
Fedora 13 x86
Wine-1.2-rc7
--
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=27138
Summary: Football Manager 2010 Demo Installer: canceling
install yields crash
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Canceling installation (in Football Manager 2010 Demo screen) yields a crash.
Be sure *not* to hit "Cancel" on first screen (install anywhere), but wait
until the "Football Manager 2010 Demo" screen appears, then hit Cancel + Quit
Console gives following error:
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
--
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=27198
Summary: PokerStars Crashes after unsuccessfully trying to get
new update.
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edweber(a)weberenterprises.com
Created an attachment (id=34753)
--> (http://bugs.winehq.org/attachment.cgi?id=34753)
PokerStars Failure under Wine 1.3.19
After unsuccessfully trying to get a new update from poker stars, now the app
won't launch at all. Please see attached screen-shot of the Wine 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=24549
Summary: Firestarter Demo crashes on exit when mouse is moved.
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=30983)
--> (http://bugs.winehq.org/attachment.cgi?id=30983)
Cconsole log from wine-1.3.3-282-g440cf08
Now when bug 24249 is fixed, you can run Firestarter Demo. Choose Menu -> Quit
and watch outtro subtitles. When you move mouse, game crashes somewhere in
ntdll.
If i run the game with WINEDEBUG=warn+heap it displays:
"... invalid in-use arena magic 00000000 ..."
and it won't crash in this case :)
--
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=32055
Bug #: 32055
Summary: Skype 6 crashes on start up
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://upgrade.skype.com/SkypeSetupFull.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 42250
--> http://bugs.winehq.org/attachment.cgi?id=42250
Skype 6.0 start up backtrace
After installation before you even try to start it you should remove
$WINEPREFIX/drive_c/users/Public/Application Data/Skype directory.
Here's a backtrace.
--
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=26249
Summary: pokerstars client, network status window at start
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bo.forslund(a)abc.se
the Pokerstars network status window popping up at start says connection bad
(0%) even if the connection is perfect
--
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=18952
Summary: Combat Arms will not run
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shomari.sharpe(a)gmail.com
Combat Arms crashes upon startup. When executing Engine.exe "HackShield Pro"
starts to initialize and once the progressbar reaches 100% it disappears from
the screen. When i check my list of running processes the wineserver is running
along with Engine.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=16733
Summary: crash at Navyfield ingame EULA
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.navyfield.de/ger/main.asp
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Following on from bug 12021 - after the loading screen finishes, an EULA is
shown but wine crashes. Native quartz gets things a bit further but then it
crashes later.
--
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=10587
Summary: xcovator crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://xkovator.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user submitted this app into appdb with garbage test result. It starts fine
using native mshtml. The crash is likely related to :
fixme:mshtml:HTMLDocument_write (0x132c30)->(0x1507f28)
--
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=24810
Summary: My game don't open like before?
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wheirdz(a)hotmail.com
Metin2 has encountered a problem and need to close, we are sorry of the
inconvenience ....
What can I do??
--
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=15708
Summary: Dragon NaturallySpeaking 7 install fails with negative
amount of memory reported
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teight(a)ntlworld.com
I'm running Ubuntu 8.04 on a dual boot machine with 3GB memory which can
comfortably run Dragon NaturallySpeaking Preferred 7 under XP. I'm having
problems installing Dragon NaturallySpeaking 7 in Wine and believe there may be
a bug.
Regardless of whether I run "wine /media/cdrom1/autorun.exe" or wine
/media/cdrom1/setup.exe or if I copy the cd contents to the hd and run the
install from the hard disk, the install looks promising for only a few moments.
Then an error message which describes the minimum requirements for DNS 7,
finishing with: "Your computer does not meet the minimum specifications for
installation of Dragon NaturallySpeaking" and it reports -1052Mb memory -ie
***minus*** 1.052 GB memory. Then the install allows me to withdraw
gracefully, no crashes or other problems, which is a tribute to the stability
of Wine itself.
This behaviour happens under Wine 1.00 from the Ubuntu repository and also
under Wine 1.1.6.
My guess is that fault lies with the the Dragon installer, which is not able to
recognise 3GB and is therefore unable to install, having misreported the total
physical memory as a negative quantity as a result of a register overflow.
I remember causing similar odd results myself when programming in C in what now
feels like another lifetime! Usually the silly result would be the consequence
of a register overflow thanks to my very poor programming skills.
I'm not all that familiar with the intricacies of Wine: could it be that there
is a command line option available which limits the amount of physical memory a
program running under Wine can see? Or is this a bug?
Teight
--
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=23123
Summary: Cannot switch windows while playing World of Warcraft
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fierevere(a)ya.ru
Since wine 1.2rc2 (all earlier versions are working fine) its not possible to
switch windows while playing World of Warcraft (client 3.3.3a), if switched -
cant switch back to WoW, it cannot resture its graphics and doesnt show
anything.
nvidia drivers: 195.36.24
xorg-server: 1.8.1
Gentoo Linux with 2.6.34 kernel
Screen resolution 1440x900
running WoW 3.3.3a on a fullscreen with -opengl switch
problem appeared in wine 1.2rc2
--
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=25194
Summary: Virtual Desktop reduces size when starting up EVE
Online
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stevenb(a)sunrise.ch
Created an attachment (id=31982)
--> (http://bugs.winehq.org/attachment.cgi?id=31982)
Terminal output
Hi
When I first installed EVE Online I could not read the licence agreement on the
first login. So I went to
http://wiki.eveonline.com/en/wiki/Install_EVE_on_linux_with_wine following the
instructions under "Configuring Wine to work with EVE" - without the registry
changes. My predifined virtual desktop-size (1400x1050) gets reduced to
something like 100x100 (don't know the exact size). In there I cannot do
anything but reading the center part of the licence agreement (left and right
side are cut).
I use no proprietary graphic card driver. My system:
Ubuntu 10.04 GNOME (installed with Ubunutu provided packages from the
Synaptic-Package manager)
Computer: T60 (SSD drive though)
Graphic Card speciations:
Codename M54
Pipelines 4 / 2 Pixel- / Vertexshader
Kerntakt * 445 MHz
Shadertakt * 445 MHz
Memorytact * 250 MHz
Memorybandwith 128 Bit
Memorysize 256 MB
Shared Memory no
HyperMemory up to 256 MB from main memory
DirectX DirectX 9c, Shader 3.0
Features Avivo Video und Display Engine. PCI Express x16-Bus; 90-nm
Attached you can find the terminal output.
If you need any more information let me know!
Thanks
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=23770
Summary: TurboCad Pro 17 Platinum Edition
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prmconstruction(a)yahoo.com
Wine allowed TurboCad to load but will NOT open the program or any of the
associated files
--
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=29244
Bug #: 29244
Summary: Spoon Studio
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandre.lengereau(a)biblibre.com
Classification: Unclassified
I have this error with spoon studio 2011 for portable apps.
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 006c0065
--
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=13429
Summary: Eudora 7.1.0.9 several bugs related to Wine
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)wendy.org
It was not possible to open attachments to an email in Wine 0.9.x versions; in
the Wine 1.0 RC-versions 1 and 2 this remains impossible.
Printing resulted and still results in garbled printouts: approximately the
first half of the first page is like it should be, the rest (of the page, and
the whole of next pages) is garbled, words printedover eachother. I have to cut
and paste the contents into a word processor (like Open Office) to be able to
print an email.
It was and still is not possible to enter Eudora in paid mode. I have paid for
my Eudora Pro, but since I moved from Windows XP to Ubuntu, I'm working in
sponsor mode. Which has a pesky irritating window reminding me about working in
sponsor mode...
Since updated to Wine version 1.0 (both Release Candidates 1 and 2), some other
things stopped working in Eudora.
- Not able to click on a link to open a web page (this was still possible in
pre 1.0 versions of Wine!). My browser is not opened. A workaround is to to
open Link History, select the link I just clicked on, copy the link, switch to
the browser, and paste the address into the address bar. Since clicking on a
link worked in earlier versions of Wine, this problem should be relatively easy
to be fixed...
- Not able to see the source of an email (to check special characters, URLs
etc): selecting this option (right-click in an email message, select option
'check source') has no result; same with 'send to browser'. Since clicking a
link does not open a web browser, being able to copy and paste the URL is
important, but not everybody (especially mailing lists) show the URL behind the
link, often just a keyword is 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=23886
Summary: License Admin application fails
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlhbolling(a)gmail.com
Created an attachment (id=29985)
--> (http://bugs.winehq.org/attachment.cgi?id=29985)
terminal output of running the license administrator program
I ran the application for the command line. This is the error message I get:
wine: Unhandled stack overflow at address 0x7ed23338 (thread 0009), starting
debugger...
err:seh:setup_exception_record stack overflow 1260 bytes in thread 0009 eip
7bc59361 esp 00230e44 stack 0x230000-0x231000-0x330000
I also loaded all the vbasic stuff from winetricks.
--
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=15987
Summary: ActiveSync 4.5 don't synchronize devices
(comm:get_baud_rate)
Product: Wine
Version: 1.1.8
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shakaran(a)gmail.com
Created an attachment (id=17174)
--> (http://bugs.winehq.org/attachment.cgi?id=17174)
ActiveSync 4.5 log
When you execute ActiveSync 4.5 and plug a device, the program not recognize
the port USB and the device is waiting.
Also the list of device has a overflow and the letters "Hide details/Show
details" (in the spanish image "Ocultar detalles/Mostrar Detalles" is
overlapped
But if you press again "Hide details" then the box has the normal aspect.
The complete log and images is 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=23544
Summary: azz cardfile 3.3 will not save changes to data cards
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmalsbury(a)satx.rr.com
just flipping to another card loses any changes made to that card and is gone
after flipping back to the previous card.
--
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=22873
Summary: Visio 2003 insert file (picture) error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: princej(a)aafes.com
When using Vision 2003 with Wine 1.2 - you can not insert images into a
document. The action occurs, but the result is a box with an X in it.
Tried various formats 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=32180
Bug #: 32180
Summary: pes2013
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrismcgrady1(a)gmail.com
Classification: Unclassified
When I played PES2013 OS version by using wineskin, it unexpectly stopped
working. I then downloaded the bug trace file and hope you to help me 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=23551
Summary: Ignition display hangs when changing resolution
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.abandonia.com/en/games/107/Ignition.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kazade(a)gmail.com
Ignition is an old game that by default runs at 320x200. At the game menu you
can change the in-game resolution up to 800x600, but the menu itself will
always remain at 320x200.
If you select either 640x480 or 800x600 as the in-game resolution and then
start the game, the resolution happens but the display is garbled and the game
seems to do nothing after this point. This problem does not occur when using
the "Emulate a virtual desktop" setting, only when using proper fullscreen.
Also, if you leave the in-game resolution at 320x200 the game runs perfectly,
it's something to do with the resolution change.
It's not a driver bug as I've seen the same issue on open source ATI drivers
and closed nvidia drivers.
I've attached a +d3d trace but I'm not sure how helpful it is.
--
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=29153
Bug #: 29153
Summary: NSIS ExecWait not working
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dicobadi(a)gmail.com
Classification: Unclassified
"ExecWait" allow NSIS installer to run second installer and waits till it's
finished. But in Wine environment, the second installer never shows and the
main installer keeps on waiting.....
--
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=27398
Summary: Debug4x: Application locks at start
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefano.priore(a)inwind.it
Debug4x is a free development environment for the 48/49/50 series of HP
calculators.
Current available version at http://www.debug4x.com/ (v2.2 - build 159) hangs
after a successful installation during first launch.
I've tried to obtain a backtrace as suggested at
http://wiki.winehq.org/Backtraces?action=show&redirect=winedbg - I'll attach
soon the (very short) 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=21481
Summary: Runtime error in RPG Maker VX
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: jguy(a)myst-online.com
Just tried to install RPG Maker VX to my Ubuntu 9.10 machine. It installs fine,
but when I try to load or create a new project, I get the error in my console
below:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 10949
Current serial number in output stream: 10960
The program then does a hard crash. You can see the map and tiles load before
the crash for a split second before the program just exits 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=20085
Summary: Settlers of Catan runs very slow.
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mclaud2000(a)tutopia.com
Created an attachment (id=23646)
--> (http://bugs.winehq.org/attachment.cgi?id=23646)
Terminal output from a short game session.
Running Settlers of Catan o a clean wineprefix works fine, i.e. the game
doesn't crash and there are no graphical glitches, but it runs very slow,
making the game barely playable.
Attached is the console output of a game session where I created a game, played
the first turn and then quit.
--
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=22633
Summary: zMUD, Steam: programs work in background, but UI is
not visible
Product: Wine
Version: 1.1.4
Platform: x86
URL: http://forums.zuggsoft.com/index.php?page=4&action=fil
e&file_id=65 http://store.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: addiebk(a)hotmail.com
Several programs that I attempt to run with WINE will run in the background,
but not be visible in the system tray. ALT-TAB does not make them appear.
They appear in the system monitor as processes (and indeed run normally-- zMUD
is connected to the server, and Steam can still download files), and Steam,
which has a tray icon, appears in the tray, though I cannot open 'library',
'store' or any other options which use the main window. ('Settings' can still
be opened.)
With zMUD: The program loads normally until I attempt to connect to a specific
server. The window then opens as it should for a split second, and then
disappears. The process still runs in the background as it should (the server
disconnects after a period of time with inactivity-- zMUD asks if I should
reconnect when this occurs.), though I cannot interact with the program.
with Steam: Everything seemed to run normally, and I even started a download of
a game in my library. I changed desktop workspaces, and Steam suddenly became
invisible. It still has a tray icon, and it continued to download the file
(the only plausible use of my bandwidth in the system monitor), though I could
not interact with the main menu. As mentioned previously, if I attempted to
open 'settings' from the tray icon, I could access the Steam settings, but
nothing in the main window.
There is no crash output from these programs when run from the terminal, as
they do not crash, but are simply invisible.
--
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=31600
Bug #: 31600
Summary: program crashes regularly
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imperialcommand.zhou(a)gmail.com
Classification: Unclassified
i downloaded ygo pro percy. the program crashes/forces me to quit the program
after i play a game
--
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=21020
Summary: Artrage3 studio pro demo : installer hangs.
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.ambientdesign.com/artrage.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azathothgr(a)gmail.com
Artrage 3 Studio Pro demo installer hangs when clicking the install button. No
error, just stops after a while, and has to be killed.
Only folders get created.
Attached +msi debug log.
--
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=27705
Summary: Sage Instant Accounts fails to install with error 1628
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alastairescOtt(a)gmail.com
Created an attachment (id=35455)
--> (http://bugs.winehq.org/attachment.cgi?id=35455)
Error output from running the installation file.
On trying to install Sage Insant Accounts, I get error message 1628.
--
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=24640
Summary: Stronghold Crusader: Doesn't want to run
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
Created an attachment (id=31143)
--> (http://bugs.winehq.org/attachment.cgi?id=31143)
This is my terminal output
Just don't want to run. I was unable to run it before
--
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=29351
Bug #: 29351
Summary: bug when using lecturemedia.app
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith.kietu(a)gmail.com
Classification: Unclassified
While using the application : Lecturemedia.app I cannot use the mouse after
loading a mpg. file into the application.
Please advise asap.
--
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=27972
Summary: Cannot install FIFA10
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan.mera(a)rogers.com
I cannot install FIFA10 with Wine 1.3.12 on OpenSuse 11.4 32 bit version.
Errors are 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=24037
Summary: winetest fails to run on Windows XP SP3 machine, error
193
Product: Wine
Version: unspecified
Platform: x86
URL: http://test.winehq.org/builds/winetest-1afc16e96201.ex
e
OS/Version: Windows XP
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 14102
Created an attachment (id=30206)
--> (http://bugs.winehq.org/attachment.cgi?id=30206)
screenshot
Very strange, but when I attempt to run winetest on my work machine (to test
bug 14102) I get an error when running every test, error 193 (bad exe format).
If I extract the tests and run them manually, they run, however.
Something's wrong with the extractor it seems?
--
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=29253
Bug #: 29253
Summary: unable to install condition zero
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bhaaradwaaj(a)gmail.com
Classification: Unclassified
i was unable to install condition zero on my linux ubuntu 11.10. please find
the attachment which is having the log of the installation.
--
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=14102
Summary: Winetest sometimes doesn't restore taskbar to proper
size
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/wi
netest-latest.exe
OS/Version: Windows XP
Status: UNCONFIRMED
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=14324)
--> (http://bugs.winehq.org/attachment.cgi?id=14324)
Screenshots
When running winetest on my Windows XP box, winetest sometimes doesn't properly
restore the taskbar to it's proper size. I run it on the bottom at double
height and locked. After running the test, it will sometimes be at single
height, yet still locked. Not a big deal, but still annoying...
Screenshots 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=29203
Bug #: 29203
Summary: error configuring audio
Product: Wine
Version: 1.1.44
Platform: ppc32
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alfrodenas(a)yahoo.es
Classification: Unclassified
The confg window gets frozen while trying to configure audio and give an error.
I can not use any audio program in a Mac Pro with Lepard
--
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.