TOP and Rayman 3 wine 1.3.28

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

TOP and Rayman 3 wine 1.3.28

Post by SolisX »

Hello Everyone,

I just wanted to let you all know that Rayman 3 hangs just after

Moderator: Huge log removed. Use pastebin in the future.


Also Tales Of Pirates Online crashes randomly sometimes after
5 mins sometimes after 8 hours but it crashes.

Here is the output from the terminal.
(Or 'more than two' for that matter.)

Does anyone of you know how i might fix this issue? it really isn't as fun as it ought to be.

Thank you very much for your help in advance.


N. Fisher.
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

Please don't ever post long terminal outputs here. Use pastebin or something, and provide a link.

Anyways, just commenting because I recognized this:
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
When installing ChemDraw (technically I guess it's ChemOffice) in WINE, it can't do the online activation until that cache so happens to be clear. You just have to keep trying until it's clear.

I wish there was a way to clear that cache manually, or better yet, the bug be fixed. You'd think that a work-around would be easy: just clear the cache after say, 2 invalid attempts. Or maybe even a settable number of attempts.

Of course, the heart of the issue (this one, not the OP's) is that the cache is getting gummed up somehow. At least that's what it looks like to me.

Cheers,
Jake
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: TOP and Rayman 3 wine 1.3.28

Post by vitamin »

Report complete log to pastebin. From brief glance at the log your system was not properly configured.
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello everyone,

@SpawnHappyJake Ok i'll do that next time.
@vitamin Ok i'll do that next time.

i'll just put on the errors i see on terminal for Tales of pirates online.

1).fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels

2).fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 8 channels, pretending there's only 2 channels

3).err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions.

4).fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.

5).fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats

6).fixme:d3d:resource_check_usage Unhandled usage flags 0x8.

7).err:ntdll:RtlpWaitForCriticalSection section 0x823d90c "?" wait timed out in thread 006b, blocked by 006c, retrying (60 sec)

8).Fatal signal: Segmentation Fault (SDL Parachute Deployed)

BTW: Does anyone if sound driver can be disabled in wine 1.3.28?

Thank You.
Bruno Jesus

TOP and Rayman 3 wine 1.3.28

Post by Bruno Jesus »

3).err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions.
This is usually related to the program trying to open a socket for
pinging a host. It's probably not related to the crash which seems to
be related to SDL screen drawing.
Locked