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=15254
Summary: Macmillan dictionary: does not run
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kaurman(a)hot.ee
Created an attachment (id=16040)
--> (http://bugs.winehq.org/attachment.cgi?id=16040)
a winedebug log
Hi!
I am trying to run the macmillan dictionary 2nd edition and fail to do so.
At first I tried with wine 1.0 with no luck. Then I went to the #winehq shannel
in freenode and was instructed to debug using WINEDEBUG=+relay,+seh wine
app.exe &>/tmp/test3.txt
I'll attach the log.
I also tried with 1.4 and the following patch
http://bugs.winehq.org/attachment.cgi?id=14403 but still had no luck.
Any help is most welcome
K
--
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=16538
Summary: Counter-Strike 1.5 got a wrong display mode after game
starts with D3D mode.
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wangbinrobin(a)yahoo.com.cn
Created an attachment (id=18003)
--> (http://bugs.winehq.org/attachment.cgi?id=18003)
screenshot of cs when runing in D3D mode by wine 1.1.10
1. # wine cstrike.exe
2. CONFIGURATION-- VIDEO-- VIDEO MODES-- DIRECT3D, select a resolution,
returen to the first menu,
PALY CS-- LAN GAME-- CREATE GAME, select a map and then press 'OK'
3. Game window overstepes the screen or looks like a window mode.
the attachment is the screenshot.
this issue is reproducible with both ATI and Nvidia's card.
and when I debug on this issue, there will be segment fault in wine after
CREATE GAME.
In my mind, counter strike can run well in D3D mode using previous version of
wine.
--
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=16457
Summary: Manga Studio EX 4.0 - launches, shows splash screen and
crashes
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryan(a)ryanmsmith.com
Created an attachment (id=17815)
--> (http://bugs.winehq.org/attachment.cgi?id=17815)
Backtrace
64-bit Ubuntu 8.10
The application installs but crashes after launching and displaying the splash
screen.
--
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=16427
Summary: Dungeon Keeper II does not launch in windowed mode
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Dungeon Keeper II's windowed mode is activated by changing the registry key:
HKEY_CURRENT_USER\Software\Bullfrog Productions Ltd\Dungeon Keeper
II\Configuration\Video\Screen Windowed
from "0" to "1." When DKII is set in this mode it does not launch and does not
appear to generate any errors (segfault or otherwise).
--
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=16372
Summary: mouse cursor doesn't show
Product: Wine
Version: 1.1.10
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bendy5000(a)gmail.com
mouse cursor doesn't show on any wine programs - when i move the cursor over
any proram emulated through wine including the wine config the cursor
disappears but the mouse is still able to click buttons and other things which
make doing anything at all quite hard
--
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=16315
Summary: Half life 2 - episode one: Excessive sizelevel for
element
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swapon(a)gmail.com
Created an attachment (id=17620)
--> (http://bugs.winehq.org/attachment.cgi?id=17620)
Half life 2 - episode one crash log
The game worked fine but when loading a specific level (Escape From City 17) it
crashes with this message (see attached log):
*** ERROR *** Excessive sizelevel (NN) for element
i tried many wine versions:
1.1.0, 1.1.4, 1.1.9 and svn build (02 Dec. 08)
i tried to switch the directX version too but the problem is still here.
I'm running gentoo on an amd64:
(default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0,
2.6.27-gentoo-r3)
the game is not the retail (dvd/cd) but the steam version.
Feel free to ask for additional informations if needed.
--
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=16310
Summary: The Blizzard game downloader hangs on startup
Product: Wine
Version: 1.1.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
When installing a Blizzard game (in this case, the StarCraft & BroodWars combo
pack), starting the Blizzard downloader to download the game the application
hangs after initially showing the 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.
http://bugs.winehq.org/show_bug.cgi?id=16307
Summary: GTA - long time before multiplayer game stars, co-
players get connetion timeout
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dinth(a)wikipasy.pl
After starting or joining a network play in Grand Theft Auto (1), screen goes
blank for a long while, and before my game starts on Wine, players on Windows
platform have connection timeout.
I think that this is DDraw problem, because there is another bug in 1.1.9 what
crashes game in the same moment and it is DDraw relatet, but im not sure.
--
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=16278
Summary: Tradestation installation fails due to a page fault
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drufishy(a)yahoo.com
Created an attachment (id=17557)
--> (http://bugs.winehq.org/attachment.cgi?id=17557)
Log of install process
Hi, I'm trying to install Tradestation under wine and the installation runs
smoothly until it comes to creating a workspace where it fails and hangs due to
a page fault. I've attached a copy of the log...
--
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=16251
Summary: Age of Mythology Gold - no text in EULA after install
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Age of Mythology Gold - no text in EULA after install
--
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=16205
Summary: DirectX - unimplemented function issue
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drshaby79(a)yahoo.com
CC: drshaby79(a)yahoo.com
Created an attachment (id=17443)
--> (http://bugs.winehq.org/attachment.cgi?id=17443)
First log
This is a new thread started after the original at:
http://bugs.winehq.org/show_bug.cgi?id=15994
Though the caps were fixed and the now "RUN button" becomes available for
Freight Tycoon, the game does not run in wine 1.1.9.
I have attached the commandline outputs as files here.
"First log" file is the output just after installing wine 1.1.9.
"Second log" file is the output with the 'native' d3dx9_30.dll and d3dx9_36.dll
files after googling,downloading and copying to system32 folder.
Kindly look into FIND_FORWARDED_EXPORT FUNCTION issue and fix the related
issues.
--
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=16118
Summary: Filedialog in wine application freeze if i use autoFS
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomcheng76(a)yahoo.com.hk
I use this to mount my samba share using autofs.
http://www.howtoforge.com/accessing_windows_or_samba_shares_using_autofs
When the samba host is down, everything is fine but wine.
If a wine application open up a Filedialog and i browse the folder '/', it just
freeze, i tried to wait but it never give response. it is because there is a
folder /cifs.
If i turn off autofs, i.e.
sudo /etc/init.d/autofs stop
Then wine works fine.
OS is ubuntu 8.10 AMD64, en_HK.UTF-8 locale.
Please tell me if you want any additional information.
--
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=16100
Summary: Football Manager 2009 9.1.0 dont' start
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deepswing(a)alice.it
Created an attachment (id=17332)
--> (http://bugs.winehq.org/attachment.cgi?id=17332)
wine output
Football Manager 2009 don't start on ubuntu hardy 8.04.1
I have this error by FM2009: "Cannot run game: Failed to set up graphics
system."
--
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=16097
Summary: Bww6 vers list window to narrow
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: co.andy(a)web.de
Ich habe Wine 1.01 und BWW6 unter Kubuntu installiert, was soweit ganz
ordentlich läuft. Leider gibt es ein Problem, dessen Ursache ich weder
erkennen noch beheben kann. Das "vers list window" ist so schmal, dass ich die
Vers-angaben kaum erkennen kann. Die Breite dieses Fensters lässt sich auch
nicht, wie unter WinXP manuell verschieben.
--
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=16055
Summary: Wine crashes during vmaps extraction
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klaimath(a)libero.it
Created an attachment (id=17281)
--> (http://bugs.winehq.org/attachment.cgi?id=17281)
Error for Step2
Hi sorry for my bad english.
I attempt to extract vmaps for World of Warcraft client using
vmapextract_v2.exe for extract and vmap_assembler.exe for assembly.
Step1
wine vmapextract_v2.exe (auto create buildings directory for tmp file)
Step2
wine vmap_assembler.exe buildings vmaps (for assembly final map)
During Step2 recevined another core dump (vmap_assembler.txt).
SO: Ubuntu Intrepid Ibex 32bit, standard kernel, wine-1.1.8
Ty for help
--
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=15513
Summary: World of Warcraft: After minimizing the Gnome Panels are
visible
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: TS91(a)gmx.net
After minimizing the game and open it again I can still see the Gnome Panels on
the top and the bottom.
--
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.