Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development on Windows #173

Closed
Enouk opened this issue Jan 31, 2013 · 1 comment
Closed

Development on Windows #173

Enouk opened this issue Jan 31, 2013 · 1 comment

Comments

@Enouk
Copy link
Contributor

Enouk commented Jan 31, 2013

Hi I have tried to get the unit test to run on windows but it fails with this error do you know what could be the issue?

ERROR: Failed to load native filesystem for Windows
java.io.FileNotFoundException: Native filesystem .dll is missing, home: C:\Users\nilmar2.IdeaIC12\system\plugins-sandbox\test
at com.intellij.openapi.util.io.win32.IdeaWin32.(IdeaWin32.java:50)
at com.intellij.openapi.util.io.FileSystemUtil.getMediator(FileSystemUtil.java:71)
at com.intellij.openapi.util.io.FileSystemUtil.(FileSystemUtil.java:64)
at com.intellij.openapi.util.io.FileUtil.delete(FileUtil.java:417)
at com.intellij.testFramework.UsefulTestCase.tearDown(UsefulTestCase.java:132)
at com.intellij.testFramework.PlatformLiteFixture.tearDown(PlatformLiteFixture.java:74)
at com.intellij.testFramework.ParsingTestCase.tearDown(ParsingTestCase.java:170)
at junit.framework.TestCase.runBare(TestCase.java:140)
at com.intellij.testFramework.UsefulTestCase.defaultRunBare(UsefulTestCase.java:276)
at com.intellij.testFramework.UsefulTestCase$3.run(UsefulTestCase.java:288)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:602)
at java.awt.EventQueue$1.run(EventQueue.java:600)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

@ignatov ignatov closed this as completed Jan 31, 2013
@AlanFoster
Copy link

Hi there!

I am having similiar issues with running unit tests on windows; It would be greatly appreciated if you posted your solution! :)

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants