But I am using version 4593, which is above the version that is required
Maybe I should try using precisely the 4525 version but I have no idea how I could find this specific version, and yet it's not sure that it would make things any different :/
I'm going to show you my 2 Eduke logs just in case you might spot something as Daedolon said :
Here's the log from my very first attempt installment (the one where it asked me to use internal default and I said "yes") :
EDuke32 2.0.0devel r4593 (32-bit)
Compiled Sep 7 2014 11:17:13
Using C:/Program Files (x86)/EDuke32 - Duke Hard 1/ for game data
Windows 7 Service Pack 1 (build 6.1.7601)
Initializing SDL system interface (compiled against SDL version 2.0.3, found version 2.0.3)
Using "windows" video driver
Searching for game data...
Using C:/Program Files (x86)/EDuke32 - Duke Hard 1/dukehard/ for game data
Using "DUKE3D.GRP" as main game data file.
Using file "dukehard.dat" as game data.
Compiling: EDUKE.CON (175 bytes)
Including: GAME.CON (151190 bytes)
Including: DEFS.CON (35992 bytes)
Including: USER.CON (45482 bytes)
GAME.CON: In actor `ORGANTIC':
GAME.CON:3967: warning: found `else' with no `if'.
GAME.CON: In state `pigshootenemystate':
GAME.CON:5890: warning: found `else' with no `if'.
Including: bin/dukehard1.con (3146 bytes)
Including: bin/dukehard2.con (10411 bytes)
Including: bin/dukehard3.con (13268 bytes)
Found 2 warning(s), 0 error(s).
Resizing code buffer to 19129*4 bytes
Script compiled in 222ms, 19121*4b, language version 1.4+
2026/11264 labels, 356/2048 variables, 3/512 arrays
142 quotes, 61 strings, 12 events, 207 actors
Initialized 49.2M cache
Loading "duke3d.def"
Definitions file "duke3d.def" loaded.
Using RTS file "DUKE.RTS".
Initializing OSD...
Switching keyboard layout from 0000040C to 00000409
0 joystick(s) found
Executing "settings.cfg"
Disabling desktop composition...
Setting video mode 1024x768 (32-bpp fullscreen)
OpenGL Information:
Version: 2.1.2
Vendor: NVIDIA Corporation
Renderer: GeForce 6150SE nForce 430/PCI/SSE2
Opened "dukehard/textures" as cache file
Initializing music...
Initializing sound... 32 voices, 2 channels, 16-bit 44100 Hz
Cache time: 143ms
Cache time: 217ms
E1L9: COMMERCIAL BREAK
Wrote eduke32.cfg
Wrote settings.cfg
Switching keyboard layout from 00000409 to 0000040C
And here's the log of my new installment (the one in which it didn't ask me to use internal default) :
EDuke32 2.0.0devel r4593 (32-bit)
Compiled Sep 7 2014 11:17:13
Using C:/Program Files (x86)/EDuke32 - Duke Hard 2/ for game data
Windows 7 Service Pack 1 (build 6.1.7601)
Initializing SDL system interface (compiled against SDL version 2.0.3, found version 2.0.3)
Using "windows" video driver
Searching for game data...
Using C:/Program Files (x86)/EDuke32 - Duke Hard 2/dukehard/ for game data
Using "DUKE3D.GRP" as main game data file.
Using file "dukehard.dat" as game data.
Compiling: EDUKE.CON (175 bytes)
Including: GAME.CON (151190 bytes)
Including: DEFS.CON (35992 bytes)
Including: USER.CON (45482 bytes)
GAME.CON: In actor `ORGANTIC':
GAME.CON:3967: warning: found `else' with no `if'.
GAME.CON: In state `pigshootenemystate':
GAME.CON:5890: warning: found `else' with no `if'.
Including: bin/dukehard1.con (3146 bytes)
Including: bin/dukehard2.con (10411 bytes)
Including: bin/dukehard3.con (13268 bytes)
Found 2 warning(s), 0 error(s).
Resizing code buffer to 19129*4 bytes
Script compiled in 216ms, 19121*4b, language version 1.4+
2026/11264 labels, 356/2048 variables, 3/512 arrays
142 quotes, 61 strings, 12 events, 207 actors
Initialized 49.2M cache
Loading "duke3d.def"
Definitions file "duke3d.def" loaded.
Using RTS file "DUKE.RTS".
Initializing OSD...
Switching keyboard layout from 0000040C to 00000409
0 joystick(s) found
Executing "settings.cfg"
Disabling desktop composition...
Setting video mode 1024x768 (32-bpp fullscreen)
OpenGL Information:
Version: 2.1.2
Vendor: NVIDIA Corporation
Renderer: GeForce 6150SE nForce 430/PCI/SSE2
Opened "dukehard/textures" as cache file
Initializing music...
Initializing sound... 32 voices, 2 channels, 16-bit 44100 Hz
Cache time: 154ms
Cache time: 82ms
E1L7: STORAGE WARS
CLIPPING: OFF
Map "" not found or invalid map version!
Cache time: 86ms
CLIPPING: ON
Map "" not found or invalid map version!
Wrote eduke32.cfg
Wrote settings.cfg
Switching keyboard layout from 00000409 to 0000040C
I think I already saw the problem as I'm typing this, I'm pretty sure you have as well after reading these but I'll wait to see you're opinion first, I don't want to risk saying something silly since I'm not as tough as you guies in informatics ^^