wineRC1_opensuse10.3_err_stdp

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

wineRC1_opensuse10.3_err_stdp

Post by didencool »

hi All
I updated my wine at RC1 and run winecfg

then I have some strange line

Code: Select all

err:winedevice:ServiceMain driver L"sptd" failed to load
all work but what it can mean?
I try to find any info in wine bugzilla but not find anything
PS:In addition I has well working warcraft3 in earlier versions of wine... but now it work slow...

Code: Select all

err:winedevice:ServiceMain driver L"sptd" failed to load
err:ole:CoCreateInstance apartment not initialised
fixme:win:EnumDisplayDevicesW ((null),0,0x32f228,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f600,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f214,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
Marcel W. Wysocki

wineRC1_opensuse10.3_err_stdp

Post by Marcel W. Wysocki »

On Tue, 13 May 2008 07:22:08 -0500
"didencool" <[email protected]> wrote:
hi All
I updated my wine ot RC1 and run winecfg

then I have some strange line

Code:
err:winedevice:ServiceMain driver L"sptd" failed to load


all work but what it can mean?
I try to find any info in wine bugzilla but not find anything
PS:In addition I has well working warcraft3 in earlier versions of wine... but now it work slow...

Code:
err:winedevice:ServiceMain driver L"sptd" failed to load
err:ole:CoCreateInstance apartment not initialised
fixme:win:EnumDisplayDevicesW ((null),0,0x32f228,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f600,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f214,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
i run warcraft3 in wine 1.0-rc just fine, the only thing i had to do was applying a patch in order to play on battle.net




--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Re: wineRC1_opensuse10.3_err_stdp

Post by didencool »

Marcel W. Wysocki wrote:On Tue, 13 May 2008 07:22:08 -0500
i run warcraft3 in wine 1.0-rc just fine, the only thing i had to do was applying a patch in order to play on battle.net
good for you :)
but how it can be usefull for me?
post edited:
what distro you use?
I have 32bit PC(opensuse i386)
Marcel W. Wysocki

wineRC1_opensuse10.3_err_stdp

Post by Marcel W. Wysocki »

On Tue, 13 May 2008 07:36:04 -0500
"didencool" <[email protected]> wrote:
Marcel W. Wysocki wrote:
On Tue, 13 May 2008 07:22:08 -0500
i run warcraft3 in wine 1.0-rc just fine, the only thing i had to do was applying a patch in order to play on battle.net
good for you :)
but how it can be usefull for me?
you know its not wine 1.0-rc1 causing the slowness ;p

perhaps check your drivers and stuff


--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Re: wineRC1_opensuse10.3_err_stdp

Post by didencool »

Marcel W. Wysocki wrote:On Tue, 13 May 2008 07:36:04 -0500
you know its not wine 1.0-rc1 causing the slowness ;p
perhaps check your drivers and stuff
with driver all well it's 100% working throw sax2 and glxinfo said such

Code: Select all

~/.wine/drive_c/Program Files/Warcraft III> glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
//skipped
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce FX 5200/AGP/SSE/3DNOW!
OpenGL version string: 2.1.2 NVIDIA 169.12
//skipped
I try regedit
[HKEY_CURRENT_USER\Software\Blizzard Entertainment\Warcraft III]
"Gfx OpenGL"=dword:00000001
from here link
It become more speedy but not as was earlier...
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Code: Select all

err:winedevice:ServiceMain driver L"sptd" failed to load
It means Wine tried to load a driver called sptd.sys and couldn't. According to Google, sptd.sys is a driver installed by Daemon Tools and Alcohol 120%, and is supposed to load at boot. That means Wine is going to try to load it whenever you try to start anything in that particular wineprefix (even winecfg). Apparently it causes a lot of problems in Windows, too. My guess is that the slowness is caused by Wine's attempting to load this driver.
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Post by didencool »

dimesio wrote:

Code: Select all

err:winedevice:ServiceMain driver L"sptd" failed to load
It means Wine tried to load a driver called sptd.sys and couldn't. According to Google, sptd.sys is a driver installed by Daemon Tools and Alcohol 120%, and is supposed to load at boot. That means Wine is going to try to load it whenever you try to start anything in that particular wineprefix (even winecfg). Apparently it causes a lot of problems in Windows, too. My guess is that the slowness is caused by Wine's attempting to load this driver.
oh thank you very much for advise :)

Actualy I realy try to install Alcoholl 120% to burn some mdf... mdf2iso is not help me...
And forgot about it... i try to fix this thank you one more
Marcel W. Wysocki

wineRC1_opensuse10.3_err_stdp

Post by Marcel W. Wysocki »

On Tue, 13 May 2008 09:21:34 -0500
"didencool" <[email protected]> wrote:
dimesio wrote:
Code:

err:winedevice:ServiceMain driver L"sptd" failed to load



It means Wine tried to load a driver called sptd.sys and couldn't. According to Google, sptd.sys is a driver installed by Daemon Tools and Alcohol 120%, and is supposed to load at boot. That means Wine is going to try to load it whenever you try to start anything in that particular wineprefix (even winecfg). Apparently it causes a lot of problems in Windows, too. My guess is that the slowness is caused by Wine's attempting to load this driver.
oh thank you very much for advise :)

Actualy I realy try to install Alcoholl 120% to burn some mdf... mdf2iso is not help me...
And forgot about it... i try to fix this thank you one more
instead of alcohol you could try acetoneISO2 to mount/convert the image


--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Re: wineRC1_opensuse10.3_err_stdp

Post by didencool »

Marcel W. Wysocki wrote:On Tue, 13 May 2008 09:21:34 -0500]
instead of alcohol you could try acetoneISO2 to mount/convert the image
thank You i will know in the future... :)
Locked