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

Error - W_GetNumForName: BUTTONS not found! #73

Closed
id259 opened this issue Dec 6, 2022 · 2 comments
Closed

Error - W_GetNumForName: BUTTONS not found! #73

id259 opened this issue Dec 6, 2022 · 2 comments

Comments

@id259
Copy link

id259 commented Dec 6, 2022

I am getting the following error when I press on any main menu entry.
I am on Windows 10 22H2, DOOM64.WAD is from GOG version.

Z_Init: Init Zone Memory Allocator
CON_Init: Init Game Console
G_Init: Setting up game input and commands
M_LoadDefaults: Loading game configuration
WARNING: Unknown Key
I_Init: Setting up machine state.
D_Init: Init DOOM parameters
W_Init: Init WADfiles.
W_AddFile: Adding D:\Games\DOOM 64\doom64ex-plus-3.6.5.2-win64\doom64ex-plus.wad
M_Init: Init miscellaneous info.
R_Init: Init DOOM refresh daemon.
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: Interlace handling should be turned on when using png_read_image
P_Init: Init Playloop state.
NET_Init: Init network subsystem.
S_Init: Setting up sound.
Found SoundFont doomsnd.sf2
D_CheckNetGame: Checking network game status.
ST_Init: Init status bar.
GL_Init: Init OpenGL
GL_VENDOR: NVIDIA Corporation
GL_VERSION: 4.6.0 NVIDIA 391.35
GL_MAX_TEXTURE_SIZE: 16384
GL_MAX_TEXTURE_UNITS_ARB: 4
GL Extension: GL_ARB_multitexture = true
GL Extension: GL_EXT_compiled_vertex_array = true
GL Extension: GL_ARB_texture_env_combine = true
GL Extension: GL_EXT_texture_env_combine = true
GL Extension: GL_EXT_texture_filter_anisotropic = true
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
Error - W_GetNumForName: BUTTONS not found!

********* ERROR *********
W_GetNumForName: BUTTONS not found!
@atsb
Copy link
Owner

atsb commented Dec 6, 2022

Drat, this was our mistake. The XINPUT code was recently reactivated and thus the BUTTON code that was once inactive was activated just before the hotfix and I clearly did not use the most recent EX+ wad that did not have it.

If you look in the releases, you will see an individual .wad file along with the 3.6.5.2 release. Please use that pwad and it should work fine now.

Sorry about this!

@id259
Copy link
Author

id259 commented Dec 6, 2022

Thank you, everything works now.

@id259 id259 closed this as completed Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants