Page 1 of 1

-

Posted: Mon Feb 10, 2020 10:56 am
by Trebuchet
-

Re: PRIVATEER IRIDIUM is now Released

Posted: Mon Feb 10, 2020 7:17 pm
by loki1950
Welcome aboard Trebuchet nice to see someone picking up the code and making it compile on current systems.

Enjoy the Choice :)

Re: PRIVATEER IRIDIUM is now Released

Posted: Tue Jun 09, 2020 2:16 pm
by Solon Halwinder
Any chance of a Windows release? I found myself the SVN505 release of Parallel Universe a few days ago, and it's kinda wonky. Also Loki, good to see you again!

Re: PRIVATEER IRIDIUM is now Released

Posted: Wed Jun 10, 2020 4:35 am
by loki1950
We are working on it we have working Linux build for both Vegastrike and PU if you feel like helping with testing etc just join us on our Gitter chat channel nabaco is tiring to get a Windows build.

Enjoy the Choice :)

Re:

Posted: Thu May 19, 2022 11:25 am
by Captain_Kal
Where can I find the download?

Re: -

Posted: Wed May 25, 2022 9:46 pm
by Kenner
For Privateer Iridium, no idea. Doesn't seem to exist. For Privateer WCU, it's on Github. Search for ermo or PWCU - should be able to find it either way.

Re: -

Posted: Fri May 27, 2022 3:08 am
by Kenner
Not sure where else to report this - while playing PWCU on Windows, it crashed a number of times with the following error message:

File "D:\Users\KenH\Source\Repos\privateer_wcu-master\modules\ship_upgrades.py", line 354, in get_info
num_mounts = un.GetNumMounts()
AttributeError: 'Unit' object has no attribute 'GetNumMounts'. Did you mean: 'getNumMounts'?

I edited the ship_upgrades.py file as suggested, and it hasn't crashed since. Easy fix, but I thought someone should know about it. <shrug>

Re: -

Posted: Sun May 29, 2022 9:47 am
by the_mtn_who_glides
Kenner wrote: Fri May 27, 2022 3:08 am Not sure where else to report this - while playing PWCU on Windows, it crashed a number of times with the following error message:

File "D:\Users\KenH\Source\Repos\privateer_wcu-master\modules\ship_upgrades.py", line 354, in get_info
num_mounts = un.GetNumMounts()
AttributeError: 'Unit' object has no attribute 'GetNumMounts'. Did you mean: 'getNumMounts'?

I edited the ship_upgrades.py file as suggested, and it hasn't crashed since. Easy fix, but I thought someone should know about it. <shrug>
Yeah, this issue has been noted before as https://github.com/vegastrike/Vega-Stri ... issues/519 . Thanks for letting us know that the issue still exists in 0.8.0.

Re: -

Posted: Sun May 29, 2022 11:42 am
by alexis92
the_mtn_who_glides wrote: Sun May 29, 2022 9:47 am
Kenner wrote: Fri May 27, 2022 3:08 am Not sure where else to report this - while playing PWCU on Windows, it crashed a number of times with the following error message:

File "D:\Users\KenH\Source\Repos\privateer_wcu-master\modules\ship_upgrades.py", line 354, in get_info
num_mounts = un.GetNumMounts()
AttributeError: 'Unit' object has no attribute 'GetNumMounts'. Did you mean: 'getNumMounts'?

I edited the ship_upgrades.py file as suggested, and it hasn't crashed since. Easy fix, but I thought someone should know about it. <shrug>
Yeah, this issue has been noted before as https://github.com/vegastrike/Vega-Stri ... issues/519 . Thanks for letting us know that the issue still exists in 0.8.0.
Has there been any updates since then?

Re: -

Posted: Tue May 31, 2022 5:54 pm
by Kenner
If you run into this issue, it really is an easy fix. Just open ship_upgrades.py in any text editor, search for GetNumMounts and change it to getNumMounts. I think it's used in a couple places in the file. Of course, make a backup before you start.