http://bugs.winehq.org/show_bug.cgi?id=14616
Summary: Dracula Origin Demo: Pixelshaders broken
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cja(a)gmx.net
Created an attachment (id=15015)
--> (http://bugs.winehq.org/attachment.cgi?id=15015)
Dracula Origin with PixelShaders on.
If you turn on PixelShaders in winecfg, the characters in the
dracula origin demo is all black, if existing, and missplaced.
The console is then fille with:
--
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 411
fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @ glsl_shader.c / 3383
--
Over and over again.
If pixelshaders is turned off, the game seems to run fine.
(Nvidia properitery drivers, stock kubuntu 8.04.1)
--
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=14511
Summary: Discworld Noir: segfault crash regression upon startup
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drakh(a)spamcop.net
CC: jon_p_griffiths(a)yahoo.com
Discworld Noir crashes due to a segmentation fault upon attempting to run the
game. It will change screen resolution and black the screen, but fails before
displaying the "Loading" graphic. This is a regression, caused by the following
commit (assuming I did the regression test correctly):
1ad733e4e0a589bf2713121cf12c3cbf57799608 is first bad commit
commit 1ad733e4e0a589bf2713121cf12c3cbf57799608
Author: Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Date: Fri Jun 20 00:19:09 2008 -0700
ntdll: Implement [Rtl]InitializeCriticalSectionEx.
:040000 040000 ec12af5b4d2ed0419484dbe1e93b5ccd07eca086
453f1ed108b3fad8f3e135ccd08f299866799033 M dlls
:040000 040000 0b71251ecb6641f5300fcba465db355f7a9067aa
2ca394752d86bc84409c7076572fdcc28c1acfe4 M include
Before this, it would load and let you start a new game, before crashing with
another segmentation fault after playing the intro. There is a report in the
AppDB that the game was fully playable with WINE 0.9.59, though I've been
unable to replicate that.
--
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=14057
Summary: "Psalmen - Lieder des Lebens" fails to load
Product: Wine
Version: 1.0.0
Platform: Other
URL: http://bibelsoftware.de/index.php?mode=5&pid=82
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: online(a)patrick-brueckner.de
Created an attachment (id=14277)
--> (http://bugs.winehq.org/attachment.cgi?id=14277)
wine output
Installing "Psalmen - Lieder des Lebens" works now with 1.0 - thanks for that.
Unfortunately it's still not possible to use that programme: When starting up
an error "Runtime Error (6): Overflow" is shown and the programme quits.
Attached there is the wine output (a lot of fixme's). I'm not quite sure which
of these errors causes the programme to crash. If the application is needed, I
will provide it - just contact me via email.
--
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=13302
Summary: GetProcessMemoryInfo is unimplemented
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://forum.winehq.org/viewtopic.php?t=946
OS/Version: Linux
Status: NEW
Keywords: testcase
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
>From wine-users:
I have made a simple program, but results from both windows and wine are quite
different. Is this a bug in my program or in wine? Any advice is appreciated :)
/*
result under windows:
{
}
[successed: 1085440]{
}
result under wine(linux):
{
}
[successed: 0]{
*/
#include <windows.h>
#include "psapi.h"
#include <stdio.h>
#include <stdlib.h>
#pragma comment ( lib, "psapi.lib" )
void GetCurrentProcessMemory ()
{
PROCESS_MEMORY_COUNTERS pmc;
printf("{\n}");
bool ret=GetProcessMemoryInfo ( GetCurrentProcess() , &pmc, sizeof ( pmc
) );
if (ret)
printf("\n[successed: %d]", (int)pmc.WorkingSetSize);
else
printf("\n<failed>");
printf("{\n}");
}
void main()
{
GetCurrentProcessMemory();
}
For anyone interested in implementing, see:
http://source.winehq.org/source/dlls/psapi/psapi_main.c#L520http://source.winehq.org/source/dlls/ntdll/process.c#L211
--
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=12896
Summary: kernel32: pipe.ok hangs in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12602)
--> (http://bugs.winehq.org/attachment.cgi?id=12602)
+ntdll,+pipe
When running make -k test in PC-BSD, I often get a hang in kernel32: pipe.ok
+ntdll,+pipe 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=12200
Summary: [Regression] error message in TREPCAD on project
creation
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.strich.b(a)web.de
Created an attachment (id=11607)
--> (http://bugs.winehq.org/attachment.cgi?id=11607)
Screenshot of the error message
When starting TREPCAD 3.4.0, before the user can create a new project, there
pops up an error message. When choosing to create a new stair anyways, the
program is usable as before this regression occured. This bug showed in the
same way with 0.9.51. TREPCAD worked fine with 0.9.57.
--
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=11842
Summary: X Error of failed request: BadWindow (invalid Window
parameter)
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
Randomly crashed with message
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x4400003
Serial number of failed request: 1113
Current serial number in output stream: 1117
no back traces printed
--
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=11827
Summary: Asterix et les jeux olympiques demo crashes in shdocvw
component
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.jeuxvideo.com/downloads/0001/00013459_demo.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11092)
--> (http://bugs.winehq.org/attachment.cgi?id=11092)
console output
As told in the summary, the demo installs fine but the games crashes in a
shdocvw error
Joaopa
--
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=10829
Summary: err:ntdll:RtlpWaitForCriticalSection when trying to use
an SMS-sending program
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zegenie(a)zegeniestudios.net
Created an attachment (id=9697)
--> (http://bugs.winehq.org/attachment.cgi?id=9697)
console output from the sms program
I get this error when trying to use the sms-program located here:
https://netcom.no/bedrift/tjenester/pcsms/netcom_pcsms_4-1-6-9.exe
It installs correctly, but when trying to check if I'm connected to the
internet, it errors with:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f760,0x00000000), stub!
fixme:wininet:InternetGetConnectedState always returning LAN connection.
err:ntdll:RtlpWaitForCriticalSection section 0x6e3198 "?" wait timed out in
thread 002f, blocked by 002e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6e294c "?" wait timed out in
thread 0032, blocked by 0031, retrying (60 sec)
and a Microsoft Visual C++ runtime error "The application requested to be
terminated in an unusual way".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18850
Summary: Diablo II: Installer crashed with popup and debug
message
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julborre(a)gmail.com
Created an attachment (id=21666)
--> (http://bugs.winehq.org/attachment.cgi?id=21666)
Includes a screenshot and 2 logs files of the crash
The Diablo II installer crashed when i go to the konsole(i'm in kde) and run
"wine Install.exe", running other executable file in the cdrom
directory(SETUP.EXE) also crash but dowsn't shows a popup window.
--
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.