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:
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]
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.
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.
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?
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.
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.)
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
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).