OpenGl or Coredumps problems???

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

OpenGl or Coredumps problems???

Post by vanguarda »

Good Afternoon!!! I am using a wine 1.1.12 version and after a source code install I don't get run applications. In konsole I had "wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart" during games running. But Driver Paralel game has a tester and it's showing 3d problems.
I'm using a slack 12.1 and nvidia 7300 gt. Can someone help me???
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Re: OpenGl or Coredumps problems???

Post by jeffz »

vanguarda wrote:Good Afternoon!!! I am using a wine 1.1.12 version and after a source code install I don't get run applications. In konsole I had "wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart" during games running. But Driver Paralel game has a tester and it's showing 3d problems.
I'm using a slack 12.1 and nvidia 7300 gt. Can someone help me???
Try upgrading to latest git or downgrade to 1.1.11.
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

I tryed this downgrade and now I´m using 1.1.11 version. But I`m no lucky so there are another problems. During ./configure I had libgphoto e Isdn advices and at first winecfg command gecko was out. I installed somethings and Gecko problem disappeared. Now winecfg opens configutor, but there is "Failed to connect mount manager, the drive configuration cannot be edited" in Drive Mappings. What to do???
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OpenGl or Coredumps problems???

Post by austin987 »

On Thu, Jan 8, 2009 at 5:11 AM, vanguarda <[email protected]> wrote:
I tryed this downgrade and now I´m using 1.1.11 version. But I`m no lucky so there are another problems. During ./configure I had libgphoto e Isdn advices and at first winecfg command gecko was out. I installed somethings and Gecko problem disappeared. Now winecfg opens configutor, but there is "Failed to connect mount manager, the drive configuration cannot be edited" in Drive Mappings. What to do???





Your compile is messed up. What did you have before? Check your
distro's package archives.

--
-Austin
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

My compile was messed up!!!! Why???? The configure issue was libgphoto2 and libcapi20. I didn't understand about distro's package archives check up. Wine.tgz or system archives so my machine is ok!!!!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OpenGl or Coredumps problems???

Post by austin987 »

On Thu, Jan 8, 2009 at 12:30 PM, vanguarda <[email protected]> wrote:
My compile was messed up!!!! Why???? The configure issue was libgphoto2 and libcapi20. I didn't understand about distro's package archives check up. Wine.tgz or system archives so my machine is ok!!!!
Were those the only errors?


--
-Austin
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

These were erros during compile. Now running winecfg I see drive mapping erros ( "Failed to connect mount manager, the drive configuration cannot be edit"). And then!!!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OpenGl or Coredumps problems???

Post by austin987 »

On Thu, Jan 8, 2009 at 3:05 PM, vanguarda <[email protected]> wrote:
These were erros during compile. Now running winecfg I see drive mapping erros ( "Failed to connect mount manager, the drive configuration cannot be edit"). And then!!!





So fix your compile errors, or used a precompiled binary.

--
-Austin
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

Libs problems during compile were only Warnings and I'm trying a optimized install, thereby I'm using source code!!!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OpenGl or Coredumps problems???

Post by austin987 »

On Thu, Jan 8, 2009 at 3:25 PM, vanguarda <[email protected]> wrote:
Libs problems during compile were only Warnings and I'm trying a optimized install, thereby I'm using source code!!!





With the errors you're having, I think you've got other warnings. List
the end of ./configure's output.

--
-Austin
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

This is the output

configure: WARNING: unrecognized options: --enable-opengl

configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.

configure: Finished. Do 'make depend && make' to compile Wine.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OpenGl or Coredumps problems???

Post by austin987 »

On Thu, Jan 8, 2009 at 5:28 PM, vanguarda <[email protected]> wrote:
This is the output

configure: WARNING: unrecognized options: --enable-opengl
What are you configure options?
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
Neither should be an issue.
configure: Finished. Do 'make depend && make' to compile Wine.
Do you get any compiler errors? USE CFLAGS="-Werror" to stop on error.



--
-Austin
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

When I ran at first time I installed wine and there weren't compiler erros. Now I ran ./configure again only to see the outuput. Libgphoto e libcapi20 were the same, but open-gl wasn't initially.
Locked