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

Can't spawn etrun devmap server #33

Open
isRyven opened this issue Jan 12, 2019 · 7 comments
Open

Can't spawn etrun devmap server #33

isRyven opened this issue Jan 12, 2019 · 7 comments

Comments

@isRyven
Copy link

isRyven commented Jan 12, 2019

Just tested it with the latest release of etrun https://github.com/ETrun/ETrun/releases and it brings vm error on /devmap oasis, specifically game module can't get initialized it seems.

It doesn't log much of the information:

----------------------
4402 files in 12 pk3 files
^5CM_LoadMap( maps/oasis.bsp, 0 )
Loading dll file qagame.
LoadLibrary 'H:\Games\testet\CleanestInstall\etrun\qagame_mp_x86.dll' failed
********************
ERROR: VM_Create on game failed
********************
----- Server Shutdown (Server crashed: VM_Create on game failed) -----
---------------------------
@ensiform
Copy link
Member

Probably has runtime patches?

@isRyven
Copy link
Author

isRyven commented Jan 12, 2019

I am not aware of it, etjump works fine for instance, so that's something specific to the mod, seems it doesn't want to work with etlegacy either.
/cc @suburbski

@ensiform
Copy link
Member

He would definitely know more, as I know he's had it working for him locally.

@suburbski
Copy link
Collaborator

/devmap works for me in ET 2.60e when I pull the master branch from the etrun repo (which is equal to the etrun-1.4.1 release) and build the solution on DEBUG, since that is what I use to develop after all. However, using the files located in releases, or the ones downloaded automatically when connecting any etrun server, I get the exact same error:

]\developer 1
]\devmap oasis
------ Server Initialization ------
Server: oasis
Channel memory manager started
Channel memory manager started
Channel memory manager started
Shutting down sound system
Destroying DS buffers
...setting DSSCL_PRIORITY coop level
...stopping and releasing sound buffer
...releasing DS object
RE_Shutdown( 0 )
Hunk_Clear: reset the hunk ok
----- FS_Startup -----
...loaded in 9 milliseconds
----------------------
56468 files in 202 pk3 files
CM_LoadMap( maps/oasis.bsp, 0 )
Loading dll file qagame.
LoadLibrary 'C:\Program Files (x86)\Wolfenstein - Enemy Territory\etrun\qagame_mp_x86.dll' failed
********************
ERROR: VM_Create on game failed
********************
----- Server Shutdown (Server crashed: VM_Create on game failed) -----
---------------------------

@boutetnico

@ensiform
Copy link
Member

ensiform commented Feb 6, 2019

Can this be closed or are you still looking at the real cause?

@suburbski
Copy link
Collaborator

ETrun actually uses runtime patches because of the inbuilt minimizer made for ET 2.60b. We're thinking about removing it since it only works for windows anyways

@ensiform
Copy link
Member

ensiform commented Feb 9, 2019

You should put it in only if detection of the original engine version?

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

3 participants