Help req

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jessy-[oiche
Newbie
Newbie
Posts: 3
Joined: Wed Sep 15, 2010 8:18 am

Help req

Post by Jessy-[oiche »

im quite new to wine. I recently heared about a game called silkroad that use to run in wine but does not anymore for some reason so i decided to try and make it run even though a have very few knowledge with wine.

So first of all i ran silkroad via the command line. The game will not load and i get this in console when i click run.

Code: Select all

fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df2-cbac-11cf-95ca-00805f48a192}: stub
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df0-cbac-11cf-95ca-00805f48a192}: stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32dc20,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32d4b4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32d574,0x00000000), stub!
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:ver:RtlGetProductInfo (5,1,3,0,0x33f04c): stub
fixme:reg:GetNativeSystemInfo (0x33f1f0) using GetSystemInfo()
err:ole:CoCreateInstance apartment not initialised
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 5
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 5
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 5
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 5
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 5
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 5
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 5
fixme:wininet:InternetSetOptionW Option 12 STUB
fixme:wininet:InternetSetOptionW Option 12 STUB
fixme:vxd:__wine_vxd_open Unknown/unsupported VxD L"siwvid.vxd". Try setting Windows version to 'nt40' or 'win31'.
fixme:vxd:__wine_vxd_open Unknown/unsupported VxD L"ntice.vxd". Try setting Windows version to 'nt40' or 'win31'.
fixme:reg:GetNativeSystemInfo (0x101d9c3c) using GetSystemInfo()
Help would be greatly appreciated.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help req

Post by dimesio »

Jessy-[oiche wrote:im quite new to wine. I recently heared about a game called silkroad that use to run in wine but does not anymore for some reason so i decided to try and make it run even though a have very few knowledge with wine.
The current Silkroad client, 1.265, does not work in Wine. http://appdb.winehq.org/objectManager.p ... n&iId=5391

As to why, I suspect it may be http://bugs.winehq.org/show_bug.cgi?id=4666
Silkroad Online uses Hackshield Pro.
Jessy-[oiche
Newbie
Newbie
Posts: 3
Joined: Wed Sep 15, 2010 8:18 am

Post by Jessy-[oiche »

Ya ive tried to run a few games that uses hackshield im quite sure they intensionally block people using linux from accessing games they protect.
Jessy-[oiche
Newbie
Newbie
Posts: 3
Joined: Wed Sep 15, 2010 8:18 am

Post by Jessy-[oiche »

Could adding the hackshield and silkroad server ips to host help?
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Jessy-[oiche wrote:Ya ive tried to run a few games that uses hackshield im quite sure they intensionally block people using linux from accessing games they protect.
It's not really that - Wine is after all a program to run Windows apps. Instead, Wine just doesn't support some stuff needed by the app. I'm sure they're not *intentionally* trying to block any access from Wine, that would shut them out of an userbase.
Locked