fault "wine" during the application start

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
13lenar
Newbie
Newbie
Posts: 1
Joined: Mon Mar 26, 2018 4:30 pm

fault "wine" during the application start

Post by 13lenar »

when trying to run applications:

Code: Select all

err:module:load_builtin_dll failed to load .so lib for builtin L"l3codeca.acm": libmpg123.so.0: wrong ELF class: ELFCLASS64
libGL error: unable to load driver: i915_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i915
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  189
  Current serial number in output stream:  193
checking the dependence shows:

Code: Select all

File /usr/local/WineColorSetter/WineColorSetter has these missing library files:
 /usr/local/WineColorSetter/WineColorSetter: 
File /usr/lib32/wine/gphoto2.ds.so has these missing library files:
 libgphoto2_port.so.10 
File /usr/lib32/wine/msxml3.dll.so has these missing library files:
 /usr/lib32/wine/msxml3.dll.so: 
File /usr/lib32/wine/l3codeca.acm.so has these missing library files:
 libmpg123.so.0 
but I have the package installed "libmpg123".
Puppy linux xenial 64 intal atom
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: fault "wine" during the application start

Post by dimesio »

You are missing 32 bit libmpg123, and from what you've posted, a lot of other 32 bit libraries as well. Pure 64 bit Wine is not supported; most Windows apps are 32 bit, and require 32 bit libraries to run.
Locked