Jump to content




CCDesk PR7.1.1 - CC Networked Emulation Environment


  • This topic is locked This topic is locked
319 replies to this topic

#261 MCGamer20000

  • Members
  • 49 posts

Posted 09 June 2013 - 10:31 PM

View PostAfterLifeLochie, on 09 June 2013 - 06:14 PM, said:

View Postbunny365, on 09 June 2013 - 02:35 PM, said:

Either my internet is breaking my downloads again, or the launcher.jar file on the website is missing the Main-Class information in the META-INF.
 C:\Users\silly_000\Downloads>java -jar launcher.jar no main manifest attribute, in launcher.jar 

View PostMysticT, on 09 June 2013 - 04:24 PM, said:

View Postbunny365, on 09 June 2013 - 02:35 PM, said:

Either my internet is breaking my downloads again, or the launcher.jar file on the website is missing the Main-Class information in the META-INF.
 C:\Users\silly_000\Downloads>java -jar launcher.jar no main manifest attribute, in launcher.jar 
Yeah, I noticed that too. You can start it using:
 java -cp ./ccdesk.jar net.deskcc.web.DesktopAppletProxy 
Strange, it appears you've managed to obtain the Web Launcher binary and not the Desktop Launcher -- you should have the file desktop.jar. This was probably my bad.
I clicked "Download Launcher" on the website and it gave me the launcher.jar. Also, where do I download the server module?

#262 TumbaBit

  • New Members
  • 1 posts

Posted 12 June 2013 - 10:38 AM

I would really really like to be able to resize the emulator. Currently i just have small window with just my wallpaper all around it which makes me sad :(

#263 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 12 June 2013 - 03:53 PM

View PostTumbaBit, on 12 June 2013 - 10:38 AM, said:

I would really really like to be able to resize the emulator. Currently i just have small window with just my wallpaper all around it which makes me sad :(/>
There's nothing stopping you from resizing it.

#264 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 13 June 2013 - 11:11 PM

Hey Lochie, where is the computercraft.cfg?

#265 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 13 June 2013 - 11:48 PM

View Posttheoriginalbit, on 13 June 2013 - 11:11 PM, said:

Hey Lochie, where is the computercraft.cfg?
There isn't one, because it's running as a library and not as a mod.

What do you want to change?

#266 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 13 June 2013 - 11:58 PM

Wanted to check the disk space you're allowing to computers. Without having to actually open CCDesk, make a computer and then use fs.getFreeSpace. It would have been quicker to just check the config.

#267 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 14 June 2013 - 01:24 AM

View Posttheoriginalbit, on 13 June 2013 - 11:58 PM, said:

Wanted to check the disk space you're allowing to computers. Without having to actually open CCDesk, make a computer and then use fs.getFreeSpace. It would have been quicker to just check the config.
Currently, they're given infinite space. This will change in PR7.1, though.

#268 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 14 June 2013 - 01:32 AM

View PostAfterLifeLochie, on 14 June 2013 - 01:24 AM, said:

Currently, they're given infinite space. This will change in PR7.1, though.
Yeh I ended up finding that out the long way :P ... changeable how?

#269 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 14 June 2013 - 01:38 AM

View Posttheoriginalbit, on 14 June 2013 - 01:32 AM, said:

View PostAfterLifeLochie, on 14 June 2013 - 01:24 AM, said:

Currently, they're given infinite space. This will change in PR7.1, though.
Yeh I ended up finding that out the long way :P ... changeable how?
There's a whole fully-developed configuration system coming next release - you'll be able to actually change Computercraft properties and emulator settings.

#270 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 14 June 2013 - 01:45 AM

ahh, cool :)

#271 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 14 June 2013 - 02:58 AM

Yay :D

#272 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 16 June 2013 - 05:57 AM

As an update-spoiler, per usual, here's another sneak-peek at the upcoming changes. The next fix should be off the press by the end of the week, as stuff is starting to get less-chaotic for me. A huge number of bugs have already been fixed - mostly mouse and input issues.

Spoiler


#273 superaxander

  • Members
  • 609 posts
  • LocationHolland

Posted 16 June 2013 - 06:29 AM

View PostAfterLifeLochie, on 16 June 2013 - 05:57 AM, said:

-Snipped out awesomeness-
Oh! Nice! ...You're creative with the feature ideas!

#274 filippe999

  • Members
  • 5 posts

Posted 21 June 2013 - 09:47 AM

Can i use this to compile turtle programs?

#275 Upgrade_Windows

  • Members
  • 27 posts
  • LocationUnited Kingdom

Posted 21 June 2013 - 10:34 AM

This really helpful and I can't wait for the next version. Thanks.

#276 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 06 July 2013 - 02:38 AM

After a long coding-spree and bugfixing, and accidentally getting burnt out, CCDesk Prerelease 7.1 is out on the shelves! I've fixed a long list of issues, including broken mouse events in computers, weird scrolling behaviour and strange appearances of computers. I've also retweaked a significant quantity of the user-interface to make it more friendly and use-able. You'll need to download the updated launcher before running PR7.1.

As usual, have fun, report bugs, proper!

(In the event you're looking for it, here's the 7.1 Server module. Please read the manual before asking questions, it may help with answers.)

#277 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 06 July 2013 - 09:36 AM

Has anyone else found the wiki?

#278 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 06 July 2013 - 10:29 AM

View PostZudoHackz, on 06 July 2013 - 09:36 AM, said:

Has anyone else found the wiki?
Here... I didn't know the link, I literally took a guess at what it was, and it filled in the rest. :P

#279 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 06 July 2013 - 11:25 AM

[INFO] [net.deskcc.server.core.TCPServer] Handling connection: /127.0.0.1:16672
[INFO] [net.deskcc.server.core.TCPServerClient] Server-side socket shutdown: `Login failure: Bad login`. <-- What is this? How can I login?
[INFO] [net.deskcc.server.core.TCPServer] Removing client /127.0.0.1

'Login Failure: Bad Login'
How can I login to the server?

#280 AfterLifeLochie

    Wiki Oracle

  • Moderators
  • 480 posts
  • LocationAfterLifeLochie's "Dungeon", Australia

Posted 06 July 2013 - 06:53 PM

View PostZudoHackz, on 06 July 2013 - 11:25 AM, said:

[INFO] [net.deskcc.server.core.TCPServer] Handling connection: /127.0.0.1:16672
[INFO] [net.deskcc.server.core.TCPServerClient] Server-side socket shutdown: `Login failure: Bad login`. <-- What is this? How can I login?
[INFO] [net.deskcc.server.core.TCPServer] Removing client /127.0.0.1

'Login Failure: Bad Login'
How can I login to the server?

I tweeted you the solution to this problem - if you're connecting using 'localhost' or '127.0.0.1', try the network adapter's address (eg, 192.168.1.2). 'localhost' is buggy.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users