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

Build Error #1788

Open
gizem-buss opened this issue Oct 4, 2021 · 13 comments
Open

Build Error #1788

gizem-buss opened this issue Oct 4, 2021 · 13 comments
Assignees
Labels
question Further information is requested

Comments

@gizem-buss
Copy link

Hello ,
I got a new build in the simulator. When I run the build, I get the following error even though the build was successful. Can you help me?

image

image

@EricBoiseLGSVL
Copy link
Contributor

Hello, what version of simulator are you trying to build?
Have you installed both windows and linux support? Are you setting the build to the correct platform? What OS are you building to?
Do you have the player.log so we can look at any errors and please post here?
Are there any errors in the changes you made to the simulator before you built the binary? What changes are you making if so?

@EricBoiseLGSVL EricBoiseLGSVL added the question Further information is requested label Oct 4, 2021
@gizem-buss
Copy link
Author

Hi, I am using simulator version 2021.2. I am using Windows operating system. I installed both operating system support in Unity editor. I'm trying to get it built for windows.
I made changes on the simulator. These changes added 2 new sensors. I didn't get an error with the sensors. I was able to upload it to Colud as well. I added a custom ros bridge for the ros messages of these sensors.
With all these changes, I can work on the simulator in the unity editor without any errors.
I don't have a player.log, How can I create it?

@EricBoiseLGSVL
Copy link
Contributor

Sensors are not in binary code, they should be separate so that shouldn't cause an issue. Do the sensors work with the 2021.2 release build? Player.log is here.
image

@heeen
Copy link
Contributor

heeen commented Oct 7, 2021

It looks like your simulator is passing an empty version string to our cloud service. If you built this binary yourself from the unity editor, please make sure File > Project Settings > Player >Version contains a valid version string. You can use "Development" for development purposes.

@gizem-buss
Copy link
Author

gizem-buss commented Oct 12, 2021

Hello, I couldn't find the development option where you mentioned. Am I looking in the right settings? @heeen

image

@heeen
Copy link
Contributor

heeen commented Oct 12, 2021

image

@gizem-buss
Copy link
Author

I made development as a version but the error still persistens.

@EricBoiseLGSVL
Copy link
Contributor

It seems your build is fine but you are lacking the config file to connect to the web ui. Please check here.
image

Be sure your config points to the web ui in the build folder
image

@zxydi1992
Copy link

Hi @gizem-buss , I have a similar issue that you may want to take a look. Link: #1808

@barbara-boy
Copy link

barbara-boy commented Oct 13, 2021

It seems your build is fine but you are lacking the config file to connect to the web ui. Please check here. image

Be sure your config points to the web ui in the build folder image

I had build the simulator sucessfully before, and worked well in September,but today the issue happen.
Beside,there is no such file in my filepath.
图片

@gizem-buss
Copy link
Author

I have the same situation. I don't have the coonfig file.
image

@heeen
Copy link
Contributor

heeen commented Oct 13, 2021

api_hostname: "localhost"
api_port: 8181
cloud_url: "https://wise.svlsimulator.com"

you can create the file config.yml with above contents if it does not exist. It is not required strictly as default values will be used if it is missing.

Kindly post which revision/commit your simulator checkout is on.

@EricBoiseLGSVL
Copy link
Contributor

@barbara-boy Where have you pointed the simulator to build the binary?! Please don't build the binary inside the working simulator repo. Also, the python API repo should not be in the simulator repo. Please remove these and try again. Like so:
image

and builds
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

7 participants