could not load kernel32.dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
junior2
Newbie
Newbie
Posts: 3
Joined: Sat Dec 27, 2008 12:43 pm

could not load kernel32.dll

Post by junior2 »

hello,
When I am on playonliux, the script of my game works with wine 1.1.5
but with version 1.1.6 doesn' works:

(my directory is located in /home/marc/.PlayOnLinux/WineVersions/1.1.6/usr/bin)

Code: Select all

[marc@localhost bin]$ ./wine ../../../../wineprefix/WorldOfWarcraft/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"kernel32.dll": /lib/libc.so.6: version `GLIBC_2.7' not found (required by /home/marc/.PlayOnLinux/WineVersions/1.1.6/usr/bin/../lib/wine/kernel32.dll.so)
wine: could not load kernel32.dll, status c000007a

There isn't GLIBC_2.7 rpm for Mandriva 2008.0

How do i do to work it ?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

could not load kernel32.dll

Post by austin987 »

On Sat, Dec 27, 2008 at 12:06 PM, junior2 <[email protected]> wrote:
hello,
When I am on playonliux, the script of my game works with wine 1.1.5
but with version 1.1.6 doesn' works:

(my directory is located in /home/marc/.PlayOnLinux/WineVersions/1.1.6/usr/bin)

Code:
[marc@localhost bin]$ ./wine ../../../../wineprefix/WorldOfWarcraft/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"kernel32.dll": /lib/libc.so.6: version `GLIBC_2.7' not found (required by /home/marc/.PlayOnLinux/WineVersions/1.1.6/usr/bin/../lib/wine/kernel32.dll.so)
wine: could not load kernel32.dll, status c000007a




There isn't GLIBC_2.7 rpm for Mandriva 2008.0

How do i do to work it ?





Play on Linux isn't supported here.

--
-Austin
junior2
Newbie
Newbie
Posts: 3
Joined: Sat Dec 27, 2008 12:43 pm

Post by junior2 »

I do not speak specially about Playonlinux, I wish to know why the version of wine version 1.1.6 does not work.

I want to understand why the version of wine 1.1.6 does not work.

:D
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

junior2 wrote:I do not speak specially about Playonlinux, I wish to know why the version of wine version 1.1.6 does not work.

I want to understand why the version of wine 1.1.6 does not work.

:D
You asked why your Playonlinux script wasn't working; you have to ask that in the Playonlinux forum.

If you want support here, test your app with plain vanilla Wine.
junior2
Newbie
Newbie
Posts: 3
Joined: Sat Dec 27, 2008 12:43 pm

Post by junior2 »

I don't understand Vanilla Wine

but you were right , if I use wine from system, my game works.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

junior2 wrote:I don't understand Vanilla Wine
"Plain vanilla" is an idiom that means "nothing added."
Locked