http://bugs.winehq.org/show_bug.cgi?id=18033
Summary: Check time-out for kernel boot initialisation
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
I am surprised by the following result.
elfring@Sonne:~> time wine notepad
err:process:__wine_kernel_init boot event wait timed out
real 0m30.886s
user 0m0.242s
sys 0m0.087s
I find the log message and the timing strange for my system specification.
CPU: 15.43.1 "AMD Athlon(tm) 64 X2 Dual Core Processor 4200+"
Memory: 2 GB
Sonne 2.6.28.7-default #1 SMP PREEMPT Sun Mar 1 18:21:35 CET 2009 x86_64 x86_64
x86_64 GNU/Linux
Can this source code section be improved with different synchronisation
approaches?
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/kernel32/process.c;h=6…
I mentioned this issue also on an other occasion.
http://bugs.winehq.org/show_bug.cgi?id=17728#c2
--
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=29219
Bug #: 29219
Summary: Airline Tycoon: no fonts in installer
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sanjay.ankur(a)gmail.com
Classification: Unclassified
Created attachment 37730
--> http://bugs.winehq.org/attachment.cgi?id=37730
screenshot showing missing fonts
Please find the screenshot attached. No fonts show up in the installer.
Thanks,
Ankur
--
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=29012
Bug #: 29012
Summary: Last Chaos client does not start after recent game's
update
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Classification: Unclassified
Created attachment 37344
--> http://bugs.winehq.org/attachment.cgi?id=37344
error window
Before the recent game's update this game worked perfectly. But after the
client update it does not start any longer.
I see a message about error in Nksp.exe.
The client can be downloaded here:
http://www.lcgame.ru/client/
--
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=26886
Summary: Multiple video ouput devices stop games from starting
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
Created an attachment (id=34279)
--> (http://bugs.winehq.org/attachment.cgi?id=34279)
Error Output when 2 or more displays are connected.
I have tried to find the source of this problem from the start of the 1.3.x
branch to no luck until i found out the following:
When using my Epson Powerlite 6+ games like GTA3, Oblivion, Hitman and many
others do not run. They dont even start. Am using an Nvidia 9600 Card with
proprietary drivers (Version 260) in Ubuntu 10.10 with Wine 1.3.18 as it comes.
Even when i turn off the Epson they would not work. The only way was for me to
either remove the cable connected from the Epson to the PC because not even
removing the cord from the Epson would do it. then i had to configure Nvidia to
not tell Ubuntu that it still had two views.
I also tested the Epson powerlite 8+, using another VGA Monitor, Using a TV
LCD, Using a LED TV and using a smaller VGA monitor. So i have tested several
things that when connected to the PC and after configuring the 2 Displays in
"Clone View" they just made the games not 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=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=32188
Bug #: 32188
Summary: Darkest Hour hangs
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamklobukowski(a)gmail.com
Classification: Unclassified
Darkest Hour hangs at startup with:
m Files (x86)\Steam\steamapps\common\Darkest Hour A HOI Game\Darkest Hour.exe:
server.c:573: server_get_unix_fd: Warunek zapewnienia
`wine_server_ptr_handle(fd_handle) == handle' nie został spełniony.
wine: Assertion failed at address 0xf779e430 (thread 0097), starting
debugger...
m Files (x86)\Steam\steamapps\common\Darkest Hour A HOI Game\Darkest Hour.exe:
server.c:573: server_get_unix_fd: Warunek zapewnienia
`wine_server_ptr_handle(fd_handle) == handle' nie został spełniony.
This did not happen with 1.5.16.
--
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.