Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Some Text bugs #53

Open
dateno1 opened this issue Sep 25, 2016 · 6 comments
Open

Some Text bugs #53

dateno1 opened this issue Sep 25, 2016 · 6 comments

Comments

@dateno1
Copy link

dateno1 commented Sep 25, 2016

http://oi65.tinypic.com/1zv52fm.jpg
Like this (Old Version (0.4) is OK)

also some error Message is wrong

example :

  1. A.vpk on scan directory and run Vita Organizer and push 'Refresh' Now it on list
  2. Rename A.vpk to B.vpk and try to install it on list (without pushing 'Refresh' button)
  3. it say "it needs extended permissions -> can't found file"

PS : Please remove hardware acceleration for graphics (can't use it on VNC or other remote desktop@Windows8~10)

@gordon0001
Copy link
Contributor

gordon0001 commented Sep 25, 2016

what is wrong with the ip textfield. the ip perfectly fits in it. in commit 001757c i have set a fixed width, but i probably add autoresizing when typing in stuff to a certain point.

the bug on the statusbar where it says its promoting, it is actually uploading the game data files. this was fixed by commit 8b8790f

yes, it needs to verify and update the cache files when it sees something like that was renamed or a checksum on an already known vpk changed. there is so much to fix and improve i really dont know where to start.

the thing with hardware acceleration i have no clue about that and how the jre handles it. you might google about that

@dateno1
Copy link
Author

dateno1 commented Sep 25, 2016

http://docs.oracle.com/javase/7/docs/technotes/guides/2d/flags.html

Maybe it works (flag work well)

@soywiz
Copy link
Member

soywiz commented Oct 22, 2016

This screenshot notices the file size? The size that is displayed is the uncompressed file size, so you know how much space would you need to install it.

@dateno1
Copy link
Author

dateno1 commented Oct 22, 2016

it say uploading vpk for install (not data) (now in uploading data (not vpk) )

old version work well but new version is not

@soywiz
Copy link
Member

soywiz commented Oct 22, 2016

Ok. Understood. It will be fixed along this issue #36 :

Regarding to hw acceleration:
Which flag it is required? Can you provide the full -Dstuff=false I have to add? I can add it here so the exe includes it:
https://github.com/soywiz/vitaorganizer/blob/master/build.gradle#L90

Also how can I disable it with java2d?

@dateno1
Copy link
Author

dateno1 commented Oct 22, 2016

It redrawing problem with 'like mirror driver' on windows 8~10

-Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true
it worked on me (java -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -jar vitaorganizer-0.5.2.jar)

soywiz added a commit that referenced this issue Oct 22, 2016
* Added some more icons
* Fixd #53 Some Text bugs (added  opt = "-Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true" to windows executable)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants