wine 1.1.5 breaks everything

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

wine 1.1.5 breaks everything

Post by chourmovs »

a recurrent message in all my directx9 games

Code: Select all

err:d3d:InitAdapters Can't load opengl32.dll!
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
Opengl32.dll is present in my system32

I've got installer issues too (msi problem)

several regressions in fact :(
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine 1.1.5 breaks everything

Post by vitamin »

chourmovs wrote:a recurrent message in all my directx9 games

Code: Select all

err:d3d:InitAdapters Can't load opengl32.dll!
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
Opengl32.dll is present in my system32
Looks like you didn't compile Wine right.
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

Post by chourmovs »

right
I didn't compile wine at all, i upgrate via apt-get

anyone else with this problem ?
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

Post by chourmovs »

but that's right that i begun tu have this problem after trying to install via a self compiled sourced ... after that i uninstalled all via aptget and do a full *wine* cleaning before i installed the ubuntu winehq's package

what can i do now if my problem persist?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

chourmovs wrote:but that's right that i begun tu have this problem after trying to install via a self compiled sourced ... after that i uninstalled all via aptget and do a full *wine* cleaning before i installed the ubuntu winehq's package

what can i do now if my problem persist?
Uninstall your self-compiled Wine with 'sudo make uninstall' in the source directory.
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

Post by chourmovs »

:cry: :cry: :cry: :cry:

i erase this directory

if i understand well i have to recompile and do an uninstall

Thank you for your help boss
Ioannis Nousias

wine 1.1.5 breaks everything

Post by Ioannis Nousias »

chourmovs wrote:
[Crying or Very sad] [Crying or Very sad] [Crying or Very sad] [Crying or Very sad]

i erase this directory

if i understand well i he to recompile and do an uninstall






...jumping into the conversation...

just run 'configure', no need to re-compile. Then 'sudo make
uninstall'. Make sure you use the same 'prefix' in configure as the one
you had before (if you didn't use the default).

that should do it.




--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

Post by chourmovs »

How i can be sure i get rid of my previous self compiled installation ?

what are the command to erase everything concerning wine on my computer ?

thx
UP
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

wine 1.1.5 breaks everything

Post by chourmovs »

Up
Sorry, i messed with previous message

2008/9/22 chourmovs <[email protected]>:
Good jump :D

the trick seems to work, it fixed the d3d9 and sound issue when i reinstalled but it's like i had problem on my installation

Lot of previously working installs got strange msi issues and i didn't succeed into winetrick's vcrun2005 install

How i can be sure i get rid of my previous self compiled installation ?

what are the command to erase everything concerning wine on my computer ?

thx




chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

Post by chourmovs »

Problems continue
each time i launch a setup or an exe, i've vcr issues that were not present in 1.1.4
  • fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
    fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
    fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
    err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
    fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
    err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
Of course i've installed vcrun2005+sp1 via winetricks

I'm desperate please help :cry:
chourmovs
Level 3
Level 3
Posts: 80
Joined: Wed Apr 09, 2008 3:11 pm

wine 1.1.5 breaks everything

Post by chourmovs »

Ok, i finally fixed it by a second synaptic's "suppress+purge" then i did a

rm -fr ~/.wine
rm -r ~/.local/share/desktop-directories/wine-*
rm -r ~/.config/menus/applications-merged/wine-*
rm -r ~/.local/share/applications/wine/
...
and reinstalled then

no more vcrun problem for the moment.


2008/9/23 chourmovs <[email protected]>:
Problems continue
each time i launch a setup or an exe, i've vcr issues that were not present in 1.1.4

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting

Of course i've installed vcrun2005+sp1 via winetricks

I'm desperate please help [Crying or Very sad]




Locked