https://bugs.winehq.org/show_bug.cgi?id=7054
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.gamershell.com/d |https://web.archive.org/web
|ownload_2458.shtml |/20190410154843/https://us.
| |softpedia-secure-download.c
| |om/dl/55136c4f6e55e874e65a3
| |d266ab0c468/5cae1022/200052
| |910/games/demo/PurePinballD
| |emo_English.exe
Hardware|Other |x86-64
--- Comment #20 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
I found a mirror for the demo and created a snapshot via Internet archive here:
https://web.archive.org/web/20190410154843/https://us.softpedia-secure-down…
$ sha1sum PurePinballDemo_English.exe
1a513e5817591bbd86acfb779f1bd7bd8a98658b PurePinballDemo_English.exe
$Â du -sh PurePinballDemo_English.exe
70M PurePinballDemo_English.exe
$Â wine --version
wine-4.5-271-g18883a7676
Regards
--
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=46985
Bug ID: 46985
Summary: Rapid Environment error
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wtsapi32
Assignee: wine-bugs(a)winehq.org
Reporter: sk9258user(a)mail.ru
Distribution: ---
Created attachment 64148
--> https://bugs.winehq.org/attachment.cgi?id=64148
errors
I use latest wine 4.5, 32 bit.
This program (Rapid Environment) launch on other PC with Ubuntu. But on my
Ubuntu 14.04 only I have this error. What this? How to fix? When I try to
launch program, nothing happens, and this errors in terminal.
--
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=45939
Bug ID: 45939
Summary: wineserver hits ulimit, too many open files (eve
online)
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: showard314(a)gmail.com
Distribution: ---
Created attachment 62469
--> https://bugs.winehq.org/attachment.cgi?id=62469
ls -l /proc/17977/fd
When playing eve online, the wineserver linux process hits the default 4096
limit in ubuntu.
$ ls /proc/17977/fd | wc -l
4096
The wineserver has thousands of files open of this form:
'/tmp/.wine-1000/server-805-73a277/anonmap.jD13vQ (deleted)'
Attachments are:
lsof -p 17977
ls -l /proc/17977/fd
This sounds like:
https://bugs.winehq.org/show_bug.cgi?id=45251
but I can't tell if it is a different bug in wine since so many are those tmp
anonmaps
--
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=11056
Summary: TAB key counted twice
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: choppy(a)free.fr
In various dialg boxes, the <TAB> key is counted twice, i.e. you're not put on
the next field but on the next-after-next one.
This bug appears in the application NoteWorthy, which is a music score editor.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8226
Michael Stefaniuc <mstefani(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.0.x
--
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=46986
Bug ID: 46986
Summary: Telegram error
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wtsapi32
Assignee: wine-bugs(a)winehq.org
Reporter: sk9258user(a)mail.ru
Distribution: ---
Created attachment 64149
--> https://bugs.winehq.org/attachment.cgi?id=64149
errors
I use latest wine 4.5, 32 bit.
This program (Telegram) launch on other PC with Ubuntu. But on my Ubuntu 14.04
only I have this error. What this? How to fix? When I launch program, and skip
start dialog, and see "Internal wine error" with this errors in terminal.
--
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=46876
Bug ID: 46876
Summary: Knives Out: Keyboard entry does not work
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: esdrastarsis(a)gmail.com
Distribution: ---
Created attachment 63943
--> https://bugs.winehq.org/attachment.cgi?id=63943
Knives Out full log
The game is installable and playable but does not respond to keyboard input in
a match, mouse input works fine.
--
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=46965
Bug ID: 46965
Summary: Stack overflow handling not working on x86_64
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: elpochodelagente(a)gmail.com
Distribution: ---
Created attachment 64118
--> https://bugs.winehq.org/attachment.cgi?id=64118
stack overflow handling test case
The exception handler for stack overflows tries to use so much stack that it
passes the guard page, causes a second stack overflow, and results in a fatal
error. We found that this problem occurs in 64 bits but not in 32 bits, I guess
because the 64-bit processor contexts are much fatter.
Our use case involves setting up a vectored interrupt handler, so that the
stack overflow can be trapped and handled to continue doing something else. We
didn't try using a structured exception handler.
We were not sure of how to fix the problem as the root of the crash is too much
use of the stack, which the compiler owns. I was wondering if it was possible
to put the contexts in the heap, but wasn't sure as there might be restrictions
to exception handling code which I'm not aware of.
I attach a test case which works in 32-bits, and doesn't work in 64-bits.
$> i686-w64-mingw32-gcc -o stack-overflow-32.exe stack-overflow-1.c
$> wine stack-overflow-32.exe
exception! c00000fd
stack overflow
$> x86_64-w64-mingw32-gcc -o stack-overflow-64.exe stack-overflow-1.c
$> wine stack-overflow-64.exe
01ff:err:seh:setup_exception stack overflow 1552 bytes in thread 01ff eip
00007f3941e7a219 esp 0000000000131000 stack 0x130000-0x131000-0x330000
--
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=46977
Bug ID: 46977
Summary: MF_TRANSCODE_CONTAINERTYPE attribute definitions
missing in <mfidl.h>.
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sadko4u(a)gmail.com
Created attachment 64137
--> https://bugs.winehq.org/attachment.cgi?id=64137
Missing definitions
In <mfidl.h> there is missing MF_TRANSCODE_CONTAINERTYPE and correspoinding
MFTranscodeContainerType_* values.
This yields to some problems when using SinkWriter with MinGW compiler.
Missing definitions are in attachment.
--
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=33463
Bug #: 33463
Summary: Alan Wake : No sound in cinematics
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Classification: Unclassified
GOG.com version of the game
Wine 1.5.28
Nvidia hardware
Arch Linux x64
d3dx9_36 override to get around http://bugs.winehq.org/show_bug.cgi?id=31701
There is sound during gameplay, but none in the cinematics. Sound should be
expected at all times.
The log does not show anything related to sound. There is a loop of these two
lines.
fixme:xinput:XInputSetState (0 0x32cd00) Stub!
err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @ ../../../wine/dlls/wined3d/glsl_shader.c /
5829
Which channels should I be looking for to help you debug this?
--
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.