Git Product home page Git Product logo

Comments (24)

Kaofan1 avatar Kaofan1 commented on August 16, 2024 3

Sry, but the egg in this state do not work

Can you help to make it work? Someone made it work in docker with wine and x-server, see link.

With wine and -log in arguments, it seems to be working fine for me 🥳

Here is my modified egg file: egg-foundry.json

Well, actually, you managed to do it because it works well

from eggs.

Liborsaf avatar Liborsaf commented on August 16, 2024 2

@Liborsaf

I just don't understand why there is "Proton" when "Wine" works great

Hmm, I tried to get Proton working but without success. Does it work for you just by switching Docker image to Proton and startup parameters or how?

Edit: Oh sorry, I misunderstood your comment :D That is just leftover from testing.

from eggs.

kkoshelev avatar kkoshelev commented on August 16, 2024 2

it seems to be working fine for me

Thank you for making it work!

Small change in done condition, needed to change the server ready string, here is the final version egg-foundry.json. Tested, it works great.

@gOOvER would you please create a PR for this, I'm sure many people would be happy.

from eggs.

QuintenQVD0 avatar QuintenQVD0 commented on August 16, 2024 2

was added here: pelican-eggs/games-steamcmd#6

from eggs.

gOOvER avatar gOOvER commented on August 16, 2024 1

I will make it work, but do not use that egg for now as startup script is user editable and bad for security.

This also looks a litte liek a goover egg with the colors.

the dev do not share any infos. I tryied it allread. ATM its not possible to create an server

Edit; yes, you are right; he use my installscript :D

from eggs.

gOOvER avatar gOOvER commented on August 16, 2024 1

Almost made it work. The server crashed on startup. Maybe someone can fix it

egg-foundry.json

proton run ./FoundryDedicatedServerLauncher.bat",

Start scripts are not allowed and not needed

from eggs.

gOOvER avatar gOOvER commented on August 16, 2024 1

Almost made it work. The server crashed on startup. Maybe someone can fix it
egg-foundry.json

From log started with WINEDEBUG="+timestamp,+pid,+tid,+seh,+debugstr,+module"

145748.059:013c:0140:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
145748.059:013c:0140:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."

I did some tests with it, and it seems like this could be the problem maybe? 🤔 It probably tries to open new window as console, instead of just using normal i/o.

But this is just my guess 😄

thats the problem. No server needs a Window, so i bet, the egg dont work :D

Allready reported that issue to the devs, but Foundry devs hate the public

from eggs.

Liborsaf avatar Liborsaf commented on August 16, 2024 1

Sry, but the egg in this state do not work

Can you help to make it work? Someone made it work in docker with wine and x-server, see link.

With wine and -log in arguments, it seems to be working fine for me 🥳

Here is my modified egg file: egg-foundry.json

from eggs.

Liborsaf avatar Liborsaf commented on August 16, 2024 1

Just few minor things, I removed the Proton from egg for now and added creation of Mods folder to install script.

Egg: egg-foundry.json

from eggs.

gOOvER avatar gOOvER commented on August 16, 2024 1

it seems to be working fine for me

Thank you for making it work!

Small change in done condition, needed to change the server ready string, here is the final version egg-foundry.json. Tested, it works great.

@gOOvER would you please create a PR for this, I'm sure many people would be happy.

i can commit my egg, but it needs some rewrites

Edit: you can test this. If it works for you, i will rewrite it for PelicanPanel, becasue i use other variables.

https://github.com/gOOvER/own-pterodactyl-eggs/tree/main/steamcmd/foundry

from eggs.

HerrSammyDE avatar HerrSammyDE commented on August 16, 2024 1

Doesn't Foundry have an auto update?
@gOOvER @QuintenQVD0

from eggs.

gOOvER avatar gOOvER commented on August 16, 2024 1

Doesn't Foundry have an auto update? @gOOvER @QuintenQVD0

it should :P i really missed that :D (Old man and so :D )

I fix that tomorrow or if someone need it, feel free to push a PR

from eggs.

sampsi avatar sampsi commented on August 16, 2024

+1

from eggs.

IngoMitDingo avatar IngoMitDingo commented on August 16, 2024

+1

from eggs.

kkoshelev avatar kkoshelev commented on August 16, 2024

Almost made it work. The server crashed on startup. Maybe someone can fix it

egg-foundry.json

from eggs.

Liborsaf avatar Liborsaf commented on August 16, 2024

Almost made it work. The server crashed on startup. Maybe someone can fix it

egg-foundry.json

From log started with WINEDEBUG="+timestamp,+pid,+tid,+seh,+debugstr,+module"

145748.059:013c:0140:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
145748.059:013c:0140:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."

I did some tests with it, and it seems like this could be the problem maybe? 🤔
It probably tries to open new window as console, instead of just using normal i/o.

But this is just my guess 😄

from eggs.

QuintenQVD0 avatar QuintenQVD0 commented on August 16, 2024

I will make it work, but do not use that egg for now as startup script is user editable and bad for security.

This also looks a litte liek a goover egg with the colors.

from eggs.

kkoshelev avatar kkoshelev commented on August 16, 2024

proton run ./FoundryDedicatedServerLauncher.bat",
Start scripts are not allowed and not needed

Yeah, that was a quick attempt to use their script in case that would fix the problem, it didn't. Anyhow, I'm glad that I got enough attention for this to get the work going.

from eggs.

gOOvER avatar gOOvER commented on August 16, 2024

proton run ./FoundryDedicatedServerLauncher.bat",
Start scripts are not allowed and not needed

Yeah, that was a quick attempt to use their script in case that would fix the problem, it didn't. Anyhow, I'm glad that I got enough attention for this to get the work going.

Sry, but the egg in this state do not work. Proton do not work for some reasons. Wine egg works more or lesser.

from eggs.

kkoshelev avatar kkoshelev commented on August 16, 2024

Sry, but the egg in this state do not work

Can you help to make it work? Someone made it work in docker with wine and x-server, see link.

from eggs.

ImKringle avatar ImKringle commented on August 16, 2024

Works fine with Wine from what my own server shows (Cant share for cause its from work, soz), Proton though no chance; @gOOvER using your image itll boot (kinda) but on connection it just auto crashes so its wine or nothing lol

from eggs.

Kaofan1 avatar Kaofan1 commented on August 16, 2024

@Liborsaf

I just don't understand why there is "Proton" when "Wine" works great

from eggs.

Kaofan1 avatar Kaofan1 commented on August 16, 2024

it seems to be working fine for me

Thank you for making it work!
Small change in done condition, needed to change the server ready string, here is the final version egg-foundry.json. Tested, it works great.
@gOOvER would you please create a PR for this, I'm sure many people would be happy.

i can commit my egg, but it needs some rewrites

Edit: you can test this. If it works for you, i will rewrite it for PelicanPanel, becasue i use other variables.

https://github.com/gOOvER/own-pterodactyl-eggs/tree/main/steamcmd/foundry

Works well too

from eggs.

HerrSammyDE avatar HerrSammyDE commented on August 16, 2024

Are there any updates on the game yet?
I haven't been able to test it yet, but I will soon.

from eggs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.