Author Topic: What is this <Unkown command menu refresh_download>  (Read 6081 times)

FusSioN

  • Autococker
  • Posts: 603
What is this <Unkown command menu refresh_download>
« on: September 29, 2013, 12:50:03 AM »
When I'm connecting to a server, this command stops the download of textures, sounds etc. I don't know if I pressed something or what.
I'm using the Open_menu V05_7URB0 + Build 38 loading screen.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: What is this <Unkown command menu refresh_download>
« Reply #1 on: September 29, 2013, 04:56:51 PM »
Sounds like an error in those menu files.

FusSioN

  • Autococker
  • Posts: 603
Re: What is this <Unkown command menu refresh_download>
« Reply #2 on: September 29, 2013, 11:00:50 PM »
Sounds like an error in those menu files.
How am I gonna fix it?

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Re: What is this <Unkown command menu refresh_download>
« Reply #3 on: September 30, 2013, 12:02:37 AM »
How am I gonna fix it?
By not using the menu you are using.

FusSioN

  • Autococker
  • Posts: 603
Re: What is this <Unkown command menu refresh_download>
« Reply #4 on: September 30, 2013, 01:42:33 AM »
By not using the menu you are using.
But it's nice!
I better tell Open_War about this.
I'm gonna PM him and he will fix the problem... I guess..

promarijan

  • VM-68
  • Posts: 182
Re: What is this <Unkown command menu refresh_download>
« Reply #5 on: September 30, 2013, 10:25:09 AM »
Strange...

First question... Why do you use the old 0.5_7URB0 and not the latest v0.6F0RC3?

I dont know exactly what the error seems to be like...
It would be helpful to see a screenshot of that!

Maybe i can help you... Maybe the new version fixed it...

See you soon!

FusSioN

  • Autococker
  • Posts: 603
Re: What is this <Unkown command menu refresh_download>
« Reply #6 on: September 30, 2013, 04:17:06 PM »
Strange...

First question... Why do you use the old 0.5_7URB0 and not the latest v0.6F0RC3?

I dont know exactly what the error seems to be like...
It would be helpful to see a screenshot of that!

Maybe i can help you... Maybe the new version fixed it...

See you soon!
But in the readme it says V05_7URB0.
hehe. Because it says the "latest" and the others are "outdated".
Ok... I'll get you a screenshot

promarijan

  • VM-68
  • Posts: 182
Re: What is this <Unkown command menu refresh_download>
« Reply #7 on: October 01, 2013, 09:12:49 AM »
Kinda nosense to click on something thats outdated instead of the other one that is the latest one^^

And in the "new" zipfile is in the readme "V06_F0RC3"...
So i just think that you didnt updated the menus at all!

Just do an update to the menus and it sould run fine for you!

FusSioN

  • Autococker
  • Posts: 603
Re: What is this <Unkown command menu refresh_download>
« Reply #8 on: October 01, 2013, 11:32:01 PM »
Kinda nosense to click on something thats outdated instead of the other one that is the latest one^^

And in the "new" zipfile is in the readme "V06_F0RC3"...
So i just think that you didnt updated the menus at all!

Just do an update to the menus and it sould run fine for you!
Ok thanks!

promarijan

  • VM-68
  • Posts: 182
Re: What is this <Unkown command menu refresh_download>
« Reply #9 on: October 02, 2013, 10:22:08 AM »
Did it already work fine for you?

I just mean got it fixed?
And you done the instructions with the config right?

I know that the installation is difficult but... Paintball doesnt allow me to apply those 2 "aliases" automatically...

But i think that the changes in B39 fixed it already! TERR0R15T tested that for me... Kind of XD

FusSioN

  • Autococker
  • Posts: 603
Re: What is this <Unkown command menu refresh_download>
« Reply #10 on: October 02, 2013, 04:22:13 PM »
Did it already work fine for you?

I just mean got it fixed?
And you done the instructions with the config right?

I know that the installation is difficult but... Paintball doesnt allow me to apply those 2 "aliases" automatically...

But i think that the changes in B39 fixed it already! TERR0R15T tested that for me... Kind of XD
Yep. That error dosen't occur always. I'll get you a screenshot if so.

promarijan

  • VM-68
  • Posts: 182
Re: What is this <Unkown command menu refresh_download>
« Reply #11 on: October 03, 2013, 03:39:14 AM »
Then its kind of unstable but i cant fix that i think...

Dont know exactly what it is really!


Have fun with openmenu!

FusSioN

  • Autococker
  • Posts: 603
Re: What is this <Unkown command menu refresh_download>
« Reply #12 on: January 08, 2014, 10:25:34 PM »
Another situation with the same problem with my new laptop (do not blame my laptop)
.
.
.
I am using build 40 loading screen
Without any menus
With default HUD
With High-res texture pack (by jitspoe)

Server: Supermans Jump
Username: FusSioN

What should I do now?

ic3y

  • Committee Member
  • Autococker
  • Posts: 1396
Re: What is this <Unkown command menu refresh_download>
« Reply #13 on: January 09, 2014, 04:11:57 AM »
Used your old config? Remove it.

xrichardx

  • 68 Carbine
  • Posts: 295
Re: What is this <Unkown command menu refresh_download>
« Reply #14 on: August 17, 2015, 11:07:45 PM »
I also experienced that recently. My guess is that some Cbuf_AddText() command is missing a linefeed somewhere. Jitspoe, take a look at cl_main.c, line 1266:
Code: [Select]
if (cls.loading_screen)
{
Cbuf_AddText("menu_refresh"); // loading screen
}
I guess that's the problem.


jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: What is this <Unkown command menu refresh_download>
« Reply #15 on: August 18, 2015, 07:57:12 PM »
Good catch.  It should be fixed in the next build (42).