Wine crashes when I open one certain window

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Biganon
Newbie
Newbie
Posts: 3
Joined: Sat May 23, 2009 11:07 am

Wine crashes when I open one certain window

Post by Biganon »

Hello,
I have a problem with Wine. I use to go onto a 3d chat (a bit like SL but better :D), which is made for Windows.
Everything works fine, even the 3d graphics are good, but Wine crashes when I right-click on an object in the 3d world to access its properties.
The whole program freezes, and finally I've got to kill it.
BUT it's not acting like that each time, some rare times it works.
It's pretty boring, how is it that it's not working ?

For those who know this universe, it's called AW (ActiveWorlds.)
Actually it's not AW itself but a French (legal) universe based on it.
If you want to test it yourself : http://3d.levillage.org, you can try the interface for free without any registration, it's 10 years old and safe.

Thank you, hope you can help me

++
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

Does the terminal window say anything when it crashes?
(You have to cd to the folder and execute the program directly from teminal "wine asd.exe")
Biganon
Newbie
Newbie
Posts: 3
Joined: Sat May 23, 2009 11:07 am

Post by Biganon »

Here's the log (I have to change the command to launch the program, you'll see that in the log)
[biganon@horatio LeVillage3d]$ Exec=env WINEPREFIX="/home/biganon/.PlayOnLinuxineprefix/Village" wine "C:\\Program Files\\LeVillage3d\\aworld.exe" \\""
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32f844,0x00000000), stub!
fixme:shdocvw:ViewObject_SetAdvise (0x899ba0)->(1 00000000 0x899654)
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (20000): STUB
fixme:wininet:InternetSetOptionW Option 7 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 3
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x8a24f0,0x8a2408): stub
fixme:shdocvw:ViewObject_SetAdvise (0x14e1f0)->(1 00000000 0x14e0e4)
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32f3f0,0x00000000), stub!
Processus arrêté
But no special message appends to the rest when it freezes. All that text appears when I launch the command, and then I right-click on an object, it freezes, I force closing the program and then "Processus arrêté" (Process stopped) appears.

Thx, ++
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine crashes when I open one certain window

Post by austin987 »

On Sat, May 30, 2009 at 10:44 AM, Biganon <[email protected]> wrote:
Here's the log (I have to change the command to launch the program, you'll see that in the log)

[biganon@horatio LeVillage3d]$ Exec=env WINEPREFIX="/home/biganon/.PlayOnLinuxineprefix/Village" wine "C:\\Program Files\\LeVillage3d\\aworld.exe" \\""
PlayonLinux isn't supported here. Ask on their forums.

--
-Austin
Biganon
Newbie
Newbie
Posts: 3
Joined: Sat May 23, 2009 11:07 am

Post by Biganon »

It's the same when I use Wine without POL, it has no incidence on the problem...
Locked