RaiderZ crash at the launcer

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
CheatCat
Level 2
Level 2
Posts: 16
Joined: Wed Jul 01, 2009 3:06 pm

RaiderZ crash at the launcer

Post by CheatCat »

I am trying to run RaiderZ, that is a alpha game. However, the game crashes when running the launcher. Here is the crash report: http://pastebin.com/EvHLKDA7

I have tried to identify the problem, there are something wrong with msvcr90.dll:

Code: Select all

wine: Call from 0x7b83a802 to unimplemented function msvcr90.dll._byteswap_ulong, aborting
wine: Unimplemented function msvcr90.dll._byteswap_ulong called at address 0x7b83a802 (thread 0086), starting debugger...
It could be something erroneous with iexplore as well.[/code]
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Post by Alex_G »

Is vcrun2010 installed?
CheatCat
Level 2
Level 2
Posts: 16
Joined: Wed Jul 01, 2009 3:06 pm

Post by CheatCat »

I do not think so.

I have tracked the problem down to iexplore now. So that might not have anything with the game to do really. Just using "wine iexplore about:blank" will crash instantly and using "wine 'C:\Program Files\Internet Explorer\iexplore' about:blank" will crash at random moments.
Also, mscorsvw crashes.

I submit the crash log for iexplore as well: http://pastebin.com/6gXpCYq2
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Post by Alex_G »

Only these two applications causes errors?
CheatCat
Level 2
Level 2
Posts: 16
Joined: Wed Jul 01, 2009 3:06 pm

Post by CheatCat »

As far as I know, yes.
Bruno Jesus

RaiderZ crash at the launcer

Post by Bruno Jesus »

It looks like you have found a new bug. That function seems to be not
implemented in wine
(http://source.winehq.org/source//dlls/m ... .spec#L352)

Try "winetricks vcrun2008" [1]. If that worksaround this problem the
best thing to do is to report a new bug with subject "RaiderZ needs
msvcr90.dll._byteswap_ulong", attach the same log as you added here
and also add the url from this thread.

[1] - http://wiki.winehq.org/winetricks
CheatCat
Level 2
Level 2
Posts: 16
Joined: Wed Jul 01, 2009 3:06 pm

Post by CheatCat »

Well, I already have installed vcrun2008 and it did not do the trick. Should I submit a bug anyway? And what about ie8, should I start a new thread about it?
Bruno Jesus

RaiderZ crash at the launcer

Post by Bruno Jesus »

But what other bug is happening? If it got past the unimplemented
byte_swap function from msvcr90 it means the vcrun2008 did the trick
for this specific problem and so the bug report will be useful. Post a
new log in pastebin with it installed, please.
CheatCat
Level 2
Level 2
Posts: 16
Joined: Wed Jul 01, 2009 3:06 pm

Post by CheatCat »

Here is the log when I try to run the launcher with vcrun2008 installed:
http://pastebin.com/kC7Ffb5g

It is the same error.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

RaiderZ crash at the launcer

Post by jjmckenzie »

On Tue, Mar 20, 2012 at 3:48 PM, CheatCat <[email protected]> wrote:
Well, I already have installed vcrun2008 and it did not do the trick. Should I submit a bug anyway? And what about
ie8, should I start a new thread about it?
IE8 not working in Wine is a known issue. Please read the
Applications Database entry for Internet Explorer. If you have
different information from what is there, please add it (additions do
have to be approved for security/copyright purposes.)

James
CheatCat
Level 2
Level 2
Posts: 16
Joined: Wed Jul 01, 2009 3:06 pm

Post by CheatCat »

I managed to made a little progress after changing msvcr90.dll to native instead of built-in, the launcher seem to work now, but the game itself still crashes. No debug messages are really shown through. Here is some fixmes that are shown. It could be something with HLSL: http://pastebin.com/nniMstrC
Bruno Jesus

RaiderZ crash at the launcer

Post by Bruno Jesus »

I see. Winetricks was supposed to do that or I was mistaken and forgot
that an internal option was required (--no-isolate). Then it means the
bug is valid. Please, open the bug about that first problem
(unimplemented function).
Locked