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

about stracker on linux #10

Closed
icoicqico opened this issue Dec 8, 2016 · 3 comments
Closed

about stracker on linux #10

icoicqico opened this issue Dec 8, 2016 · 3 comments

Comments

@icoicqico
Copy link

I can run stacker on linux, but not on the web page? Is the webpage stracker start function only support windows? I have tried to set stacker loaction as .../stracker or .../stracker/stracker_linux_x86 and doesn't work. Could anyone help me? Thanks a lot.

@icoicqico
Copy link
Author

icoicqico commented Dec 10, 2016

I have checked the server.js, controller.js, index.html, services.js. In server.js, stracker setting seems not support linux, if I activate the stracker( set the path @ settings.js), couldn't start the Stracker server and the ACservermanager will be no response too( cant connect to the port3000 page after a few seconds) if i disable the stacker, acservermanager work fine but without stracker.

I have tried to modfiy the server.js about stracker, /api/stracker part?(sth like that) change the stracker.exe to be ./stracker stracker_ini stracker.ini (the way to start stracker in linux), still the same ( the port 3000 would be no response after a few seconds, and Stracker not work too)

So I want to know, does the stracker function works fine in windows(I mean start at the webpage)? Because someone said it's working but the gui has some errors cause loading all the time but the server works. And when you start ACserver on the manager, ACserver status will be"loading", at the same time, Stracker status will be"loading too"(only click start for ACServer both status loading , and the Stacker's buttom no response) sorry for my poor english

@jo3stevens
Copy link
Owner

Hey

stracker starts fine from the app in Windows though there is currently a UI bug where it doesn't show a started state even though it is running.

I have no idea for linux as I don't run any linux severs and the linux support was added by a contributor.

Cheers

masachi referenced this issue in masachi/ACServerManager Dec 9, 2018
Tracks and cars management, merging to master

Tested on Linux, seems to work without issues, templates work fine + all other functionality seems to work fine. Drag & drop feature works quite well!

Some code indentation clean up required in some files
@wuchyi
Copy link

wuchyi commented Apr 18, 2019

Hey, sorry to bring up this old topic.
I've realised the probably issue is that in server.js, the action to spawn the stracker server calls for stracker.exe, which obviously does not work on Linux.

I've tried changing it to /stracker_linux_x86/stracker though but it doesn't work.

edit:
#54 has an update to server.js

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