http://bugs.winehq.org/show_bug.cgi?id=29355
Bug #: 29355
Summary: XMLdocument loadfromfile? doesn't work correctly
Product: Wine
Version: 1.3.34
Platform: x86
URL: http://netikka.net/dev/xml.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Small sample: http://netikka.net/dev/xml.exe
Save attached test.xml to .wine/drive_c/ first.
procedure TForm1.Button1Click(Sender: TObject);
begin
xmldocument1.LoadFromFile('c:/test.xml');
xmldocument1.SaveToFile('c:/test2.xml');
memo1.text:=xmldocument1.XML.Text; //also without header?
end;
Problem is test2.xml has lost it's header.
winetricks msxml3 helps
--
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=23694
Summary: EVE Online: Random "Unhandled page fault" during game
play
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krisloganm(a)hotmail.com
Created an attachment (id=29680)
--> (http://bugs.winehq.org/attachment.cgi?id=29680)
Terminal Output from launch to crash
EVE Online crashes with "wine: Unhandled page fault on read access to
0x1316fee8 at address 0x4b9006 (thread 001c), starting debugger..." randomly.
The address is random as well have had several. I have tried turning off all
audio along with disabling audio through winecfg. Changing graphics settings no
change.
Machine:-
AMD Phenom 9550 Quad 2.2Ghz
4GB Dual Channel RAM
nVidia 9800 GT 512MB RAM
Ubuntu 10.04 LTS x86-64
Kernel 2.6.32-23-generic
Wine 1.2-rc7
Attached is the terminal output.
--
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=15970
Summary: MuckClient introduction CHM windows are spawned
incorrectly
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.xcalibur.co.uk/MuckClient/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=17159)
--> (http://bugs.winehq.org/attachment.cgi?id=17159)
MuckClient standard error traces
While testing bug 9522, I noticed that on first-time launch of the MuckClient
application, the introduction CHM help window is spawned twice with no client
area, while on Windows only one such window is displayed with a normal client
area. Standard error traces are 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=26222
Summary: Heroes of Might and Magic V low frame rate
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phillip.e.blankenship(a)gmail.com
Created an attachment (id=33426)
--> (http://bugs.winehq.org/attachment.cgi?id=33426)
log output
Depending on where you look, the frame rate dips to 10fps on good hardware
( GTX 480, Intel Core i7, 3GB ram )
I've tried disabling shaders and setting the video memory size but it doesn't
help.
The console shows a few suspicious messages:
err:d3d:resource_init Out of adapter memory
err:d3d9:device_parent_CreateSurface (0x131854) CreateSurface failed, returning
0x8876017c
fixme:d3d_texture:texture_init Failed to create surface 0x21be40, hr 0x8876017c
--
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=31536
Bug #: 31536
Summary: Toad: Installer throws a gdiplus exception
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://community-downloads.quest.com/toadsoft/SqlServe
r/ToadforSQLServer_Freeware_5.7.0.605.zip
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
You'll need mfc42 to get this far. Terminal shows:
fixme:wincodecs:PngDecoder_Block_GetCount 0x1429fd0,0x33f7c8: stub
fixme:wincodecs:PngDecoder_Block_GetCount 0x142a120,0x33f7c8: stub
System.Exception: Unknown Error [GDI+ status: PropertyNotFound]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename
unknown>:0
at System.Drawing.Image.GetPropertyItem (Int32 propid) [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Image:GetPropertyItem
(int)
at System.Drawing.ImageAnimator.Animate (System.Drawing.Image image,
System.EventHandler onFrameChangedHandler) [0x00000] in <filename unknown>:0
at System.Windows.Forms.PictureBox.PictureBox_HandleCreated (System.Object
sender, System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnHandleCreated (System.EventArgs e)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.PictureBox.OnHandleCreated (System.EventArgs e)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WmCreate (System.Windows.Forms.Message& m)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) [0x00000] in <filename unknown>:0
winetricks gdiplus avoids it
--
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=30603
Bug #: 30603
Summary: GTA2 crashes on starup
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Classification: Unclassified
Created attachment 40044
--> http://bugs.winehq.org/attachment.cgi?id=40044
Crash from wine-1.5.3-164-gdec3d50
When i try to run GTA2, my screen resolution changes to some lower value
(probably game's native) and GTA2 crashes. If i stay in this lower resolution
and run the game again it runs fine (except bug 30602).
1. I did a regression test between 1.3.24 and 1.3.25:
84413298de371a9e9b9ecfe0dd01f580b7521222 is the first bad commit
commit 84413298de371a9e9b9ecfe0dd01f580b7521222
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Jul 21 19:16:00 2011 +0200
ddraw: Resize the window after setting the new display mode.
:040000 040000 a2ac1cd6ae0a19178d9aa4610a08b876a9ec5b85
2e07d4f4f939b5673c5b20aca0d6dff24822d95b M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away. (Can't
be cleanly reverted on top of wine-1.5.3-164-gdec3d50)
The game is freely download-able from it's vendor at
http://www.rockstargames.com/classics/?id=3
--
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=26315
Summary: "Fatal Error" while launching Paintball 2
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaso35(a)googlemail.com
While launching Paintball 2 (http://digitalpaint.org/), a window appears, which
says, that an error occurs and paintball2.exe must be terminated.
But the application starts normally and works fine.
--
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=31223
Bug #: 31223
Summary: Fifa 2009 Slow Working
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
In version 1.5.8 Fifa 2009 working like fat cow, but in 1.5.7 it work great
Fifa is too slow in 1.5.8, but if you downgrade it to 1.5.7, it play fast
Game works without any problems (only ... u know)
--
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=29359
Bug #: 29359
Summary: wine git. DSOUND_BufPtrDiff: Assertion `ptr1 < buflen'
failed.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucianolorenti(a)gmail.com
Classification: Unclassified
When i run the launcher of pes 2012 it's raised this error.
xe: ../../../wine-git/dlls/dsound/mixer.c:330: DSOUND_BufPtrDiff: Assertion
`ptr1 < buflen' failed.
This game used to work a few months ago. Then stopped working raising an
different error wich I am reporting unrelated, I think, to this error.
The another error was "Unable to initialize rld.dll(E300)". But with some patch
founded in this site I could pass that error and the assertion `ptr1 < buflen'
also was raised.
--
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=14545
Summary: Baldur's Gate Trilogy: installation fails
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.shsforums.net/index.php?autocom=downloads&sho
wfile=54
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janukato(a)hotmail.com
Installation fails with wine and wineconsole, nothing else can be done.
--
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.