protonscr

Steam don't start with Ubuntu 12.04 ASUS UX31E

steamclosed Intel driversreviewed
ValveSoftware/steam-for-linux#3319 · opened 2014-05-22 by PaixAim · updated 2014-09-01 · 5 comments · github
PPaixAim 2014-05-22 github

All in the title : After a update, steam report that error :

Running Steam on ubuntu 12.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client)
Gen6+ requires Kernel 3.6 or later.
steam: ../../../../../src/mesa/main/context.c:1501: _mesa_make_current: Assertion newCtx->Version > 0' failed. ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". [2014-05-22 11:52:16] Startup - updater built Feb 10 2014 16:03:16 Uploading dump (out-of-process) [proxy ''] /tmp/dumps/crash_20140522115216_1.dmp /home/NAME/.local/share/Steam/steam.sh: line 755: 10909 Aborted (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@" mv: cannot stat/home/pascal/.steam/registry.vdf': No such file or directory
Installing bootstrap /home/NAME/.local/share/Steam/bootstrap.tar.xz
Reset complete!
Restarting Steam by request...
Running Steam on ubuntu 12.04 64-bit
STEAM_RUNTIME has been set by the user to: /home/pascal/.local/share/Steam/ubuntu12_32/steam-runtime
Installing breakpad exception handler for appid(steam)/version(0_client)
Gen6+ requires Kernel 3.6 or later.
steam: ../../../../../src/mesa/main/context.c:1501: _mesa_make_current: Assertion `newCtx->Version > 0' failed.
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
[2014-05-22 11:52:20] Startup - updater built Feb 10 2014 16:03:16
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/crash_20140522115220_1.dmp
/home/NAME/.local/share/Steam/steam.sh: line 755: 11034 Aborted (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-2373f2f1-1e29-4514-9b73-f37a22140522
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-4fd9c5f9-c1a3-4123-ae9b-7334f2140522

Similar things are happening to people wich has a AMD graphical card, but in my laptop i just have a : Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev9)

TTele42 2014-05-22 github

The key detail in the log is "Gen6+ requires Kernel 3.6 or later." You have Intel Sandybridge (which is gen6) graphics and you've put a version of mesa on your system that is too new for your kernel, either get/build a kernel 3.6 or newer or use an older version of mesa.

PPaixAim 2014-05-23 github

Thanks for your aswer. I don't know if get a newer kernel is a good idea
because of my old version ( 12.04 ) of ubuntu. Do you know wich version of
mesa can possibly run ?

2014-05-22 22:07 GMT+02:00 Tele42 [email protected]:

The key detail in the log is "Gen6+ requires Kernel 3.6 or later." You
have Intel Sandybridge (which is gen6) graphics and you've put a version of
mesa on your system that is too new for your kernel, either get/build a
kernel 3.6 or newer or use an older version of mesa.


Reply to this email directly or view it on GitHubhttps://github.com/ValveSoftware/steam-for-linux/issues/3319#issuecomment-43937510
.

TTele42 2014-05-26 github

@PaixAim Sorry, no, I am not an Ubuntu 12.04 user, or use an intel-gpu-powered system, so I do not track that information.

Jjljusten 2014-05-26 github

@PaixAim: Does https://wiki.ubuntu.com/Kernel/LTSEnablementStack help? Or, did Ubuntu 12.04 ever ask if you wanted to upgrade to 12.04.4?

Another page, mentioned that you might be able to only upgrade the kernel:
http://askubuntu.com/questions/408041/ubuntu-12-04-3-will-automatically-update-to-12-04-4-and-to-kernel-3-11
with a command such as:

sudo apt-get install linux-generic-lts-saucy

But, usually an updated Mesa is helpful for games, so just updating the kernel might not be too helpful.

Jjljusten 2014-09-01 github

@PaixAim: I'm going to close this issue. If you get a chance to add the 12.04 LTS updates, and you still have issues, then let me know.