FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
554 stars 107 forks source link

Can't start QakeRemake #220

Closed DI555 closed 7 years ago

DI555 commented 7 years ago

(win build) trying as usual with command: "-game ID1" may be needed some compatibility switch ?

a1batross commented 7 years ago

What error it shows?

9 дек. 2016 г. 6:32 AM пользователь "DI555" notifications@github.com написал:

(win build) trying as usual with command: "-game ID1" may be needed some compatibility switch ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d/issues/220, or mute the thread https://github.com/notifications/unsubscribe-auth/ADEJgdioGXpkI4K7iSi1orlru7OUNg-6ks5rGMvLgaJpZM4LIi_Y .

DI555 commented 7 years ago

xash_mingw.exe -game ID1

    Xash3D FWGS (build 731, Win32-MinGW-i386) started at Apr11 2017 [02:13.2

9]

[02:13:37] Sys_Warn: invalid mode [02:13:41] Sys_Warn: could not revert to safe mode!

================================================================================

    Xash3D FWGS (build 731) fallback to dedicated mode

at Apr11 2017 [02:13.42]

================================================================================

    Xash3D FWGS (build 731, Win32-MinGW-i386) started at Apr11 2017 [02:13.4

2]

[02:13:43] Dll loaded for mod Quake [02:13:43] server: Playing registered version. [02:13:43] execing config.cfg [02:13:43] Please add "defaultmap" cvar with default map name to your server.cf g! [02:13:43] Server IP address: 10.0.0.10:27015

DI555 commented 7 years ago

or the same in console:

Dll loaded for mod Quake server: Playing registered version. execing config.cfg Please add "defaultmap" cvar with default map name to your server.cfg! Server IP address: 10.0.0.10:27015

a1batross commented 7 years ago

[02:13:37] Sys_Warn: invalid mode [02:13:41] Sys_Warn: could not revert to safe mode!

Engine says you, that your video configuration is wrong. Remove video.cfg and opengl.cfg from ID1 folder and try again.

2017-04-12 22:31 GMT+03:00 DI555 notifications@github.com:

or the same in console:

Dll loaded for mod Quake server: Playing registered version. execing config.cfg Please add "defaultmap" cvar with default map name to your server.cfg! Server IP address: 10.0.0.10:27015

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d/issues/220#issuecomment-293683383, or mute the thread https://github.com/notifications/unsubscribe-auth/ADEJgVUzZRmHlUxmawklw0zXHp29A2Sqks5rvSatgaJpZM4LIi_Y .

DI555 commented 7 years ago

my ID1 folder conteins no video.cfg and opengl.cfg ( ....and ID1 folder didn't have those files (, only:

pak0.pak pak1.pak pak2.pak gameinfo.txt cached.wad decals.wad fonts.wad gfx.wad

DI555 commented 7 years ago

I've found the problem of this bug - this errors was when desktop was set to 16bit colors, after setting desktop to 32bit - all ok.

but when desktop is in 16bit color (like I used to use) - still not starting even with "-16bbp" command key (.

mittorn commented 7 years ago

It is SDL2 bug

DI555 commented 7 years ago

is it listed, planning to fix ?