http://bugs.winehq.org/show_bug.cgi?id=31740
Bug #: 31740
Summary: Multi-threaded Windows App Crashes Upon Threads Being
Launched
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bam__margera67(a)hotmail.com
Classification: Unclassified
Created attachment 41734
--> http://bugs.winehq.org/attachment.cgi?id=41734
Backtrace with 1.4
The application crashes after it attempts to launch 5 additional threads.
--
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=24418
Summary: wine-1.3.2-225-g5815b63 has no ip access
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
Created an attachment (id=30783)
--> (http://bugs.winehq.org/attachment.cgi?id=30783)
Error msg of WisoSparbuch
For some reasons, I had to install wine by using the git version from September
15, 2010:
git clone git://source.winehq.org/git/wine.git <target>
Installation (version 1.3.2-225-g5815b63) has performed, but it seems
that this wine has no access to the internet.
An installed WisoSparbuch (german tax program) fails if I try an update via
internet (Error message: see attachment).Or using a ping inside cmd.exe (from
WinXP) lets the ping hang.
My platform: Fedora 14, all updates applied
--
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=18656
Summary: Scrolling Map In Civilization:Call To Power crashes
game
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eridenour(a)gmail.com
A lot of map scrolling is done in Civilization:Call To Power. The map starts
scrolling when the mouse nears the edge of the game window.
The problem is that once the game starts scrolling it immediately locks up and
just continues to scroll around the map until you close the game. It does not
respond to any more input past the time it goes into a scrolling freeze.
As for wine settings, I have tried every combination of Window settings:
(un)emulated windows, (dis)allowing directx to stop the mouse from leaving the
window, and so on. In the past I have tried many different dlls from a windows
installation without any luck but i would not be able to tell you which ones as
it was several months ago and i forget.
--
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=32999
Bug #: 32999
Summary: Star Trek Online hotkey problem
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ziktofel(a)gmail.com
Classification: Unclassified
Occurence:
In Star Trek Online there is a problem with hotkeys in wine versions 1.5.6
onwards (the last non-affected version is 1.5.5, it doesn't happen in 1.4
series too). It affects the last version (1.5.24 now)
Problem description:
While I press hotkey "1", everything is ok, "2"-"5" aren't working (hotkey
system doesn't recognize them at all), "6"-"8" are remapped as "F13"-"F15"
(when I press key "6" on my keyboard, it is displaying as "F13" in hotkey
system), "9" is remapped as "pov1_Up", "0" as "pov1_Down" (same effects as
"6"-"8"). All to this, whenewer I press key "5" it activates an ability #3
regardless are both #3 and #5 abilities hotkeys are set to. It affects both
ground and space regions
--
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=29076
Bug #: 29076
Summary: Critical section deadlock occurs when windows
application receives SIGINT during reading from stdin
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Chaos.A.D88(a)gmail.com
Classification: Unclassified
Critical section deadlock occurs when windows application receives SIGINT
during reading from stdin.
It is very strange, but the more complex my tests are - the easier to reproduce
the hangup.
Example 1 hangs in ~10% of cases when I press Ctrl+C in terminal:
#include <iostream>
int main() { char c; std::cin >> c; }
Example 2 hangs more often, but also only when i press Ctrl+C:
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); }
Example 3 hangs almost always when pressing Ctrl+C, and in ~50% of cases when I
simply pass SIGINT to the application
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); std::cout << s <<
std::endl; }
All examples compiled by Visual Studio 2010.
Running just with `wine test.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=31936
Bug #: 31936
Summary: FIFA Online 2 (Launcher): Unclickable Play Button
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 42065
--> http://bugs.winehq.org/attachment.cgi?id=42065
Wine Console
Hello!
When I try to run Fifa Online 2 - I run Launcher
http://gmclan.org/uploader/6184/Przechwycenie_obrazu_ekranu___10.png
I Accept licence (where is it? :P) And try to press Play.
I didn't Play Fifa Online 2, so maybe I should click somewhere else.
Fervi
--
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=30971
Bug #: 30971
Summary: Powerpoint 2010 - Slideshow won't show slides
containing equations
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)mschiegg.de
Classification: Unclassified
When creating a new MS Powerpoint 2010 document and inserting an equation
(Insert->Equation) and then running presentation mode, the slideshow won't show
this slide.
Instead, the console outputs:
[quote]
fixme:hlink:IHlinkBC_Register (0x1a43a8)->(0 0x6348b20 0x152d78 0x6348b34)
fixme:ole:ItemMonikerImpl_Construct lpszDelim is NULL. Using empty string which
is possibly wrong.
fixme:hlink:IHlink_fnNavigate Semi-Stub:(0x18b730)->(0 (nil) 0x6315fb0
0x1a43a8)
fixme:hlink:IHlinkBC_OnNavigateHlink (0x1a43a8)->(0 0x1ec5e8 L"257,2,Slide 2"
L"Slide 2" (nil))
fixme:hlink:IHlinkBC_Revoke (0x1a43a8)->(5)
[/quote]
--
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=29111
Bug #: 29111
Summary: Problem Pegasus.exe close msn .. Help me!
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hugo-eletronica2(a)hotmail.com
Classification: Unclassified
I'm having trouble every time I close the msn Pegasus.exe (business management
software, with online chat between computers on the network) everything works
fine, just give close the msn problem, and its use is essential because there
180 staff to communicate with each other .. Of course I appreciate the help!
--
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=27870
Summary: Blip & Blop hangs when accessing main menu
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: funtimeschaos(a)rocketmail.com
When trying to run Blip & Blop, the game loads, terminal output complains of
color depth issues, and the intro is shown. If uninterrupted, the intro will
finish and high scores will display, but after that the game hangs. An attempt
to skip the intro will freeze the game at whatever frame the intro was at at
the moment. The music will keep playing after the game hangs.
Bug remains persistent across multiple systems, both on intel and nvidia
graphic cards, and WINE 1.3.24 (marked version also tested, obviously).
Setting color depth to 16 causes the game to not complain about depth but does
not remove the bug.
Pastebin of terminal output:
http://pastebin.com/7sFEmkRE
Sometimes there's also a steady stream of the following line:
"fixme:d3d_surface:surface_cpu_blt Filter WINED3DTEXF_LINEAR not supported in
software blit."
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37803
Bug ID: 37803
Summary: Deus Ex: Human Revolution - Mouse works only in 180
degree angle
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fzielcke(a)z-51.de
Distribution: ---
In Deus Ex: HR I have the problem that I can't look around at a full 360 degree
angle. It's like if I would run it in a window and the mouse goes out of it if
I move it too much in one direction.
This doestn't happen in e.g. Team Fortress 2.
This is a self compiled wine from current git HEAD (fecbc88d) on Debian
unstable amd64
It doestn't help to set window mode and enable the "capture mouse in full
screen windows" in winecfg
I flied over bug #6971 but because that is closed and the comments are much I'm
not sure this is a duplicate or some new unfixed problem.
--
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.