Runes of Magic

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jamesorr
Newbie
Newbie
Posts: 4
Joined: Mon Jul 20, 2009 10:14 am

Runes of Magic

Post by jamesorr »

I was playing Runes of Magic (free to play MMO) on ubuntu with 1.1.25 no problem. Today I upgraded to 1.1.26, and it will no longer load.

I can select my character and start loading the game, however once the loading bar reaches the end and it should be about to put me in the game world it will either outright crash or freeze up.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Runes of Magic

Post by austin987 »

On Mon, Jul 20, 2009 at 10:19 AM, jamesorr<[email protected]> wrote:
I was playing Runes of Magic (free to play MMO) on ubuntu with 1.1.25 no problem.  Today I upgraded to 1.1.26, and it will no longer load.
Regression test?

http://wiki.winehq.org/RegressionTesting

--
-Austin
jamesorr
Newbie
Newbie
Posts: 4
Joined: Mon Jul 20, 2009 10:14 am

Post by jamesorr »

I'm running regression tests now, but it's going slower in that I can't seem to get it to start the game by itself. It will start from the installer though.

With the latest code from git I got the same error as with 1.1.26. When I did the first bisect, that worked (I'm building the second one now) when I launched the game from the installer.

But, when I quit out after determining it worked I tried to start the game again directly with ...

./wine "C:\windows\command\start.exe" "C:\Program Files\Runes of Magic\Runes of Magic.lnk"

But it won't even launch the patcher.

I also tried directly using the .exe files in the Runes of Magic folder but none of those worked either.

The output when I try to start looks like this ....

Code: Select all

james@james-desktop:~/wine-git$ ./wine "C:\windows\command\start.exe" "C:\Program Files\Runes of Magic\Runes of Magic.lnk"
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00004100
fixme:shell:DllCanUnloadNow stub
james@james-desktop:~/wine-git$ fixme:actctx:parse_assembly_elem wrong version for assembly manifest: 8.0.50608.0 / 8.0.50727.762
fixme:actctx:parse_manifest_buffer failed to parse manifest L"C:\\Program Files\\Runes of Magic\\Microsoft.VC80.CRT\\Microsoft.VC80.CRT.manifest"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:mixer:ALSA_MixerInit No master control found on USB20 Camera    , disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on USB20 Camera    , disabling mixer
HTTP/1.1 200 OK
Content-Type: application/octet-stream
Accept-Ranges: bytes
Content-Length: 9192
Date: Mon, 20 Jul 2009 12:30:12 GMT
Server: lighttpd/1.4.19

fixme:mixer:ALSA_MixerInit No master control found on USB20 Camera    , disabling mixer
jamesorr
Newbie
Newbie
Posts: 4
Joined: Mon Jul 20, 2009 10:14 am

Post by jamesorr »

Never mind all that stuff I just said ... the window was behind another one ... doh!
jamesorr
Newbie
Newbie
Posts: 4
Joined: Mon Jul 20, 2009 10:14 am

Post by jamesorr »

Thanks, I identified the first bad commit and posted it on bugzilla ... http://bugs.winehq.org/show_bug.cgi?id=19398
Locked