http://bugs.winehq.org/show_bug.cgi?id=9898
Summary: Virtual Moon Atlas 3.5 expert Mostly black drawing
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://prdownloads.sourceforge.net/virtualmoon/avlsetup3
5.exe?download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Created an attachment (id=8392)
--> (http://bugs.winehq.org/attachment.cgi?id=8392)
Screen shot
With the new child window fixes this 3d expert version of this app which was
unusable now can be used. It was installed and run from a fresh prefix. Craters
and other features are labeled but during the display refresh they shown for a
split second and then are overwritten. Tested with and without virtual desktop.
This error is output when starting.
err:wgl:X11DRV_GetPixelFormat Unable to find a WineGLPixelFormat for
PixelFormat=0
See appdb for screen shot of basic version (non-3d)
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2081
--
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=36436
Bug ID: 36436
Summary: Popup menu is closed when clicking a sub-menu parent
item twice.
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
When I click a sub-menu parent item twice, the popup menu disappears. This
behavior doesn't conform with Windows' one.
How to reproduce:
1. run regedit.exe,
2. click the right mouse button on the pane to show a popup menu,
3. click [New] item in the menu,
4. click [New] item in the menu again.
Actual behavior (wine 1.7.18):
After step 4, the menu is closed.
Expected behavior (Windows):
After step 4, the menu is still shown.
--
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=23220
Summary: AT4RE FastScanner v3.0 UI button rectangle bug
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: https://www.woodmann.com/collaborative/tools/images/Bi
n_AT4RE_FastScanner_2010-1-10_4.2_FastScanner_v3.0_Fin
al.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
When hovering the mouse over any of the three buttons "Detect compiler", "Smart
Scan" or "Information" Wine draws a white rectangle around the button which
doesn't disappear unless the window is redrawn (dragging it outside screen or
minimizing and maximizing again).
On Windows there is no such white rectangles at any times.
--
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=21275
Summary: python's test_startfile test fails
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.python.org
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25584)
--> (http://bugs.winehq.org/attachment.cgi?id=25584)
test output
Install python and run:
wine 'c:\Python31\python.exe' -m test.test_startfile
File "C:\Python31\lib\test\test_startfile.py", line 24, in test_empty
startfile(empty)
WindowsError: [Error 0] Success: 'C:\\Python31\\lib\\test\\empty.vbs'
Full output 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=17818
Summary: Runes of Magic menus like EULA or login doesn't appear
on some graphic cards.
Product: Wine
Version: unspecified
Platform: All
URL: http://www.runesofmagic.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivo.a.nunes(a)gmail.com
Runes of Magic should work with wine but it doesn't because of this bug.
For some people the menus appear and for some it doesn't. The problem is that
with some graphic cards the menus doesn't appear for an unknown reason. If you
try to click the buttons you can hear the click, so they are there.
Some cards where the menus doesn't appear are:
Nvidia 7300GT
Nvidia 7600GT
The problem is probably with the 7xxx cards.
Please confirm if you have one and the menus appear or if you have another
graphic card and they doesn't appear.
--
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=36606
Bug ID: 36606
Summary: valgrind shows uninitialized memory use in
ws2_32/tests/protocol.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==21539== Invalid write of size 4
==21539== at 0x402F31D: memset (vg_replace_strmem.c:1087)
==21539== by 0x4E1CFD5: WS_EnterSingleProtocolA (socket.c:1778)
==21539== by 0x4E1D22C: WS_EnumProtocols (socket.c:1832)
==21539== by 0x4E2CC95: WSAEnumProtocolsA (socket.c:7483)
==21539== by 0x4CA2650: test_WSAEnumProtocolsA (protocol.c:110)
==21539== by 0x4CA2D46: func_protocol (protocol.c:202)
==21539== by 0x4CCAD54: run_test (test.h:584)
==21539== by 0x4CCB143: main (test.h:654)
==21539== Address 0x499bf18 is 0 bytes after a block of size 744 alloc'd
==21539== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==21539== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==21539== by 0x4CA2624: test_WSAEnumProtocolsA (protocol.c:106)
==21539== by 0x4CA2D46: func_protocol (protocol.c:202)
==21539== by 0x4CCAD54: run_test (test.h:584)
==21539== by 0x4CCB143: main (test.h:654)
==21539==
--
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=28824
Bug #: 28824
Summary: shell32/tests/recyclebin.ok: uninitialised value used
in TRASH_GetDetails
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
In "make recyclebin.ok", valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at __mktime_internal (mktime.c:428)
by mktime (mktime.c:518)
by TRASH_GetDetails (trash.c:444)
by TRASH_EnumItems (trash.c:523)
by SHQueryRecycleBinW (recyclebin.c:859)
by SHQueryRecycleBinA (recyclebin.c:848)
by test_query_recyclebin (recyclebin.c:74)
by func_recyclebin (recyclebin.c:106)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at TRASH_GetDetails (trash.c:367)
--
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=18316
Summary: Word Pro: dashed "-" in parameters not resolved in
command line
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
If I have a directory name with dashes in it ("a-b-c"), I can not get Word Pro
to recognize it as a valid parameter.
This does not work:
sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro;
/usr/local/bin/wine ./wordpro.exe 'z:\home\a-b-c\Test.lwp'"
This also does not work:
sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro;
/usr/local/bin/wine ./wordpro.exe z:\\home\\a-b-c\\Test.lwp'"
Or this:
sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro;
/usr/local/bin/wine ./wordpro.exe z:\\home\\a\-b\-c\\Test.lwp"
But this does work:
$ ln -s /home/a-b-c /home/abc
sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro;
/usr/local/bin/wine ./wordpro.exe 'z:\home\abc\Test.lwp'"
--
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=19792
Summary: program "Antik Virtual set-top-box" crashes at startup
Product: Wine
Version: 1.1.27
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
Created an attachment (id=23185)
--> (http://bugs.winehq.org/attachment.cgi?id=23185)
log
when trying to install application Antik Virtualny set-top-box (multimedia
application of my Internet provider called Antik for watching digital
TV/cameras/listen to radios on my PC) I got error which prevented it from
running.
In fact install worked but it crashed during startup.
Log (see log attachment) + steps to reproduce (see start attachment) script
will be attached to this bug.
Any help would be appreciated.
pb
--
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=36131
Bug ID: 36131
Summary: valgrind shows some multiple leaks in
ole32/clipboard.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48296
--> https://bugs.winehq.org/attachment.cgi?id=48296
valgrind log
==27504== 1,544 bytes in 1 blocks are definitely lost in loss record 740 of 802
==27504== at 0x7BC4E740: RtlReAllocateHeap (heap.c:1884)
==27504== by 0x7B841780: HeapReAlloc (heap.c:281)
==27504== by 0x7B8422D0: GlobalReAlloc (heap.c:679)
==27504== by 0x5371BD6: HGLOBALLockBytesImpl_SetSize (memlockbytes.c:430)
==27504== by 0x5390F90: StorageImpl_Construct.isra.27 (objidl.h:5759)
==27504== by 0x53933BD: Storage_Construct.isra.32 (storage32.c:5232)
==27504== by 0x53944C1: StgCreateDocfileOnILockBytes (storage32.c:7812)
==27504== by 0x5346AA4: render_format (clipboard.c:719)
==27504== by 0x5347D3A: clipbrd_wndproc (clipboard.c:1998)
==27504== by 0x587C549: ??? (in
/home/austin/wine-git/dlls/user32/user32.dll.so)
==27504== by 0x587CBB9: call_window_proc (winproc.c:244)
==27504== by 0x587EF08: WINPROC_call_window (winproc.c:909)
==27504== by 0x5844943: call_window_proc (message.c:2223)
==27504== by 0x584B82B: send_message (message.c:3260)
==27504== by 0x584BA70: SendMessageW (message.c:3454)
==27504== by 0x61E81DF: X11DRV_CLIPBOARD_RenderFormat (clipboard.c:694)
==27504== by 0x61EAE85: X11DRV_GetClipboardData (clipboard.c:2869)
==27504== by 0x5802AF7: GetClipboardData (clipboard.c:534)
==27504== by 0x5348461: snapshot_GetDataHere (clipboard.c:1449)
==27504== by 0x4D6C4CE: func_clipboard (objidl.h:7526)
==27504==
==27504== 1,544 bytes in 1 blocks are definitely lost in loss record 740 of 802
==27504== at 0x7BC4E740: RtlReAllocateHeap (heap.c:1884)
==27504== by 0x7B841780: HeapReAlloc (heap.c:281)
==27504== by 0x7B8422D0: GlobalReAlloc (heap.c:679)
==27504== by 0x5371BD6: HGLOBALLockBytesImpl_SetSize (memlockbytes.c:430)
==27504== by 0x5390F90: StorageImpl_Construct.isra.27 (objidl.h:5759)
==27504== by 0x53933BD: Storage_Construct.isra.32 (storage32.c:5232)
==27504== by 0x53944C1: StgCreateDocfileOnILockBytes (storage32.c:7812)
==27504== by 0x5346AA4: render_format (clipboard.c:719)
==27504== by 0x5347D3A: clipbrd_wndproc (clipboard.c:1998)
==27504== by 0x587C549: ??? (in
/home/austin/wine-git/dlls/user32/user32.dll.so)
==27504== by 0x587CBB9: call_window_proc (winproc.c:244)
==27504== by 0x587EF08: WINPROC_call_window (winproc.c:909)
==27504== by 0x5844943: call_window_proc (message.c:2223)
==27504== by 0x584B82B: send_message (message.c:3260)
==27504== by 0x584BA70: SendMessageW (message.c:3454)
==27504== by 0x61E81DF: X11DRV_CLIPBOARD_RenderFormat (clipboard.c:694)
==27504== by 0x61EAE85: X11DRV_GetClipboardData (clipboard.c:2869)
==27504== by 0x5802AF7: GetClipboardData (clipboard.c:534)
==27504== by 0x5348461: snapshot_GetDataHere (clipboard.c:1449)
==27504== by 0x4D6C4CE: func_clipboard (objidl.h:7526)
==27504==
etc., full log attached.
--
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=20497
Summary: Smilebox cannot be installed
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.smilebox.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whynot(a)nurfuerspam.de
Created an attachment (id=24404)
--> (http://bugs.winehq.org/attachment.cgi?id=24404)
Console output after running "wine Downloads/SmileboxInstaller.exe"
The freely downloadable application Smilebox cannot be installed. The output
log of the shell is attached.
The problem is in supposedly in wininet.dll
I also downloaded the latest winetricks (as of today), and did "sh winetricks
wininet". This changes some of the errors, however, at the end the installer
crashes anyway.
--
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=36617
Bug ID: 36617
Summary: boost::wregex causes programs to crash
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: d.m.bugs(a)web.de
Created attachment 48668
--> http://bugs.winehq.org/attachment.cgi?id=48668
The test program
boost::wregex causes (at least my) programs to crash. I made a short test
program and attatched it.
This problems occurs while the boost::wregex object is created, but only with
the wregex version. The normal ones (boost::regex) are working fine.
I compiled this program and also boost (v1.55.0 from the AUR) with MinGW on my
Arch Linux.
I tested the compiled program also an my Windows 7 VM where it worked without
any errors or warnings.
Exactly the same error occurs when I use the std version of boost::wregex
OS: Arch Linux
MinGW:
x86_64-w64-mingw32-g++ (GCC) 4.9.0
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Sorry for my bad English :)
--
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=6955
--- Comment #142 from Austin English <austinenglish(a)gmail.com> ---
*** Bug 19832 has been marked as a duplicate of this bug. ***
--
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=33611
Bug #: 33611
Summary: Metro: Last Light view of lights through the walls and
items
Product: Wine
Version: 1.5.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 44488
--> http://bugs.winehq.org/attachment.cgi?id=44488
screenshot
You can watching all lights through the walls and items.
--
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=30638
Bug #: 30638
Summary: wined3d in F.E.A.R. 3
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elcuriosoaqui(a)hotmail.com
Classification: Unclassified
Created attachment 40108
--> http://bugs.winehq.org/attachment.cgi?id=40108
wall with lights
-Wine without dlls. No winetricks.
-Only vcrun2008 (size 2.7 MB). That is within the DVD Fear 3
(/media/cdrom0/resources/redist/). That is installed automatically with FEAR 3.
-Nvidia GTS 250 (295.49).
-Settings
"AlwaysOffscreen"="enabled"
"DirectDrawRenderer"="opengl"
"Multisampling"="enabled"
"OffscreenRenderingMode"="fbo"
"PixelShaderMode"="enabled"
"RenderTargetLockMode"="auto"
"StrictDrawOrdering"="enabled"
"UseGLSL"="enabled"
"VertexShaders"="hardware"
-change "#-d3d9" to "-d3d9" to force D3D 9 support within the "options.cfg".
.wine/drive_c/Program Files/Steam/SteamApps/common/f.e.a.r. 3/options.cfg
fixme:d3d:wined3d_occlusion_query_ops_get_data 0x18a02c68 Wrong thread,
returning 1. (this error appears in the game, this is caused by the lights of
the lamps on the stage (multiplayer and campaign). These lights can pass
through walls in the game and I can see supplies, soldiers, Alma Wade (girl)
and lamps. "0x18a02c68" changes many times and it delays the gameplay).
--
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=36799
Bug ID: 36799
Summary: Kindle 1.10.5 silently exits on startup.
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muzerakascooby(a)gmail.com
Created attachment 48872
--> https://bugs.winehq.org/attachment.cgi?id=48872
Complete output from running wine.
An installation of Kindle that was working last time I tried it (quite a long
time ago - months or years) now fails to work on the latest git version (as of
a few minutes ago). It simply exits on startup with no real useful clues (see
attachment). No sign of a window appears.
--
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=25564
Summary: Rosetta Stone 3.4.5 stuck after login screen
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: overjoyed(a)zoho.com
If Rosetta Stone 3.4.5 is started, the login screen appears, where one could
select the user, after clicking on the particular user the menu disappears and
an empty screen is left.
This problem is quite new and was never a problem before. Also different
versions of wine doesn't change the outcome.
One user suggested to install Direct X via winetricks, but for me it doesn't
change anything. Another idea was to delete the user database where all tracks
are listed, but that brought as well no success.
Any help or suggestions are appreciated.
Because the console output is quite short inserted directly here (run via
playonlinux 3.8.5):
Running Rosetta Stone 2
C:\Programme\Rosetta Stone\Rosetta Stone Version
3\support\bin\win\\RosettaStoneLtdServices.exe [v072420082200]
--
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=36795
Bug ID: 36795
Summary: Spore crashes on keyboard input
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xpd259(a)gmail.com
Created attachment 48869
--> https://bugs.winehq.org/attachment.cgi?id=48869
Crashlog from the Dialog pop up
sorry this this is my 1st bug report for wine,
This is for Spore
https://appdb.winehq.org/objectManager.php?sClass=version&iId=13652
I installed steam using the -no-dwrite flag (to show text on steam windows)
I then installed Spore and it ran perfectly with no issues untill I tried to
enter some text using the keyboard.
I restarted and tried to skip the intro scene and the game crashed again
it seems whenever I enter a key the game would stop
a pervious version of wine was reported as working but I can't get steam to
work with that version of wine.
I tried this with wine32 on Debian testing (jessie) and with playonlinux, both
failed with the same error
if you require other logs please ask and explain how to generate them and I
will
--
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=31666
Bug #: 31666
Summary: crash after win64 programs exit when more than 1 core
available?
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
For some time now, after I run a 64 bit program, even something as simple as
./wine64 cmd /c echo hi
a few seconds later, I see
err:seh:call_stack_handlers invalid frame 2410f0 (0x142000-0x240000)
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
wine client error:13: write: Bad file descriptor
err:seh:call_stack_handlers invalid frame 2410f0 (0x142000-0x240000)
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
wine client error:1c: write: Bad file descriptor
err:seh:call_stack_handlers invalid frame 2410f0 (0x142000-0x240000)
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
wine client error:1c: write: Bad file descriptor
If I run on only a single core, the problem does not happen, e.g. there's
no error with
$ taskset 1 ./wine64 cmd /c echo hi
This is on an i7 with 8 logical cores.
--
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=36786
Bug ID: 36786
Summary: Ford Racing 2 crashes at startup.
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: schmatzler(a)googlemail.com
Created attachment 48858
--> http://bugs.winehq.org/attachment.cgi?id=48858
Crashlog
I tried running Ford Racing 2 again - it was working fine on Wine 1.7.11.
The game needs a wmp10 override, after that I can see the intro videos and as
soon as the menu would come up, it crashes with the attached output.
At the first look, the line "CoGetClassObject no class object
{6b6d0800-9ada-11d0-a520-00a0d10129c0}" would indicate that it simply can't
find the Windows Media Source Filters and quits. But I don't think that is the
problem - there is a fixed executable for this game available which worked
around this problem in 1.7.11.
--
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=1151
--- Comment #22 from Sergio Callegari <scallegari(a)arces.unibo.it> ---
Created attachment 48877
--> http://bugs.winehq.org/attachment.cgi?id=48877
Another screenshot, better illustrating the issue.
Issue is still present on Ubuntu Trusty and wine 1.7.19.
Unfortunately, the issue makes wine badly suited as a platform for running
software in teaching, since no-one is able to read the text when windows are
projected...
If this is possible, I would like to recommend this issue for fixing before
1.8.
--
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=18441
Summary: Google Video/Voice chat plugin installer puts plugin in
c:\Program Files\'Mozilla Firefox'
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gmail.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
To reproduce:
1. Install win32 Firefox 3.0.x.
2. Login to Gmail.
3. Attempt to try the video/voice chat, download the plugin. (downloading
http://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.e…
directly does not work)
4. Close win32 Firefox.
5a. run winetricks msxml3
5b. install GoogleVoiceAndVideoSetup.exe (It will say error 0x80040509 even
though it installed)
Expected: npgoogletalk.dll gets installed in c:\Program Files\Mozilla
Firefox\plugins
Actual: npgoogletalk.dll gets installed in c:\Program Files\'Mozilla
Firefox'\plugins
--
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=36754
Bug ID: 36754
Summary: PDF x-change
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pierre.ulrich(a)gmail.com
Withe PDF X-change Reader,when I click in the icon save (floppy), I have an
error (wine error) and PDF x-change is closing.
--
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=36751
Bug ID: 36751
Summary: Steam Login Blank
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebyen(a)yahoo.com
Created attachment 48804
--> http://bugs.winehq.org/attachment.cgi?id=48804
resulting steam window
I'm admittedly new to Linux. Using ubuntu 14.04 LTS, 64-bit.
Wine 1.6.2 had the same issue so I switched to 1.7.20, same outcome. After
trying to install the windows version of steam, I got the screen attached
below.
Steam(linux) won't let me install skyrim :'(
--
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=32981
Bug #: 32981
Summary: StarForce MMOG anti-cheat/anti-bot protection crashes
wine
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: limited_choice(a)hotmail.com
Classification: Unclassified
This protection system is pretty much akin to what 'Hackshield' & 'GameGuard'
does...ie; preventing people from using memory hacks to cheat in MMOG games. As
such, it might be just as unfixable. At this stage I only know of 1 game that
uses it (RaceRoom), but there may be others. You can identify it by opening
'protect.dll' and searching for "S.F. .M.M.O.G"
I'll submit a debuglog over the next few days for completeness but
realistically I do not expect this to (ever) be fixed in my lifetime (for the
same reasons pertaining to gameguard/hackshield =)
--
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.