Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Quad, VoroneTZ, PeroPero), 841 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Please help me pinning down a windows 8 / 8.1 related bug #432849
11/17/13 00:19
11/17/13 00:19
Joined: Jan 2002
Posts: 4,225
Germany / Essen
Uhrwerk Offline OP
Expert
Uhrwerk  Offline OP
Expert

Joined: Jan 2002
Posts: 4,225
Germany / Essen
Hello folks,

I'm having a hard time reproducing a bug here. It would be extremely helpful if you could download and run a small java program for me.

http://www.zurmaar.de/collector.jar (1.88 KB)

Once you execute the program it will copy the java system properties to the clipboard. Please post the clipboard contents here and please write what kind of user account you use (a local one vs. the online one).

Your help is highly appreciated!

Thank you very much,
Uhrwerk


Always learn from history, to be sure you make the same mistakes again...
Re: Please help me pinning down a windows 8 / 8.1 related bug [Re: Uhrwerk] #432854
11/17/13 14:06
11/17/13 14:06
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Online
Senior Expert
Quad  Online
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Local Account 8.1
Code:
awt.toolkit = sun.awt.windows.WToolkit
file.encoding = Cp1254
file.encoding.pkg = sun.io
file.separator = \
java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
java.awt.printerjob = sun.awt.windows.WPrinterJob
java.class.path = C:\Users\Quad\Downloads\collector.jar
java.class.version = 51.0
java.endorsed.dirs = C:\Program Files (x86)\Java\jre7\lib\endorsed
java.ext.dirs = 
   C:\Program Files (x86)\Java\jre7\lib\ext
   C:\WINDOWS\Sun\Java\lib\ext
java.home = C:\Program Files (x86)\Java\jre7
java.io.tmpdir = C:\Users\Quad\AppData\Local\Temp\
java.library.path = 
   C:\Program Files (x86)\Java\jre7\bin
   C:\WINDOWS\Sun\Java\bin
   C:\WINDOWS\system32
   C:\WINDOWS
   C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
   C:\WINDOWS\system32
   C:\WINDOWS
   C:\WINDOWS\System32\Wbem
   C:\WINDOWS\System32\WindowsPowerShell\v1.0\
   G:\Steam
   D:\Installs\GameStudioA8\
   C:\Program Files (x86)\Zend\MySQL55\bin
   C:\Program Files (x86)\CMake 2.8\bin
   C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\
   C:\Program Files\Microsoft SQL Server\110\Tools\Binn\
   C:\Program Files\TortoiseSVN\bin
   D:\Installs\GameStudioA8\
   C:\Program Files (x86)\Java\jre7\bin
   C:\Python27
   C:\Python27\Scripts
   .
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = 1.7.0_17-b02
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 1.7
java.vendor = Oracle Corporation
java.vendor.url = http://java.oracle.com/
java.vendor.url.bug = http://bugreport.sun.com/bugreport/
java.version = 1.7.0_17
java.vm.info = mixed mode, sharing
java.vm.name = Java HotSpot(TM) Client VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 1.7
java.vm.vendor = Oracle Corporation
java.vm.version = 23.7-b01
line.separator = 

os.arch = x86
os.name = Windows 8
os.version = 6.2
path.separator = 
   
   
sun.arch.data.model = 32
sun.awt.enableExtraMouseButtons = true
sun.boot.class.path = 
   C:\Program Files (x86)\Java\jre7\lib\resources.jar
   C:\Program Files (x86)\Java\jre7\lib\rt.jar
   C:\Program Files (x86)\Java\jre7\lib\sunrsasign.jar
   C:\Program Files (x86)\Java\jre7\lib\jsse.jar
   C:\Program Files (x86)\Java\jre7\lib\jce.jar
   C:\Program Files (x86)\Java\jre7\lib\charsets.jar
   C:\Program Files (x86)\Java\jre7\lib\jfr.jar
   C:\Program Files (x86)\Java\jre7\classes
sun.boot.library.path = C:\Program Files (x86)\Java\jre7\bin
sun.cpu.endian = little
sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
sun.desktop = windows
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = C:\Users\Quad\Downloads\collector.jar
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = Cp1254
sun.management.compiler = HotSpot Client Compiler
sun.os.patch.level = 
user.country = US
user.country.format = TR
user.dir = C:\Users\Quad\Downloads
user.home = C:\Users\Quad
user.language = en
user.language.format = tr
user.name = Quad
user.script = 
user.timezone = 
user.variant =



3333333333
Re: Please help me pinning down a windows 8 / 8.1 related bug [Re: Quad] #432856
11/17/13 20:50
11/17/13 20:50
Joined: Jan 2002
Posts: 4,225
Germany / Essen
Uhrwerk Offline OP
Expert
Uhrwerk  Offline OP
Expert

Joined: Jan 2002
Posts: 4,225
Germany / Essen
Thank you, Quad. (Un-) fortunately your system seems not to be affected. Thanks for testing!


Always learn from history, to be sure you make the same mistakes again...
Re: Please help me pinning down a windows 8 / 8.1 related bug [Re: Uhrwerk] #432902
11/18/13 22:27
11/18/13 22:27
Joined: Jan 2002
Posts: 4,225
Germany / Essen
Uhrwerk Offline OP
Expert
Uhrwerk  Offline OP
Expert

Joined: Jan 2002
Posts: 4,225
Germany / Essen
Anybody else? Any help is highly appreciated! crazy


Always learn from history, to be sure you make the same mistakes again...

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1