ADAMPOKE111 / srcdemo2

Automatically exported from code.google.com/p/srcdemo2
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

srcdemo2 doesn't open #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click srcdemo2 in start menu/desktop
2. Nothing happens
3.

What is the expected output? What do you see instead?
I expect a window to pop up, but nothing pops up

What version of the product are you using? On what operating system?
Newest version on Win7 64 Bit

Please provide any additional information below.
I launched debug, here's what I got:

Debug mode enabled.
Finding java.exe / javaw.exe
Debug mode allows the console output to be logged to a file.
You may enter the complete path of the file to log to below.
Make sure it is writable (i.e. don't put it in the installation directory).
If you don't want the output to be logged, leave the line blank.
If you're not sure what to type, type "?" and SrcDemo2 will guess a filename for
 you.
Log file (blank to not log, "?" for auto): ?
Guessed log file: c:\users\ben\appdata\local\temp\srcdemo2-2013-11-21-at-21-10-0
6-qgltnv.log
Log file: c:\users\ben\appdata\local\temp\srcdemo2-2013-11-21-at-21-10-06-qgltnv
.log
Running ['C:\\Program Files (x86)\\Java\\jre7\\bin\\java.exe', '-Xmx1024M', '-Xs
s512k', '-Xverify:none', '-jar', 'SrcDemo2.jar', '--srcdemo-debug', '--srcdemo-j
vm-client']
[E] Error caught while initializing Dokan: java.lang.UnsatisfiedLinkError: C:\Pr
ogram Files (x86)\SrcDemo2\JDokan.dll: Can't find dependent libraries
java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\SrcDemo2\JDokan.dll: Can'
t find dependent libraries
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary1(Unknown Source)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at net.decasdev.dokan.Dokan.<clinit>(Unknown Source)
        at net.srcdemo.userfs.UserFSUtils.init(Unknown Source)
        at net.srcdemo.Main.commonInit(Unknown Source)
        at net.srcdemo.Main.main(Unknown Source)
QWidget: Must construct a QApplication before a QPaintDevice
Process finished with return code: 1
Done.
Traceback (most recent call last):
  File "SrcDemo2-debug.py", line 5, in <module>
  File "SrcDemo2Launcher.pyo", line 288, in launch
SystemExit: 1
Press Enter to close this window...

I tried updating java, it didn't fix it

Original issue reported on code.google.com by bennoord...@gmail.com on 21 Nov 2013 at 8:11

GoogleCodeExporter commented 8 years ago
installed dokan or smth, it fixed it. I suck

Original comment by bennoord...@gmail.com on 21 Nov 2013 at 8:14

GoogleCodeExporter commented 8 years ago
Closing.

Original comment by etie...@perot.me on 22 Nov 2013 at 3:06