Battle Brothers crashes on "Framebuffers not supported"

Questions about Wine on Linux
Locked
luarmir
Newbie
Newbie
Posts: 1
Joined: Sat Nov 26, 2016 3:01 pm

Battle Brothers crashes on "Framebuffers not supported"

Post by luarmir »

Hi all,

I'm trying to run Battle Brothers (over Steam). I found on appDB that it should run after installing winetricks vcrun2015 so I installed it (https://appdb.winehq.org/objectManager. ... &iId=33863). Sadly, when I try to launch the game it crashes, and in log I have following info:

Code: Select all

A critical error occured: Your video card seems to have no framebuffer support. Try updating your video drivers! If you still get this message, your gpu might just be too old to run the game.
Allocated Renderbuffer in excess of 3072kb.
Vendor: Intel Open Source Technology Center
Device: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
Version: 4.3 (Core Profile) Mesa 12.0.3
Shader Version: 4.30
Framebuffer Support: No
I could not find any similar issues. Could it be problem of this specific game, wine, or linux graphic drivers?

Setup:
OS : Fedora 24
Wine: wine-1.9.23 (Staging)
Graphic drivers: tbh not sure how to check. lspci | grep VGA returns:

Code: Select all

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
I'll gladly provide more info if it could be of any help

Cheers
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Battle Brothers crashes on "Framebuffers not supported"

Post by Bob Wya »

@luarmir,

Try:

Code: Select all

dnf install mesa-libGLU.x86_64 mesa-libGLU.i686 mesa-libGL.x86_64 mesa-libGL.i686 mesa-libOSMesa.x86_64 mesa-libOSMesa.i686
I'm not sure how you would use the xorg-x11-drv-intel.x86_64, if you have that installed...?? There doesn't appear to be a multilib version of that package??!!
I believe most people use the modesetting, kernel, driver instead of this - these days...

Performance might benefit from getting a mesa-git package from a Copr repo (or similar). Mesa development has been very active recently... 8)

Bob
Brennos
Newbie
Newbie
Posts: 1
Joined: Tue Apr 11, 2017 4:39 am

Re: Battle Brothers crashes on "Framebuffers not supported"

Post by Brennos »

I got a similar problem with Battle Brothers.
Image

I am using Ubuntu 16.04. and Wine 2.4

This is my setup:

H/W-Pfad Gerät Klasse Beschreibung
===========================================================
system 4180EA3
/0 bus 4180EA3
/0/1 processor Intel(R) Core(TM) i5-2520M CPU @
/0/1/2 memory 64KiB L1 Cache
/0/1/3 memory 256KiB L2 Cache
/0/1/4 memory 3MiB L3 Cache
/0/5 memory 8GiB Systemspeicher
/0/5/0 memory 4GiB SODIMM DDR3 Synchron 1333 MH
/0/5/1 memory 4GiB SODIMM DDR3 Synchron 1333 MH
/0/f memory 128KiB BIOS
/0/100 bridge 2nd Generation Core Processor Fam
/0/100/2 display 2nd Generation Core Processor Fam
/0/100/16 communication 6 Series/C200 Series Chipset Fami
/0/100/16.3 communication 6 Series/C200 Series Chipset Fami
/0/100/19 enp0s25 network 82579LM Gigabit Network Connectio
/0/100/1a bus 6 Series/C200 Series Chipset Fami
/0/100/1a/1 usb1 bus EHCI Host Controller
/0/100/1a/1/1 bus Integrated Rate Matching Hub
/0/100/1a/1/1/6 multimedia Integrated Camera
/0/100/1b multimedia 6 Series/C200 Series Chipset Fami
/0/100/1c bridge 6 Series/C200 Series Chipset Fami
/0/100/1c.1 bridge 6 Series/C200 Series Chipset Fami
/0/100/1c.1/0 wlp3s0 network Centrino Advanced-N 6205 [Taylor
/0/100/1c.3 bridge 6 Series/C200 Series Chipset Fami
/0/100/1c.4 bridge 6 Series/C200 Series Chipset Fami
/0/100/1c.4/0 generic MMC/SD Host Controller
/0/100/1d bus 6 Series/C200 Series Chipset Fami
/0/100/1d/1 usb2 bus EHCI Host Controller
/0/100/1d/1/1 bus Integrated Rate Matching Hub
/0/100/1d/1/1/4 communication F5521gw
/0/100/1f bridge QM67 Express Chipset Family LPC C
/0/100/1f.2 storage 6 Series/C200 Series Chipset Fami
/0/100/1f.3 bus 6 Series/C200 Series Chipset Fami
/0/0 scsi0 storage
/0/0/0.0.0 /dev/sda disk 120GB R3SL120G
/0/0/0.0.0/1 /dev/sda1 volume 103GiB EXT4-Laufwerk
/0/0/0.0.0/2 /dev/sda2 volume 8073MiB Extended partition
/0/0/0.0.0/2/5 /dev/sda5 volume 8073MiB Linux swap / Solaris part
/1 power 42T4791
/2 wwp0s29u1u4i6 network Ethernet interface


I cant really believe, that my laptop is too old to handle the graphics of this game. Other games, which seem to me graphical more demanding are running.
I would be very glad for help! I am quite new to Linux in general and a total noob in wine :roll:
Locked