http://bugs.winehq.org/show_bug.cgi?id=34363
Bug #: 34363
Summary: Doesn't open Age Of Empires II The Conquerors Fedora
19
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: bvillagomez1095(a)hotmail.com
Classification: Unclassified
It crash when open.....
The normal AOE II Kings open successfully....
--
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=34099
Bug #: 34099
Summary: KOMPAS 3D (different versions) can't be installed
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergeypashinin(a)gmail.com
Classification: Unclassified
Created attachment 45341
--> http://bugs.winehq.org/attachment.cgi?id=45341
Not showing any windows disks
System: Ubuntu 13.04
Wine versions tested: 1.6, 1.5.24, 1.3.25
KOMPAS-3D versions tested: 13, 14, 13 Home
Every time the same situation - an installer can't determine the space needed
for installation.
It just terminates on this step. It also can't show any windows disks.
Here is an "official" free Kompas13 Home for home usage only:
https://mega.co.nz/#!EdxBQDpC!aKTTjjQvf0wT6rXZs2z1vwMlqqlgEaGDEMRQn7NNrBE
--
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=33546
Bug #: 33546
Summary: MSVC 2012 C compiler (cl.exe) fails/crashes
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)martin.st
Classification: Unclassified
For MSVC 2010, the plain C compiler binary (cl.exe) has worked just fine when
run in wine, if extracted from an existing installation of MSVC. For MSVC 2012,
the compiler binary fails/crashes. The exact reason is still unknown, but it
seems like the compiler corrupts the heap at some point.
To reproduce, copy the following files from an MSVC 2012 installation:
>From Microsoft Visual Studio 11.0\Common7\IDE:
mspdb110.dll
>From Microsoft Visual Studio 11.0\VC\bin:
cl.exe
c1.dll
c2.dll
1033/clui.dll
And optionally from Microsoft Visual Studio
11.0\VC\redist\x86\Microsoft.VC110.CRT:
msvcr110.dll
msvcp110.dll
Then using these files, try to compile a simple C file containing:
int main(int argc, char* argv[]) {
return 0;
}
wine cl.exe -c test.c
This currently ends with the following error:
err:seh:setup_exception_record stack overflow 848 bytes in thread 0009 eip
f74e847d esp 00230fe0 stack 0x230000-0x231000-0x330000
If the native msvcr110.dll isn't used, this fails due to some unimplemented
function. Stubs for these can be added by the crude, proof of concept patches
attached, which also gets rid of a number of other fixmes printed. The third
patch adds calls _heapchk() after each memset, to pinpoint one particular
memset call (with length parameter 0x6f0) that seems to corrupt the heap. The
actual cause for this is still unknown though.
--
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=33833
Bug #: 33833
Summary: Lights do not appear unless you approach a certain
distance.
Product: Wine
Version: 1.6-rc1
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
The lights are not working unless you get close to them, which can make it very
difficult to find your way around.
--
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.