One more step to becoming a full fledged Linux user

Questions about Wine on Linux
Locked
Sum4uandSum4u
Newbie
Newbie
Posts: 2
Joined: Sun Jul 29, 2012 6:36 pm

One more step to becoming a full fledged Linux user

Post by Sum4uandSum4u »

Everything is going well with the installation of Linux Mint and Wine... Except for the one and only game I play.
Tiger Woods 2008 does not load. If i run it from the command prompt (wine TW2008.exe) it comes up with the following error.

err:module:import_dll Library CourseData.dll (which is needed by L"C:\\Program Files (x86)\\EA Sports\\Tiger Woods PGA TOUR 08\\bin\\TW2008.exe") not found

The library is in the system32 directory but does not find it... yet it if I place that same file in the tiger woods directory, it will crash the program. Please advise.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: One more step to becoming a full fledged Linux user

Post by dimesio »

Try installing it to a 32 bit wineprefix. Create one with

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
(substitute the actual path for /path/to/wineprefix), then install the game to that. http://wiki.winehq.org/FAQ#head-faf9617 ... 522d490faf
Sum4uandSum4u
Newbie
Newbie
Posts: 2
Joined: Sun Jul 29, 2012 6:36 pm

Re: One more step to becoming a full fledged Linux user

Post by Sum4uandSum4u »

Thanks for the quick response. i did as you said. i ran it with debugging enabled.
ent@kent-U56E ~/.wine/drive_c/tw2008/bin $ wine TW2008.exe WINEDEBUG=warn+all
fixme:win:EnumDisplayDevicesW ((null),0,0xa0f270,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0xa0ee9c,0x00000000), stub!
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting dynamic buffer, stopping converting

(process:12548): GThread-WARNING **: GThread system no longer supports custom thread implementations.

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so: wrong ELF class: ELFCLASS64

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpython.so': /usr/lib/gstreamer-0.10/libgstpython.so: wrong ELF class: ELFCLASS64

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpostproc.so': /usr/lib/gstreamer-0.10/libgstpostproc.so: wrong ELF class: ELFCLASS64

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstxvid.so': /usr/lib/gstreamer-0.10/libgstxvid.so: wrong ELF class: ELFCLASS64

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstmpeg2enc.so': /usr/lib/gstreamer-0.10/libgstmpeg2enc.so: wrong ELF class: ELFCLASS64

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpegscale.so': /usr/lib/gstreamer-0.10/libgstffmpegscale.so: wrong ELF class: ELFCLASS64

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstfaac.so': /usr/lib/gstreamer-0.10/libgstfaac.so: wrong

(wine:12548): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstmplex.so': /usr/lib/gstreamer-0.10/libgstmplex.so: wro
fixme:gstreamer:unknown_type Could not find a filter for caps: video/x-vp6, framerate=(fraction)2997/100, width=(int)640, height=(int)480
fixme:gstreamer:init_new_decoded_pad Linking: 0
fixme:gstreamer:no_more_pads Done
fixme:gstreamer:event_sink 0x7c0bbfb0 stub tag
fixme:gstreamer:event_sink 0x74f02c00 stub tag
fixme:gstreamer:got_data_sink Triggering 0x74f04cb8 0x140
fixme:quartz:MediaControl_StopWhenReady (0x3182f30/0x3182f38)->(): stub !!!

(wine:12548): GStreamer-CRITICAL **: gst_mini_object_unref: assertion `GST_IS_MINI_OBJECT (mini_object)' failed

(wine:12548): GLib-GObject-WARNING **: cannot create new instance of invalid (non-instantiatable) type `(null)'
Segmentation fault
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: One more step to becoming a full fledged Linux user

Post by DanKegel »

Hmm. A couple of users had this game working before, I think:
http://appdb.winehq.org/objectManager.p ... &iId=11690
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: One more step to becoming a full fledged Linux user

Post by dimesio »

(process:12548): GThread-WARNING **: GThread system no longer supports custom thread implementations.
That's http://bugs.winehq.org/show_bug.cgi?id=30557.
Locked