XenoLight / infinity-client

Automatically exported from code.google.com/p/infinity-client
0 stars 0 forks source link

Faulty spalsh screen #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the game with bad internet connection

What is the expected output? What do you see instead?
The splash screen freezes

What version of the product are you using? On what operating system?
This happens on all OSes, all versions

Please provide any additional information below.
I fixed it by adding a few System.exit(0)s

I also changed the call on ScriptExtract from run() to start() because run() 
doesn't do anything special. That means that the GUI will pop up sooner because 
the bot is now multitasking between setting up the GUI and running 
ScriptExtract. I figured you guys wanted to use start() since you made it a 
subclass of Thread, but I couldn't be sure ;)

Original issue reported on code.google.com by somanayr@gmail.com on 9 Nov 2010 at 1:15

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bobbybig...@runedev.info on 12 Nov 2010 at 7:31

GoogleCodeExporter commented 9 years ago
Added to the next version

Original comment by bobbybig...@runedev.info on 12 Nov 2010 at 7:31