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

Neosvr beta headless client / server image #90

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Synkstar
Copy link

@Synkstar Synkstar commented Jun 8, 2021

To solve issues with this pull request pelican-eggs/eggs#1173.

Kind of expected that they wouldn't let someone put a docker image they don't control in an egg for security reasons.

Moved from pterodactyl#79

@Synkstar Synkstar changed the title Neosvr Neosvr beta headless client / server image Jun 8, 2021
@parkervcp
Copy link
Owner

@Synkstar Why doe my mono image not work for this?

@Synkstar
Copy link
Author

Synkstar commented Jun 9, 2021

It crashes with this error when I try to use the core:mono image I also made this image check for updates with steamcmd when it starts

Unhandled Exception:

System.AggregateException: One or more errors occurred. (The type initializer for 'CodeX.TextureDecoder' threw an exception.) ---> System.TypeInitializationException: The type initializer for 'CodeX.TextureDecoder' threw an exception. ---> System.TypeInitializationException: The type initializer for 'FreeImageAPI.Plugins.PluginRepository' threw an exception. ---> System.DllNotFoundException: FreeImage
  at (wrapper managed-to-native) FreeImageAPI.FreeImage.GetFIFCount()
  at FreeImageAPI.Plugins.PluginRepository..cctor () [0x00000] in <4c4d3d8df61a4031ace2678adeb3a87f>:0 
   --- End of inner exception stack trace ---
  at CodeX.TextureDecoder..cctor () [0x0001b] in <0d54ce4da2014fb4b232904d9516124a>:0 
   --- End of inner exception stack trace ---
  at FrooxEngine.LibraryInitializer.Initialize (FrooxEngine.Engine engine) [0x0006b] in <c25ec4b82b38439cb9a552350333499e>:0 
  at FrooxEngine.EngineInitializer.InitializeFrooxEngine (FrooxEngine.Engine engine) [0x00024] in <c25ec4b82b38439cb9a552350333499e>:0 
  at FrooxEngine.Engine.Initialize (System.String appPath, System.String dataPath, System.String cachePath, FrooxEngine.ISystemInfo systemInfo, FrooxEngine.IInternalResource resources, System.Boolean verboseInit) [0x0083f] in <c25ec4b82b38439cb9a552350333499e>:0 
   --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <de0ee687c1ad4ea99fca2db5d4839ca1>:0 
  at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in <de0ee687c1ad4ea99fca2db5d4839ca1>:0 
  at System.Threading.Tasks.Task.Wait () [0x00000] in <de0ee687c1ad4ea99fca2db5d4839ca1>:0 
  at NeosHeadless.Program.Main (System.String[] args) [0x002fe] in <e029fe23788b440b904a0aa81db42ebd>:0 
---> (Inner Exception #0) System.TypeInitializationException: The type initializer for 'CodeX.TextureDecoder' threw an exception. ---> System.TypeInitializationException: The type initializer for 'FreeImageAPI.Plugins.PluginRepository' threw an exception. ---> System.DllNotFoundException: FreeImage
  at (wrapper managed-to-native) FreeImageAPI.FreeImage.GetFIFCount()
  at FreeImageAPI.Plugins.PluginRepository..cctor () [0x00000] in <4c4d3d8df61a4031ace2678adeb3a87f>:0 
   --- End of inner exception stack trace ---
  at CodeX.TextureDecoder..cctor () [0x0001b] in <0d54ce4da2014fb4b232904d9516124a>:0 
   --- End of inner exception stack trace ---
  at FrooxEngine.LibraryInitializer.Initialize (FrooxEngine.Engine engine) [0x0006b] in <c25ec4b82b38439cb9a552350333499e>:0 
  at FrooxEngine.EngineInitializer.InitializeFrooxEngine (FrooxEngine.Engine engine) [0x00024] in <c25ec4b82b38439cb9a552350333499e>:0 
  at FrooxEngine.Engine.Initialize (System.String appPath, System.String dataPath, System.String cachePath, FrooxEngine.ISystemInfo systemInfo, FrooxEngine.IInternalResource resources, System.Boolean verboseInit) [0x0083f] in <c25ec4b82b38439cb9a552350333499e>:0 <---

[ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. (The type initializer for 'CodeX.TextureDecoder' threw an exception.) ---> System.TypeInitializationException: The type initializer for 'CodeX.TextureDecoder' threw an exception. ---> System.TypeInitializationException: The type initializer for 'FreeImageAPI.Plugins.PluginRepository' threw an exception. ---> System.DllNotFoundException: FreeImage
  at (wrapper managed-to-native) FreeImageAPI.FreeImage.GetFIFCount()
  at FreeImageAPI.Plugins.PluginRepository..cctor () [0x00000] in <4c4d3d8df61a4031ace2678adeb3a87f>:0 
   --- End of inner exception stack trace ---
  at CodeX.TextureDecoder..cctor () [0x0001b] in <0d54ce4da2014fb4b232904d9516124a>:0 
   --- End of inner exception stack trace ---
  at FrooxEngine.LibraryInitializer.Initialize (FrooxEngine.Engine engine) [0x0006b] in <c25ec4b82b38439cb9a552350333499e>:0 
  at FrooxEngine.EngineInitializer.InitializeFrooxEngine (FrooxEngine.Engine engine) [0x00024] in <c25ec4b82b38439cb9a552350333499e>:0 
  at FrooxEngine.Engine.Initialize (System.String appPath, System.String dataPath, System.String cachePath, FrooxEngine.ISystemInfo systemInfo, FrooxEngine.IInternalResource resources, System.Boolean verboseInit) [0x0083f] in <c25ec4b82b38439cb9a552350333499e>:0 
   --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <de0ee687c1ad4ea99fca2db5d4839ca1>:0 
  at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in <de0ee687c1ad4ea99fca2db5d4839ca1>:0 
  at System.Threading.Tasks.Task.Wait () [0x00000] in <de0ee687c1ad4ea99fca2db5d4839ca1>:0 
  at NeosHeadless.Program.Main (System.String[] args) [0x002fe] in <e029fe23788b440b904a0aa81db42ebd>:0 
---> (Inner Exception #0) System.TypeInitializationException: The type initializer for 'CodeX.TextureDecoder' threw an exception. ---> System.

@parkervcp
Copy link
Owner

@Synkstar have you tried to add fixes to the mono image?

@Synkstar
Copy link
Author

Synkstar commented Jun 9, 2021

I just tried modifying the mono-6-complete image and for some reason it can't find steamcmd but it does start the server

@Synkstar
Copy link
Author

Synkstar commented Nov 5, 2021

@Synkstar have you tried to add fixes to the mono image?

I just got it to work by modifying your mono6 image. I'm guessing you wanted me to do that because it simplifies it.

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

Successfully merging this pull request may close these issues.

2 participants