https://bugs.winehq.org/show_bug.cgi?id=36672
Bug ID: 36672
Summary: kernel32/tests/debugger.c fails under valgrind
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
wine: Unhandled page fault on write access to 0x00000000 at address 0x4c587ed
(thread 0058), starting debugger...
debugger.c:337: Test failed: Timed out waiting for the child to crash
debugger.c:351: Test failed: wrong exit code : 00000103
wine: Unhandled page fault on write access to 0x00000000 at address 0x4c587ed
(thread 003c), starting debugger...
debugger.c:337: Test failed: Timed out waiting for the child to crash
debugger.c:345: Test failed: wrong exit code : 00000103
wine: Unhandled page fault on write access to 0x00000000 at address 0x4c587ed
(thread 0063), starting debugger...
debugger.c:337: Test failed: Timed out waiting for the child to crash
debugger.c:351: Test failed: wrong exit code : 00000103
wine: Unhandled page fault on write access to 0x00000000 at address 0x4c587ed
(thread 0026), starting debugger...
debugger.c:337: Test failed: Timed out waiting for the child to crash
debugger.c:351: Test failed: wrong exit code : 00000103
--
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=19392
Summary: Runes of magic : crash while entering world
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anonymous.xzxz(a)yahoo.fr
Created an attachment (id=22473)
--> (http://bugs.winehq.org/attachment.cgi?id=22473)
Console output
I start the game, accept the EULA, select a server, select a character and clic
'enter world'. A screen with a blue progression bar is displayed. Then afetr a
few seconds a crash occurs.
Console output attached.
wine version : wine-1.1.26-44-gc2ada64
Clean wineprefix except (else I hit bug #17818) :
HKEY_CURRENT_USER/Software/Wine/Direct3D/UseGLSL="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=12371
Summary: Neural Noise Synthesizer fails to launch
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.transparentcorp.com/products/nns/trial.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11867)
--> (http://bugs.winehq.org/attachment.cgi?id=11867)
Neural Noise Synthesizer output and page fault backtrace
This bug pertains to 0.9.59, so the version should be changed when that
appropriate category is created. After installing the Neural Noise Synthesizer
application, launching the application results in a splash screen, but the
application closes after. Launched with winedbg, a page fault exception in
ntdll is caught. Attached are relevant application outputs and backtrace.
--
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=20630
Summary: Services written in Delphi 6: impossible to start by
"net start" command
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.slezak(a)centrum.cz
Created an attachment (id=24600)
--> (http://bugs.winehq.org/attachment.cgi?id=24600)
Patch to allow "net start service" for services written in Delphi 6
Any service written in Delphi 6 (maybe in higher versions too) cannot be
started by "net start" command. Surprisingly it starts during wine boot (if set
to SERVICE_AUTO_START).
output from "net start":
The Test Delphi service service is starting.
Service request timeout
Test service is attached including source code. Install test service by
"TestService.exe /install" command. Remove test service from system by
"TestService.exe /uninstall" command.
I track down the problem to programs/services directory, where autostarted
services are started with service names in first service argument (services.c,
scmdatabase_autostart_services), but services started by StartService WinAPI
function (thereby "net start" command) without special arguments are started
without any argument. Services made by Delphi always assume service name in the
first argument.
Because Microsoft documentation allows no service arguments in StartService
function, but if there are arguments, first of them must be service name, I
suggest modification of StartService WinAPI emulation code in
programs/services/rpc.c as shown in attached patch.
--
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=22494
Summary: Microsoft Office 2007 cannot be activated
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bdrung(a)ubuntu.com
I have a Microsoft Office Small Business 2007 system builder license. I
downloaded Microsoft Office Professional Hybrid 2007 (X16-69463.exe). The
installation was done with a clean system:
export WINEPREFIX=~/Desktop/wine
wine X16-69463.exe
export WINEDLLOVERRIDES="riched20=n"
wine c:/Programme/Microsoft\ Office/Office12/POWERPNT.EXE
An error dialog appears showing "Microsoft Office has not been installed for
the current user. Please run setup to install this application.". When clicking
on OK, the application will close. Instead the setup should be launched and
allow me to activate Office.
Attached the log from running PowerPoint.
--
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=8775
alexkozlov0(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexkozlov0(a)gmail.com
--- Comment #10 from alexkozlov0(a)gmail.com ---
I think it's because GdiFlush() isn't implemented (it doesn't marked as a stub
though). The spider solitaire does something like this:
InvertRect(hDC, lprc); // invert card
GdiFlush(); // nop(!)
Sleep(250);
InvertRect(hDC, lprc); // invert card back
get_second_card_rect();
InvertRect(hDC, lprc); // invert second card
GdiFlush(); // nop(!)
Sleep(250);
ReleaseDC(hWnd, hDC); // implicitly invert second card back
--
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=23839
Summary: Neverwinter Nights 2 : Unable to detect video card
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: xvachon(a)gmail.com
When I attempt to start the game, I get some error messages stating that I do
not have a compliant video card to run the game.
Console output:
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3f480,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 1094800211 (as fourcc: SSAA)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1094800211) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909198916 (as fourcc: DF16)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909198916) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 875710020 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(875710020) in the
format lookup table
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3e3a8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3d8d8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3d988,0x00000000), stub!
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
The workaround is to use native devenum.dll and dxdiagn.dll
Gentoo Linux X64
Nvidia 8800 GT
nvidia-drivers 256.35
--
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=22316
Summary: Wine should be built with -mincoming-stack-boundary=2
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel-gl(a)gmx.net
GCC 4.4 on Linux assumes the Stack is aligned to 16 bytes and thus assumes it
can use the movdqa instruction when manipulating 64 bit values on the stack.
For x86-32 Windows Microsoft specifies a stack alignment of 4 Bytes.
In my case I had wine compiled with -O3 -march=native and got an "Unhandled
page fault on read access to 0xffffffff" with the disassembly showing "movq
%mm5,%mm3" as the faulting instruction. Running objdump revealed the
instruction was in fact "movdqa %xmm3,-0x88(%ebp)" while ebp % 16 had been 4
since the app entered wine code.
Therefore I propose to compile wine with -mincoming-stack-boundary=2 where it
is available.
--
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=20929
Summary: IDGET - Doesn't show disc drive
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgoku75x(a)aol.com
I've been trying to softmod my Playstation 2 and I have to use IDGET to get the
ID of a disc and such but IDGET doesn't see my disc drive.
I am using a Toshiba Satellite L355 Laptop
And my disc drive is: MASHITA - DVD RAM UJ880AS
I've tried re-inserting the disc and restarting IDGET but it those attempts did
not work...
Thank you! And keep up the DAMN good work! :D
--
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=33882
Bug #: 33882
Summary: Windows version of GTags is crashing complaining about
memory
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pg_nedev(a)abv.bg
Classification: Unclassified
Created attachment 44957
--> http://bugs.winehq.org/attachment.cgi?id=44957
This is gotten from Wine crash screen
Hi,
I'm using GTags for Windows that's working fine on Windows but on Linux using
Wine it crashes complaining about not having enough memory. It only happens
when I'm indexing large projects (for example Linux kernel source).
I've attached the backtrace.
The console error messages are:
sort: cannot create temporary file: \s1r.: Permission denied
wine: Unhandled page fault on read access to 0x585f0000 at address 0x415d27
(thread 002a), starting debugger...
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
$ sort: write failed: -: No space left on device
GTags for Windows can be found at
http://adoxa.3eeweb.com/global/index.html (GLOBAL 6.2.8)
or as link from
http://www.gnu.org/software/global/download.html (DOS and Windows 32 version),
which will actually lead you to the address above.
Thanks,
Pavel
--
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.