View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003441 | Spring engine | General | public | 2013-02-03 15:09 | 2013-02-03 17:52 |
| Reporter | MadrMan | Assigned To | zerver | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 92.0 | ||||
| Summary | 0003441: MT-Loading not working on nvidia | ||||
| Description | Whenever I run spring on my nvidia laptop (optimus, 650M) i get: "Couldn't create an offscreen GL context: wglCreateContextAttribsARB failed!" as wglCreateContextAttribsARB returns null. Same exe works fine on my other PC with an ATI card. Compiled from latest release branch. | ||||
| Additional Information | Note that if i remove: WGL_CONTEXT_PROFILE_MASK_ARB, WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB, from contextAttribs[] it returns a seemingly valid context (but i suppose the attrib is there for a good reason?) | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
Those flags should be removed, and I fixed this a long time ago in MTSim branch, but because it has not been merged yet the problem still remains in develop: https://github.com/spring/spring/blob/MTsim/rts/System/OffscreenGLContext.cpp Unfortunately the same applies for several other bugs I guess. |
|
|
https://github.com/spring/spring/commit/a74a835b12c721681a1688cfd5d38962789e8e71 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-02-03 15:09 | MadrMan | New Issue | |
| 2013-02-03 17:48 | zerver | Note Added: 0009699 | |
| 2013-02-03 17:48 | zerver | Assigned To | => zerver |
| 2013-02-03 17:48 | zerver | Status | new => assigned |
| 2013-02-03 17:52 | zerver | Note Added: 0009700 | |
| 2013-02-03 17:52 | zerver | Status | assigned => resolved |
| 2013-02-03 17:52 | zerver | Fixed in Version | => 92.0 |
| 2013-02-03 17:52 | zerver | Resolution | open => fixed |