TorqueGameEngines / Torque2D

A completely free, open-source, 2D game engine built on proven torque technology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS freezes when launching Torque2D.exe

girng opened this issue · comments

OS: Windows 10, 64-bit (version: 1903)
GPU: RX480 4GB (version: 26.20)
Torque Version: Torque2D-3.4-win

Issue:

  • When launching Torque2D.exe, it goes fullscreen then freezes my entire OS. Can't ctrl+alt+delete, press esc or alt-f4. Have to shut down my computer manually

console.log might help:

//-------------------------- 6/15/2020 -- 20:12:27 -----
Console trace is off.
--------------------------------------------------------------------------------
Video Initialization:
--------------------------------------------------------------------------------
Video initialization:
   Accelerated OpenGL display device detected.

Activating the OpenGL display device...
Activating the OpenGL display device...
Setting screen mode to 1024x768x32 (w)...
Creating a new window...
Acquiring a new device context...
Pixel format set:
  32 color bits, 24 depth bits, 8 stencil bits
Creating a new rendering context...
Making the new rendering context current...
OpenGL driver information:
  Vendor: ATI Technologies Inc.
  Renderer: Radeon (TM) RX 480 Graphics
  Version: 4.6.13587 Compatibility Profile Context 20.4.2 26.20.15029.27016
OpenGL Init: Enabled Extensions
  ARB_multitexture (Max Texture Units: 8)
  EXT_blend_color
  EXT_blend_minmax
  EXT_compiled_vertex_array
  EXT_texture_env_combine
  EXT_packed_pixels
  EXT_fog_coord
  ARB_texture_compression
  EXT_texture_compression_s3tc
  (ARB|EXT)_texture_env_add
  EXT_texture_filter_anisotropic (Max anisotropy: 16)
  WGL_EXT_swap_control
OpenGL Init: Disabled Extensions
  EXT_paletted_texture
  NV_vertex_array_range
  3DFX_texture_compression_FXT1

Max Texture Size reported as: 16384
OpenAL Driver Init
OpenAL Driver Init Success
Shutting down the OpenGL display device...
Making the GL rendering context not current...
Deleting the GL rendering context...
Releasing the device context...

You must be using the prebuilt copy. If you have the technical expertise to build the engine yourself, we've recently included a hot fix in the engine code for this bug. GarageGames/Torque2D@ad141fc

No problem. I also put together a new release so this doesn't happen again. Happy coding!