http://bugs.winehq.org/show_bug.cgi?id=23868
Summary: C++: Exception is thrown but application is exited
silently
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: nil094(a)yahoo.com
Created an attachment (id=29969)
--> (http://bugs.winehq.org/attachment.cgi?id=29969)
exception code
When throwing an exception in C++, the application is supposed to abort, unless
the exception had been catched. This is usually done inside blocks (functions,
classmethods, etc).
The attached code throws an exception derived from std::runtime_error, causing
the application to exit.
when running this on Linux, the output is similar to:
terminate called after throwing an instance of 'Exception'
what(): some awful error occured
Aborted
and the errorcode ($?) is set to "134". However, when compiling the code with
mingw and running it with wine, the application exists silently with no visible
sign of a thrown exception; the only thing that indicates an error is the
variable "$?" which is set to "3".
As I don't think this is expected behaviour, I have reported it as a Bug.
To compile "except.cpp", use this command:
wine C:/MinGW/bin/g++.exe except.cpp -o except.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=23717
Summary: On exit wine disables second screen on mutihead setups
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: GatoLoko(a)gmail.com
I have a system with two (2) screens in a dualhead set-up with an expanded
desktop. After playing for a while I quit the game and the secondary screen is
disabled.
I have tried three (3) different games, and all of them do the same thing.
If virtual desktop is enabled, the second screen is not disabled.
--
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=23182
Summary: Other wine apps refuses to launch when opoker client
is opened
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.opoker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: truenicoco(a)gmail.com
This is a really strange issue I've been experimenting.
The software installs fine and works fine, I can open tables and play, but when
I try to launch another wine (for instance pokerstars), nothing happens.
I've been also noticing that sometimes I cannot open tables if some other wine
apps are running (other apps that I had to launch before opoker client)
I think it might be worth taking a look at this problem because this
application's rating is close to platinum besides this very inconvenient bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24829
Summary: Combat Arms
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: runescapefrompw(a)live.com
I have downloaded the full patch manually because the downloader wouldn't work
with pando media booster (the error was pando media booster could not start).
so after i downloaded it, i ran the download through wine 1.3.5. It succesfully
installed correctly, so i then clicked start game. Now with this game when you
click start it brings up a browser (im using chrome) and the browser loads the
home page and there is a GAME START. So i click game start and then the page
will load, and it will ask me to download the Automatic downloader that wouldnt
work. I imagine this isn't a wine error, but i was hoping for suggestions.
--
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=22618
Summary: Civ4 crashes after loading correctly on Ubuntu upgrade
to 10.04
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicolas.francois(a)free.fr
CC: julliard(a)winehq.org
Created an attachment (id=27799)
--> (http://bugs.winehq.org/attachment.cgi?id=27799)
Log of Civ4 start with wine-1.1.43, loading and pressing "Play"
I used to play Civ4 (Beyond the Sword, patched 3.19) on Ubuntu 9.10, running
Wine 1.1.35 (I think).
On Ubuntu upgrade (to 10.04), Wine was upgraded to version 1.1.43, and Civ4 no
longer worked.
After some tries, I found that 1.1.37 works fine (for Civ4), and 1.1.38 and
later (up to 1.1.43) versions can't run the program. The symptoms vary :
- either the app crashes while loading)
- or it loads OK, but crashes when "Play" option is selected.
This is the result of the regression test :
0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad is the first bad commit
commit 0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jan 28 19:47:01 2010 +0100
ntdll: Don't require heap sizes to be 64K aligned.
:040000 040000 6f830f2714e67b0412f8ecd7a13bc957d771ce91
4b45f0f6d0916f0cf4d78ac9f7a350f49cf5d9a7 M dlls
Some details : I installed the required native dlls with winetricks AFTER
encountering the bug, the game worked fine before that with the CivFanatics.com
method. I reinstalled the entire game (Civ4 and BTS and the patches) before the
regression tests.
Below is a log of the start of the game with version 1.1.43 of wine.
\bye
--
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=21737
Summary: Quicken 2004 Premier cross-account entry transfer
[sometimes] fails
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhdinah(a)yahoo.com
When making a debit in one account and linking through the category to another
account ... thus making a credit in the second account ... the operation fails
with a dialogue box popping up stating that the transfer didn't happen. This
will continue ad nauseum changing this, that and the other to no avail. There
is however a fix ... if you copy the failing transaction and paste to a new
entry ... the transfer operation will succeed ... you can then delete the
erroneous entry.
Now, unfortunately, this does not work predictably ... ;-( ... so this bug
report is just for reference information and since there is a work-around ...
not to worry.
I don't remember this 'feature' happening in the product under Windows.
--
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=26519
Summary: the iso file of hoyle card games when loaded does not
run
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: BJwojnowski(a)gmail.com
Created an attachment (id=33774)
--> (http://bugs.winehq.org/attachment.cgi?id=33774)
screenshot of as far as I get with the Hoyle Program
the iso file of hoyle card games when loaded does not run after it is
extracted. Instead it gives the following 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=25030
Summary: Evernote 4.0 Clicking On A Menu Is Slow
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
(Reporting on behalf of another user but I think I see it too.)
--
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=24173
Summary: Garry's Mod Multiplayer Freezes
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dandart(a)googlemail.com
I think it's great that Wine has managed to get the Shift+Tab Steam Community
working in 1.3.1 but however when playing Garry's Mod (not sure if it happens
in other games) multiplayer, the game freezes occasionally with a fraction of a
second's sounds repeating. It sometimes gets out of it, but usually I have to
kill hl2.exe from a vt. Otherwise, great job!
--
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=23111
Summary: FalconView fails to install due installer hang
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.falconview.org/trac/FalconView
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
CC: dank(a)kegel.com
Created an attachment (id=28725)
--> (http://bugs.winehq.org/attachment.cgi?id=28725)
+process,+msi,+seh log
FalconView's installer hangs halfway through.
To reproduce:
Download FalconView 4.3.0.707_Beta.zip
from http://www.falconview.org/trac/FalconView/downloads/10
SHA1SUM: 8bd202c4b1924a6a7c6332a061145e59390a0642
then do
winetricks vcrun2005 (to work around installer not finding msvcp80.dll)
winetricks mdac28 (to work around missing library odbcbcp.dll)
export WINEPATH="C:\\Program Files\\PFPS\\system" (to work around wine not
finding FvCore.dll; this might be bug 625 )
+msi,+processs,+seh log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.