http://bugs.winehq.org/show_bug.cgi?id=18539
Summary: ntdll error (The Sims 3) Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: markh789@gmail.com
Created an attachment (id=21202) --> (http://bugs.winehq.org/attachment.cgi?id=21202) Terminal Log
A ntdll error occurred after a lot of GL_OUT_OF_MEMORY (0x505).
My memory being eaten like crazy or something?
lots of fixme's
http://bugs.winehq.org/show_bug.cgi?id=18539
Mark hughes markh789@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.21 OS/Version|other |Linux Severity|enhancement |normal
--- Comment #1 from Mark hughes markh789@gmail.com 2009-05-20 06:14:33 --- BTW I can play normally, though after a few minutes it crashes.
http://bugs.winehq.org/show_bug.cgi?id=18539
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |-unknown Summary|ntdll error (The Sims 3) |The Sims 3 crashes after a | |few minutes Alias|ntdllerror |
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2009-05-20 06:39:32 --- changing summary to reflect problem, unsetting component, there is nothing to suggest the bug is in ntdll.
http://bugs.winehq.org/show_bug.cgi?id=18539
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21202|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2009-05-20 07:28:56 --- Video card and driver version?
http://bugs.winehq.org/show_bug.cgi?id=18539
Mark hughes markh789@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |markh789@gmail.com
--- Comment #4 from Mark hughes markh789@gmail.com 2009-05-20 07:35:37 --- Not very good with finding this bit:
Graphics Processor: GeForce 8500 GT <-- This? VBIOS Version: 60.86.26.00.00 Memory: 512 MB Bus Type: PCI Express 16X Bus ID: 1:0:0 IRQ: 16 X Screens: Screen 0 Display Devices: BenQ FP71G+ (CRT-1) Dimensions: 1280x1024 pixels (342x270 millimeters) Resolution: 95x96 dots per inch Depth: 24 Operating System: Linux-x86_64 NVIDIA Driver Version: 180.44 <--- This?
http://bugs.winehq.org/show_bug.cgi?id=18539
Mark hughes markh789@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|The Sims 3 crashes after a |The Sims 3 crashed |few minutes |
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #5 from Mark hughes markh789@gmail.com 2009-05-22 05:15:43 --- Created an attachment (id=21227) --> (http://bugs.winehq.org/attachment.cgi?id=21227) Out of memmory?
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #6 from Mark hughes markh789@gmail.com 2009-05-22 05:16:48 --- I get a lot of "GL_OUT_OF_MEMORY" errors, any ideas here? How can I log everything before the program crashes? (terminal had to many lines, could not scroll).
http://bugs.winehq.org/show_bug.cgi?id=18539
Mover005@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Mover005@googlemail.com
--- Comment #7 from Mover005@googlemail.com 2009-05-22 05:23:06 --- This seems to be bug #13335 (http://bugs.winehq.org/show_bug.cgi?id=13335) applying the last two proposed patches fix the issue. Game looks exactly like on windows on highest detail with a GeForce GTX 260 and beta drivers 185.13, but runs considerably slower than in windows. (tested on the same rig)
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #8 from Mark hughes markh789@gmail.com 2009-05-22 05:35:03 --- Could you give links to the patches please?
Thanks.
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #9 from Peter Hudson Mover005@googlemail.com 2009-05-22 05:38:32 --- (In reply to comment #8)
Could you give links to the patches please?
Thanks.
sure, it's http://bugs.winehq.org/attachment.cgi?id=20483 and http://bugs.winehq.org/attachment.cgi?id=20484, apply in that order.
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #10 from Mark hughes markh789@gmail.com 2009-05-22 05:42:40 --- Thanks for that, are these basic shell files? Can't work it out myself.. How do I apply these patches?
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #11 from Peter Hudson mover005@gmx.net 2009-05-22 05:52:24 --- (In reply to comment #10)
Thanks for that, are these basic shell files? Can't work it out myself.. How do I apply these patches?
First you need to know how to do basic stuff in the console. At first, uninstall whatever version of wine you're having, then download the source code version of wine found somewhere on the mainpage of winehq. (The patch is for version 1.1.19 AFAIK but will work fine with wine-1.1.21)
then you need to do the following:
1. unpack the sourcecode you just downloaded.
2. download the two patches with right click, save as and save them into the directory where you unpacked the source
3. change to the directory in whatever terminal program you're using and type (in that order):
patch -p1 < 0001*.patch patch -p1 < 0002*.patch ./configure && make depend && make
(I assume that you have all the requried tools and dependencies, so this explanation is really broad as i can't say how your system is set up)
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #12 from Mark hughes markh789@gmail.com 2009-05-22 05:58:34 --- Thanks, I'll give it a try and get back to you.
http://bugs.winehq.org/show_bug.cgi?id=18539
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21227|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #13 from Mark hughes markh789@gmail.com 2009-05-26 02:55:16 --- Ok, I get an error:
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
So I installed wine-dev, and got the same errors.
What now?
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #14 from Jeff Zaroyko jeffz@jeffz.name 2009-05-26 03:05:49 --- (In reply to comment #13)
Ok, I get an error:
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
So I installed wine-dev, and got the same errors.
What now?
http://wiki.winehq.org/WineOn64bit
http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #15 from Mark hughes markh789@gmail.com 2009-05-26 06:50:59 --- Getting closer guys,
Last bit of the log says..
configure: libhal development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: libsane development files not found, scanners won't be supported. configure: libgphoto2 development files not found, digital cameras won't be supported. configure: libcapi20 development files not found, ISDN won't be supported. configure: libcups development files not found, CUPS won't be supported. configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.
configure: WARNING: libxslt development files not found, xslt won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
And when I do run make depend && make
I get;; A lot of: ../../include/winbase.h:44: warning: ‘ms_abi’ attribute directive ignored
make[2]: *** [casemap.o] Error 1 make[2]: Leaving directory `/home/mark/Desktop/wine-1.1.22/libs/wine' make[1]: *** [wine] Error 2 make[1]: Leaving directory `/home/mark/Desktop/wine-1.1.22/libs' make: *** [libs] Error 2
Sorry if the logs where to long/not meant to be in here.
http://bugs.winehq.org/show_bug.cgi?id=18539
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |PC-x86-64
--- Comment #16 from Ken Sharp kennybobs@o2.co.uk 2009-05-26 08:46:49 --- If you have problems with compilation, you should be asking on a support forum, or better yet, Google. Bugzilla is not a support forum.
You have Ubuntu no doubt, run "sudo apt-get build-dep wine wine-dev" and recompile.
http://wiki.winehq.org/WineOn64bit already tells you this!
http://bugs.winehq.org/show_bug.cgi?id=18539
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #17 from Ken Sharp kennybobs@o2.co.uk 2009-05-29 11:56:47 --- Dupe of bug 16456
*** This bug has been marked as a duplicate of bug 16456 ***
http://bugs.winehq.org/show_bug.cgi?id=18539
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Ken Sharp kennybobs@o2.co.uk 2009-05-29 12:00:20 --- Closing dup