Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Can't launch 1.1.0 RC1 on my Windows XP #4521

Closed
DorpsGek opened this issue Feb 19, 2011 · 3 comments
Closed

[Windows] Can't launch 1.1.0 RC1 on my Windows XP #4521

DorpsGek opened this issue Feb 19, 2011 · 3 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

bitr opened the ticket and wrote:

I always got critical error when tried to run new 1.1.0 RC1 on my Windows XP.
See enclosed crash.dmp and crash.sav files.

Previous version 1.1.0 - beta5 works without problem.

Attachments

Reported version: 1.1.0-RC1
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/4521
@DorpsGek
Copy link
Member Author

Terkhen wrote:

openttd.exe!MakeWindow(bool full_screen) Línea 262 + 0xe Bytes C++
openttd.exe!VideoDriver_Win32::Start(const char * const * parm) Línea 805 C++
openttd.exe!DriverFactoryBase::SelectDriver() Línea 86 C++
openttd.exe!ttd_main(int argc, char * * argv) Línea 670 + 0x9 Bytes C++
openttd.exe!WinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, char * lpCmdLine, int nCmdShow) Línea 431 + 0x9 Bytes C++
openttd.exe!__tmainCRTStartup() Línea 263 + 0x1b Bytes C
kernel32.dll!_BaseProcessStart@4() + 0x23 Bytes


This comment was imported from FlySpray: https://bugs.openttd.org/task/4521#comment9698

@DorpsGek
Copy link
Member Author

Rubidium wrote:

_videodriver is set to the return value of SelectDriver. SelectDriver calls MakeWindow (indirectly), which dereferences _videodriver. MakeWindow should be made a class method and use this-> instead of _videodriver->.


This comment was imported from FlySpray: https://bugs.openttd.org/task/4521#comment9715

@DorpsGek
Copy link
Member Author

Rubidium closed the ticket.

Reason for closing: Fixed

In r22149


This comment was imported from FlySpray: https://bugs.openttd.org/task/4521

@DorpsGek DorpsGek added Core flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant