| | 41 | |
| | 42 | == Troubleshooting == |
| | 43 | |
| | 44 | === FugroViewer 3D doesn't work === |
| | 45 | |
| | 46 | If you're on a 64 bit machine (type `arch` and see if it says "x86_64") and you get the message below, you're missing the 32 bit OpenGL libraries. |
| | 47 | {{{ |
| | 48 | err:rebar:REBAR_MaximizeBand Illegal MaximizeBand, requested=1, current band count=1 |
| | 49 | fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet |
| | 50 | fixme:heap:RtlCompactHeap (0x110000, 0x0) stub |
| | 51 | fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet |
| | 52 | err:wgl:internal_SetPixelFormat Invalid iPixelFormat: 0 |
| | 53 | err:wgl:X11DRV_wglCreateContext Cannot get FB Config for iPixelFormat 0, expect problems! |
| | 54 | }}} |
| | 55 | |
| | 56 | To fix it, get someone with root to run `yum install -y xorg-x11-drv-nvidia-libs.i386` |