I hope someone can help with this problem. I am a new linux user - just installed Ubuntu 6.06 and WINE to play games. As a test I downloaded a small Dora the Exlporer game for my daughter, just so I could see if I could get it to run. Right-clicking the installer gave the option to run the programme with WINE and it installed OK, but when I typed wine dora.exe in a terminal screen I got the error: "wine: could not load L"c:\\windows\\system32\\dora.exe": Module not found". The Dora game is installed in Program Files, so how can I point the terminal instruction to the game exe? In WINE config I added the dora.exe to the applications tab. As a Linux newbie I am still having a bit of trouble with configuring applications, and I haven't found any simple instructions online yet. Please help. Thanks in advance, RoyJ
s1mple_m4n <s1mple.m4n@gmail.com> wrote:> WINE and it installed OK, but when I typed wine dora.exe in a terminal > screen I got the error: "wine: could not load > L"c:\\windows\\system32\\dora.exe": Module not found". > > The Dora game is installed in Program Files, so how can I point the > terminal instruction to the game exe?$ cd .wine/drive_c/Program\ Files/where/dora/is $ wine dora.exe> In WINE config I added the dora.exe to the applications tab.This is only necessary if you want to have special (different from the default) settings for dora.exe.> As a Linux newbie I am still having a bit of trouble with configuring > applications, and I haven't found any simple instructions online yet.Have you read http://winehq.org/site/docs/wineusr-guide/index ? For info on particular apps see http://appdb.winehq.org/ and http://frankscorner.org/ daniel