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: 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]
Is vcrun2010 installed?
As far as I know, yes.
It looks like you have found a new bug. That function seems to be not implemented in wine (http://source.winehq.org/source//dlls/msvcr90/msvcr90.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
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.
Here is the log when I try to run the launcher with vcrun2008 installed: http://pastebin.com/kC7Ffb5g It is the same error.
On Tue, Mar 20, 2012 at 3:48 PM, CheatCat <wineforum-user at winehq.org> 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
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).