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=14485
Summary: Missing GetNativeSystemInfo implementation
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: esodan(a)yahoo.com.mx
One application I need to install requires to call GetNativeSystemInfo but wine
calls GetSystemInfo instead, and the app reports an unsopported OS version,
even if I upgrade general o particular version of Win.
--
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=14445
Summary: FIFA 2004 does not launch
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_zen(a)gmx.at
FIFA 04 could be installed, but does not launch. The Screen Resolution is
changed, but that's all. The Game exits without any further traces.
--
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.